You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@poi.apache.org by us...@apache.org on 2015/11/09 08:47:46 UTC

svn commit: r1713340 - /poi/trunk/.classpath

Author: uschindler
Date: Mon Nov  9 07:47:45 2015
New Revision: 1713340

URL: http://svn.apache.org/viewvc?rev=1713340&view=rev
Log:
Tell Eclipse to use a Java 6 compatible JVM, not latest one (if available)

Modified:
    poi/trunk/.classpath

Modified: poi/trunk/.classpath
URL: http://svn.apache.org/viewvc/poi/trunk/.classpath?rev=1713340&r1=1713339&r2=1713340&view=diff
==============================================================================
--- poi/trunk/.classpath (original)
+++ poi/trunk/.classpath Mon Nov  9 07:47:45 2015
@@ -24,7 +24,7 @@
 	<classpathentry kind="lib" path="ooxml-lib/curvesapi-1.03.jar"/>
 	<classpathentry kind="lib" path="ooxml-lib/ooxml-schemas-1.2.jar" sourcepath="ooxml-lib/ooxml-schemas-1.2-sources.jar"/>
 	<classpathentry kind="lib" path="ooxml-lib/ooxml-security-1.0.jar" sourcepath="ooxml-lib/ooxml-security-1.0-sources.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/JavaSE-1.6"/>
 	<classpathentry kind="lib" path="compile-lib/slf4j-api-1.7.12.jar"/>
 	<classpathentry kind="lib" path="compile-lib/bcpkix-jdk15on-1.53.jar"/>
 	<classpathentry kind="lib" path="compile-lib/bcprov-ext-jdk15on-1.53.jar"/>



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