Force Java 5 libraries, to ensure compatibility with mac

This commit is contained in:
jdf
2010-03-10 15:05:08 +00:00
parent a8c24df7da
commit 331f001570
+1 -1
View File
@@ -1,7 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry excluding="processing/app/tools/format/" kind="src" path="src"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry combineaccessrules="false" kind="src" path="/processing-core"/>
<classpathentry combineaccessrules="false" kind="src" path="/processing-dxf"/>
<classpathentry combineaccessrules="false" kind="src" path="/processing-net"/>
@@ -19,5 +18,6 @@
<classpathentry exported="true" kind="lib" path="lib/ant.jar"/>
<classpathentry exported="true" kind="lib" path="lib/ant-launcher.jar"/>
<classpathentry kind="lib" path="lib/apple.jar"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/Java 5"/>
<classpathentry kind="output" path="bin"/>
</classpath>