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 2005/10/28 16:29:51 UTC

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

Author: bodewig
Date: Fri Oct 28 07:29:45 2005
New Revision: 329212

URL: http://svn.apache.org/viewcvs?rev=329212&view=rev
Log:
get pragmatic, I don't have the time to search for even older versions of asm

Modified:
    gump/metadata/project/jmock.xml

Modified: gump/metadata/project/jmock.xml
URL: http://svn.apache.org/viewcvs/gump/metadata/project/jmock.xml?rev=329212&r1=329211&r2=329212&view=diff
==============================================================================
--- gump/metadata/project/jmock.xml (original)
+++ gump/metadata/project/jmock.xml Fri Oct 28 07:29:45 2005
@@ -33,8 +33,16 @@
     <depend project="xml-xerces"/>
     <depend project="xml-apis"/>
 
-    <depend project="packaged-asm"/>
-    <depend project="cglib"/>
+
+    <!--
+         this particular jar contains a version of asm in addition to cglib.
+         it also is the only version of asm jmock is going to compile against,
+         where "only" means the only one I can download today 2005-10-28.
+         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-full-2.0.jar"/>
     <depend project="packaged-junit"/>
 
     <work nested="build/cglib"/>