[jruby~main:2b1febe4] Copy bin/jruby.sh to bin/jruby up front, to be overwritten by the native
- From: nicksieger@kenai.com
- To: commits@jruby.kenai.com
- Subject: [jruby~main:2b1febe4] Copy bin/jruby.sh to bin/jruby up front, to be overwritten by the native
- Date: Wed, 24 Feb 2010 22:38:16 +0000
Project: jruby
Repository: main
Revision: 2b1febe4679e89b9e1eca7c34607a1789d36f98e
Author: nicksieger
Date: 2010-02-24 22:37:42 UTC
Link:
Log Message:
------------
Copy bin/jruby.sh to bin/jruby up front, to be overwritten by the native
launcher later.
Overcomes chicken-and-egg problem of installing native launcher gem.
Revisions:
----------
2b1febe4679e89b9e1eca7c34607a1789d36f98e
Modified Paths:
---------------
build.xml
Diffs:
------
diff --git a/build.xml b/build.xml
index e1fc8f1..08849f3 100644
--- a/build.xml
+++ b/build.xml
@@ -100,6 +100,7 @@
<os family="windows"/>
</not>
</condition>
+ <copy file="${basedir}/bin/jruby.sh" tofile="${basedir}/bin/jruby"
overwrite="false"/>
</target>
<target name="extract-rdocs" depends="init" unless="docsNotNeeded">
|
[jruby~main:2b1febe4] Copy bin/jruby.sh to bin/jruby up front, to be overwritten by the native |
nicksieger | 02/24/2010 |





