[jboss-remoting-commits] JBoss Remoting SVN: r3980 - remoting3/trunk/samples.

jboss-remoting-commits at lists.jboss.org jboss-remoting-commits at lists.jboss.org
Sun Apr 13 09:36:41 EDT 2008


Author: trustin
Date: 2008-04-13 09:36:41 -0400 (Sun, 13 Apr 2008)
New Revision: 3980

Modified:
   remoting3/trunk/samples/.classpath
Log:
Fixed wrong source path

Modified: remoting3/trunk/samples/.classpath
===================================================================
--- remoting3/trunk/samples/.classpath	2008-04-12 06:27:57 UTC (rev 3979)
+++ remoting3/trunk/samples/.classpath	2008-04-13 13:36:41 UTC (rev 3980)
@@ -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-api"/>
 	<classpathentry kind="output" path="target/main/classes"/>




More information about the jboss-remoting-commits mailing list