[jboss-cvs] JBossAS SVN: r72045 - trunk/profileservice.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Fri Apr 11 14:18:16 EDT 2008


Author: bstansberry at jboss.com
Date: 2008-04-11 14:18:16 -0400 (Fri, 11 Apr 2008)
New Revision: 72045

Modified:
   trunk/profileservice/.classpath
Log:
Declare dependencies that are no longer coming in transitively via aspects module

Modified: trunk/profileservice/.classpath
===================================================================
--- trunk/profileservice/.classpath	2008-04-11 18:17:01 UTC (rev 72044)
+++ trunk/profileservice/.classpath	2008-04-11 18:18:16 UTC (rev 72045)
@@ -3,7 +3,11 @@
 	<classpathentry kind="src" path="src/main"/>
 	<classpathentry kind="src" output="output/eclipse-test-classes" path="src/tests"/>
 	<classpathentry exported="true" kind="src" path="/aspects"/>
+	<classpathentry exported="true" kind="src" path="/system"/>
+	<classpathentry exported="true" kind="src" path="/system-jmx"/>
 	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
+	<classpathentry exported="true" kind="lib" path="/thirdparty/javax/xml/bind/lib/jaxb-api.jar"/>
+	<classpathentry exported="true" kind="lib" path="/thirdparty/jboss/jboss-man/lib/jboss-metatype.jar"/>
 	<classpathentry exported="true" kind="lib" path="/thirdparty/stax-api/lib/stax-api.jar"/>
 	<classpathentry kind="lib" path="/thirdparty/org/jboss/aspects/lib/jboss-security-aspects.jar"/>
 	<classpathentry kind="output" path="output/eclipse-classes"/>




More information about the jboss-cvs-commits mailing list