[Jboss-cvs] JBossAS SVN: r55305 - branches/MC_VDF_WORK/transaction
jboss-cvs-commits at lists.jboss.org
jboss-cvs-commits at lists.jboss.org
Fri Aug 4 19:44:31 EDT 2006
Author: scott.stark at jboss.org
Date: 2006-08-04 19:44:29 -0400 (Fri, 04 Aug 2006)
New Revision: 55305
Modified:
branches/MC_VDF_WORK/transaction/.classpath
Log:
The system-jmx project ref should be added on the MC_VDF_WORK branch, not head
Modified: branches/MC_VDF_WORK/transaction/.classpath
===================================================================
--- branches/MC_VDF_WORK/transaction/.classpath 2006-08-04 23:43:12 UTC (rev 55304)
+++ branches/MC_VDF_WORK/transaction/.classpath 2006-08-04 23:44:29 UTC (rev 55305)
@@ -1,36 +1,13 @@
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
- <classpathentry excluding="org/jboss/tm/recovery/test/**" kind="src" path="src/main">
- <attributes>
- </attributes>
- </classpathentry>
- <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER">
- <attributes>
- </attributes>
- </classpathentry>
- <classpathentry kind="src" path="/system">
- <attributes>
- </attributes>
- </classpathentry>
- <classpathentry kind="lib" path="/thirdparty/jboss/common/lib/jboss-common.jar">
- <attributes>
- </attributes>
- </classpathentry>
- <classpathentry kind="src" path="/j2ee">
- <attributes>
- </attributes>
- </classpathentry>
- <classpathentry kind="lib" path="/thirdparty/oswego-concurrent/lib/concurrent.jar">
- <attributes>
- </attributes>
- </classpathentry>
- <classpathentry kind="src" path="/j2se">
- <attributes>
- </attributes>
- </classpathentry>
- <classpathentry kind="lib" path="/thirdparty/jboss/remoting/lib/jboss-remoting.jar">
- <attributes>
- </attributes>
- </classpathentry>
+ <classpathentry excluding="org/jboss/tm/recovery/test/**" 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/lib/jboss-common.jar"/>
+ <classpathentry kind="src" path="/j2ee"/>
+ <classpathentry kind="lib" path="/thirdparty/oswego-concurrent/lib/concurrent.jar"/>
+ <classpathentry kind="src" path="/j2se"/>
+ <classpathentry kind="lib" path="/thirdparty/jboss/remoting/lib/jboss-remoting.jar"/>
+ <classpathentry combineaccessrules="false" kind="src" path="/system-jmx"/>
<classpathentry kind="output" path="output/eclipse-classes"/>
</classpath>
More information about the jboss-cvs-commits
mailing list