[jboss-cvs] JBossAS SVN: r57995 - trunk/varia

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Wed Nov 1 21:54:11 EST 2006


Author: scott.stark at jboss.org
Date: 2006-11-01 21:54:09 -0500 (Wed, 01 Nov 2006)
New Revision: 57995

Modified:
   trunk/varia/.classpath
Log:
Add jbossmq project ref

Modified: trunk/varia/.classpath
===================================================================
--- trunk/varia/.classpath	2006-11-02 02:53:33 UTC (rev 57994)
+++ trunk/varia/.classpath	2006-11-02 02:54:09 UTC (rev 57995)
@@ -3,13 +3,12 @@
 	<classpathentry excluding="org/jboss/jaxr/|org/jboss/jdo/castor/|org/jboss/tm/plugins/tyrex/" kind="src" path="src/main"/>
 	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
 	<classpathentry kind="src" path="/system"/>
- <classpathentry kind="lib" path="/thirdparty/jboss/common-core/lib/jboss-common-core.jar"/>
- <classpathentry kind="lib" path="/thirdparty/jboss/common-logging-spi/lib/jboss-logging-spi.jar"/>
- <classpathentry kind="lib" path="/thirdparty/jboss/common-logging-log4j/lib/jboss-logging-log4j.jar"/>
+	<classpathentry kind="lib" path="/thirdparty/jboss/common-core/lib/jboss-common-core.jar"/>
+	<classpathentry kind="lib" path="/thirdparty/jboss/common-logging-spi/lib/jboss-logging-spi.jar"/>
+	<classpathentry kind="lib" path="/thirdparty/jboss/common-logging-log4j/lib/jboss-logging-log4j.jar"/>
 	<classpathentry kind="src" path="/cluster"/>
 	<classpathentry kind="src" path="/j2ee"/>
 	<classpathentry kind="src" path="/server"/>
-	<classpathentry kind="src" path="/messaging"/>
 	<classpathentry kind="src" path="/transaction"/>
 	<classpathentry kind="src" path="/naming"/>
 	<classpathentry kind="lib" path="/thirdparty/apache-bsf/lib/bsf.jar"/>
@@ -39,5 +38,6 @@
 	<classpathentry kind="lib" path="/thirdparty/jboss/security-spi/lib/jboss-security-spi.jar"/>
 	<classpathentry combineaccessrules="false" kind="src" path="/system-jmx"/>
 	<classpathentry kind="lib" path="/thirdparty/jboss/microcontainer/lib/jboss-deployers.jar"/>
+	<classpathentry combineaccessrules="false" kind="src" path="/jbossmq"/>
 	<classpathentry kind="output" path="output/eclipse-classes"/>
 </classpath>




More information about the jboss-cvs-commits mailing list