[jboss-cvs] JBossAS SVN: r65752 - branches/Branch_4_2/webservices.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Tue Oct 2 07:15:46 EDT 2007


Author: wolfc
Date: 2007-10-02 07:15:46 -0400 (Tue, 02 Oct 2007)
New Revision: 65752

Modified:
   branches/Branch_4_2/webservices/.classpath
Log:
Added jmx, j2ee, security and ejb3x to classpath

Modified: branches/Branch_4_2/webservices/.classpath
===================================================================
--- branches/Branch_4_2/webservices/.classpath	2007-10-02 07:13:41 UTC (rev 65751)
+++ branches/Branch_4_2/webservices/.classpath	2007-10-02 11:15:46 UTC (rev 65752)
@@ -20,5 +20,9 @@
 	<classpathentry kind="lib" path="/thirdparty/jboss/jbossws-common/lib/jbossws-common.jar"/>
 	<classpathentry kind="lib" path="/thirdparty/jboss/jbossws-spi/lib/jbossws-spi.jar"/>
 	<classpathentry kind="lib" path="/thirdparty/jboss/common/lib/jboss-common.jar" sourcepath="/thirdparty/jboss/common/lib/jboss-common-sources.jar"/>
+	<classpathentry combineaccessrules="false" kind="src" path="/jmx"/>
+	<classpathentry combineaccessrules="false" kind="src" path="/j2ee"/>
+	<classpathentry combineaccessrules="false" kind="src" path="/security"/>
+	<classpathentry combineaccessrules="false" kind="src" path="/ejb3x"/>
 	<classpathentry kind="output" path="output/eclipse-classes"/>
 </classpath>




More information about the jboss-cvs-commits mailing list