Skip to content

Commit

Permalink
remove more jruby.home properties from build
Browse files Browse the repository at this point in the history
  • Loading branch information
mkristian committed Apr 24, 2015
1 parent 6fb60a4 commit 6550480
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 17 deletions.
1 change: 0 additions & 1 deletion core/pom.xml
Expand Up @@ -116,7 +116,6 @@
<groupId>com.github.jnr</groupId>
<artifactId>jnr-ffi</artifactId>
<version>2.0.3-SNAPSHOT</version>
<type>jar</type>
</dependency>
<dependency>
<groupId>com.github.jnr</groupId>
Expand Down
4 changes: 0 additions & 4 deletions maven/jruby-complete/pom.rb
Expand Up @@ -14,10 +14,6 @@
'main.basedir' => '${project.parent.parent.basedir}',
'jruby.complete.home' => '${project.build.outputDirectory}/META-INF/jruby.home' )

unless version =~ /-SNAPSHOT/
properties 'jruby.home' => '${basedir}/../..'
end

scope :provided do
jar 'org.jruby:jruby-core:${project.version}'
jar 'org.jruby:jruby-stdlib:${project.version}'
Expand Down
4 changes: 0 additions & 4 deletions maven/jruby-dist/pom.rb
Expand Up @@ -11,10 +11,6 @@
'tesla.dump.readonly' => true,
'main.basedir' => '${project.parent.parent.basedir}' )

unless version =~ /-SNAPSHOT/
properties 'jruby.home' => '${basedir}/../..'
end

# pre-installed gems - not default gems !
gem 'ruby-maven', '3.1.1.0.8', :scope => 'provided'

Expand Down
4 changes: 0 additions & 4 deletions maven/jruby/pom.rb
Expand Up @@ -13,10 +13,6 @@
'tesla.dump.readonly' => true,
'main.basedir' => '${project.parent.parent.basedir}' )

unless version =~ /-SNAPSHOT/
properties 'jruby.home' => '${basedir}/../..'
end

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

Expand Down
4 changes: 0 additions & 4 deletions pom.rb
Expand Up @@ -84,10 +84,6 @@
'test-unit.version' => '3.0.3',
'power_assert.version' => '0.2.3' )

unless version =~ /-SNAPSHOT/
properties 'jruby.home' => '${basedir}/..'
end

modules [ 'truffle', 'core', 'lib' ]

plugin_management do
Expand Down

0 comments on commit 6550480

Please sign in to comment.