[jboss-cvs] JBossAS SVN: r64410 - in trunk: build and 8 other directories.
jboss-cvs-commits at lists.jboss.org
jboss-cvs-commits at lists.jboss.org
Wed Aug 1 16:32:01 EDT 2007
Author: anil.saldhana at jboss.com
Date: 2007-08-01 16:32:01 -0400 (Wed, 01 Aug 2007)
New Revision: 64410
Modified:
trunk/aspects/.classpath
trunk/aspects/build.xml
trunk/build/build-distr.xml
trunk/build/build-thirdparty.xml
trunk/cluster/build.xml
trunk/connector/.classpath
trunk/connector/build.xml
trunk/ejb3/.classpath
trunk/ejb3/build.xml
trunk/jbossas/remoting/build.xml
trunk/testsuite/.classpath
trunk/testsuite/build.xml
trunk/testsuite/src/main/org/jboss/test/security/test/LoginModulesUnitTestCase.java
trunk/tomcat/.classpath
trunk/tomcat/build.xml
trunk/varia/.classpath
trunk/varia/build.xml
Log:
move security towards 2.0.1-BETA
Modified: trunk/aspects/.classpath
===================================================================
--- trunk/aspects/.classpath 2007-08-01 19:54:32 UTC (rev 64409)
+++ trunk/aspects/.classpath 2007-08-01 20:32:01 UTC (rev 64410)
@@ -5,6 +5,7 @@
<classpathentry kind="src" path="/cluster"/>
<classpathentry kind="src" path="/j2se"/>
<classpathentry kind="src" path="/jmx"/>
+ <classpathentry kind="src" path="/security"/>
<classpathentry kind="src" path="/system"/>
<classpathentry excluding="org/jboss/test/aop/test/AOPTestSetup.java|org/jboss/test/asynch/" kind="src" path="src/test"/>
<classpathentry kind="src" path="src/test50"/>
@@ -22,8 +23,6 @@
<classpathentry kind="lib" path="/thirdparty/trove/lib/trove.jar"/>
<classpathentry kind="lib" path="/thirdparty/javassist/lib/javassist.jar" sourcepath="/thirdparty/javassist/lib/javassist-src.jar"/>
<classpathentry kind="lib" path="/thirdparty/jboss/test/lib/jboss-test.jar"/>
- <classpathentry kind="lib" path="/thirdparty/jboss/security/lib/jbosssx.jar" sourcepath="/thirdparty/jboss/security/lib/jbosssx-src.zip"/>
- <classpathentry kind="lib" path="/thirdparty/jboss/security-spi/lib/jboss-security-spi.jar"/>
<classpathentry combineaccessrules="false" kind="src" path="/system-jmx"/>
<classpathentry kind="lib" path="/thirdparty/jboss/common-core/lib/jboss-common-core.jar" sourcepath="/thirdparty/jboss/common-core/lib/jboss-common-core-sources.jar"/>
<classpathentry kind="lib" path="/thirdparty/jboss/aop/lib/jboss-aop-jdk50.jar" sourcepath="/thirdparty/jboss/aop/lib/jboss-aop-src.zip"/>
@@ -35,5 +34,7 @@
<classpathentry kind="lib" path="/thirdparty/jboss/aop/lib/jboss-standalone-aspect-library-jdk50.jar"/>
<classpathentry kind="lib" path="/thirdparty/jboss/microcontainer/lib/jboss-deployers-core-spi.jar" sourcepath="/thirdparty/jboss/microcontainer/lib/jboss-deployers-core-spi-sources.jar"/>
<classpathentry kind="lib" path="/thirdparty/jboss/integration/lib/jboss-integration.jar" sourcepath="/thirdparty/jboss/integration/lib/integration-sources.jar"/>
+ <classpathentry 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 kind="lib" path="/thirdparty/jboss/jbosssx/lib/jbosssx.jar" sourcepath="/thirdparty/jboss/security/lib/jbosssx-sources.jar"/>
<classpathentry kind="output" path="output/eclipse-classes"/>
</classpath>
Modified: trunk/aspects/build.xml
===================================================================
--- trunk/aspects/build.xml 2007-08-01 19:54:32 UTC (rev 64409)
+++ trunk/aspects/build.xml 2007-08-01 20:32:01 UTC (rev 64410)
@@ -89,12 +89,13 @@
<path refid="jboss.common.logging.log4j.classpath"/>
<path refid="jboss.common.logging.jdk.classpath"/>
<path refid="jboss.jboss.javaee.classpath"/>
+ <path refid="jboss.jboss.jaspi.api.classpath"/>
<path refid="jboss.j2se.classpath"/>
<path refid="jboss.jmx.classpath"/>
<path refid="jboss.system.classpath"/>
<path refid="jboss.systemjmx.classpath"/>
- <path refid="jboss.security.classpath"/>
- <path refid="jboss.security.spi.classpath"/>
+ <path refid="jboss.jbosssx.classpath"/>
+ <path refid="jboss.jboss.security.spi.classpath"/>
<path refid="jboss.j2se.classpath"/>
<path refid="jboss.system.classpath"/>
<path refid="jboss.cluster.classpath"/>
Modified: trunk/build/build-distr.xml
===================================================================
--- trunk/build/build-distr.xml 2007-08-01 19:54:32 UTC (rev 64409)
+++ trunk/build/build-distr.xml 2007-08-01 20:32:01 UTC (rev 64410)
@@ -1656,10 +1656,10 @@
<fileset dir="${jboss.backport.concurrent.lib}">
<include name="jboss-backport-concurrent.jar"/>
</fileset>
- <fileset dir="${jboss.security.spi.lib}">
+ <fileset dir="${jboss.jboss.security.spi.lib}">
<include name="jboss-security-spi.jar"/>
</fileset>
- <fileset dir="${jboss.security.lib}">
+ <fileset dir="${jboss.jbosssx.lib}">
<include name="jbosssx.jar"/>
</fileset>
<fileset dir="${sun.xacml.lib}">
@@ -1766,10 +1766,10 @@
<fileset dir="${jboss.remoting.lib}">
<include name="jboss-remoting.jar"/>
</fileset>
- <fileset dir="${jboss.security.spi.lib}">
+ <fileset dir="${jboss.jboss.security.spi.lib}">
<include name="jboss-security-spi.jar"/>
</fileset>
- <fileset dir="${jboss.security.lib}">
+ <fileset dir="${jboss.jbosssx.lib}">
<include name="jbosssx-client.jar"/>
</fileset>
<fileset dir="${jboss.serialization.lib}">
Modified: trunk/build/build-thirdparty.xml
===================================================================
--- trunk/build/build-thirdparty.xml 2007-08-01 19:54:32 UTC (rev 64409)
+++ trunk/build/build-thirdparty.xml 2007-08-01 20:32:01 UTC (rev 64410)
@@ -103,8 +103,9 @@
<componentref name="jboss/jbossretro" version="1.0.5.GA"/>
<componentref name="jboss/jbossts" version="snapshot"/>
<componentref name="jboss/jms-integration-tests" version="1.0.1.GA"/>
- <componentref name="jboss/security-spi" version="2.0.1-SNAPSHOT"/>
- <componentref name="jboss/security" version="2.0.1-SNAPSHOT"/>
+ <componentref name="jboss/jboss-security-spi" version="2.0.1-BETA"/>
+ <componentref name="jboss/jbosssx" version="2.0.1-BETA"/>
+ <componentref name="jboss/jbosssx-client" version="2.0.1-BETA"/>
<componentref name="jboss/serialization" version="1.0.3.GA"/>
<componentref name="jboss/profiler/jvmti" version="1.0.0.CR5"/>
<componentref name="jboss/test" version="1.0.2.GA"/>
Modified: trunk/cluster/build.xml
===================================================================
--- trunk/cluster/build.xml 2007-08-01 19:54:32 UTC (rev 64409)
+++ trunk/cluster/build.xml 2007-08-01 20:32:01 UTC (rev 64410)
@@ -101,7 +101,7 @@
<path refid="jboss.naming.classpath"/>
<path refid="jboss.mq.classpath"/>
<path refid="jboss.server.classpath"/>
- <path refid="jboss.security.classpath"/>
+ <path refid="jboss.jbosssx.classpath"/>
<path refid="jboss.j2se.classpath"/>
</path>
Modified: trunk/connector/.classpath
===================================================================
--- trunk/connector/.classpath 2007-08-01 19:54:32 UTC (rev 64409)
+++ trunk/connector/.classpath 2007-08-01 20:32:01 UTC (rev 64410)
@@ -13,13 +13,13 @@
<classpathentry kind="lib" path="/thirdparty/sun-javamail/lib/mail.jar"/>
<classpathentry kind="lib" path="/thirdparty/jboss/serialization/lib/jboss-serialization.jar"/>
<classpathentry kind="lib" path="/thirdparty/jboss/jbossxb/lib/jboss-xml-binding.jar" sourcepath="/thirdparty/jboss/jbossxb/lib/jboss-xml-binding-sources.jar"/>
- <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/microcontainer/lib/jboss-container.jar"/>
<classpathentry kind="lib" path="/thirdparty/jboss/microcontainer/lib/jboss-dependency.jar"/>
<classpathentry kind="lib" path="/thirdparty/jboss/common-core/lib/jboss-common-core.jar"/>
- <classpathentry kind="lib" path="/thirdparty/jboss/jboss-vfs/lib/jboss-vfs.jar" sourcepath="/thirdparty/jboss/jboss-vfs/lib/jboss-vfs-sources.jar"/>
+ <classpathentry kind="lib" path="/thirdparty/jboss/jboss-vfs/lib/jboss-vfs.jar"/>
<classpathentry kind="lib" path="/thirdparty/sun-jaxb/lib/jaxb-xjc.jar"/>
<classpathentry kind="lib" path="/thirdparty/sun-jaxb/lib/jaxb-impl.jar"/>
<classpathentry kind="lib" path="/thirdparty/sun-jaxb/lib/jaxb-api.jar"/>
Modified: trunk/connector/build.xml
===================================================================
--- trunk/connector/build.xml 2007-08-01 19:54:32 UTC (rev 64409)
+++ trunk/connector/build.xml 2007-08-01 20:32:01 UTC (rev 64410)
@@ -99,8 +99,9 @@
<path refid="jboss.common.logging.log4j.classpath"/>
<path refid="jboss.common.logging.jdk.classpath"/>
<path refid="jboss.jboss.javaee.classpath"/>
- <path refid="jboss.security.classpath"/>
- <path refid="jboss.security.spi.classpath"/>
+ <path refid="jboss.jboss.jaspi.api.classpath"/>
+ <path refid="jboss.jbosssx.classpath"/>
+ <path refid="jboss.jboss.security.spi.classpath"/>
<path refid="jboss.server.classpath"/>
<path refid="jboss.system.classpath"/>
<path refid="jboss.systemjmx.classpath"/>
Modified: trunk/ejb3/.classpath
===================================================================
--- trunk/ejb3/.classpath 2007-08-01 19:54:32 UTC (rev 64409)
+++ trunk/ejb3/.classpath 2007-08-01 20:32:01 UTC (rev 64410)
@@ -22,6 +22,7 @@
<classpathentry kind="lib" path="/thirdparty/apache-log4j/lib/log4j.jar"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry kind="lib" path="/thirdparty/jboss/remoting/lib/jboss-remoting.jar"/>
+ <classpathentry combineaccessrules="false" exported="true" kind="src" path="/security"/>
<classpathentry combineaccessrules="false" exported="true" kind="src" path="/server"/>
<classpathentry kind="lib" path="/thirdparty/hibernate-entitymanager/lib/ejb3-persistence.jar"/>
<classpathentry kind="lib" path="/thirdparty/sun-servlet/lib/servlet-api.jar"/>
@@ -39,8 +40,6 @@
<classpathentry combineaccessrules="false" kind="src" path="/iiop"/>
<classpathentry kind="lib" path="/thirdparty/jacorb/lib/jacorb.jar" sourcepath="/home/svn/repository.jboss.com/jacorb/2.2.4jboss.patch1/lib/JacORB.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/jboss/security/lib/jbosssx.jar"/>
- <classpathentry kind="lib" path="/thirdparty/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="src/resources/test"/>
@@ -50,7 +49,6 @@
<classpathentry kind="lib" path="/thirdparty/jboss/jbossws/lib/jbossws-client.jar"/>
<classpathentry combineaccessrules="false" kind="src" path="/mbeans"/>
<classpathentry kind="lib" path="/thirdparty/dom4j/lib/dom4j.jar"/>
- <classpathentry combineaccessrules="false" kind="src" path="/security"/>
<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/jbossws-spi/lib/jbossws-spi.jar"/>
<classpathentry kind="lib" path="/thirdparty/jboss/microcontainer/lib/jboss-deployers-core-spi.jar" sourcepath="/thirdparty/jboss/microcontainer/lib/jboss-deployers-core-spi-sources.jar"/>
@@ -59,5 +57,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/quartz/lib/quartz-all.jar"/>
<classpathentry kind="lib" path="/thirdparty/jboss/integration/lib/jboss-integration.jar" sourcepath="/thirdparty/jboss/integration/lib/jboss-integration-sources.jar"/>
+ <classpathentry 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 kind="lib" path="/thirdparty/jboss/jbosssx/lib/jbosssx.jar" sourcepath="/thirdparty/jboss/security/lib/jbosssx-sources.jar"/>
<classpathentry kind="output" path="output/eclipse-classes"/>
</classpath>
Modified: trunk/ejb3/build.xml
===================================================================
--- trunk/ejb3/build.xml 2007-08-01 19:54:32 UTC (rev 64409)
+++ trunk/ejb3/build.xml 2007-08-01 20:32:01 UTC (rev 64410)
@@ -93,7 +93,7 @@
<path refid="junit.junit.classpath"/>
<path refid="jboss.remoting.classpath"/>
<path refid="apache.logging.classpath"/>
- <path refid="jboss.security.spi.classpath"/>
+ <path refid="jboss.jboss.security.spi.classpath"/>
<path refid="jboss.security.int.classpath"/>
<path refid="jboss.serialization.classpath"/>
<path refid="jboss.microcontainer.classpath"/>
@@ -132,8 +132,8 @@
<path refid="jboss.mbeans.classpath"/>
<path refid="jboss.naming.classpath"/>
<path refid="jboss.transaction.classpath"/>
- <path refid="jboss.security.classpath"/>
- <path refid="jboss.security.spi.classpath"/>
+ <path refid="jboss.jbosssx.classpath"/>
+ <path refid="jboss.jboss.security.spi.classpath"/>
<path refid="jboss.security.int.classpath"/>
<path refid="jboss.server.classpath"/>
<path refid="jboss.mq.classpath"/>
Modified: trunk/jbossas/remoting/build.xml
===================================================================
--- trunk/jbossas/remoting/build.xml 2007-08-01 19:54:32 UTC (rev 64409)
+++ trunk/jbossas/remoting/build.xml 2007-08-01 20:32:01 UTC (rev 64410)
@@ -94,8 +94,8 @@
<path refid="jboss.common.logging.jdk.classpath"/>
<path refid="jboss.j2se.classpath"/>
<path refid="jboss.aop.classpath"/>
- <path refid="jboss.security.classpath"/>
- <path refid="jboss.security.spi.classpath"/>
+ <path refid="jboss.jbosssx.classpath"/>
+ <path refid="jboss.jboss.security.spi.classpath"/>
<path refid="jboss.security.int.classpath"/>
</path>
Modified: trunk/testsuite/.classpath
===================================================================
--- trunk/testsuite/.classpath 2007-08-01 19:54:32 UTC (rev 64409)
+++ trunk/testsuite/.classpath 2007-08-01 20:32:01 UTC (rev 64410)
@@ -60,8 +60,6 @@
<classpathentry kind="lib" path="/thirdparty/jboss/microcontainer/lib/jboss-dependency.jar"/>
<classpathentry kind="lib" path="/thirdparty/jboss/microcontainer/lib/jboss-container.jar"/>
<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/jboss/security/lib/jbosssx.jar"/>
- <classpathentry kind="lib" path="/thirdparty/jboss/security-spi/lib/jboss-security-spi.jar"/>
<classpathentry kind="lib" path="/thirdparty/jboss/web/lib/servlet-api.jar"/>
<classpathentry kind="lib" path="/thirdparty/jboss/web/lib/el-api.jar"/>
<classpathentry kind="lib" path="/thirdparty/jboss/web/lib/jbossweb.jar" sourcepath="/thirdparty/jboss/web/lib/jbossweb-src.zip"/>
@@ -93,5 +91,7 @@
<classpathentry kind="lib" path="/thirdparty/jboss/microcontainer/lib/jboss-deployers-structure-spi.jar" sourcepath="/thirdparty/jboss/microcontainer/lib/jboss-deployers-structure-spi-sources.jar"/>
<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/integration/lib/jboss-integration.jar" sourcepath="/thirdparty/jboss/integration/lib/integration-sources.jar"/>
+ <classpathentry 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 kind="lib" path="/thirdparty/jboss/jbosssx/lib/jbosssx.jar" sourcepath="/thirdparty/jboss/security/lib/jbosssx-sources.jar"/>
<classpathentry kind="output" path="output/eclipse-classes"/>
</classpath>
Modified: trunk/testsuite/build.xml
===================================================================
--- trunk/testsuite/build.xml 2007-08-01 19:54:32 UTC (rev 64409)
+++ trunk/testsuite/build.xml 2007-08-01 20:32:01 UTC (rev 64410)
@@ -199,8 +199,8 @@
<path refid="jboss.mq.classpath"/>
<path refid="jboss.naming.classpath"/>
<path refid="jboss.profileservice.classpath"/>
- <path refid="jboss.security.spi.classpath"/>
- <path refid="jboss.security.classpath"/>
+ <path refid="jboss.jboss.security.spi.classpath"/>
+ <path refid="jboss.jbosssx.classpath"/>
<path refid="jboss.security.int.classpath"/>
<path refid="jboss.server.classpath"/>
<path refid="jboss.system.classpath"/>
Modified: trunk/testsuite/src/main/org/jboss/test/security/test/LoginModulesUnitTestCase.java
===================================================================
--- trunk/testsuite/src/main/org/jboss/test/security/test/LoginModulesUnitTestCase.java 2007-08-01 19:54:32 UTC (rev 64409)
+++ trunk/testsuite/src/main/org/jboss/test/security/test/LoginModulesUnitTestCase.java 2007-08-01 20:32:01 UTC (rev 64410)
@@ -45,6 +45,7 @@
import javax.security.auth.login.Configuration;
import javax.security.auth.login.LoginContext;
import javax.security.auth.login.LoginException;
+import javax.security.auth.message.MessageInfo;
import javax.sql.DataSource;
import javax.resource.spi.security.PasswordCredential;
import javax.management.MBeanServerFactory;
@@ -445,6 +446,11 @@
{
return false;
}
+
+ public boolean isValid(MessageInfo messageInfo, Subject clientSubject, String layer)
+ {
+ return false;
+ }
public Principal getPrincipal(Principal principal)
{
Modified: trunk/tomcat/.classpath
===================================================================
--- trunk/tomcat/.classpath 2007-08-01 19:54:32 UTC (rev 64409)
+++ trunk/tomcat/.classpath 2007-08-01 20:32:01 UTC (rev 64410)
@@ -27,8 +27,6 @@
<classpathentry kind="lib" path="/thirdparty/sun-jsf/lib/jsf-impl.jar"/>
<classpathentry combineaccessrules="false" kind="src" path="/ejb3"/>
<classpathentry kind="lib" path="/thirdparty/jboss/serialization/lib/jboss-serialization.jar"/>
- <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/web/lib/el-api.jar"/>
<classpathentry kind="lib" path="/thirdparty/jboss/web/lib/jasper-jdt.jar"/>
<classpathentry kind="lib" path="/thirdparty/jboss/web/lib/jbossweb.jar" sourcepath="/thirdparty/jboss/web/lib/jbossweb-src.zip"/>
@@ -55,5 +53,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/microcontainer/lib/jboss-deployers-vfs.jar" sourcepath="/thirdparty/jboss/microcontainer/lib/jboss-deployers-vfs-sources.jar"/>
<classpathentry kind="lib" path="/thirdparty/jboss/integration/lib/jboss-integration.jar" sourcepath="/thirdparty/jboss/integration/lib/integration-sources.jar"/>
+ <classpathentry kind="lib" path="/thirdparty/jboss/jbosssx/lib/jbosssx.jar" sourcepath="/thirdparty/jboss/security/lib/jbosssx-sources.jar"/>
+ <classpathentry 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 kind="output" path="output/eclipse-classes"/>
</classpath>
Modified: trunk/tomcat/build.xml
===================================================================
--- trunk/tomcat/build.xml 2007-08-01 19:54:32 UTC (rev 64409)
+++ trunk/tomcat/build.xml 2007-08-01 20:32:01 UTC (rev 64410)
@@ -80,8 +80,8 @@
<path refid="jboss.jboss.jaspi.api.classpath"/>
<path refid="jboss.system.classpath"/>
<path refid="jboss.systemjmx.classpath"/>
- <path refid="jboss.security.spi.classpath"/>
- <path refid="jboss.security.classpath"/>
+ <path refid="jboss.jboss.security.spi.classpath"/>
+ <path refid="jboss.jbosssx.classpath"/>
<path refid="jboss.security.int.classpath"/>
<path refid="jboss.server.classpath"/>
<path refid="jboss.j2se.classpath"/>
Modified: trunk/varia/.classpath
===================================================================
--- trunk/varia/.classpath 2007-08-01 19:54:32 UTC (rev 64409)
+++ trunk/varia/.classpath 2007-08-01 20:32:01 UTC (rev 64410)
@@ -31,13 +31,13 @@
<classpathentry kind="lib" path="/thirdparty/jboss/microcontainer/lib/jboss-kernel.jar"/>
<classpathentry kind="lib" path="/thirdparty/jboss/jbossxb/lib/jboss-xml-binding.jar"/>
<classpathentry kind="lib" path="/thirdparty/juddi/lib/juddi.jar"/>
- <classpathentry kind="lib" path="/thirdparty/jboss/security/lib/jbosssx.jar"/>
- <classpathentry kind="lib" path="/thirdparty/jboss/security-spi/lib/jboss-security-spi.jar"/>
<classpathentry combineaccessrules="false" kind="src" path="/system-jmx"/>
<classpathentry combineaccessrules="false" kind="src" path="/jbossmq"/>
<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/microcontainer/lib/jboss-deployers-core-spi.jar" sourcepath="/thirdparty/jboss/microcontainer/lib/jboss-deployers-core-spi-sources.jar"/>
<classpathentry kind="lib" path="/thirdparty/beanshell/lib/bsh.jar"/>
<classpathentry kind="lib" path="/thirdparty/jboss/integration/lib/jboss-integration.jar" sourcepath="/thirdparty/jboss/integration/lib/integration-sources.jar"/>
+ <classpathentry combineaccessrules="false" kind="src" path="/security"/>
+ <classpathentry kind="lib" path="/thirdparty/jboss/jbosssx/lib/jbosssx.jar" sourcepath="/thirdparty/jboss/security/lib/jbosssx-sources.jar"/>
<classpathentry kind="output" path="output/eclipse-classes"/>
</classpath>
Modified: trunk/varia/build.xml
===================================================================
--- trunk/varia/build.xml 2007-08-01 19:54:32 UTC (rev 64409)
+++ trunk/varia/build.xml 2007-08-01 20:32:01 UTC (rev 64410)
@@ -116,7 +116,7 @@
<path refid="jboss.j2se.classpath"/>
<path refid="jboss.naming.classpath"/>
<path refid="jboss.server.classpath"/>
- <path refid="jboss.security.classpath"/>
+ <path refid="jboss.jbosssx.classpath"/>
<path refid="jboss.mq.classpath"/>
</path>
More information about the jboss-cvs-commits
mailing list