Author: vborja
Date: Mon Oct 20 13:50:47 2008
New Revision: 706406
URL: http://svn.apache.org/viewvc?rev=706406&view=rev
Log:
removed comment about _BUILDR_RB, that environment variable is no longer used
Modified:
incubator/buildr/trunk/_buildr
Modified: incubator/buildr/trunk/_buildr
URL:
http://svn.apache.org/viewvc/incubator/buildr/trunk/_buildr?rev=706406&r1=706405&r2=706406&view=diff
==============================================================================
--- incubator/buildr/trunk/_buildr (original)
+++ incubator/buildr/trunk/_buildr Mon Oct 20 13:50:47 2008
@@ -14,11 +14,6 @@
# License for the specific language governing permissions and limitations under
# the License.
-# Run buildr from source, specifically for testing stuff without doing a rake
install.
-# The _BUILDR_RB environment variable can be used to set the path to the
ruby/jruby executable.
-# For example to use jruby:
-# export _BUILDR_RB=/path/to/jruby
-
require 'rubygems'
$LOAD_PATH << File.join(File.dirname(__FILE__), 'lib') <<
File.join(File.dirname(__FILE__), 'addon')
spec = Gem::Specification.load(File.join(File.dirname(__FILE__),
'buildr.gemspec'))