From: <pat...@us...> - 2009-12-04 23:11:09
|
Revision: 988 http://cishell.svn.sourceforge.net/cishell/?rev=988&view=rev Author: pataphil Date: 2009-12-04 23:11:02 +0000 (Fri, 04 Dec 2009) Log Message: ----------- * Fixed a minor classpath issue. * Reviewed by Micah. Modified Paths: -------------- trunk/core/org.cishell.reference/.classpath Modified: trunk/core/org.cishell.reference/.classpath =================================================================== --- trunk/core/org.cishell.reference/.classpath 2009-11-30 23:33:35 UTC (rev 987) +++ trunk/core/org.cishell.reference/.classpath 2009-12-04 23:11:02 UTC (rev 988) @@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> <classpath> <classpathentry kind="src" path="src"/> - <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/j2sdk1.4.2_19"/> + <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/> <classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/> <classpathentry kind="output" path="bin"/> </classpath> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |