Author: craigmcc Date: Sat Oct 9 19:54:35 2004 New Revision: 54206 Added: struts/trunk/struts-faces/example2-webapp/ struts/trunk/struts-faces/example2-webapp/build.xml - copied, changed from rev 54205, struts/trunk/struts-faces/example1-webapp/build.xml struts/trunk/struts-faces/example2-webapp/src/ struts/trunk/struts-faces/example2-webapp/src/java/ struts/trunk/struts-faces/example2-webapp/src/java/org/ - copied from rev 54205, struts/trunk/struts-faces/src/example2/org/ struts/trunk/struts-faces/example2-webapp/src/web/ struts/trunk/struts-faces/example2-webapp/src/web/WEB-INF/ - copied from rev 54205, struts/trunk/struts-faces/web/example2/WEB-INF/ struts/trunk/struts-faces/example2-webapp/src/web/blank.jsp - copied unchanged from rev 54205, struts/trunk/struts-faces/web/example2/blank.jsp struts/trunk/struts-faces/example2-webapp/src/web/changePassword.jsp - copied unchanged from rev 54205, struts/trunk/struts-faces/web/example2/changePassword.jsp struts/trunk/struts-faces/example2-webapp/src/web/footer.jsp - copied unchanged from rev 54205, struts/trunk/struts-faces/web/example2/footer.jsp struts/trunk/struts-faces/example2-webapp/src/web/header.jsp - copied unchanged from rev 54205, struts/trunk/struts-faces/web/example2/header.jsp struts/trunk/struts-faces/example2-webapp/src/web/index.jsp - copied unchanged from rev 54205, struts/trunk/struts-faces/web/example2/index.jsp struts/trunk/struts-faces/example2-webapp/src/web/layout.jsp - copied unchanged from rev 54205, struts/trunk/struts-faces/web/example2/layout.jsp struts/trunk/struts-faces/example2-webapp/src/web/layout1.jsp - copied unchanged from rev 54205, struts/trunk/struts-faces/web/example2/layout1.jsp struts/trunk/struts-faces/example2-webapp/src/web/loggedoff.jsp - copied unchanged from rev 54205, struts/trunk/struts-faces/web/example2/loggedoff.jsp struts/trunk/struts-faces/example2-webapp/src/web/loggedon.jsp - copied unchanged from rev 54205, struts/trunk/struts-faces/web/example2/loggedon.jsp struts/trunk/struts-faces/example2-webapp/src/web/logon.jsp - copied unchanged from rev 54205, struts/trunk/struts-faces/web/example2/logon.jsp struts/trunk/struts-faces/example2-webapp/src/web/mainMenu.jsp - copied unchanged from rev 54205, struts/trunk/struts-faces/web/example2/mainMenu.jsp struts/trunk/struts-faces/example2-webapp/src/web/menu.jsp - copied unchanged from rev 54205, struts/trunk/struts-faces/web/example2/menu.jsp struts/trunk/struts-faces/example2-webapp/src/web/registration.jsp - copied unchanged from rev 54205, struts/trunk/struts-faces/web/example2/registration.jsp struts/trunk/struts-faces/example2-webapp/src/web/staticJavascript.jsp - copied unchanged from rev 54205, struts/trunk/struts-faces/web/example2/staticJavascript.jsp struts/trunk/struts-faces/example2-webapp/src/web/struts-power.gif - copied unchanged from rev 54205, struts/trunk/struts-faces/web/example2/struts-power.gif struts/trunk/struts-faces/example2-webapp/src/web/stylesheet.css - copied unchanged from rev 54205, struts/trunk/struts-faces/web/example2/stylesheet.css struts/trunk/struts-faces/example2-webapp/src/web/subscription.jsp - copied unchanged from rev 54205, struts/trunk/struts-faces/web/example2/subscription.jsp struts/trunk/struts-faces/example2-webapp/src/web/tour.htm - copied unchanged from rev 54205, struts/trunk/struts-faces/web/example2/tour.htm struts/trunk/struts-faces/example2-webapp/src/web/welcome.jsp - copied unchanged from rev 54205, struts/trunk/struts-faces/web/example2/welcome.jsp Removed: struts/trunk/struts-faces/src/example2/org/ struts/trunk/struts-faces/web/example2/WEB-INF/ struts/trunk/struts-faces/web/example2/blank.jsp struts/trunk/struts-faces/web/example2/changePassword.jsp struts/trunk/struts-faces/web/example2/footer.jsp struts/trunk/struts-faces/web/example2/header.jsp struts/trunk/struts-faces/web/example2/index.jsp struts/trunk/struts-faces/web/example2/layout.jsp struts/trunk/struts-faces/web/example2/layout1.jsp struts/trunk/struts-faces/web/example2/loggedoff.jsp struts/trunk/struts-faces/web/example2/loggedon.jsp struts/trunk/struts-faces/web/example2/logon.jsp struts/trunk/struts-faces/web/example2/mainMenu.jsp struts/trunk/struts-faces/web/example2/menu.jsp struts/trunk/struts-faces/web/example2/registration.jsp struts/trunk/struts-faces/web/example2/staticJavascript.jsp struts/trunk/struts-faces/web/example2/struts-power.gif struts/trunk/struts-faces/web/example2/stylesheet.css struts/trunk/struts-faces/web/example2/subscription.jsp struts/trunk/struts-faces/web/example2/tour.htm struts/trunk/struts-faces/web/example2/welcome.jsp Log: Factor out example application #2.
Copied: struts/trunk/struts-faces/example2-webapp/build.xml (from rev 54205, struts/trunk/struts-faces/example1-webapp/build.xml) ============================================================================== --- struts/trunk/struts-faces/example1-webapp/build.xml (original) +++ struts/trunk/struts-faces/example2-webapp/build.xml Sat Oct 9 19:54:35 2004 @@ -19,7 +19,7 @@ --> -<project name="Struts-Faces Example Webapp 1" default="compile" basedir="."> +<project name="Struts-Faces Example Webapp 2" 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-example1"/> - <property name="project.name" value="Struts-Faces Example Webapp 1"/> + <property name="context.path" value="struts-faces-example2"/> + <property name="project.name" value="Struts-Faces Example Webapp 2"/> <property name="project.package" value="org.apache.struts.faces"/> <property name="project.version" value="1.0-dev"/> --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]