[jboss-cvs] JBossAS SVN: r73561 - trunk/security.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Wed May 21 13:40:43 EDT 2008


Author: scott.stark at jboss.org
Date: 2008-05-21 13:40:42 -0400 (Wed, 21 May 2008)
New Revision: 73561

Modified:
   trunk/security/.classpath
Log:
Correct the sourcepath

Modified: trunk/security/.classpath
===================================================================
--- trunk/security/.classpath	2008-05-21 17:08:34 UTC (rev 73560)
+++ trunk/security/.classpath	2008-05-21 17:40:42 UTC (rev 73561)
@@ -4,7 +4,7 @@
 	<classpathentry kind="src" path="src/tests"/>
 	<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/jboss/jbosssx/lib/jbosssx.jar" sourcepath="/thirdparty/jboss/security/lib/jbosssx-sources.jar"/>
+	<classpathentry exported="true" kind="lib" path="/thirdparty/jboss/jbosssx/lib/jbosssx.jar" sourcepath="/thirdparty/jboss/jbosssx/lib/jbosssx-sources.jar"/>
 	<classpathentry exported="true" kind="lib" path="/thirdparty/jboss/jboss-security-spi/lib/jboss-security-spi.jar" sourcepath="/thirdparty/jboss/jboss-security-spi/lib/jboss-security-spi-sources.jar"/>
 	<classpathentry exported="true" kind="lib" path="/thirdparty/jboss/jboss-jaspi-api/lib/jboss-jaspi-api.jar"/>
 	<classpathentry exported="true" kind="lib" path="/thirdparty/jboss/jboss-javaee/lib/jboss-javaee.jar" sourcepath="/thirdparty/jboss/jboss-javaee/lib/jboss-javaee-sources.jar"/>




More information about the jboss-cvs-commits mailing list