You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@gump.apache.org by bo...@apache.org on 2007/04/12 12:20:19 UTC

svn commit: r527872 - /gump/metadata/project/jmock.xml

Author: bodewig
Date: Thu Apr 12 03:20:17 2007
New Revision: 527872

URL: http://svn.apache.org/viewvc?view=rev&rev=527872
Log:
Try to build jmock against the 'real' cglib

Modified:
    gump/metadata/project/jmock.xml

Modified: gump/metadata/project/jmock.xml
URL: http://svn.apache.org/viewvc/gump/metadata/project/jmock.xml?view=diff&rev=527872&r1=527871&r2=527872
==============================================================================
--- gump/metadata/project/jmock.xml (original)
+++ gump/metadata/project/jmock.xml Thu Apr 12 03:20:17 2007
@@ -31,6 +31,7 @@
     </ant>
 
     <depend project="ant"/>
+    <depend project="cglib"/>
     <depend project="xml-xerces"/>
     <depend project="xml-apis"/>
 
@@ -42,8 +43,8 @@
          cglib itself talks about version 1.3.2, current as of this writing is
          version 2.1, the oldest version available from objectweb is 1.4.2
          released in March 2004.
+    <work nested="lib/cglib-nodep-2.1_3.jar"/>
     -->
-    <work nested="lib/cglib-full-2.0.jar"/>
     <depend project="junit3"/>
 
     <work nested="build/cglib"/>