[jboss-cvs] JBossAS SVN: r69934 - in projects/javaee/trunk: build and 1 other directories.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Tue Feb 19 10:50:53 EST 2008


Author: richard.opalka at jboss.com
Date: 2008-02-19 10:50:53 -0500 (Tue, 19 Feb 2008)
New Revision: 69934

Removed:
   projects/javaee/trunk/jboss-jaxs-api/
Modified:
   projects/javaee/trunk/build/assembly/bin-jdk14.xml
   projects/javaee/trunk/build/assembly/bin.xml
   projects/javaee/trunk/build/assembly/sources.xml
   projects/javaee/trunk/build/pom-jdk14.xml
   projects/javaee/trunk/pom.xml
Log:
[JBAS-5126] removing STaX API from jboss-javaee.jar

Modified: projects/javaee/trunk/build/assembly/bin-jdk14.xml
===================================================================
--- projects/javaee/trunk/build/assembly/bin-jdk14.xml	2008-02-19 15:47:06 UTC (rev 69933)
+++ projects/javaee/trunk/build/assembly/bin-jdk14.xml	2008-02-19 15:50:53 UTC (rev 69934)
@@ -21,10 +21,6 @@
       <outputDirectory>/</outputDirectory>
     </fileSet>
     <fileSet>
-      <directory>jboss-jaxs-api/target/classes-jdk14</directory>
-      <outputDirectory>/</outputDirectory>
-    </fileSet>
-    <fileSet>
       <directory>jboss-jca-api/target/classes-jdk14</directory>
       <outputDirectory>/</outputDirectory>
     </fileSet>

Modified: projects/javaee/trunk/build/assembly/bin.xml
===================================================================
--- projects/javaee/trunk/build/assembly/bin.xml	2008-02-19 15:47:06 UTC (rev 69933)
+++ projects/javaee/trunk/build/assembly/bin.xml	2008-02-19 15:50:53 UTC (rev 69934)
@@ -21,10 +21,6 @@
       <outputDirectory>/</outputDirectory>
     </fileSet>
     <fileSet>
-      <directory>jboss-jaxs-api/target/classes</directory>
-      <outputDirectory>/</outputDirectory>
-    </fileSet>
-    <fileSet>
       <directory>jboss-jca-api/target/classes</directory>
       <outputDirectory>/</outputDirectory>
     </fileSet>

Modified: projects/javaee/trunk/build/assembly/sources.xml
===================================================================
--- projects/javaee/trunk/build/assembly/sources.xml	2008-02-19 15:47:06 UTC (rev 69933)
+++ projects/javaee/trunk/build/assembly/sources.xml	2008-02-19 15:50:53 UTC (rev 69934)
@@ -22,10 +22,6 @@
       <outputDirectory>/</outputDirectory>
     </fileSet>
     <fileSet>
-      <directory>jboss-jaxs-api/src/main</directory>
-      <outputDirectory>/</outputDirectory>
-    </fileSet>
-    <fileSet>
       <directory>jboss-jca-api/src/main</directory>
       <outputDirectory>/</outputDirectory>
     </fileSet>

Modified: projects/javaee/trunk/build/pom-jdk14.xml
===================================================================
--- projects/javaee/trunk/build/pom-jdk14.xml	2008-02-19 15:47:06 UTC (rev 69933)
+++ projects/javaee/trunk/build/pom-jdk14.xml	2008-02-19 15:50:53 UTC (rev 69934)
@@ -203,7 +203,6 @@
     <module>../jboss-jacc-api</module>
     <module>../jboss-jad-api</module>
     <module>../jboss-jaxr-api</module>
-    <module>../jboss-jaxs-api</module>
     <module>../jboss-jca-api</module>
     <module>../jboss-jms-api</module>
     <module>../jboss-persistence-api</module>

Modified: projects/javaee/trunk/pom.xml
===================================================================
--- projects/javaee/trunk/pom.xml	2008-02-19 15:47:06 UTC (rev 69933)
+++ projects/javaee/trunk/pom.xml	2008-02-19 15:50:53 UTC (rev 69934)
@@ -26,7 +26,6 @@
     <module>jboss-jacc-api</module>
     <module>jboss-jad-api</module>
     <module>jboss-jaxr-api</module>
-    <module>jboss-jaxs-api</module>
     <module>jboss-jca-api</module>
     <module>jboss-jms-api</module>
     <module>jboss-persistence-api</module>




More information about the jboss-cvs-commits mailing list