Author: thomas.diesler(a)jboss.com
Date: 2008-04-12 06:45:58 -0400 (Sat, 12 Apr 2008)
New Revision: 6372
Modified:
spi/trunk/.classpath
Log:
eclipse classpath
Modified: spi/trunk/.classpath
===================================================================
--- spi/trunk/.classpath 2008-04-12 10:38:42 UTC (rev 6371)
+++ spi/trunk/.classpath 2008-04-12 10:45:58 UTC (rev 6372)
@@ -4,21 +4,15 @@
<classpathentry kind="src" path="src/test/java"/>
<classpathentry kind="con"
path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry kind="con"
path="org.eclipse.jdt.junit.JUNIT_CONTAINER/3.8.1"/>
- <classpathentry kind="lib" path="thirdparty/activation.jar"/>
- <classpathentry kind="lib" path="thirdparty/dom4j.jar"/>
- <classpathentry kind="lib" path="thirdparty/getopt.jar"/>
- <classpathentry kind="lib" path="thirdparty/jaxb-api.jar"/>
- <classpathentry kind="lib" path="thirdparty/jaxrpc-api.jar"/>
- <classpathentry kind="lib" path="thirdparty/jaxws-api.jar"/>
- <classpathentry kind="lib"
path="thirdparty/jboss-logging-log4j.jar"/>
- <classpathentry kind="lib"
path="thirdparty/jboss-logging-spi.jar"/>
- <classpathentry kind="lib"
path="thirdparty/jboss-microcontainer.jar"/>
- <classpathentry kind="lib"
path="thirdparty/jboss-xml-binding.jar"/>
- <classpathentry kind="lib"
path="thirdparty/jboss-xml-binding-sources.jar"/>
- <classpathentry kind="lib"
path="thirdparty/servlet-api.jar"/>
- <classpathentry kind="lib"
path="thirdparty/jboss-common-core.jar"/>
- <classpathentry kind="lib"
path="thirdparty/jboss-dependency.jar"/>
- <classpathentry kind="lib"
path="thirdparty/jboss-javaee.jar"/>
- <classpathentry kind="lib" path="thirdparty/ant.jar"/>
+ <classpathentry kind="var"
path="M2_REPO/org/jboss/logging/jboss-logging-spi/2.0.5.GA/jboss-logging-spi-2.0.5.GA.jar"/>
+ <classpathentry kind="var"
path="M2_REPO/ant/ant/1.6.5/ant-1.6.5.jar"/>
+ <classpathentry kind="var"
path="M2_REPO/javax/ejb/ejb-api/3.0/ejb-api-3.0.jar"/>
+ <classpathentry kind="var"
path="M2_REPO/dom4j/dom4j/1.6.1/dom4j-1.6.1.jar"/>
+ <classpathentry kind="var"
path="M2_REPO/javax/xml/ws/jaxws-api/2.1/jaxws-api-2.1.jar"/>
+ <classpathentry kind="var"
path="M2_REPO/javax/xml/bind/jaxb-api/2.1/jaxb-api-2.1.jar"/>
+ <classpathentry kind="var"
path="M2_REPO/gnu-getopt/getopt/1.0.13/getopt-1.0.13.jar"/>
+ <classpathentry kind="var"
path="M2_REPO/javax/servlet/servlet-api/2.5/servlet-api-2.5.jar"/>
+ <classpathentry kind="var"
path="M2_REPO/org/jboss/microcontainer/jboss-kernel/2.0.0.Beta11/jboss-kernel-2.0.0.Beta11.jar"/>
+ <classpathentry kind="var"
path="M2_REPO/org/jboss/jbossxb/2.0.0.CR7/jbossxb-2.0.0.CR7.jar"/>
<classpathentry kind="output" path="target/eclipse"/>
</classpath>