Author: jmitchell
Date: Fri Jan 28 14:01:59 2005
New Revision: 148929

URL: http://svn.apache.org/viewcvs?view=rev&rev=148929
Log:
finish some cleanup of author tags removal
Modified:
   struts/core/trunk/project.xml

Modified: struts/core/trunk/project.xml
Url: 
http://svn.apache.org/viewcvs/struts/core/trunk/project.xml?view=diff&rev=148929&p1=struts/core/trunk/project.xml&r1=148928&p2=struts/core/trunk/project.xml&r2=148929
==============================================================================
--- struts/core/trunk/project.xml       (original)
+++ struts/core/trunk/project.xml       Fri Jan 28 14:01:59 2005
@@ -239,6 +239,9 @@
       <groupId>servletapi</groupId>
       <artifactId>servletapi</artifactId>
       <version>2.3</version>
+      
+      put url here
+      
     </dependency>
     
     <dependency>
@@ -253,6 +256,17 @@
     </dependency>
     
     <dependency>
+      <groupId>commons-chain</groupId>
+      <artifactId>commons-chain</artifactId>
+      <version>1.0</version>
+      <url>http://jakarta.apache.org/commons/chain</url>
+      <properties>
+        <war.bundle>true</war.bundle>
+        <cactus.bundle>true</cactus.bundle>
+      </properties>
+    </dependency>
+    
+    <dependency>
       <groupId>commons-digester</groupId>
       <artifactId>commons-digester</artifactId>
       <version>1.6</version>
@@ -290,17 +304,6 @@
       <artifactId>commons-validator</artifactId>
       <version>1.1.4</version>
       <url>http://jakarta.apache.org/commons/validator</url>
-      <properties>
-        <war.bundle>true</war.bundle>
-        <cactus.bundle>true</cactus.bundle>
-      </properties>
-    </dependency>
-    
-    <dependency>
-      <groupId>commons-chain</groupId>
-      <artifactId>commons-chain</artifactId>
-      <version>1.0</version>
-      <url>http://jakarta.apache.org/commons/chain</url>
       <properties>
         <war.bundle>true</war.bundle>
         <cactus.bundle>true</cactus.bundle>

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to