[jboss-cvs] JBossAS SVN: r70595 - in projects/microcontainer/trunk: deployers-client-spi and 1 other directories.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Sun Mar 9 11:19:23 EDT 2008


Author: adrian at jboss.org
Date: 2008-03-09 11:19:23 -0400 (Sun, 09 Mar 2008)
New Revision: 70595

Modified:
   projects/microcontainer/trunk/classloading/.classpath
   projects/microcontainer/trunk/deployers-client-spi/.classpath
   projects/microcontainer/trunk/kernel/.classpath
Log:
Fix the eclipse build

Modified: projects/microcontainer/trunk/classloading/.classpath
===================================================================
--- projects/microcontainer/trunk/classloading/.classpath	2008-03-09 15:08:14 UTC (rev 70594)
+++ projects/microcontainer/trunk/classloading/.classpath	2008-03-09 15:19:23 UTC (rev 70595)
@@ -6,5 +6,7 @@
 	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
 	<classpathentry exported="true" kind="src" path="/jboss-classloader"/>
 	<classpathentry exported="true" kind="src" path="/jboss-kernel"/>
+	<classpathentry exported="true" kind="var" path="M2_REPO/org/jboss/man/jboss-metatype/2.0.0.Beta11/jboss-metatype-2.0.0.Beta11.jar"/>
+	<classpathentry exported="true" kind="var" path="M2_REPO/org/jboss/man/jboss-managed/2.0.0.Beta11/jboss-managed-2.0.0.Beta11.jar"/>
 	<classpathentry kind="output" path="target/classes"/>
 </classpath>

Modified: projects/microcontainer/trunk/deployers-client-spi/.classpath
===================================================================
--- projects/microcontainer/trunk/deployers-client-spi/.classpath	2008-03-09 15:08:14 UTC (rev 70594)
+++ projects/microcontainer/trunk/deployers-client-spi/.classpath	2008-03-09 15:19:23 UTC (rev 70595)
@@ -4,5 +4,6 @@
 	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
 	<classpathentry kind="output" path="target/classes"/>
 	<classpathentry exported="true" kind="src" path="/jboss-deployers-core-spi"/>
-	<classpathentry exported="true" kind="src" path="/jboss-managed"/>
+	<classpathentry exported="true" kind="var" path="M2_REPO/org/jboss/man/jboss-metatype/2.0.0.Beta11/jboss-metatype-2.0.0.Beta11.jar"/>
+	<classpathentry exported="true" kind="var" path="M2_REPO/org/jboss/man/jboss-managed/2.0.0.Beta11/jboss-managed-2.0.0.Beta11.jar"/>
 </classpath>

Modified: projects/microcontainer/trunk/kernel/.classpath
===================================================================
--- projects/microcontainer/trunk/kernel/.classpath	2008-03-09 15:08:14 UTC (rev 70594)
+++ projects/microcontainer/trunk/kernel/.classpath	2008-03-09 15:19:23 UTC (rev 70595)
@@ -6,7 +6,8 @@
 	<classpathentry kind="src" output="target/tests-classes" path="src/tests"/>
 	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
 	<classpathentry exported="true" kind="src" path="/jboss-dependency"/>
-	<classpathentry exported="true" kind="src" path="/jboss-managed"/>
+	<classpathentry exported="true" kind="var" path="M2_REPO/org/jboss/jboss-reflect/2.0.0.Beta11/jboss-reflect-2.0.0.Beta11.jar"/>
+	<classpathentry exported="true" kind="var" path="M2_REPO/org/jboss/man/jboss-managed/2.0.0.Beta11/jboss-managed-2.0.0.Beta11.jar"/>
 	<classpathentry exported="true" kind="var" path="M2_REPO/org/jboss/jbossxb/2.0.0-SNAPSHOT/jbossxb-2.0.0-SNAPSHOT.jar"/>
 	<classpathentry exported="true" kind="var" path="M2_REPO/javax/xml/bind/jaxb-api/2.1/jaxb-api-2.1.jar"/>
 	<classpathentry exported="true" kind="var" path="M2_REPO/org/jboss/javassist/3.6.0.GA/javassist-3.6.0.GA.jar" sourcepath="M2_REPO/org/jboss/javassist/3.6.0.GA/javassist-3.6.0.GA-sources.jar"/>




More information about the jboss-cvs-commits mailing list