You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@struts.apache.org by ws...@apache.org on 2005/09/25 21:24:28 UTC

svn commit: r291465 - in /struts/el/trunk: README.txt project.properties project.xml

Author: wsmoak
Date: Sun Sep 25 12:24:21 2005
New Revision: 291465

URL: http://svn.apache.org/viewcvs?rev=291465&view=rev
Log:
Added dependencies for Cactus tests.  See README.txt for instructions.

Modified:
    struts/el/trunk/README.txt
    struts/el/trunk/project.properties
    struts/el/trunk/project.xml

Modified: struts/el/trunk/README.txt
URL: http://svn.apache.org/viewcvs/struts/el/trunk/README.txt?rev=291465&r1=291464&r2=291465&view=diff
==============================================================================
--- struts/el/trunk/README.txt (original)
+++ struts/el/trunk/README.txt Sun Sep 25 12:24:21 2005
@@ -2,7 +2,7 @@
 To build and run the Cactus tests:
 
 	1.	Create a file called build.properties (or reuse the one you have) 
-		in the top level of Struts Taglibs.
+		in the top level of Struts EL.
 	
 	2.	Add a line (as shown below) that points to your local install of
 		any supported server.

Modified: struts/el/trunk/project.properties
URL: http://svn.apache.org/viewcvs/struts/el/trunk/project.properties?rev=291465&r1=291464&r2=291465&view=diff
==============================================================================
--- struts/el/trunk/project.properties (original)
+++ struts/el/trunk/project.properties Sun Sep 25 12:24:21 2005
@@ -10,3 +10,5 @@
 
 # Preserve original filename
 maven.war.final.name = strutsel-exercise-taglib.war
+
+cactus.src.dir = src/test

Modified: struts/el/trunk/project.xml
URL: http://svn.apache.org/viewcvs/struts/el/trunk/project.xml?rev=291465&r1=291464&r2=291465&view=diff
==============================================================================
--- struts/el/trunk/project.xml (original)
+++ struts/el/trunk/project.xml Sun Sep 25 12:24:21 2005
@@ -125,7 +125,30 @@
       <groupId>httpunit</groupId>
       <artifactId>httpunit</artifactId>
       <version>1.5.4</version>
+      <properties>
+        <cactus.bundle>true</cactus.bundle>
+      </properties>
       <url>http://httpunit.org/</url>
+      </dependency>
+    
+    <dependency>
+      <groupId>xerces</groupId>
+      <artifactId>xercesImpl</artifactId>
+      <version>2.6.2</version>
+      <properties>
+        <cactus.bundle>true</cactus.bundle>
+      </properties>
+      <url>http://xerces.apache.org/</url>
+    </dependency>
+
+    <dependency>
+      <groupId>xerces</groupId>
+      <artifactId>xmlParserAPIs</artifactId>
+      <version>2.6.2</version>
+      <properties>
+        <cactus.bundle>true</cactus.bundle>
+      </properties>
+      <url>http://xerces.apache.org/</url>
     </dependency>
     
     <!-- Dependencies for tests -->



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