[jboss-cvs] JBossAS SVN: r57984 - in trunk: . aspects
jboss-cvs-commits at lists.jboss.org
jboss-cvs-commits at lists.jboss.org
Wed Nov 1 20:40:02 EST 2006
Author: scott.stark at jboss.org
Date: 2006-11-01 20:40:00 -0500 (Wed, 01 Nov 2006)
New Revision: 57984
Added:
trunk/jbossmq/
Modified:
trunk/aspects/.classpath
Log:
Move the jbossmq messaging module to jbossmq
Modified: trunk/aspects/.classpath
===================================================================
--- trunk/aspects/.classpath 2006-11-02 01:27:52 UTC (rev 57983)
+++ trunk/aspects/.classpath 2006-11-02 01:40:00 UTC (rev 57984)
@@ -11,7 +11,7 @@
<classpathentry kind="src" path="/cluster"/>
<classpathentry kind="src" path="/transaction"/>
<classpathentry kind="src" path="/j2ee"/>
- <classpathentry sourcepath="C:/usr/local/Java/Jakarta/jakarta-log4j-1.2.8/src/java" kind="lib" path="/thirdparty/apache-log4j/lib/log4j.jar"/>
+ <classpathentry kind="lib" path="/thirdparty/apache-log4j/lib/log4j.jar" sourcepath="C:/usr/local/Java/Jakarta/jakarta-log4j-1.2.8/src/java"/>
<classpathentry kind="lib" path="/thirdparty/oswego-concurrent/lib/concurrent.jar"/>
<classpathentry kind="lib" path="/thirdparty/apache-logging/lib/commons-logging.jar"/>
<classpathentry kind="lib" path="/thirdparty/beanshell/lib/bsh-1.3.0.jar"/>
@@ -24,15 +24,15 @@
<classpathentry kind="lib" path="/thirdparty/sun-servlet/lib/servlet-api.jar"/>
<classpathentry kind="lib" path="/thirdparty/apache-xerces/lib/xercesImpl.jar"/>
<classpathentry kind="lib" path="/thirdparty/trove/lib/trove.jar"/>
- <classpathentry sourcepath="/javassist" kind="lib" path="/thirdparty/javassist/lib/javassist.jar"/>
+ <classpathentry kind="lib" path="/thirdparty/javassist/lib/javassist.jar" sourcepath="/javassist"/>
<classpathentry kind="lib" path="/thirdparty/jboss/test/lib/jboss-test.jar"/>
- <classpathentry kind="lib" path="/thirdparty/jboss/security/lib/jbosssx.jar"/>
+ <classpathentry kind="lib" path="/thirdparty/jboss/security/lib/jbosssx.jar" sourcepath="/home/svn/JBossHead/jboss-sx/src/main"/>
<classpathentry kind="lib" path="/thirdparty/jboss/security-spi/lib/jboss-security-spi.jar"/>
<classpathentry combineaccessrules="false" kind="src" path="/system-jmx"/>
- <classpathentry sourcepath="C:/cygwin/home/Kabir/sourcecontrol/microcontainer/deployers/src/main" kind="lib" path="/thirdparty/jboss/microcontainer/lib/jboss-deployers.jar"/>
+ <classpathentry kind="lib" path="/thirdparty/jboss/microcontainer/lib/jboss-deployers.jar" sourcepath="/home/svn/JBossMC/jbossmc/deployers/src/main"/>
<classpathentry kind="lib" path="/thirdparty/jboss/common-core/lib/jboss-common-core.jar"/>
- <classpathentry kind="lib" path="/thirdparty/jboss/aop/lib/jboss-aop-jdk50.jar"/>
+ <classpathentry kind="lib" path="/thirdparty/jboss/aop/lib/jboss-aop-jdk50.jar" sourcepath="/home/svn/JBossHead/aop/trunk/aop/src/main"/>
<classpathentry kind="lib" path="/thirdparty/jboss/aop/lib/pluggable-instrumentor.jar"/>
- <classpathentry sourcepath="C:/cygwin/home/Kabir/sourcecontrol/microcontainer/container/src/main" kind="lib" path="/thirdparty/jboss/microcontainer/lib/jboss-container.jar"/>
+ <classpathentry kind="lib" path="/thirdparty/jboss/microcontainer/lib/jboss-container.jar" sourcepath="C:/cygwin/home/Kabir/sourcecontrol/microcontainer/container/src/main"/>
<classpathentry kind="output" path="output/eclipse-classes"/>
</classpath>
Copied: trunk/jbossmq (from rev 57979, trunk/messaging)
More information about the jboss-cvs-commits
mailing list