You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xerces.apache.org by mr...@apache.org on 2008/12/07 06:38:29 UTC

svn commit: r724078 - /xerces/java/trunk/.classpath

Author: mrglavas
Date: Sat Dec  6 21:38:29 2008
New Revision: 724078

URL: http://svn.apache.org/viewvc?rev=724078&view=rev
Log:
JIRA Issue #1297:
http://issues.apache.org/jira/browse/XERCESJ-1297

Updating .classpath so that Java 1.3 is automatically selected 
as the execution environment. Thanks to Ludger Bünger for the idea.

Modified:
    xerces/java/trunk/.classpath

Modified: xerces/java/trunk/.classpath
URL: http://svn.apache.org/viewvc/xerces/java/trunk/.classpath?rev=724078&r1=724077&r2=724078&view=diff
==============================================================================
--- xerces/java/trunk/.classpath (original)
+++ xerces/java/trunk/.classpath Sat Dec  6 21:38:29 2008
@@ -23,6 +23,6 @@
 	<classpathentry kind="lib" path="tools/serializer.jar"/>
 	<classpathentry kind="lib" path="tools/resolver.jar"/>
 	<classpathentry kind="lib" path="tools/junit.jar"/>
-	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
+	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/J2SE-1.3"/>
 	<classpathentry kind="output" path="bin"/>
 </classpath>



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@xerces.apache.org
For additional commands, e-mail: commits-help@xerces.apache.org