[jboss-svn-commits] JBoss Common SVN: r2426 - common-old/branches/JBossCommon_1_0_0_GA_CP.

jboss-svn-commits at lists.jboss.org jboss-svn-commits at lists.jboss.org
Sat Jun 23 19:29:17 EDT 2007


Author: scott.stark at jboss.org
Date: 2007-06-23 19:29:17 -0400 (Sat, 23 Jun 2007)
New Revision: 2426

Modified:
   common-old/branches/JBossCommon_1_0_0_GA_CP/.classpath
Log:
Update the thirdparty paths to use the common/thirdparty location

Modified: common-old/branches/JBossCommon_1_0_0_GA_CP/.classpath
===================================================================
--- common-old/branches/JBossCommon_1_0_0_GA_CP/.classpath	2007-06-23 23:12:49 UTC (rev 2425)
+++ common-old/branches/JBossCommon_1_0_0_GA_CP/.classpath	2007-06-23 23:29:17 UTC (rev 2426)
@@ -2,15 +2,14 @@
 <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/wutka-dtdparser/lib/dtdparser121.jar"/>
+	<classpathentry kind="lib" path="thirdparty/jboss/jbossxb/lib/jboss-xml-binding.jar"/>
+	<classpathentry kind="lib" path="thirdparty/apache-jaxme/lib/jaxmexs.jar"/>
+	<classpathentry kind="lib" path="thirdparty/apache-log4j/lib/log4j.jar"/>
+	<classpathentry kind="lib" path="thirdparty/apache-slide/lib/webdavlib.jar"/>
+	<classpathentry kind="lib" path="thirdparty/apache-xerces/lib/xercesImpl.jar"/>
+	<classpathentry kind="lib" path="thirdparty/apache-xerces/lib/xml-apis.jar"/>
 	<classpathentry kind="output" path="output/eclipse-classes"/>
 </classpath>




More information about the jboss-svn-commits mailing list