Skip to content

Commit 807c02e

Browse files
committed
Update references to asm jars from 3.0 to 4.0_RC1 in Rakefile
1 parent cb44c8a commit 807c02e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Rakefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ end
3232
desc "Generate sources, compile and add to jar file"
3333
task :gen do
3434
mkdir_p 'src_gen'
35-
system 'apt -nocompile -cp lib/jruby.jar:build_lib/asm-3.0.jar:build_lib/asm-util-3.0.jar -factory org.jruby.anno.AnnotationBinder src/org/jruby/*.java'
35+
system 'apt -nocompile -cp lib/jruby.jar:build_lib/asm-4.0_RC1.jar:build_lib/asm-util-4.0_RC1.jar -factory org.jruby.anno.AnnotationBinder src/org/jruby/*.java'
3636
system 'javac -cp lib/jruby.jar src_gen/*.java'
3737
system 'jar -uf lib/jruby.jar -C src_gen .'
3838
end

0 commit comments

Comments
 (0)