[jboss-cvs] Repository SVN: r2870 - cglib/2.1.3dep-brew.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Fri Mar 21 14:05:21 EDT 2008


Author: dbhole
Date: 2008-03-21 14:05:21 -0400 (Fri, 21 Mar 2008)
New Revision: 2870

Modified:
   cglib/2.1.3dep-brew/component-info.xml
Log:


Fix component info to reflect correct version


Modified: cglib/2.1.3dep-brew/component-info.xml
===================================================================
--- cglib/2.1.3dep-brew/component-info.xml	2008-03-21 17:59:16 UTC (rev 2869)
+++ cglib/2.1.3dep-brew/component-info.xml	2008-03-21 18:05:21 UTC (rev 2870)
@@ -1,7 +1,7 @@
 <project name="cglib-component-info">
    <component id="cglib"
               licenseType="apache-2.0"
-              version="2.1.3-brew"
+              version="2.1.3dep-brew"
               projectHome="http://cglib.sourceforge.net/"
               description="Code Generation Library with no dependencies"
               scm=":ext:cvs.devel.redhat.com:/cvs/dist/cglib"
@@ -9,6 +9,12 @@
       <!-- Built using JDK 1.4 -->
       <!-- These are equivalent to cglib-nodep.jar -->
       <artifact id="cglib.jar"/>
+
+      <import componentref="asm">
+        <compatible version="1.5.3"/>
+        <compatible version="1.5.3-brew"/>
+      </import>
+
       <export>
          <include input="cglib.jar"/>
       </export>




More information about the jboss-cvs-commits mailing list