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 01:12:40 UTC

svn commit: r125323 - /struts/apps/trunk/maven.xml /struts/apps/trunk/tiles-documentation/project.xml /struts/apps/trunk/web

Author: jmitchell
Date: Sat Jan 15 16:12:40 2005
New Revision: 125323

URL: http://svn.apache.org/viewcvs?view=rev&rev=125323
Log:

Removed:
   struts/apps/trunk/web/
Modified:
   struts/apps/trunk/maven.xml
   struts/apps/trunk/tiles-documentation/project.xml

Modified: struts/apps/trunk/maven.xml
Url: http://svn.apache.org/viewcvs/struts/apps/trunk/maven.xml?view=diff&rev=125323&p1=struts/apps/trunk/maven.xml&r1=125322&p2=struts/apps/trunk/maven.xml&r2=125323
==============================================================================
--- struts/apps/trunk/maven.xml	(original)
+++ struts/apps/trunk/maven.xml	Sat Jan 15 16:12:40 2005
@@ -36,12 +36,14 @@
     
 
 	<postGoal name="war:webapp">
+	
+	  <j:if test="${pom.name.equals('mailreader-')}">
 		<ant:copy todir="${maven.war.webapp.dir}" overwrite="false">
 			<ant:fileset dir="${shared.war.dir}"
 				excludes="**/.svn/**, maven.xml, project.xml">
 			</ant:fileset>
 		</ant:copy>
-		
+	  </j:if>
 	</postGoal>
 	
 </project>

Modified: struts/apps/trunk/tiles-documentation/project.xml
Url: http://svn.apache.org/viewcvs/struts/apps/trunk/tiles-documentation/project.xml?view=diff&rev=125323&p1=struts/apps/trunk/tiles-documentation/project.xml&r1=125322&p2=struts/apps/trunk/tiles-documentation/project.xml&r2=125323
==============================================================================
--- struts/apps/trunk/tiles-documentation/project.xml	(original)
+++ struts/apps/trunk/tiles-documentation/project.xml	Sat Jan 15 16:12:40 2005
@@ -9,6 +9,29 @@
   <description>Tiles documentation web application</description>
   <shortDescription>Tiles webapp</shortDescription>
 
-  <dependencies/>
+  <dependencies>
+  
+      <dependency>
+		  <groupId>struts</groupId>
+		  <artifactId>struts-tiles</artifactId>
+		  <version>1.0-SNAPSHOT</version>
+      </dependency>
+
+    <dependency>
+      <id>commons-logging</id>
+      <version>1.0.3</version>
+    </dependency>
+
+    <dependency>
+      <id>commons-beanutils</id>
+      <version>1.7.0</version>
+    </dependency>
+
+    <dependency>
+      <id>commons-digester</id>
+      <version>1.5</version>
+    </dependency>
+
+  </dependencies>
 
 </project>

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