[jboss-cvs] JBossAS SVN: r71209 - branches/JBPAPP_4_2_0_GA_CP/webservices.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Mon Mar 24 16:07:58 EDT 2008


Author: galder.zamarreno at jboss.com
Date: 2008-03-24 16:07:58 -0400 (Mon, 24 Mar 2008)
New Revision: 71209

Modified:
   branches/JBPAPP_4_2_0_GA_CP/webservices/.classpath
Log:
[JBPAPP-683] Fixed Eclipse classpath so that it depends on jmx and j2ee projects.

Modified: branches/JBPAPP_4_2_0_GA_CP/webservices/.classpath
===================================================================
--- branches/JBPAPP_4_2_0_GA_CP/webservices/.classpath	2008-03-24 20:04:15 UTC (rev 71208)
+++ branches/JBPAPP_4_2_0_GA_CP/webservices/.classpath	2008-03-24 20:07:58 UTC (rev 71209)
@@ -20,5 +20,7 @@
 	<classpathentry kind="lib" path="/thirdparty/jboss/common/lib/jboss-common.jar" sourcepath="/thirdparty/jboss/common/lib/jboss-common-sources.jar"/>
 	<classpathentry kind="lib" path="/thirdparty/jboss/jbossws/lib/jbossws-core.jar"/>
 	<classpathentry kind="lib" path="/thirdparty/jboss/jbossws/lib/jbossws-integration.jar"/>
+	<classpathentry combineaccessrules="false" kind="src" path="/jmx"/>
+	<classpathentry combineaccessrules="false" kind="src" path="/j2ee"/>
 	<classpathentry kind="output" path="output/eclipse-classes"/>
 </classpath>




More information about the jboss-cvs-commits mailing list