Skip to content

Commit

Permalink
[build] no more jruby.home usage in build
Browse files Browse the repository at this point in the history
  • Loading branch information
mkristian committed Jun 17, 2015
1 parent 4f6ac41 commit 78502ad
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion maven/jruby/src/it/j2ee_tomcat_rack/Mavenfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ packaging 'war'

# get jruby dependencies
properties( 'jruby.version' => '@project.version@',
'jruby.home' => '../../../../../',
'jruby.plugins.version' => '1.0.7',
'project.build.sourceEncoding' => 'utf-8',
'public.dir' => '${basedir}/public' )
Expand Down
1 change: 0 additions & 1 deletion maven/jruby/src/it/j2ee_tomcat_rack/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
<packaging>war</packaging>
<name>j2ee_tomcat_rack</name>
<properties>
<jruby.home>../../../../../</jruby.home>
<jruby.version>@project.version@</jruby.version>
<jruby.plugins.version>1.0.7</jruby.plugins.version>
<tesla.dump.pom>pom.xml</tesla.dump.pom>
Expand Down

0 comments on commit 78502ad

Please sign in to comment.