summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2013-10-24 19:51:40 +0200
committerSven Gothel <[email protected]>2013-10-24 19:51:40 +0200
commit34835256ee62da75a3e59d1ba8d4e1e29fc14bc8 (patch)
tree027762deddef0f2ee490b9b4493aabe845b40b2f
parent8c2badcaba6b791082d50efda4441b7c69f4adbf (diff)
Fix Eclipse setup (Add local xercesImpl, and fix source path) - Yes, it won't work on all machines ..
-rw-r--r--.classpath5
-rw-r--r--.project5
2 files changed, 3 insertions, 7 deletions
diff --git a/.classpath b/.classpath
index 26713ee..6e8cea4 100644
--- a/.classpath
+++ b/.classpath
@@ -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>
diff --git a/.project b/.project
index 27f13fb..9ae998a 100644
--- a/.project
+++ b/.project
@@ -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>