Author: craigmcc
Date: Mon Jun 12 18:46:48 2006
New Revision: 413783

URL: http://svn.apache.org/viewvc?rev=413783&view=rev
Log:
Add the other binary dependencies so the corresponding JARs will get
included in the assembly.

Modified:
    struts/shale/branches/mvn_reorg/shale-dist/pom.xml

Modified: struts/shale/branches/mvn_reorg/shale-dist/pom.xml
URL: 
http://svn.apache.org/viewvc/struts/shale/branches/mvn_reorg/shale-dist/pom.xml?rev=413783&r1=413782&r2=413783&view=diff
==============================================================================
--- struts/shale/branches/mvn_reorg/shale-dist/pom.xml (original)
+++ struts/shale/branches/mvn_reorg/shale-dist/pom.xml Mon Jun 12 18:46:48 2006
@@ -52,7 +52,49 @@
 
         <dependency>
             <groupId>org.apache.struts.shale</groupId>
+            <artifactId>shale-clay</artifactId>
+            <version>${version}</version>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.struts.shale</groupId>
             <artifactId>shale-core</artifactId>
+            <version>${version}</version>
+        </dependency>
+<!--
+        <dependency>
+            <groupId>org.apache.struts.shale</groupId>
+            <artifactId>shale-designtime</artifactId>
+            <version>${version}</version>
+        </dependency>
+-->
+        <dependency>
+            <groupId>org.apache.struts.shale</groupId>
+            <artifactId>shale-remoting</artifactId>
+            <version>${version}</version>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.struts.shale</groupId>
+            <artifactId>shale-spring</artifactId>
+            <version>${version}</version>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.struts.shale</groupId>
+            <artifactId>shale-spring</artifactId>
+            <version>${version}</version>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.struts.shale</groupId>
+            <artifactId>shale-test</artifactId>
+            <version>${version}</version>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.struts.shale</groupId>
+            <artifactId>shale-tiger</artifactId>
+            <version>${version}</version>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.struts.shale</groupId>
+            <artifactId>shale-tiles</artifactId>
             <version>${version}</version>
         </dependency>
 


Reply via email to