|
From: <caw...@us...> - 2007-07-25 15:10:19
|
Revision: 2840
http://rubyeclipse.svn.sourceforge.net/rubyeclipse/?rev=2840&view=rev
Author: cawilliams
Date: 2007-07-25 08:09:47 -0700 (Wed, 25 Jul 2007)
Log Message:
-----------
fix #5308 - Add new GEM_LIB loadpath variable. Now we can use that to resolve gem locations. This fixes the problem that we had with using RUBY_LIB as the variable - not all users have installs where the gems are a subdirectory of the ruby library folder.
This asks the gem manager to resolve the path to where gems get installed, then looks in there.
Modified Paths:
--------------
trunk/org.rubypeople.rdt.launching/plugin.xml
Modified: trunk/org.rubypeople.rdt.launching/plugin.xml
===================================================================
--- trunk/org.rubypeople.rdt.launching/plugin.xml 2007-07-25 15:09:22 UTC (rev 2839)
+++ trunk/org.rubypeople.rdt.launching/plugin.xml 2007-07-25 15:09:47 UTC (rev 2840)
@@ -25,7 +25,7 @@
id="org.rubypeople.rdt.launching.LaunchConfigurationTypeRubyApplication">
</launchConfigurationType>
</extension>
- <extension
+ <extension
point="org.rubypeople.rdt.core.loadpathVariableInitializer">
<loadpathVariableInitializer
variable="RUBY_LIB"
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|