Author: jmitchell Date: Sat Jan 15 11:03:34 2005 New Revision: 125286 URL: http://svn.apache.org/viewcvs?view=rev&rev=125286 Log: Moving webapps over to new apps location Added: struts/apps/trunk/shared/ struts/apps/trunk/shared/src/ struts/apps/trunk/shared/src/java/ struts/apps/trunk/shared/src/resources/ struts/apps/trunk/shared/src/webapp/ struts/apps/trunk/web/ - copied from r125243, struts/core/trunk/web/ Modified: struts/apps/trunk/web/example/Error.jsp struts/apps/trunk/web/example/WEB-INF/struts-config-registration.xml struts/apps/trunk/web/example/WEB-INF/struts-config.xml struts/apps/trunk/web/example/WEB-INF/validation.xml struts/apps/trunk/web/example/WEB-INF/webtest.properties.sample struts/apps/trunk/web/example/WEB-INF/webtest.xml struts/apps/trunk/web/example/base.css struts/apps/trunk/web/example/index.jsp struts/apps/trunk/web/examples/WEB-INF/struts-config.xml struts/apps/trunk/web/test/jspRedirector.jsp struts/apps/trunk/web/tiles-documentation/examples/tiles/rssChannelErrors.jsp struts/apps/trunk/web/tiles-documentation/examples/tiles/rssChannels.jsp struts/apps/trunk/web/tiles-documentation/tutorial/dynPortal/Channels.jsp struts/apps/trunk/web/tiles-documentation/tutorial/dynPortal/Errors.jsp
Modified: struts/apps/trunk/web/example/Error.jsp Url: http://svn.apache.org/viewcvs/struts/apps/trunk/web/example/Error.jsp?view=diff&rev=125286&p1=struts/core/trunk/web/example/Error.jsp&r1=125243&p2=struts/apps/trunk/web/example/Error.jsp&r2=125286 ============================================================================== --- struts/core/trunk/web/example/Error.jsp (original) +++ struts/apps/trunk/web/example/Error.jsp Sat Jan 15 11:03:34 2005 @@ -3,7 +3,7 @@ <%-- $Header: /home/cvs/jakarta-struts/web/example/Error.jsp,v 1.1 2004/03/09 04:38:05 husted Exp $ $Revision: 1.1 $ - $Date: 2004/03/09 04:38:05 $ + $Date$ Copyright 2000-2004 Apache Software Foundation Modified: struts/apps/trunk/web/example/WEB-INF/struts-config-registration.xml Url: http://svn.apache.org/viewcvs/struts/apps/trunk/web/example/WEB-INF/struts-config-registration.xml?view=diff&rev=125286&p1=struts/core/trunk/web/example/WEB-INF/struts-config-registration.xml&r1=125243&p2=struts/apps/trunk/web/example/WEB-INF/struts-config-registration.xml&r2=125286 ============================================================================== --- struts/core/trunk/web/example/WEB-INF/struts-config-registration.xml (original) +++ struts/apps/trunk/web/example/WEB-INF/struts-config-registration.xml Sat Jan 15 11:03:34 2005 @@ -5,7 +5,7 @@ <!-- $Header: /home/cvs/jakarta-struts/web/example/WEB-INF/struts-config-registration.xml,v 1.8 2004/09/02 03:43:15 niallp Exp $ $Revision: 1.8 $ - $Date: 2004/09/02 03:43:15 $ + $Date$ Copyright 2000-2004 Apache Software Foundation Modified: struts/apps/trunk/web/example/WEB-INF/struts-config.xml Url: http://svn.apache.org/viewcvs/struts/apps/trunk/web/example/WEB-INF/struts-config.xml?view=diff&rev=125286&p1=struts/core/trunk/web/example/WEB-INF/struts-config.xml&r1=125243&p2=struts/apps/trunk/web/example/WEB-INF/struts-config.xml&r2=125286 ============================================================================== --- struts/core/trunk/web/example/WEB-INF/struts-config.xml (original) +++ struts/apps/trunk/web/example/WEB-INF/struts-config.xml Sat Jan 15 11:03:34 2005 @@ -5,7 +5,7 @@ <!-- $Header: /home/cvs/jakarta-struts/web/example/WEB-INF/struts-config.xml,v 1.43 2004/09/02 03:43:15 niallp Exp $ $Revision: 1.43 $ - $Date: 2004/09/02 03:43:15 $ + $Date$ Copyright 2000-2004 Apache Software Foundation Modified: struts/apps/trunk/web/example/WEB-INF/validation.xml Url: http://svn.apache.org/viewcvs/struts/apps/trunk/web/example/WEB-INF/validation.xml?view=diff&rev=125286&p1=struts/core/trunk/web/example/WEB-INF/validation.xml&r1=125243&p2=struts/apps/trunk/web/example/WEB-INF/validation.xml&r2=125286 ============================================================================== --- struts/core/trunk/web/example/WEB-INF/validation.xml (original) +++ struts/apps/trunk/web/example/WEB-INF/validation.xml Sat Jan 15 11:03:34 2005 @@ -7,7 +7,7 @@ <!-- Validation Rules for the Struts Example Web Application - $Id: validation.xml,v 1.15 2004/09/03 04:38:57 niallp Exp $ + $Id$ --> <form-validation> Modified: struts/apps/trunk/web/example/WEB-INF/webtest.properties.sample Url: http://svn.apache.org/viewcvs/struts/apps/trunk/web/example/WEB-INF/webtest.properties.sample?view=diff&rev=125286&p1=struts/core/trunk/web/example/WEB-INF/webtest.properties.sample&r1=125243&p2=struts/apps/trunk/web/example/WEB-INF/webtest.properties.sample&r2=125286 ============================================================================== --- struts/core/trunk/web/example/WEB-INF/webtest.properties.sample (original) +++ struts/apps/trunk/web/example/WEB-INF/webtest.properties.sample Sat Jan 15 11:03:34 2005 @@ -6,6 +6,6 @@ # to "webtest.properties" in the same directory that contains the Struts # "webtest.xml" file. # -# $Id: webtest.properties.sample,v 1.1 2004/03/09 04:43:12 husted Exp $ +# $Id$ # ----------------------------------------------------------------------------- webtest.home = /opt/Canoo/build_379 Modified: struts/apps/trunk/web/example/WEB-INF/webtest.xml Url: http://svn.apache.org/viewcvs/struts/apps/trunk/web/example/WEB-INF/webtest.xml?view=diff&rev=125286&p1=struts/core/trunk/web/example/WEB-INF/webtest.xml&r1=125243&p2=struts/apps/trunk/web/example/WEB-INF/webtest.xml&r2=125286 ============================================================================== --- struts/core/trunk/web/example/WEB-INF/webtest.xml (original) +++ struts/apps/trunk/web/example/WEB-INF/webtest.xml Sat Jan 15 11:03:34 2005 @@ -6,7 +6,7 @@ <!-- $Header: /home/cvs/jakarta-struts/web/example/WEB-INF/webtest.xml,v 1.2 2004/03/12 02:44:34 husted Exp $ $Revision: 1.2 $ - $Date: 2004/03/12 02:44:34 $ + $Date$ Copyright 2000-2004 Apache Software Foundation @@ -38,7 +38,7 @@ Use the standard Struts "build.webapps" target to create the example application. Start your web container. Then use Ant to run the webtest.xml. - @version $Revision: 1.2 $ $Date: 2004/03/12 02:44:34 $ + @version $Revision: 1.2 $ $Date$ */ --> Modified: struts/apps/trunk/web/example/base.css Url: http://svn.apache.org/viewcvs/struts/apps/trunk/web/example/base.css?view=diff&rev=125286&p1=struts/core/trunk/web/example/base.css&r1=125243&p2=struts/apps/trunk/web/example/base.css&r2=125286 ============================================================================== --- struts/core/trunk/web/example/base.css (original) +++ struts/apps/trunk/web/example/base.css Sat Jan 15 11:03:34 2005 @@ -1,6 +1,6 @@ /** * Base stylesheet - * @version $Revision: 1.2 $ $Date: 2004/03/07 20:22:52 $ + * @version $Revision: 1.2 $ $Date$ */ body { Modified: struts/apps/trunk/web/example/index.jsp Url: http://svn.apache.org/viewcvs/struts/apps/trunk/web/example/index.jsp?view=diff&rev=125286&p1=struts/core/trunk/web/example/index.jsp&r1=125243&p2=struts/apps/trunk/web/example/index.jsp&r2=125286 ============================================================================== --- struts/core/trunk/web/example/index.jsp (original) +++ struts/apps/trunk/web/example/index.jsp Sat Jan 15 11:03:34 2005 @@ -7,7 +7,7 @@ /* * $Header: /home/cvs/jakarta-struts/web/example/index.jsp,v 1.22 2004/03/12 05:19:45 husted Exp $ * $Revision: 1.22 $ - * $Date: 2004/03/12 05:19:45 $ + * $Date$ * * Copyright 2000-2004 Apache Software Foundation * Modified: struts/apps/trunk/web/examples/WEB-INF/struts-config.xml Url: http://svn.apache.org/viewcvs/struts/apps/trunk/web/examples/WEB-INF/struts-config.xml?view=diff&rev=125286&p1=struts/core/trunk/web/examples/WEB-INF/struts-config.xml&r1=125243&p2=struts/apps/trunk/web/examples/WEB-INF/struts-config.xml&r2=125286 ============================================================================== --- struts/core/trunk/web/examples/WEB-INF/struts-config.xml (original) +++ struts/apps/trunk/web/examples/WEB-INF/struts-config.xml Sat Jan 15 11:03:34 2005 @@ -5,7 +5,7 @@ <!-- Default configuration file for examples application. Each module also has its own struts-config under: /WEB-INF/$MODULE/ - @version $Revision: 1.9 $ $Date: 2004/09/07 02:50:06 $ + @version $Revision: 1.9 $ $Date$ --> <struts-config> <data-sources /> Modified: struts/apps/trunk/web/test/jspRedirector.jsp Url: http://svn.apache.org/viewcvs/struts/apps/trunk/web/test/jspRedirector.jsp?view=diff&rev=125286&p1=struts/core/trunk/web/test/jspRedirector.jsp&r1=125243&p2=struts/apps/trunk/web/test/jspRedirector.jsp&r2=125286 ============================================================================== --- struts/core/trunk/web/test/jspRedirector.jsp (original) +++ struts/apps/trunk/web/test/jspRedirector.jsp Sat Jan 15 11:03:34 2005 @@ -1,28 +1,28 @@ -<[EMAIL PROTECTED] import="org.apache.cactus.server.*" session="true" %><% - - /** - * Note: - * It is very important not to put any character between the end - * of the page tag and the beginning of the java code expression, otherwise, - * the generated servlet containss a 'out.println("\r\n");' and this breaks - * our mechanism ! - */ - - /** - * This JSP is used as a proxy to call your server-side unit tests. We use - * a JSP rather than a servlet because for testing custom JSP tags for - * example we need access to JSP implicit objects (PageContext and - * JspWriter). - */ - - JspImplicitObjects objects = new JspImplicitObjects(); - objects.setHttpServletRequest(request); - objects.setHttpServletResponse(response); - objects.setServletConfig(config); - objects.setServletContext(application); - objects.setJspWriter(out); - objects.setPageContext(pageContext); - - JspTestRedirector redirector = new JspTestRedirector(); - redirector.doGet(objects); -%> +<[EMAIL PROTECTED] import="org.apache.cactus.server.*" session="true" %><% + + /** + * Note: + * It is very important not to put any character between the end + * of the page tag and the beginning of the java code expression, otherwise, + * the generated servlet containss a 'out.println("\r\n");' and this breaks + * our mechanism ! + */ + + /** + * This JSP is used as a proxy to call your server-side unit tests. We use + * a JSP rather than a servlet because for testing custom JSP tags for + * example we need access to JSP implicit objects (PageContext and + * JspWriter). + */ + + JspImplicitObjects objects = new JspImplicitObjects(); + objects.setHttpServletRequest(request); + objects.setHttpServletResponse(response); + objects.setServletConfig(config); + objects.setServletContext(application); + objects.setJspWriter(out); + objects.setPageContext(pageContext); + + JspTestRedirector redirector = new JspTestRedirector(); + redirector.doGet(objects); +%> Modified: struts/apps/trunk/web/tiles-documentation/examples/tiles/rssChannelErrors.jsp Url: http://svn.apache.org/viewcvs/struts/apps/trunk/web/tiles-documentation/examples/tiles/rssChannelErrors.jsp?view=diff&rev=125286&p1=struts/core/trunk/web/tiles-documentation/examples/tiles/rssChannelErrors.jsp&r1=125243&p2=struts/apps/trunk/web/tiles-documentation/examples/tiles/rssChannelErrors.jsp&r2=125286 ============================================================================== --- struts/core/trunk/web/tiles-documentation/examples/tiles/rssChannelErrors.jsp (original) +++ struts/apps/trunk/web/tiles-documentation/examples/tiles/rssChannelErrors.jsp Sat Jan 15 11:03:34 2005 @@ -3,7 +3,7 @@ * Summarize channels errors as unadorned HTML. * * @parameters errors - * @version $Revision: 1.2 $ $Date: 2004/01/19 04:41:57 $ + * @version $Revision: 1.2 $ $Date$ */ --%> <%@ page language="java" %> Modified: struts/apps/trunk/web/tiles-documentation/examples/tiles/rssChannels.jsp Url: http://svn.apache.org/viewcvs/struts/apps/trunk/web/tiles-documentation/examples/tiles/rssChannels.jsp?view=diff&rev=125286&p1=struts/core/trunk/web/tiles-documentation/examples/tiles/rssChannels.jsp&r1=125243&p2=struts/apps/trunk/web/tiles-documentation/examples/tiles/rssChannels.jsp&r2=125286 ============================================================================== --- struts/core/trunk/web/tiles-documentation/examples/tiles/rssChannels.jsp (original) +++ struts/apps/trunk/web/tiles-documentation/examples/tiles/rssChannels.jsp Sat Jan 15 11:03:34 2005 @@ -3,7 +3,7 @@ * Summarize channels as unadorned HTML. * * @param CHANNELS List of channels - * @version $Revision: 1.2 $ $Date: 2004/01/19 04:41:57 $ + * @version $Revision: 1.2 $ $Date$ */ --%> Modified: struts/apps/trunk/web/tiles-documentation/tutorial/dynPortal/Channels.jsp Url: http://svn.apache.org/viewcvs/struts/apps/trunk/web/tiles-documentation/tutorial/dynPortal/Channels.jsp?view=diff&rev=125286&p1=struts/core/trunk/web/tiles-documentation/tutorial/dynPortal/Channels.jsp&r1=125243&p2=struts/apps/trunk/web/tiles-documentation/tutorial/dynPortal/Channels.jsp&r2=125286 ============================================================================== --- struts/core/trunk/web/tiles-documentation/tutorial/dynPortal/Channels.jsp (original) +++ struts/apps/trunk/web/tiles-documentation/tutorial/dynPortal/Channels.jsp Sat Jan 15 11:03:34 2005 @@ -3,7 +3,7 @@ * Summarize channels as unadorned HTML. * * @parameters ListArray CHANNELS - * @version $Revision: 1.2 $ $Date: 2004/01/19 04:41:57 $ + * @version $Revision: 1.2 $ $Date$ */ --%> <%@ page language="java" %> Modified: struts/apps/trunk/web/tiles-documentation/tutorial/dynPortal/Errors.jsp Url: http://svn.apache.org/viewcvs/struts/apps/trunk/web/tiles-documentation/tutorial/dynPortal/Errors.jsp?view=diff&rev=125286&p1=struts/core/trunk/web/tiles-documentation/tutorial/dynPortal/Errors.jsp&r1=125243&p2=struts/apps/trunk/web/tiles-documentation/tutorial/dynPortal/Errors.jsp&r2=125286 ============================================================================== --- struts/core/trunk/web/tiles-documentation/tutorial/dynPortal/Errors.jsp (original) +++ struts/apps/trunk/web/tiles-documentation/tutorial/dynPortal/Errors.jsp Sat Jan 15 11:03:34 2005 @@ -3,7 +3,7 @@ * Summarize channels errors as unadorned HTML. * * @parameters errors - * @version $Revision: 1.2 $ $Date: 2004/01/19 04:41:57 $ + * @version $Revision: 1.2 $ $Date$ */ --%> <%@ page language="java" %> --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]