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 2006/01/13 04:25:53 UTC

svn commit: r368575 - in /struts/extras/trunk: pom.xml project.xml

Author: wsmoak
Date: Thu Jan 12 19:25:48 2006
New Revision: 368575

URL: http://svn.apache.org/viewcvs?rev=368575&view=rev
Log:
Removed the dependency on commons-resources.
The Resources plugin has been moved to the sandbox, and can be moved back once Commons Resources is released.

Modified:
    struts/extras/trunk/pom.xml
    struts/extras/trunk/project.xml

Modified: struts/extras/trunk/pom.xml
URL: http://svn.apache.org/viewcvs/struts/extras/trunk/pom.xml?rev=368575&r1=368574&r2=368575&view=diff
==============================================================================
--- struts/extras/trunk/pom.xml (original)
+++ struts/extras/trunk/pom.xml Thu Jan 12 19:25:48 2006
@@ -96,12 +96,6 @@
          <version>1.3.0-SNAPSHOT</version>
       </dependency>
 
-      <dependency>
-         <groupId>commons-resources</groupId>
-         <artifactId>commons-resources</artifactId>
-         <version>1.0.0-RC1</version>
-      </dependency>
-
    </dependencies>
 
 </project>

Modified: struts/extras/trunk/project.xml
URL: http://svn.apache.org/viewcvs/struts/extras/trunk/project.xml?rev=368575&r1=368574&r2=368575&view=diff
==============================================================================
--- struts/extras/trunk/project.xml (original)
+++ struts/extras/trunk/project.xml Thu Jan 12 19:25:48 2006
@@ -65,16 +65,6 @@
       <url>http://struts.apache.org/</url>
     </dependency>
 
-    <dependency>
-      <groupId>commons-resources</groupId>
-      <artifactId>commons-resources</artifactId>
-      <version>1.0.0-RC1</version>
-      <url>http://jakarta.apache.org/commons/resources/</url>
-      <properties>
-        <war.bundle>true</war.bundle>
-      </properties>
-    </dependency>
-
   </dependencies>
   
   <build>



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