[jboss-remoting-commits] JBoss Remoting SVN: r4784 - remoting2/branches/2.x.

jboss-remoting-commits at lists.jboss.org jboss-remoting-commits at lists.jboss.org
Mon Jan 5 02:01:20 EST 2009


Author: trustin
Date: 2009-01-05 02:01:20 -0500 (Mon, 05 Jan 2009)
New Revision: 4784

Modified:
   remoting2/branches/2.x/.classpath
Log:
Fixed build path errors in Eclipse .classpath file

Modified: remoting2/branches/2.x/.classpath
===================================================================
--- remoting2/branches/2.x/.classpath	2009-01-03 10:28:28 UTC (rev 4783)
+++ remoting2/branches/2.x/.classpath	2009-01-05 07:01:20 UTC (rev 4784)
@@ -3,8 +3,6 @@
 	<classpathentry kind="src" path="src/main"/>
 	<classpathentry kind="src" path="src/tests"/>
 	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
-	<classpathentry kind="lib" path="lib/apache-commons/lib/commons-httpclient.jar"/>
-	<classpathentry kind="lib" path="lib/apache-commons/lib/commons-logging-api.jar"/>
 	<classpathentry kind="lib" path="lib/apache-log4j/lib/log4j.jar"/>
 	<classpathentry kind="lib" path="lib/dom4j/lib/dom4j.jar"/>
 	<classpathentry kind="lib" path="lib/jboss/jboss-jmx.jar"/>
@@ -34,5 +32,6 @@
 	<classpathentry kind="lib" path="lib/jboss/jboss-logging-spi.jar"/>
 	<classpathentry kind="lib" path="lib/jbossweb/jbossweb.jar"/>
 	<classpathentry kind="var" path="ANT_HOME/lib/ant-junit.jar"/>
+	<classpathentry kind="lib" path="lib/apache-commons/lib/commons-logging.jar"/>
 	<classpathentry kind="output" path="bin"/>
 </classpath>




More information about the jboss-remoting-commits mailing list