[prev in list] [next in list] [prev in thread] [next in thread] 

List:       groovy-scm
Subject:    groovy/groovy-core maven.xml project.xml
From:       russel () codehaus ! org
Date:       2005-11-28 7:28:20
Message-ID: 20051128072820.22423.qmail () codehaus ! org
[Download RAW message or body]

russel      2005/11/28 02:28:20

  Modified:    groovy-core maven.xml project.xml
  Log:

  Updated to ASM 2.2 and Ant 1.6.5.
  
  Revision  Changes    Path
  1.131     +4 -4      groovy/groovy-core/maven.xml
  
  Index: maven.xml
  ===================================================================
  RCS file: /home/projects/groovy/scm/groovy/groovy-core/maven.xml,v
  retrieving revision 1.130
  retrieving revision 1.131
  diff -u -r1.130 -r1.131
  --- maven.xml	21 Nov 2005 15:12:28 -0000	1.130
  +++ maven.xml	28 Nov 2005 07:28:20 -0000	1.131
  @@ -646,10 +646,10 @@
       <jar destfile="${groovy.build.native}/groovy.jar" \
manifest="${groovy.embeddable.working.dir}/META-INF/MANIFEST.MF">  <zipfileset \
                src="${maven.build.dir}/${maven.final.name}.jar"/>
         <zipfileset src="${groovy.install.staging.dest}/lib/antlr-2.7.5.jar"/>
  -      <zipfileset src="${groovy.install.staging.dest}/lib/asm-2.1.jar"/>
  -      <zipfileset src="${groovy.install.staging.dest}/lib/asm-util-2.1.jar"/>
  -      <zipfileset src="${groovy.install.staging.dest}/lib/asm-attrs-2.1.jar"/>
  -      <zipfileset src="${groovy.install.staging.dest}/lib/asm-analysis-2.1.jar"/>
  +      <zipfileset src="${groovy.install.staging.dest}/lib/asm-2.2.jar"/>
  +      <zipfileset src="${groovy.install.staging.dest}/lib/asm-util-2.2.jar"/>
  +      <zipfileset src="${groovy.install.staging.dest}/lib/asm-attrs-2.2.jar"/>
  +      <zipfileset src="${groovy.install.staging.dest}/lib/asm-analysis-2.2.jar"/>
         <zipfileset src="${groovy.install.staging.dest}/lib/commons-cli-1.0.jar"/>
         <zipfileset src="${groovy.install.staging.dest}/lib/xerces-2.4.0.jar"/>
         <zipfileset src="${groovy.install.staging.dest}/lib/xml-apis-1.0.b2.jar"/>
  
  
  
  1.161     +11 -11    groovy/groovy-core/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/projects/groovy/scm/groovy/groovy-core/project.xml,v
  retrieving revision 1.160
  retrieving revision 1.161
  diff -u -r1.160 -r1.161
  --- project.xml	21 Nov 2005 23:54:48 -0000	1.160
  +++ project.xml	28 Nov 2005 07:28:20 -0000	1.161
  @@ -323,8 +323,8 @@
       <developer>
         <name>Russel Winder</name>
         <id>russel</id>
  -      <email>russel@russel.org.uk</email>
  -      <organization></organization>
  +      <email>russel@itzinteractive.com</email>
  +      <organization>It'z Interactive Ltd</organization>
         <roles>
           <role>Developer</role>
         </roles>
  @@ -446,12 +446,12 @@
         <version>2.7.5</version>
         <properties>
            <war.bundle>true</war.bundle>
  -      </properties>      
  +      </properties>
       </dependency>    
       <dependency>
         <groupId>asm</groupId>
         <artifactId>asm</artifactId>
  -      <version>2.1</version>
  +      <version>2.2</version>
         <url>http://asm.objectweb.org/</url>
         <properties>
            <war.bundle>true</war.bundle>
  @@ -484,17 +484,17 @@
       <dependency>
         <groupId>ant</groupId>
         <artifactId>ant</artifactId>    
  -      <version>1.6.2</version>
  +      <version>1.6.5</version>
       </dependency>
       <dependency>
         <groupId>ant</groupId>
         <artifactId>ant-junit</artifactId>    
  -      <version>1.6.2</version>
  +      <version>1.6.5</version>
       </dependency>
       <dependency>
         <groupId>ant</groupId>
         <artifactId>ant-launcher</artifactId>    
  -      <version>1.6.2</version>
  +      <version>1.6.5</version>
       </dependency>
   
       <!-- only used for testing helper classes -->
  @@ -529,25 +529,25 @@
       <dependency>
         <groupId>asm</groupId>
         <artifactId>asm-util</artifactId>    
  -      <version>2.1</version>
  +      <version>2.2</version>
         <url>http://asm.objectweb.org/</url>
       </dependency>
       <dependency>
         <groupId>asm</groupId>
         <artifactId>asm-attrs</artifactId>    
  -      <version>2.1</version>
  +      <version>2.2</version>
         <url>http://asm.objectweb.org/</url>
       </dependency>
       <dependency>
         <groupId>asm</groupId>
         <artifactId>asm-analysis</artifactId>    
  -      <version>2.1</version>
  +      <version>2.2</version>
         <url>http://asm.objectweb.org/</url>
       </dependency>
       <dependency>
         <groupId>asm</groupId>
         <artifactId>asm-tree</artifactId>    
  -      <version>2.1</version>
  +      <version>2.2</version>
         <url>http://asm.objectweb.org/</url>
       </dependency>
   
  
  
  


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic