Author: craigmcc Date: Sat Oct 9 19:44:17 2004 New Revision: 54205 Added: struts/trunk/struts-faces/example1-webapp/ struts/trunk/struts-faces/example1-webapp/build.xml - copied, changed from rev 54202, struts/trunk/struts-faces/systest1-webapp/build.xml struts/trunk/struts-faces/example1-webapp/src/ struts/trunk/struts-faces/example1-webapp/src/java/ struts/trunk/struts-faces/example1-webapp/src/java/org/ - copied from rev 54195, struts/trunk/struts-faces/src/example/org/ struts/trunk/struts-faces/example1-webapp/src/web/ struts/trunk/struts-faces/example1-webapp/src/web/WEB-INF/ - copied from rev 54195, struts/trunk/struts-faces/web/example/WEB-INF/ struts/trunk/struts-faces/example1-webapp/src/web/changePassword.jsp - copied unchanged from rev 54195, struts/trunk/struts-faces/web/example/changePassword.jsp struts/trunk/struts-faces/example1-webapp/src/web/index.jsp - copied unchanged from rev 54195, struts/trunk/struts-faces/web/example/index.jsp struts/trunk/struts-faces/example1-webapp/src/web/logon.jsp - copied unchanged from rev 54195, struts/trunk/struts-faces/web/example/logon.jsp struts/trunk/struts-faces/example1-webapp/src/web/mainMenu.jsp - copied unchanged from rev 54195, struts/trunk/struts-faces/web/example/mainMenu.jsp struts/trunk/struts-faces/example1-webapp/src/web/registration.jsp - copied unchanged from rev 54195, struts/trunk/struts-faces/web/example/registration.jsp struts/trunk/struts-faces/example1-webapp/src/web/staticJavascript.jsp - copied unchanged from rev 54195, struts/trunk/struts-faces/web/example/staticJavascript.jsp struts/trunk/struts-faces/example1-webapp/src/web/struts-power.gif - copied unchanged from rev 54195, struts/trunk/struts-faces/web/example/struts-power.gif struts/trunk/struts-faces/example1-webapp/src/web/stylesheet.css - copied unchanged from rev 54195, struts/trunk/struts-faces/web/example/stylesheet.css struts/trunk/struts-faces/example1-webapp/src/web/subscription.jsp - copied unchanged from rev 54195, struts/trunk/struts-faces/web/example/subscription.jsp struts/trunk/struts-faces/example1-webapp/src/web/tour.htm - copied unchanged from rev 54195, struts/trunk/struts-faces/web/example/tour.htm Removed: struts/trunk/struts-faces/src/example/org/ struts/trunk/struts-faces/web/example/WEB-INF/ struts/trunk/struts-faces/web/example/changePassword.jsp struts/trunk/struts-faces/web/example/index.jsp struts/trunk/struts-faces/web/example/logon.jsp struts/trunk/struts-faces/web/example/mainMenu.jsp struts/trunk/struts-faces/web/example/registration.jsp struts/trunk/struts-faces/web/example/staticJavascript.jsp struts/trunk/struts-faces/web/example/struts-power.gif struts/trunk/struts-faces/web/example/stylesheet.css struts/trunk/struts-faces/web/example/subscription.jsp struts/trunk/struts-faces/web/example/tour.htm Log: Factor out example application #1.
Copied: struts/trunk/struts-faces/example1-webapp/build.xml (from rev 54202, struts/trunk/struts-faces/systest1-webapp/build.xml) ============================================================================== --- struts/trunk/struts-faces/systest1-webapp/build.xml (original) +++ struts/trunk/struts-faces/example1-webapp/build.xml Sat Oct 9 19:44:17 2004 @@ -19,7 +19,7 @@ --> -<project name="Struts-Faces System Test Webapp 1" default="compile" basedir="."> +<project name="Struts-Faces Example Webapp 1" default="compile" basedir="."> <!-- ===================== Initialize Property Values ==================== --> @@ -76,8 +76,8 @@ <!-- Build Defaults --> <property name="build.home" value="${basedir}/target"/> <property name="dist.home" value="${basedir}/dist"/> - <property name="context.path" value="struts-faces-systest1"/> - <property name="project.name" value="Struts-Faces System Test Webapp 1"/> + <property name="context.path" value="struts-faces-example1"/> + <property name="project.name" value="Struts-Faces Example Webapp 1"/> <property name="project.package" value="org.apache.struts.faces"/> <property name="project.version" value="1.0-dev"/> @@ -117,7 +117,7 @@ <property name="username" value="tomcat"/> - <!-- System Integration Test Settings --> + <!-- Filter Settings --> <property name="webapp.state.saving" value="server"/> <property name="webapp.url" value="http://localhost:8080$/{context.path}"/> @@ -171,7 +171,7 @@ <!-- Copy required configuration files --> <copy todir="${build.home}/${context.path}/WEB-INF"> <fileset dir="${struts.home}/lib" - includes="valid*.xml"/> + includes="valid*.xml,*.tld"/> </copy> <!-- Copy required library JAR files --> @@ -299,7 +299,7 @@ </target> - <!-- ==================== Create Binary Distribution ==================== --> + <!-- ==================== Create Binary Distribution ===================== --> <target name="dist" depends="docs" --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]