[jboss-svn-commits] JBoss Common SVN: r2259 - common-old/branches/Branch_1_0.

jboss-svn-commits at lists.jboss.org jboss-svn-commits at lists.jboss.org
Mon Feb 5 13:35:04 EST 2007


Author: scott.stark at jboss.org
Date: 2007-02-05 13:35:04 -0500 (Mon, 05 Feb 2007)
New Revision: 2259

Modified:
   common-old/branches/Branch_1_0/.classpath
Log:
Fix the eclipse thirdparty libs

Modified: common-old/branches/Branch_1_0/.classpath
===================================================================
--- common-old/branches/Branch_1_0/.classpath	2007-02-05 18:31:47 UTC (rev 2258)
+++ common-old/branches/Branch_1_0/.classpath	2007-02-05 18:35:04 UTC (rev 2259)
@@ -2,15 +2,13 @@
 <classpath>
 	<classpathentry excluding="org/jboss/xb/|org/jboss/xml/" kind="src" path="src/main"/>
 	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
-	<classpathentry kind="lib" path="/thirdparty/apache-log4j/lib/log4j.jar"/>
-	<classpathentry kind="lib" path="/thirdparty/oswego-concurrent/lib/concurrent.jar"/>
-	<classpathentry kind="lib" path="/thirdparty/apache-slide/lib/webdavlib.jar"/>
-	<classpathentry kind="lib" path="/thirdparty/wutka-dtdparser/lib/dtdparser121.jar"/>
-	<classpathentry kind="lib" path="/thirdparty/apache-jaxme/lib/jaxmexs.jar"/>
-	<classpathentry kind="lib" path="/thirdparty/apache-httpclient/lib/commons-httpclient.jar"/>
-	<classpathentry kind="lib" path="/thirdparty/apache-xerces/lib/xercesImpl.jar"/>
-	<classpathentry kind="lib" path="/thirdparty/apache-xerces/lib/resolver.jar"/>
-	<classpathentry kind="lib" path="/thirdparty/apache-xerces/lib/xml-apis.jar"/>
-	<classpathentry kind="lib" path="/thirdparty/jboss/jbossxb/lib/jboss-xml-binding.jar"/>
+	<classpathentry kind="lib" path="thirdparty/apache-httpclient/lib/commons-httpclient.jar"/>
+	<classpathentry kind="lib" path="thirdparty/oswego-concurrent/lib/concurrent.jar"/>
+	<classpathentry kind="lib" path="thirdparty/jboss/jbossxb/lib/jboss-xml-binding.jar"/>
+	<classpathentry kind="lib" path="thirdparty/apache-xerces/lib/resolver.jar"/>
+	<classpathentry kind="lib" path="thirdparty/apache-xerces/lib/xercesImpl.jar" sourcepath="thirdparty/apache-xerces/lib/xercesImpl-src.zip"/>
+	<classpathentry kind="lib" path="thirdparty/apache-xerces/lib/xml-apis.jar" sourcepath="thirdparty/apache-xerces/lib/xercesImpl-src.zip"/>
+	<classpathentry kind="lib" path="thirdparty/apache-log4j/lib/log4j.jar"/>
+	<classpathentry kind="lib" path="thirdparty/apache-slide/lib/webdavlib.jar"/>
 	<classpathentry kind="output" path="output/eclipse-classes"/>
 </classpath>




More information about the jboss-svn-commits mailing list