Skip to content

Commit

Permalink
Showing 2 changed files with 0 additions and 8 deletions.
4 changes: 0 additions & 4 deletions maven/jruby-jars/Mavenfile
Original file line number Diff line number Diff line change
@@ -44,10 +44,6 @@ execute 'copy jruby.jar', 'prepare-package' do |ctx|
File.join( ctx.project.basedir.to_pathname,
'lib',
"jruby-core-#{ctx.project.version}-complete.jar" ) )
FileUtils.cp( Dir[ File.join( source, "lib/jruby-truffle.jar" ) ].first,
File.join( ctx.project.basedir.to_pathname,
'lib',
"jruby-truffle-#{ctx.project.version}-complete.jar" ) )
end

# do not push the gem during deploy phase
4 changes: 0 additions & 4 deletions maven/jruby-jars/lib/jruby-jars.rb
Original file line number Diff line number Diff line change
@@ -10,8 +10,4 @@ def self.core_jar_path
def self.stdlib_jar_path
"#{PATH }/jruby-stdlib-#{JRubyJars::MAVEN_VERSION}.jar"
end

def self.truffle_jar_path
"#{PATH }/jruby-truffle-#{JRubyJars::MAVEN_VERSION}-complete.jar"
end
end

0 comments on commit 24c4053

Please sign in to comment.