[jboss-cvs] JBossAS SVN: r84718 - in trunk: jmx-remoting and 3 other directories.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Wed Feb 25 06:13:50 EST 2009


Author: adrian at jboss.org
Date: 2009-02-25 06:13:49 -0500 (Wed, 25 Feb 2009)
New Revision: 84718

Modified:
   trunk/aspects/.classpath
   trunk/jmx-remoting/.classpath
   trunk/messaging/.classpath
   trunk/server/.classpath
   trunk/system-jmx/.classpath
Log:
Fix the eclipse build

Modified: trunk/aspects/.classpath
===================================================================
--- trunk/aspects/.classpath	2009-02-25 11:00:49 UTC (rev 84717)
+++ trunk/aspects/.classpath	2009-02-25 11:13:49 UTC (rev 84718)
@@ -4,7 +4,6 @@
 	<classpathentry kind="lib" path="src/resources"/>
 	<classpathentry excluding="org/jboss/test/aop/test/AOPTestSetup.java|org/jboss/test/asynch/" kind="src" path="src/test"/>
 	<classpathentry kind="src" path="src/test50"/>
-	<classpathentry exported="true" kind="src" path="/j2se"/>
 	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
 	<classpathentry exported="true" kind="lib" path="/thirdparty/javassist/lib/javassist.jar" sourcepath="/thirdparty/javassist/lib/javassist-sources.jar"/>
 	<classpathentry exported="true" kind="lib" path="/thirdparty/jboss/common-core/lib/jboss-common-core.jar"/>
@@ -22,6 +21,8 @@
 	<classpathentry exported="true" kind="lib" path="/thirdparty/jboss/jboss-javaee/lib/jboss-javaee.jar"/>
 	<classpathentry exported="true" kind="lib" path="/thirdparty/jboss/jboss-man/lib/jboss-managed.jar" sourcepath="/thirdparty/jboss/jboss-man/lib/jboss-managed-sources.jar"/>
 	<classpathentry exported="true" kind="lib" path="/thirdparty/jboss/jboss-mdr/lib/jboss-mdr.jar" sourcepath="/thirdparty/jboss/jboss-mdr/lib/jboss-mdr-sources.jar"/>
+	<classpathentry exported="true" kind="lib" path="/thirdparty/jboss/jboss-reflect/lib/jboss-reflect.jar" sourcepath="/thirdparty/jboss/jboss-reflect/lib/jboss-reflect-sources.jar"/>
+	<classpathentry exported="true" kind="lib" path="/thirdparty/jboss/mx/lib/jboss-j2se.jar" sourcepath="/thirdparty/jboss/mx/lib/jboss-j2se-sources.jar"/>
 	<classpathentry exported="true" kind="lib" path="/thirdparty/jboss/metadata/lib/jboss-metadata.jar"/>
 	<classpathentry exported="true" kind="lib" path="/thirdparty/jboss/remoting/lib/jboss-remoting.jar" sourcepath="/thirdparty/jboss/remoting/lib/jboss-remoting-sources.jar"/>
 	<classpathentry exported="true" kind="lib" path="/thirdparty/jboss/jboss-vfs/lib/jboss-vfs.jar" sourcepath="/thirdparty/jboss/jboss-vfs/lib/jboss-vfs-sources.jar"/>

Modified: trunk/jmx-remoting/.classpath
===================================================================
--- trunk/jmx-remoting/.classpath	2009-02-25 11:00:49 UTC (rev 84717)
+++ trunk/jmx-remoting/.classpath	2009-02-25 11:13:49 UTC (rev 84718)
@@ -2,10 +2,13 @@
 <classpath>
 	<classpathentry kind="src" path="src/main"/>
 	<classpathentry kind="src" path="src/test"/>
-	<classpathentry exported="true" kind="src" path="/j2se"/>
 	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
 	<classpathentry exported="true" kind="lib" path="/thirdparty/apache-log4j/lib/log4j.jar"/>
+	<classpathentry exported="true" kind="lib" path="/thirdparty/jboss/common-logging-spi/lib/jboss-logging-spi.jar"/>
 	<classpathentry exported="true" kind="lib" path="/thirdparty/jboss/remoting/lib/jboss-remoting.jar"/>
+	<classpathentry exported="true" kind="lib" path="/thirdparty/jboss/mx/lib/jboss-j2se.jar" sourcepath="/thirdparty/jboss/mx/lib/jboss-j2se-sources.jar"/>
+	<classpathentry exported="true" kind="lib" path="/thirdparty/jboss/common-core/lib/jboss-common-core.jar"/>
+	<classpathentry exported="true" kind="lib" path="/thirdparty/oswego-concurrent/lib/concurrent.jar"/>
 	<classpathentry kind="lib" path="/thirdparty/junit/lib/junit.jar"/>
 	<classpathentry kind="output" path="output/eclipse-classes"/>
 </classpath>

