[jboss-cvs] JBossAS SVN: r81759 - in trunk: system and 1 other directories.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Fri Nov 28 05:14:24 EST 2008


Author: dimitris at jboss.org
Date: 2008-11-28 05:14:24 -0500 (Fri, 28 Nov 2008)
New Revision: 81759

Modified:
   trunk/profileservice/build.xml
   trunk/system/build.xml
   trunk/testsuite/build.xml
Log:
fix the stax api classpath location

Modified: trunk/profileservice/build.xml
===================================================================
--- trunk/profileservice/build.xml	2008-11-28 10:10:59 UTC (rev 81758)
+++ trunk/profileservice/build.xml	2008-11-28 10:14:24 UTC (rev 81759)
@@ -83,7 +83,7 @@
       <path refid="jboss.remoting.classpath"/>
       <path refid="jboss.jbossxb.classpath"/>
       <path refid="sun.jaxb.classpath"/>
-      <path refid="stax.stax.classpath"/>
+      <path refid="stax.api.classpath"/>
       <path refid="org.jboss.aspects.classpath"/>
     </path>
 

Modified: trunk/system/build.xml
===================================================================
--- trunk/system/build.xml	2008-11-28 10:10:59 UTC (rev 81758)
+++ trunk/system/build.xml	2008-11-28 10:14:24 UTC (rev 81759)
@@ -87,7 +87,7 @@
       <path refid="javassist.javassist.classpath"/>
       <!-- jaxb for attachment serialization -->
       <path refid="sun.jaxb.classpath"/>
-      <path refid="stax.stax.classpath"/>
+      <path refid="stax.api.classpath"/>
     </path>
 
     &modules;

Modified: trunk/testsuite/build.xml
===================================================================
--- trunk/testsuite/build.xml	2008-11-28 10:10:59 UTC (rev 81758)
+++ trunk/testsuite/build.xml	2008-11-28 10:14:24 UTC (rev 81759)
@@ -144,7 +144,7 @@
       <path refid="jboss.metadata.classpath"/>
       <path refid="jboss.integration.classpath"/>
       <path refid="jboss.profileservice.spi.classpath"/>
-      <path refid="stax.stax.classpath"/>
+      <path refid="stax.api.classpath"/>
       <!-- needed for messaging JMS provider tests -->
       <path refid="jboss.messaging.classpath"/>
       <!-- needed for proxy tests -->




More information about the jboss-cvs-commits mailing list