You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@struts.apache.org by la...@apache.org on 2005/11/16 23:49:39 UTC

svn commit: r345142 - in /struts: build/trunk/project.xml core/trunk/project.xml

Author: laurieh
Date: Wed Nov 16 14:49:36 2005
New Revision: 345142

URL: http://svn.apache.org/viewcvs?rev=345142&view=rev
Log:
Moving cglib dependency to core, per Wendy.


Modified:
    struts/build/trunk/project.xml
    struts/core/trunk/project.xml

Modified: struts/build/trunk/project.xml
URL: http://svn.apache.org/viewcvs/struts/build/trunk/project.xml?rev=345142&r1=345141&r2=345142&view=diff
==============================================================================
--- struts/build/trunk/project.xml (original)
+++ struts/build/trunk/project.xml Wed Nov 16 14:49:36 2005
@@ -353,16 +353,6 @@
     </dependency>
     
     <dependency>
-      <groupId>cglib</groupId>
-      <artifactId>cglib-nodep</artifactId>
-      <version>2.1_3</version>
-      <url>http://cglib.sourceforge.net/</url>
-      <properties>
-        <war.bundle>true</war.bundle>
-      </properties>
-    </dependency>
-
-    <dependency>
       <groupId>oro</groupId>
       <artifactId>oro</artifactId>
       <version>2.0.8</version>

Modified: struts/core/trunk/project.xml
URL: http://svn.apache.org/viewcvs/struts/core/trunk/project.xml?rev=345142&r1=345141&r2=345142&view=diff
==============================================================================
--- struts/core/trunk/project.xml (original)
+++ struts/core/trunk/project.xml Wed Nov 16 14:49:36 2005
@@ -103,7 +103,19 @@
       <tag>STRUTS_1_2_BRANCH</tag>
     </branch>
   </branches>
-  
+
+  <dependencies>
+    <dependency>
+      <groupId>cglib</groupId>
+      <artifactId>cglib-nodep</artifactId>
+      <version>2.1_3</version>
+      <url>http://cglib.sourceforge.net/</url>
+      <properties>
+        <war.bundle>true</war.bundle>
+      </properties>
+    </dependency>
+  </dependencies>
+
   <build>
     <sourceDirectory>src/java</sourceDirectory>
     <unitTestSourceDirectory>src/test</unitTestSourceDirectory>



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