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/11/24 18:34:50 UTC

svn commit: r348775 - /struts/action/branches/STRUTS_1_2_BRANCH/project.xml

Author: wsmoak
Date: Thu Nov 24 09:34:43 2005
New Revision: 348775

URL: http://svn.apache.org/viewcvs?rev=348775&view=rev
Log:
Added dependency scope hints for conversion to a Maven 2 pom.

Modified:
    struts/action/branches/STRUTS_1_2_BRANCH/project.xml

Modified: struts/action/branches/STRUTS_1_2_BRANCH/project.xml
URL: http://svn.apache.org/viewcvs/struts/action/branches/STRUTS_1_2_BRANCH/project.xml?rev=348775&r1=348774&r2=348775&view=diff
==============================================================================
--- struts/action/branches/STRUTS_1_2_BRANCH/project.xml (original)
+++ struts/action/branches/STRUTS_1_2_BRANCH/project.xml Thu Nov 24 09:34:43 2005
@@ -260,6 +260,7 @@
       <url>http://xml.apache.org/commons/</url>
       <properties>
         <war.bundle>true</war.bundle>
+        <scope>provided</scope>
       </properties>
     </dependency>
     <dependency>
@@ -274,6 +275,9 @@
       <groupId>servletapi</groupId>
       <artifactId>servletapi</artifactId>
       <version>2.2</version>
+      <properties>
+        <scope>provided</scope>
+      </properties>
     </dependency>
     <!-- for unit tests -->
     <dependency>
@@ -281,18 +285,27 @@
       <artifactId>junit</artifactId>
       <version>3.8.1</version>
       <url>http://www.junit.org</url>
+      <properties>
+        <scope>test</scope>
+      </properties>
     </dependency>
     <dependency>
       <groupId>cactus</groupId>
       <artifactId>cactus</artifactId>
       <version>12-1.4.1</version>
       <url>http://jakarta.apache.org/cactus</url>
+      <properties>
+        <scope>test</scope>
+      </properties>
     </dependency>
     <dependency>
       <groupId>cactus</groupId>
       <artifactId>cactus-ant</artifactId>
       <version>1.4.1</version>
       <url>http://jakarta.apache.org/cactus</url>
+      <properties>
+        <scope>test</scope>
+      </properties>
     </dependency>
     <!-- for tld generation -->
     <dependency>
@@ -300,6 +313,9 @@
       <artifactId>xalan</artifactId>
       <version>2.5.1</version>
       <url>http://xml.apache.org/xalan</url>
+      <properties>
+        <scope>compile</scope>
+      </properties>
     </dependency>
   </dependencies>
   <build>



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