diff options
author | Sven Gothel <[email protected]> | 2013-10-24 19:51:40 +0200 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2013-10-24 19:51:40 +0200 |
commit | 34835256ee62da75a3e59d1ba8d4e1e29fc14bc8 (patch) | |
tree | 027762deddef0f2ee490b9b4493aabe845b40b2f | |
parent | 8c2badcaba6b791082d50efda4441b7c69f4adbf (diff) |
Fix Eclipse setup (Add local xercesImpl, and fix source path) - Yes, it won't work on all machines ..
-rw-r--r-- | .classpath | 5 | ||||
-rw-r--r-- | .project | 5 |
2 files changed, 3 insertions, 7 deletions
@@ -1,7 +1,8 @@ <?xml version="1.0" encoding="UTF-8"?> <classpath> - <classpathentry kind="src" output="classes" path="java"/> - <classpathentry kind="var" path="JRE_LIB" sourcepath="JRE_SRC"/> + <classpathentry kind="src" output="classes" path="src/main/java"/> <classpathentry kind="con" path="org.eclipse.jdt.USER_LIBRARY/Ant"/> + <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/jre1.6.0_35"/> + <classpathentry kind="lib" path="/usr/share/java/xercesImpl.jar"/> <classpathentry kind="output" path="bin"/> </classpath> @@ -25,10 +25,5 @@ <type>2</type> <location>/usr/local/projects/JOGL/ant-cpptasks/target/classes</location> </link> - <link> - <name>java</name> - <type>2</type> - <location>/usr/local/projects/JOGL/ant-cpptasks/src/main/java</location> - </link> </linkedResources> </projectDescription> |