[jboss-remoting-commits] JBoss Remoting SVN: r3981 - remoting3/trunk/http-urlconnection.

jboss-remoting-commits at lists.jboss.org jboss-remoting-commits at lists.jboss.org
Sun Apr 13 09:38:18 EDT 2008


Author: trustin
Date: 2008-04-13 09:38:17 -0400 (Sun, 13 Apr 2008)
New Revision: 3981

Modified:
   remoting3/trunk/http-urlconnection/.classpath
Log:
Fixed wrong source path

Modified: remoting3/trunk/http-urlconnection/.classpath
===================================================================
--- remoting3/trunk/http-urlconnection/.classpath	2008-04-13 13:36:41 UTC (rev 3980)
+++ remoting3/trunk/http-urlconnection/.classpath	2008-04-13 13:38:17 UTC (rev 3981)
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <classpath>
-	<classpathentry kind="src" path="src"/>
+	<classpathentry kind="src" path="src/main/java"/>
 	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
 	<classpathentry combineaccessrules="false" kind="src" path="/remoting3-http"/>
 	<classpathentry combineaccessrules="false" kind="src" path="/remoting3-api"/>




More information about the jboss-remoting-commits mailing list