Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
follow changes in pom.xml to pom.rb to make truffle an opt-in
Browse files Browse the repository at this point in the history
mkristian committed Jan 22, 2015
1 parent 4b5e121 commit 21a09ae
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion maven/jruby-noasm/pom.rb
Original file line number Diff line number Diff line change
@@ -26,7 +26,6 @@
'org.ow2.asm:asm-commons',
'org.ow2.asm:asm-analysis',
'org.ow2.asm:asm-util' ] )
jar 'org.jruby:jruby-truffle:${project.version}'
jar 'org.jruby:jruby-stdlib:${project.version}'

# we have no sources and attach an empty jar later in the build to
1 change: 0 additions & 1 deletion maven/jruby/pom.rb
Original file line number Diff line number Diff line change
@@ -18,7 +18,6 @@
end

jar 'org.jruby:jruby-core:${project.version}'
jar 'org.jruby:jruby-truffle:${project.version}'
jar 'org.jruby:jruby-stdlib:${project.version}'

# we have no sources and attach an empty jar later in the build to

0 comments on commit 21a09ae

Please sign in to comment.