You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@felix.apache.org by ds...@apache.org on 2009/08/02 11:19:45 UTC

svn commit: r800011 - /felix/trunk/sigil/common/core/.classpath

Author: dsavage
Date: Sun Aug  2 09:19:44 2009
New Revision: 800011

URL: http://svn.apache.org/viewvc?rev=800011&view=rev
Log:
use workspace default jvm

Modified:
    felix/trunk/sigil/common/core/.classpath

Modified: felix/trunk/sigil/common/core/.classpath
URL: http://svn.apache.org/viewvc/felix/trunk/sigil/common/core/.classpath?rev=800011&r1=800010&r2=800011&view=diff
==============================================================================
--- felix/trunk/sigil/common/core/.classpath (original)
+++ felix/trunk/sigil/common/core/.classpath Sun Aug  2 09:19:44 2009
@@ -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/J2SE-1.5"/>
+	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
 	<classpathentry kind="con" path="org.cauldron.sigil.core.classpathContainer"/>
 	<classpathentry kind="output" path="build/classes"/>
 </classpath>