|
From: <caw...@us...> - 2007-07-25 18:08:40
|
Revision: 2868
http://rubyeclipse.svn.sourceforge.net/rubyeclipse/?rev=2868&view=rev
Author: cawilliams
Date: 2007-07-25 11:08:38 -0700 (Wed, 25 Jul 2007)
Log Message:
-----------
add GEM_LIB as a reserved variable name
Modified Paths:
--------------
trunk/org.rubypeople.rdt.launching/src/org/rubypeople/rdt/launching/RubyRuntime.java
Modified: trunk/org.rubypeople.rdt.launching/src/org/rubypeople/rdt/launching/RubyRuntime.java
===================================================================
--- trunk/org.rubypeople.rdt.launching/src/org/rubypeople/rdt/launching/RubyRuntime.java 2007-07-25 18:08:33 UTC (rev 2867)
+++ trunk/org.rubypeople.rdt.launching/src/org/rubypeople/rdt/launching/RubyRuntime.java 2007-07-25 18:08:38 UTC (rev 2868)
@@ -98,7 +98,6 @@
* Classpath variable name used for the default RubyVM's library
* (value <code>"RUBY_LIB"</code>).
*/
-// FIXME We need to define more library variables! RUBY_CORE, RUBY_STD_LIB, RUBY_SITE_LIB
public static final String RUBYLIB_VARIABLE= "RUBY_LIB"; //$NON-NLS-1$
/**
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|