.classpath angepasst

thobaben_serialize
Harald Wolff 2016-04-01 22:43:27 +02:00
parent 3cb713298a
commit 74d50cd9f3
1 changed files with 6 additions and 1 deletions

View File

@ -1,10 +1,15 @@
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" path="src"/>
<classpathentry kind="src" path="src">
<attributes>
<attribute name="org.eclipse.jdt.launching.CLASSPATH_ATTR_LIBRARY_PATH_ENTRY" value="org.hwo/src/native"/>
</attributes>
</classpathentry>
<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="contrib/javassist-3.15.0-GA.jar"/>
<classpathentry kind="lib" path="contrib/hibernate-jpa-2.0-api-1.0.1.Final.jar"/>
<classpathentry kind="lib" path="contrib/cglib-nodep-3.1.jar"/>
<classpathentry kind="lib" path="contrib/json-simple-1.1.1.jar"/>
<classpathentry combineaccessrules="false" kind="src" path="/org.hwo.platform"/>
<classpathentry kind="output" path="bin"/>
</classpath>