[jbossws-commits] JBossWS SVN: r8007 - framework/trunk.

jbossws-commits at lists.jboss.org jbossws-commits at lists.jboss.org
Tue Aug 5 04:33:06 EDT 2008


Author: richard.opalka at jboss.com
Date: 2008-08-05 04:33:05 -0400 (Tue, 05 Aug 2008)
New Revision: 8007

Modified:
   framework/trunk/.classpath
Log:
fix framework project dependencies

Modified: framework/trunk/.classpath
===================================================================
--- framework/trunk/.classpath	2008-08-04 13:08:09 UTC (rev 8006)
+++ framework/trunk/.classpath	2008-08-05 08:33:05 UTC (rev 8007)
@@ -9,5 +9,7 @@
 	</classpathentry>
 	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
 	<classpathentry kind="con" path="org.maven.ide.eclipse.MAVEN2_CLASSPATH_CONTAINER"/>
+	<classpathentry combineaccessrules="false" kind="src" path="/jbossws-common"/>
+	<classpathentry combineaccessrules="false" kind="src" path="/jbossws-spi"/>
 	<classpathentry kind="output" path="target/eclipse-classes"/>
 </classpath>




More information about the jbossws-commits mailing list