Skip to content
This repository has been archived by the owner on Mar 15, 2024. It is now read-only.

Commit

Permalink
Upgraded to ASM 3.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Hakan Raberg committed Oct 29, 2011
1 parent 84dd58f commit a8716a8
Show file tree
Hide file tree
Showing 6 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .classpath
Expand Up @@ -12,7 +12,7 @@
<classpathentry kind="lib" path="lib/junit-4.7.jar" sourcepath="lib/src/junit-4.7-sources.jar"/>
<classpathentry kind="lib" path="lib/extra166y-1.7.0.jar" sourcepath="lib/src/extra166y-1.7.0-sources.jar"/>
<classpathentry kind="lib" path="lib/jsr166y-1.7.0.jar" sourcepath="lib/src/jsr166y-1.7.0-sources.jar"/>
<classpathentry kind="lib" path="lib/asm-debug-all-3.3.jar" sourcepath="lib/src/asm-all-3.3-sources.jar"/>
<classpathentry kind="lib" path="lib/asm-debug-all-3.3.1.jar" sourcepath="lib/src/asm-all-3.3.1-sources.jar"/>
<classpathentry kind="lib" path="lib/clojure-1.3.0.jar" sourcepath="lib/src/clojure-1.3.0-sources.jar"/>
<classpathentry kind="lib" path="lib/jruby-complete-1.6.5.jar" sourcepath="lib/src/jruby-complete-1.6.5-sources.jar"/>
<classpathentry kind="lib" path="lib/guava-10.0.1.jar" sourcepath="lib/src/guava-10.0.1-sources.zip"/>
Expand Down
6 changes: 3 additions & 3 deletions build.xml
Expand Up @@ -5,7 +5,7 @@
</description>

<property name="enumerable.version" value="0.3.1-SNAPSHOT" />
<property name="asm.version" value="3.3" />
<property name="asm.version" value="3.3.1" />
<property name="scala.version" value="2.9.1" />
<property file="lambda.weaving.properties" />
<tstamp />
Expand Down Expand Up @@ -374,8 +374,8 @@
<remoterepository id="clojars" url="http://clojars.org/repo"/>
<remoterepository id="javaparser-release" url="https://javaparser.googlecode.com/svn/maven2"/>

<dependency groupId="asm" artifactId="asm-all" version="3.3" scope="provided"/>
<dependency groupId="asm" artifactId="asm-debug-all" version="3.3" scope="test"/>
<dependency groupId="asm" artifactId="asm-all" version="${asm.version}" scope="provided"/>
<dependency groupId="asm" artifactId="asm-debug-all" version="${asm.version}" scope="test"/>
<dependency groupId="junit" artifactId="junit" version="4.7" scope="test"/>
<dependency groupId="org.clojure" artifactId="clojure" version="1.3.0" scope="compile" optional="true"/>
<dependency groupId="clojure-jsr223" artifactId="clojure-jsr223" version="1.0" scope="compile" optional="true"/>
Expand Down
Binary file removed lib/asm-all-3.3.jar
Binary file not shown.
Binary file removed lib/asm-debug-all-3.3.jar
Binary file not shown.
Binary file removed lib/src/asm-all-3.3-sources.jar
Binary file not shown.
Binary file removed lib/src/asm-debug-all-3.3-sources.jar
Binary file not shown.

0 comments on commit a8716a8

Please sign in to comment.