[jboss-cvs] JBossAS SVN: r64540 - in trunk: console and 2 other directories.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Fri Aug 10 10:54:37 EDT 2007


Author: adrian at jboss.org
Date: 2007-08-10 10:54:37 -0400 (Fri, 10 Aug 2007)
New Revision: 64540

Added:
   trunk/bootstrap/
Modified:
   trunk/console/.classpath
   trunk/embedded/.classpath
   trunk/jbossas/.classpath
Log:
Fix the eclipse build

Modified: trunk/console/.classpath
===================================================================
--- trunk/console/.classpath	2007-08-10 14:00:22 UTC (rev 64539)
+++ trunk/console/.classpath	2007-08-10 14:54:37 UTC (rev 64540)
@@ -17,8 +17,8 @@
 	<classpathentry kind="lib" path="/thirdparty/dom4j/lib/dom4j.jar"/>
 	<classpathentry kind="src" path="/j2se"/>
 	<classpathentry kind="src" path="/server"/>
-	<classpathentry kind="lib" path="/thirdparty/jboss/security/lib/jbosssx.jar"/>
-	<classpathentry kind="lib" path="/thirdparty/jboss/security-spi/lib/jboss-security-spi.jar"/>
+	<classpathentry kind="lib" path="/thirdparty/jboss/jbosssx/lib/jbosssx.jar"/>
+	<classpathentry kind="lib" path="/thirdparty/jboss/jboss-security-spi/lib/jboss-security-spi.jar"/>
 	<classpathentry combineaccessrules="false" kind="src" path="/system-jmx"/>
 	<classpathentry kind="lib" path="/thirdparty/jboss/aop/lib/jboss-aop-jdk50.jar"/>
 	<classpathentry kind="lib" path="/thirdparty/beanshell/lib/bsh.jar"/>

Modified: trunk/embedded/.classpath
===================================================================
--- trunk/embedded/.classpath	2007-08-10 14:00:22 UTC (rev 64539)
+++ trunk/embedded/.classpath	2007-08-10 14:54:37 UTC (rev 64540)
@@ -24,7 +24,7 @@
 	<classpathentry kind="lib" path="/thirdparty/jboss/microcontainer/lib/jboss-deployers-vfs-spi.jar" sourcepath="/thirdparty/jboss/microcontainer/lib/jboss-deployers-vfs-spi-sources.jar"/>
 	<classpathentry kind="lib" path="/thirdparty/jboss/jbossxb/lib/jboss-xml-binding.jar"/>
 	<classpathentry kind="lib" path="/thirdparty/jboss/jboss-javaee/lib/jboss-javaee.jar" sourcepath="/thirdparty/jboss/jboss-javaee/lib/jboss-javaee-sources.jar"/>
-	<classpathentry kind="lib" path="/thirdparty/jboss/security/lib/jbosssx.jar"/>
+	<classpathentry kind="lib" path="/thirdparty/jboss/jbosssx/lib/jbosssx.jar"/>
 	<classpathentry kind="lib" path="/thirdparty/jboss/web/lib/jbossweb.jar" sourcepath="/thirdparty/jboss/web/lib/jbossweb-src.zip"/>
 	<classpathentry kind="lib" path="/thirdparty/jboss/web/lib/servlet-api.jar"/>
 	<classpathentry kind="lib" path="/thirdparty/jboss/jboss-vfs/lib/jboss-vfs.jar" sourcepath="/thirdparty/jboss/jboss-vfs/lib/jboss-vfs-sources.jar"/>

Modified: trunk/jbossas/.classpath
===================================================================
--- trunk/jbossas/.classpath	2007-08-10 14:00:22 UTC (rev 64539)
+++ trunk/jbossas/.classpath	2007-08-10 14:54:37 UTC (rev 64540)
@@ -2,8 +2,8 @@
 <classpath>
 	<classpathentry kind="lib" path="/thirdparty/jboss/remoting/lib/jboss-remoting.jar"/>
 	<classpathentry combineaccessrules="false" kind="src" path="/server"/>
-	<classpathentry kind="lib" path="/thirdparty/jboss/security/lib/jbosssx.jar"/>
-	<classpathentry kind="lib" path="/thirdparty/jboss/security-spi/lib/jboss-security-spi.jar"/>
+	<classpathentry kind="lib" path="/thirdparty/jboss/jbosssx/lib/jbosssx.jar"/>
+	<classpathentry kind="lib" path="/thirdparty/jboss/jboss-security-spi/lib/jboss-security-spi.jar"/>
 	<classpathentry kind="lib" path="/thirdparty/jboss/common-core/lib/jboss-common-core.jar"/>
 	<classpathentry kind="lib" path="/thirdparty/jboss/common-logging-spi/lib/jboss-logging-spi.jar"/>
 	<classpathentry kind="lib" path="/thirdparty/jboss/common-logging-log4j/lib/jboss-logging-log4j.jar"/>




More information about the jboss-cvs-commits mailing list