diff options
author | Uwe Schindler <uschindler@apache.org> | 2015-11-09 07:47:45 +0000 |
---|---|---|
committer | Uwe Schindler <uschindler@apache.org> | 2015-11-09 07:47:45 +0000 |
commit | c3ca44fb533acfcf793627928c0df8540fc5f245 (patch) | |
tree | 61b3637ee16f2a1ba6e3d2f53d37daae2104e8d3 /.classpath | |
parent | 4f46092b35e5ed18074fb997b16e9da5d2fb5766 (diff) | |
download | poi-c3ca44fb533acfcf793627928c0df8540fc5f245.tar.gz poi-c3ca44fb533acfcf793627928c0df8540fc5f245.zip |
Tell Eclipse to use a Java 6 compatible JVM, not latest one (if available)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1713340 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to '.classpath')
-rw-r--r-- | .classpath | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.classpath b/.classpath index 82a60c0b5f..043e31d45f 100644 --- a/.classpath +++ b/.classpath @@ -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"/> |