update eclipse project classpath

This commit is contained in:
Doug MacEachern 2010-04-15 11:18:25 -07:00
parent 5f77c77158
commit 745508e3c0
1 changed files with 2 additions and 3 deletions

View File

@ -3,11 +3,10 @@
<classpathentry kind="src" path="build/src"/> <classpathentry kind="src" path="build/src"/>
<classpathentry kind="src" path="hyperic_jni/src"/> <classpathentry kind="src" path="hyperic_jni/src"/>
<classpathentry kind="src" path="src"/> <classpathentry kind="src" path="src"/>
<classpathentry kind="lib" path="lib/junit.jar"/> <classpathentry kind="var" path="ANT_HOME/lib/ant.jar"/>
<classpathentry kind="var" path="ANT_HOME/lib/junit.jar"/>
<classpathentry kind="lib" path="hyperic_jni/lib/cpptasks.jar"/> <classpathentry kind="lib" path="hyperic_jni/lib/cpptasks.jar"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/> <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry kind="lib" path="lib/log4j.jar"/> <classpathentry kind="lib" path="lib/log4j.jar"/>
<classpathentry kind="lib" path="lib/mx4j-jmx.jar"/>
<classpathentry kind="lib" path="lib/ant.jar"/>
<classpathentry kind="output" path="build/classes"/> <classpathentry kind="output" path="build/classes"/>
</classpath> </classpath>