Skip to content

Commit

Permalink
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
  • Loading branch information
mkristian committed Jan 22, 2015
1 parent 4b5e121 commit 21a09ae
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion maven/jruby-noasm/pom.rb
Expand Up @@ -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
Expand Down
1 change: 0 additions & 1 deletion maven/jruby/pom.rb
Expand Up @@ -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
Expand Down

0 comments on commit 21a09ae

Please sign in to comment.