Skip to content

Commit 6550480

Browse files
committed
remove more jruby.home properties from build
1 parent 6fb60a4 commit 6550480

File tree

5 files changed

+0
-17
lines changed

5 files changed

+0
-17
lines changed

core/pom.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,6 @@
116116
<groupId>com.github.jnr</groupId>
117117
<artifactId>jnr-ffi</artifactId>
118118
<version>2.0.3-SNAPSHOT</version>
119-
<type>jar</type>
120119
</dependency>
121120
<dependency>
122121
<groupId>com.github.jnr</groupId>

maven/jruby-complete/pom.rb

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,6 @@
1414
'main.basedir' => '${project.parent.parent.basedir}',
1515
'jruby.complete.home' => '${project.build.outputDirectory}/META-INF/jruby.home' )
1616

17-
unless version =~ /-SNAPSHOT/
18-
properties 'jruby.home' => '${basedir}/../..'
19-
end
20-
2117
scope :provided do
2218
jar 'org.jruby:jruby-core:${project.version}'
2319
jar 'org.jruby:jruby-stdlib:${project.version}'

maven/jruby-dist/pom.rb

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,6 @@
1111
'tesla.dump.readonly' => true,
1212
'main.basedir' => '${project.parent.parent.basedir}' )
1313

14-
unless version =~ /-SNAPSHOT/
15-
properties 'jruby.home' => '${basedir}/../..'
16-
end
17-
1814
# pre-installed gems - not default gems !
1915
gem 'ruby-maven', '3.1.1.0.8', :scope => 'provided'
2016

maven/jruby/pom.rb

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,6 @@
1313
'tesla.dump.readonly' => true,
1414
'main.basedir' => '${project.parent.parent.basedir}' )
1515

16-
unless version =~ /-SNAPSHOT/
17-
properties 'jruby.home' => '${basedir}/../..'
18-
end
19-
2016
jar 'org.jruby:jruby-core:${project.version}'
2117
jar 'org.jruby:jruby-stdlib:${project.version}'
2218

pom.rb

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -84,10 +84,6 @@
8484
'test-unit.version' => '3.0.3',
8585
'power_assert.version' => '0.2.3' )
8686

87-
unless version =~ /-SNAPSHOT/
88-
properties 'jruby.home' => '${basedir}/..'
89-
end
90-
9187
modules [ 'truffle', 'core', 'lib' ]
9288

9389
plugin_management do

0 commit comments

Comments
 (0)