You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by da...@apache.org on 2003/11/06 21:04:07 UTC

cvs commit: incubator-geronimo/modules/kernel project.xml

dain        2003/11/06 12:04:07

  Modified:    modules/kernel project.xml
  Log:
  Removed asm and switched to cglib full build.
  
  Revision  Changes    Path
  1.7       +2 -12     incubator-geronimo/modules/kernel/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/incubator-geronimo/modules/kernel/project.xml,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- project.xml	27 Oct 2003 21:37:53 -0000	1.6
  +++ project.xml	6 Nov 2003 20:04:07 -0000	1.7
  @@ -83,18 +83,8 @@
           <!-- Thirdparty -->
   
           <dependency>
  -            <id>asm</id>
  -            <version>1.3.4</version>
  -            <url>http://asm.objectweb.org/</url>
  -            <properties>
  -                <runtime>true</runtime>
  -                <destinations>bootlib</destinations>
  -            </properties>
  -        </dependency>
  -
  -        <dependency>
               <id>cglib</id>
  -            <version>1.0</version>
  +            <version>HEAD-20031106</version>
               <url>http://cglib.sf.net/</url>
               <properties>
                   <runtime>true</runtime>