Skip to content

Commit

Permalink
Fix for JRUBY-3823: Wrong property in netbeans-ant.xml
Browse files Browse the repository at this point in the history
Thanks to Markus Pointner for the fix.
  • Loading branch information
headius committed Jul 21, 2009
1 parent 9f22dea commit be18b79
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions netbeans-ant.xml
Expand Up @@ -68,7 +68,7 @@
<pathelement path="${jruby.classes.dir}"/> <pathelement path="${jruby.classes.dir}"/>
<path refid="build.classpath"/> <path refid="build.classpath"/>
</classpath> </classpath>
<sysproperty key="jruby.home" value="${jruby.home}"/> <sysproperty key="jruby.home" value="${basedir}"/>
<jvmarg value="${profiler.info.jvmargs.agent}"/> <jvmarg value="${profiler.info.jvmargs.agent}"/>
<jvmarg value="-Djruby.home=${basedir}"/> <jvmarg value="-Djruby.home=${basedir}"/>
<jvmarg value="-Djruby.lib=${lib.dir}"/> <jvmarg value="-Djruby.lib=${lib.dir}"/>
Expand All @@ -93,7 +93,7 @@
<pathelement path="${jruby.classes.dir}"/> <pathelement path="${jruby.classes.dir}"/>
<path refid="build.classpath"/> <path refid="build.classpath"/>
</classpath> </classpath>
<sysproperty key="jruby.home" value="${jruby.home}"/> <sysproperty key="jruby.home" value="${basedir}"/>
<jvmarg value="-Xdebug"/> <jvmarg value="-Xdebug"/>
<jvmarg value="-Xnoagent"/> <jvmarg value="-Xnoagent"/>
<jvmarg value="-Djava.compiler=none"/> <jvmarg value="-Djava.compiler=none"/>
Expand Down

0 comments on commit be18b79

Please sign in to comment.