|
From: <caw...@us...> - 2007-01-25 14:18:02
|
Revision: 1878
http://svn.sourceforge.net/rubyeclipse/?rev=1878&view=rev
Author: cawilliams
Date: 2007-01-25 06:18:01 -0800 (Thu, 25 Jan 2007)
Log Message:
-----------
Modified Paths:
--------------
trunk/org.rubypeople.rdt.launching/src/org/rubypeople/rdt/launching/AbstractVMInstall.java
Modified: trunk/org.rubypeople.rdt.launching/src/org/rubypeople/rdt/launching/AbstractVMInstall.java
===================================================================
--- trunk/org.rubypeople.rdt.launching/src/org/rubypeople/rdt/launching/AbstractVMInstall.java 2007-01-24 23:39:11 UTC (rev 1877)
+++ trunk/org.rubypeople.rdt.launching/src/org/rubypeople/rdt/launching/AbstractVMInstall.java 2007-01-25 14:18:01 UTC (rev 1878)
@@ -133,7 +133,7 @@
}
/* (non-Javadoc)
- * @see org.eclipse.jdt.launching.IVMInstall#setLibraryLocations(org.eclipse.jdt.launching.LibraryLocation[])
+ * @see org.rubypeople.rdt.launching.IVMInstall#setLibraryLocations(org.eclipse.core.runtime.IPath[])
*/
public void setLibraryLocations(IPath[] locations) {
if (locations == fSystemLibraryDescriptions) {
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|