|
From: <caw...@us...> - 2007-02-19 21:46:55
|
Revision: 1982
http://svn.sourceforge.net/rubyeclipse/?rev=1982&view=rev
Author: cawilliams
Date: 2007-02-19 13:46:51 -0800 (Mon, 19 Feb 2007)
Log Message:
-----------
Modified Paths:
--------------
trunk/org.rubypeople.rdt.launching/src/org/rubypeople/rdt/internal/launching/RuntimeLoadpathEntry.java
Modified: trunk/org.rubypeople.rdt.launching/src/org/rubypeople/rdt/internal/launching/RuntimeLoadpathEntry.java
===================================================================
--- trunk/org.rubypeople.rdt.launching/src/org/rubypeople/rdt/internal/launching/RuntimeLoadpathEntry.java 2007-02-19 21:46:26 UTC (rev 1981)
+++ trunk/org.rubypeople.rdt.launching/src/org/rubypeople/rdt/internal/launching/RuntimeLoadpathEntry.java 2007-02-19 21:46:51 UTC (rev 1982)
@@ -33,7 +33,6 @@
import org.rubypeople.rdt.core.IRubyProject;
import org.rubypeople.rdt.core.LoadpathContainerInitializer;
import org.rubypeople.rdt.core.RubyCore;
-import org.rubypeople.rdt.core.RubyModelException;
import org.rubypeople.rdt.launching.IRubyLaunchConfigurationConstants;
import org.rubypeople.rdt.launching.IRuntimeLoadpathEntry;
import org.rubypeople.rdt.launching.RubyRuntime;
@@ -41,11 +40,11 @@
import org.w3c.dom.Element;
/**
- * An entry on the runtime classpath that the user can manipulate
+ * An entry on the runtime loadpath that the user can manipulate
* and share in a launch configuration.
*
- * @see org.eclipse.jdt.launching.IRuntimeLoadpathEntry
- * @since 2.0
+ * @see org.rubypeople.rdt.launching.IRuntimeLoadpathEntry
+ * @since 0.9.0
*/
public class RuntimeLoadpathEntry implements IRuntimeLoadpathEntry {
@@ -55,7 +54,7 @@
private int fType = -1;
/**
- * This entry's classpath property.
+ * This entry's loadpath property.
*/
private int fLoadpathProperty = -1;
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|