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/03/16 05:17:10 UTC

svn commit: r157653 - struts/taglib/trunk/project.xml

Author: jmitchell
Date: Tue Mar 15 20:17:09 2005
New Revision: 157653

URL: http://svn.apache.org/viewcvs?view=rev&rev=157653
Log:
add necessary jars for cactus run

Modified:
    struts/taglib/trunk/project.xml

Modified: struts/taglib/trunk/project.xml
URL: http://svn.apache.org/viewcvs/struts/taglib/trunk/project.xml?view=diff&r1=157652&r2=157653
==============================================================================
--- struts/taglib/trunk/project.xml (original)
+++ struts/taglib/trunk/project.xml Tue Mar 15 20:17:09 2005
@@ -56,23 +56,85 @@
 	  <artifactId>struts-core</artifactId>
 	  <version>1.3.0-dev</version>
 	  <properties>
-		<war.bundle>true</war.bundle>
+        <cactus.bundle>true</cactus.bundle>
 	  </properties>
       <url>http://struts.apache.org/</url>
 	</dependency>
+	
+    <dependency>
+      <groupId>strutstestcase</groupId>
+      <artifactId>strutstestcase</artifactId>
+      <version>2.1-1.1-2.3</version>
+      <properties>
+        <cactus.bundle>true</cactus.bundle>
+      </properties>
+    </dependency>
+
+    <!-- XDoclet dependencies -->
+    <dependency>
+      <id>xdoclet</id>
+      <version>1.2</version>
+    </dependency>
+
+    <dependency>
+      <groupId>xdoclet</groupId>
+      <artifactId>xdoclet-web-module</artifactId>
+      <version>1.2</version>
+      <url>http://xdoclet.sf.net/</url>
+    </dependency>
+    
+    <dependency>
+      <groupId>xdoclet</groupId>
+      <artifactId>xdoclet-ejb-module</artifactId>
+      <version>1.2</version>
+      <url>http://xdoclet.sf.net/</url>
+    </dependency>
 
     <dependency>
-      <groupId>aspectj</groupId>
-      <artifactId>aspectjrt</artifactId>
-      <version>1.1.1</version>
-      <url>http://eclipse.org/aspectj/</url>
+      <groupId>xdoclet</groupId>
+      <artifactId>xdoclet-apache-module</artifactId>
+      <version>1.2</version>
+      <url>http://xdoclet.sf.net/</url>
     </dependency>
 
+    <dependency>
+      <groupId>xdoclet</groupId>
+      <artifactId>xjavadoc</artifactId>
+      <version>1.0.2</version>
+      <url>http://xdoclet.sf.net/</url>
+    </dependency>
+
+    <dependency>
+      <groupId>xdoclet</groupId>
+      <artifactId>maven-xdoclet-plugin</artifactId>
+      <version>1.2</version>
+      <type>plugin</type>
+      <url>http://xdoclet.sf.net/</url>
+    </dependency> 
+
+    <!-- HttpUnit dependencies -->
+   <dependency>
+      <groupId>httpunit</groupId>
+      <artifactId>httpunit</artifactId>
+      <version>1.5.4</version>
+      <properties>
+        <cactus.bundle>true</cactus.bundle>
+      </properties>
+    </dependency>
+    
+    <dependency>
+      <groupId>jtidy</groupId>
+      <artifactId>jtidy</artifactId>
+      <version>4aug2000r7-dev</version>
+      <properties>
+        <cactus.bundle>true</cactus.bundle>
+      </properties>
+    </dependency>
+    
   </dependencies>
 
   <build>
     <nagEmailAddress/>
-    <sourceDirectory>src/java</sourceDirectory>
 
   </build>
 



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