[jboss-cvs] JBossAS SVN: r72006 - in trunk: profileservice and 1 other directories.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Fri Apr 11 05:20:22 EDT 2008


Author: scott.stark at jboss.org
Date: 2008-04-11 05:20:21 -0400 (Fri, 11 Apr 2008)
New Revision: 72006

Modified:
   trunk/aspects/.classpath
   trunk/profileservice/.classpath
   trunk/testsuite/.classpath
Log:
Fix the security aspects classpath for the extraction of these aspects to thirdparty/org/jboss/aspects/lib/jboss-security-aspects.jar


Modified: trunk/aspects/.classpath
===================================================================
--- trunk/aspects/.classpath	2008-04-11 09:14:35 UTC (rev 72005)
+++ trunk/aspects/.classpath	2008-04-11 09:20:21 UTC (rev 72006)
@@ -12,5 +12,6 @@
 	<classpathentry kind="lib" path="/thirdparty/junit/lib/junit.jar"/>
 	<classpathentry kind="lib" path="/thirdparty/jboss/test/lib/jboss-test.jar"/>
 	<classpathentry kind="lib" path="/thirdparty/jboss/aop/lib/pluggable-instrumentor.jar"/>
+	<classpathentry kind="lib" path="/thirdparty/org/jboss/aspects/lib/jboss-security-aspects.jar"/>
 	<classpathentry kind="output" path="output/eclipse-classes"/>
 </classpath>

Modified: trunk/profileservice/.classpath
===================================================================
--- trunk/profileservice/.classpath	2008-04-11 09:14:35 UTC (rev 72005)
+++ trunk/profileservice/.classpath	2008-04-11 09:20:21 UTC (rev 72006)
@@ -5,5 +5,6 @@
 	<classpathentry exported="true" kind="src" path="/aspects"/>
 	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
 	<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"/>
 </classpath>

Modified: trunk/testsuite/.classpath
===================================================================
--- trunk/testsuite/.classpath	2008-04-11 09:14:35 UTC (rev 72005)
+++ trunk/testsuite/.classpath	2008-04-11 09:20:21 UTC (rev 72006)
@@ -36,5 +36,6 @@
 	<classpathentry kind="lib" path="/thirdparty/httpunit/lib/httpunit.jar"/>
 	<classpathentry kind="lib" path="/thirdparty/junit/lib/junit.jar" sourcepath="/thirdparty/junit/lib/junit-src.zip"/>
 	<classpathentry kind="lib" path="/thirdparty/jboss/test/lib/jboss-test.jar" sourcepath="/thirdparty/jboss/test/lib/jboss-test-src.zip"/>
+	<classpathentry kind="lib" path="/thirdparty/org/jboss/aspects/lib/jboss-security-aspects.jar"/>
 	<classpathentry kind="output" path="output/eclipse-classes"/>
 </classpath>




More information about the jboss-cvs-commits mailing list