Modified: trunk/messaging/.classpath
===================================================================
--- trunk/messaging/.classpath	2009-02-25 11:00:49 UTC (rev 84717)
+++ trunk/messaging/.classpath	2009-02-25 11:13:49 UTC (rev 84718)
@@ -3,7 +3,6 @@
 	<classpathentry kind="src" path="src/main"/>
 	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
 	<classpathentry exported="true" kind="src" path="/server"/>
-	<classpathentry kind="src" path="/j2se"/>
 	<classpathentry exported="true" kind="lib" path="/thirdparty/jboss/messaging/lib/jboss-messaging.jar" sourcepath="/thirdparty/jboss/messaging/lib/jboss-messaging-sources.jar"/>
 	<classpathentry kind="output" path="output/eclipse-classes"/>
 </classpath>

Modified: trunk/server/.classpath
===================================================================
--- trunk/server/.classpath	2009-02-25 11:00:49 UTC (rev 84717)
+++ trunk/server/.classpath	2009-02-25 11:13:49 UTC (rev 84718)
@@ -18,5 +18,6 @@
 	<classpathentry kind="lib" path="/thirdparty/jboss/jboss-jpa-deployers/lib/jboss-jpa-deployers.jar" sourcepath="/thirdparty/jboss/jboss-jpa-deployers/lib/jboss-jpa-deployers-sources.jar"/>
 	<classpathentry kind="lib" path="/thirdparty/jboss/serialization/lib/jboss-serialization.jar"/>
 	<classpathentry kind="lib" path="/thirdparty/jboss/web/lib/servlet-api.jar"/>
+	<classpathentry kind="lib" path="/thirdparty/apache-bcel/lib/bcel.jar" sourcepath="/thirdparty/apache-bcel/lib/bcel-sources.jar"/>
 	<classpathentry kind="output" path="output/eclipse-classes"/>
 </classpath>

Modified: trunk/system-jmx/.classpath
===================================================================
--- trunk/system-jmx/.classpath	2009-02-25 11:00:49 UTC (rev 84717)
+++ trunk/system-jmx/.classpath	2009-02-25 11:13:49 UTC (rev 84718)
@@ -5,15 +5,19 @@
 	<classpathentry excluding="**/*.java" kind="src" output="output/eclipse-test-support-classes" path="src/tests-support"/>
 	<classpathentry kind="lib" path="src/resources/tests"/>
 	<classpathentry exported="true" kind="src" path="/main"/>
-	<classpathentry exported="true" kind="src" path="/jmx"/>
 	<classpathentry exported="true" kind="src" path="/system"/>
 	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
+	<classpathentry exported="true" kind="lib" path="/thirdparty/jboss/integration/lib/jboss-integration.jar" sourcepath="/thirdparty/jboss/integration/lib/jboss-integration-sources.jar"/>
+	<classpathentry exported="true" kind="lib" path="/thirdparty/jboss/mx/lib/jboss-j2se.jar" sourcepath="/thirdparty/jboss/mx/lib/jboss-j2se-sources.jar"/>
+	<classpathentry exported="true" kind="lib" path="/thirdparty/jboss/mx/lib/jboss-mbeans.jar" sourcepath="/thirdparty/jboss/mx/lib/jboss-mbeans-sources.jar"/>
+	<classpathentry exported="true" kind="lib" path="/thirdparty/jboss/mx/lib/jboss-jmx.jar" sourcepath="/thirdparty/jboss/mx/lib/jboss-jmx-sources.jar"/>
 	<classpathentry exported="true" kind="lib" path="/thirdparty/jboss/jboss-cl/lib/jboss-classloader.jar" sourcepath="/thirdparty/jboss/jboss-cl/lib/jboss-classloader-sources.jar"/>
 	<classpathentry exported="true" kind="lib" path="/thirdparty/jboss/jboss-cl/lib/jboss-classloading.jar" sourcepath="/thirdparty/jboss/jboss-cl/lib/jboss-classloading-sources.jar"/>
 	<classpathentry exported="true" kind="lib" path="/thirdparty/jboss/jboss-cl/lib/jboss-classloading-vfs.jar" sourcepath="/thirdparty/jboss/jboss-cl/lib/jboss-classloading-vfs-sources.jar"/>
 	<classpathentry exported="true" kind="lib" path="/thirdparty/apache-xerces/lib/resolver.jar"/>
 	<classpathentry exported="true" kind="lib" path="/thirdparty/apache-xerces/lib/xercesImpl.jar"/>
 	<classpathentry exported="true" kind="lib" path="/thirdparty/apache-xerces/lib/xml-apis.jar"/>
+	<classpathentry exported="true" kind="lib" path="/thirdparty/dom4j/lib/dom4j.jar" sourcepath="/thirdparty/dom4j/lib/dom4j-sources.jar"/>
 	<classpathentry exported="true" kind="lib" path="/thirdparty/sun-jaxb/lib/jaxb-api.jar"/>
 	<classpathentry kind="lib" path="/thirdparty/junit/lib/junit.jar"/>
 	<classpathentry kind="lib" path="/thirdparty/jboss/test/lib/jboss-test.jar" sourcepath="/home/svn/JBossHead/projects/test/trunk/test/src/main"/>




More information about the jboss-cvs-commits mailing list