Fix Eclipse multiple project setup.

Uses System Default JDK. By this way avoid changing of JDK Lib when different JDK is installed.
This commit is contained in:
trifonnt 2010-01-23 23:18:52 +00:00
parent 06c846a1d3
commit 17f61308bd
1 changed files with 1 additions and 5 deletions

View File

@ -31,10 +31,6 @@
<classpathentry kind="lib" path="WEB-INF/lib/fckez.jar"/>
<classpathentry kind="lib" path="/tools/lib/jcommon-1.0.14.jar"/>
<classpathentry kind="lib" path="/tools/lib/jfreechart-1.0.11.jar"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/java-6-sun-1.6.0.16">
<attributes>
<attribute name="owner.project.facets" value="jst.java"/>
</attributes>
</classpathentry>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry kind="output" path="WEB-INF/classes"/>
</classpath>