Author: jmitchell Date: Sat Jan 15 13:49:25 2005 New Revision: 125316 URL: http://svn.apache.org/viewcvs?view=rev&rev=125316 Log: reorg tiles-doc Added: struts/apps/trunk/tiles-documentation/ - copied from r125286, struts/apps/trunk/web/tiles-documentation/ struts/apps/trunk/tiles-documentation/project.xml (contents, props changed) struts/apps/trunk/tiles-documentation/src/ - copied from r125310, struts/apps/trunk/web/tiles-documentation/src/ struts/apps/trunk/tiles-documentation/src/java/ - copied from r125312, struts/apps/trunk/web/tiles-documentation/src/java/ struts/apps/trunk/tiles-documentation/src/java/org/ - copied from r125313, struts/apps/trunk/web/tiles-documentation/src/java/org/ struts/apps/trunk/tiles-documentation/src/webapp/ - copied from r125314, struts/apps/trunk/web/tiles-documentation/src/webapp/ struts/apps/trunk/tiles-documentation/src/webapp/WEB-INF/ - copied from r125315, struts/apps/trunk/web/tiles-documentation/src/webapp/WEB-INF/ struts/apps/trunk/tiles-documentation/src/webapp/common/ - copied from r125315, struts/apps/trunk/web/tiles-documentation/src/webapp/common/ struts/apps/trunk/tiles-documentation/src/webapp/doc/ - copied from r125315, struts/apps/trunk/web/tiles-documentation/src/webapp/doc/ struts/apps/trunk/tiles-documentation/src/webapp/examples/ - copied from r125315, struts/apps/trunk/web/tiles-documentation/src/webapp/examples/ struts/apps/trunk/tiles-documentation/src/webapp/images/ - copied from r125315, struts/apps/trunk/web/tiles-documentation/src/webapp/images/ struts/apps/trunk/tiles-documentation/src/webapp/index.jsp - copied unchanged from r125315, struts/apps/trunk/web/tiles-documentation/src/webapp/index.jsp struts/apps/trunk/tiles-documentation/src/webapp/layout/ - copied from r125315, struts/apps/trunk/web/tiles-documentation/src/webapp/layout/ struts/apps/trunk/tiles-documentation/src/webapp/layouts/ - copied from r125315, struts/apps/trunk/web/tiles-documentation/src/webapp/layouts/ struts/apps/trunk/tiles-documentation/src/webapp/tutorial/ - copied from r125315, struts/apps/trunk/web/tiles-documentation/src/webapp/tutorial/ Removed: struts/apps/trunk/web/tiles-documentation/
Added: struts/apps/trunk/tiles-documentation/project.xml Url: http://svn.apache.org/viewcvs/struts/apps/trunk/tiles-documentation/project.xml?view=auto&rev=125316 ============================================================================== --- (empty file) +++ struts/apps/trunk/tiles-documentation/project.xml Sat Jan 15 13:49:25 2005 @@ -0,0 +1,14 @@ +<?xml version="1.0"?> + +<project> + <extend>${basedir}/../project.xml</extend> + <id>tiles-documentation</id> + <name>Tiles documentation web application</name> + <package>org.apache.struts.webapp.tiles.*</package> + + <description>Tiles documentation web application</description> + <shortDescription>Tiles webapp</shortDescription> + + <dependencies/> + +</project> Copied: struts/apps/trunk/tiles-documentation/src/webapp/index.jsp (from r125315, struts/apps/trunk/web/tiles-documentation/src/webapp/index.jsp) Url: http://svn.apache.org/viewcvs/struts/apps/trunk/tiles-documentation/src/webapp/index.jsp?view=diff&rev=125316&p1=struts/apps/trunk/web/tiles-documentation/src/webapp/index.jsp&r1=125315&p2=struts/apps/trunk/tiles-documentation/src/webapp/index.jsp&r2=125316 ============================================================================== --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
