[jboss-cvs] JBossAS SVN: r82075 - projects/jaxr/trunk.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Fri Dec 5 08:07:59 EST 2008


Author: richard.opalka at jboss.com
Date: 2008-12-05 08:07:59 -0500 (Fri, 05 Dec 2008)
New Revision: 82075

Modified:
   projects/jaxr/trunk/.classpath
Log:
eclipse users have to specify JAXR_THIRDPARTY_LIBRARIES containing all compile dependencies

Modified: projects/jaxr/trunk/.classpath
===================================================================
--- projects/jaxr/trunk/.classpath	2008-12-05 12:48:43 UTC (rev 82074)
+++ projects/jaxr/trunk/.classpath	2008-12-05 13:07:59 UTC (rev 82075)
@@ -1,22 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <classpath>
-	<classpathentry kind="src" path="modules/jboss-jaxr/src/main/java"/>
+	<classpathentry kind="src" path="modules/juddi-jaxr/src/main/java"/>
 	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
-	<classpathentry kind="var" path="M2_REPO/jboss/jboss-mbeans/5.0-SNAPSHOT/jboss-mbeans-5.0-SNAPSHOT.jar"/>
-	<classpathentry kind="var" path="M2_REPO/apache-log4j/log4j/1.2.8/log4j-1.2.8.jar"/>
-	<classpathentry kind="var" path="M2_REPO/oswego-concurrent/concurrent/1.3.4/concurrent-1.3.4.jar"/>
-	<classpathentry kind="var" path="M2_REPO/sun-xacml/sun-xacml/2.0/sun-xacml-2.0.jar"/>
-	<classpathentry kind="var" path="M2_REPO/jboss/jbossxb/jbossxb/1.0.1.TEST/jbossxb-1.0.1.TEST.jar"/>
-	<classpathentry kind="var" path="M2_REPO/jboss/jboss-j2ee/SNAPSHOT/jboss-j2ee-SNAPSHOT.jar"/>
-	<classpathentry kind="var" path="M2_REPO/jboss/jnpserver/5.0-SNAPSHOT/jnpserver-5.0-SNAPSHOT.jar"/>
-	<classpathentry kind="var" path="M2_REPO/sun-xacml/sunxacml-support/2.0/sunxacml-support-2.0.jar"/>
-	<classpathentry kind="var" path="M2_REPO/jboss/jboss-j2se/5.0-SNAPSHOT/jboss-j2se-5.0-SNAPSHOT.jar"/>
-	<classpathentry kind="var" path="M2_REPO/junit/junit/3.8.1/junit-3.8.1.jar"/>
-	<classpathentry kind="var" path="M2_REPO/jboss/jboss-common-core/2.0.2.GA/jboss-common-core-2.0.2.GA.jar"/>
-	<classpathentry kind="var" path="M2_REPO/jboss/jboss-logging-spi/2.0.2.GA/jboss-logging-spi-2.0.2.GA.jar"/>
-	<classpathentry kind="var" path="M2_REPO/jboss/jboss-system/5.0-SNAPSHOT/jboss-system-5.0-SNAPSHOT.jar"/>
-	<classpathentry kind="var" path="M2_REPO/sun-javamail/mail/1.3.1/mail-1.3.1.jar"/>
-	<classpathentry kind="var" path="M2_REPO/jboss/jboss-transaction/5.0-SNAPSHOT/jboss-transaction-5.0-SNAPSHOT.jar"/>
-	<classpathentry kind="var" path="M2_REPO/javassist/javassist/3.4.GA/javassist-3.4.GA.jar"/>
+	<classpathentry kind="con" path="org.eclipse.jdt.USER_LIBRARY/JAXR_THIRDPARTY_LIBRARIES"/>
 	<classpathentry kind="output" path="output-eclipse/classes"/>
 </classpath>




More information about the jboss-cvs-commits mailing list