You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@struts.apache.org by jm...@apache.org on 2005/01/16 06:53:28 UTC

svn commit: r125346 - /struts/apps/trunk/examples/project.xml

Author: jmitchell
Date: Sat Jan 15 21:53:28 2005
New Revision: 125346

URL: http://svn.apache.org/viewcvs?view=rev&rev=125346
Log:
add project that allows examples to be built by the reactor
Added:
   struts/apps/trunk/examples/project.xml   (contents, props changed)

Added: struts/apps/trunk/examples/project.xml
Url: http://svn.apache.org/viewcvs/struts/apps/trunk/examples/project.xml?view=auto&rev=125346
==============================================================================
--- (empty file)
+++ struts/apps/trunk/examples/project.xml	Sat Jan 15 21:53:28 2005
@@ -0,0 +1,14 @@
+<?xml version="1.0"?>
+
+<project>
+  <extend>${basedir}/../project.xml</extend>
+  <id>blank</id>
+  <name>Struts examples web application</name>
+  <package>org.apache.struts.webapp.*</package>
+
+  <description>Struts examples web application</description>
+  <shortDescription>Struts webapp</shortDescription>
+
+  <dependencies/>
+
+</project>

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@struts.apache.org
For additional commands, e-mail: dev-help@struts.apache.org