[jboss-cvs] JBossAS SVN: r69131 - in branches/JBPAPP_4_2_0_GA_CP: testsuite and 1 other directories.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Fri Jan 18 14:24:27 EST 2008


Author: jprindiv
Date: 2008-01-18 14:24:27 -0500 (Fri, 18 Jan 2008)
New Revision: 69131

Modified:
   branches/JBPAPP_4_2_0_GA_CP/build/build-thirdparty.xml
   branches/JBPAPP_4_2_0_GA_CP/testsuite/build.xml
   branches/JBPAPP_4_2_0_GA_CP/testsuite/deprecated-build.xml
   branches/JBPAPP_4_2_0_GA_CP/tools/etc/buildmagic/libraries.ent
   branches/JBPAPP_4_2_0_GA_CP/tools/etc/buildmagic/libraries.xml
Log:
JBPAPP-551: Removing unnecessary refererences to ws-jaxme


Modified: branches/JBPAPP_4_2_0_GA_CP/build/build-thirdparty.xml
===================================================================
--- branches/JBPAPP_4_2_0_GA_CP/build/build-thirdparty.xml	2008-01-18 19:19:21 UTC (rev 69130)
+++ branches/JBPAPP_4_2_0_GA_CP/build/build-thirdparty.xml	2008-01-18 19:24:27 UTC (rev 69131)
@@ -67,7 +67,6 @@
     <componentref name="apache-discovery" version="0.4-brew"/>
     <componentref name="apache-fileupload" version="1.1.1-brew"/>
     <componentref name="apache-httpclient" version="3.0.1-brew"/>
-    <componentref name="apache-jaxme" version="0.2-cvs"/>
     <componentref name="apache-log4j" version="1.2.14-brew"/>
     <componentref name="apache-logging" version="1.1.0.jboss"/>
     <componentref name="apache-scout" version="0.7rc2"/>

Modified: branches/JBPAPP_4_2_0_GA_CP/testsuite/build.xml
===================================================================
--- branches/JBPAPP_4_2_0_GA_CP/testsuite/build.xml	2008-01-18 19:19:21 UTC (rev 69130)
+++ branches/JBPAPP_4_2_0_GA_CP/testsuite/build.xml	2008-01-18 19:24:27 UTC (rev 69131)
@@ -99,7 +99,6 @@
     <path refid="apache.avalon.classpath"/>
     <path refid="apache.bcel.classpath"/>
     <path refid="apache.commons.classpath"/>
-    <path refid="apache.jaxme.classpath"/>
     <path refid="apache.log4j.classpath"/>
     <path refid="apache.scout.classpath"/>
     <path refid="apache.xerces.classpath"/>
@@ -2362,7 +2361,6 @@
         <pathelement location="${build.classes}"/>
         <pathelement location="${build.resources}"/>
         <path refid="tests.classpath"/>
-        <path refid="apache.jaxme.classpath"/>
       </classpath>
 
       <!--formatter type="xml" usefile="${junit.formatter.usefile}"/-->

Modified: branches/JBPAPP_4_2_0_GA_CP/testsuite/deprecated-build.xml
===================================================================
--- branches/JBPAPP_4_2_0_GA_CP/testsuite/deprecated-build.xml	2008-01-18 19:19:21 UTC (rev 69130)
+++ branches/JBPAPP_4_2_0_GA_CP/testsuite/deprecated-build.xml	2008-01-18 19:24:27 UTC (rev 69131)
@@ -7311,7 +7311,6 @@
         <pathelement location="${build.resources}"/>
         <path refid="tests.classpath"/>
         <path refid="apache.xerces.classpath"/>
-        <path refid="apache.jaxme.classpath"/>
         <path refid="wutka.dtdparser.classpath"/>
       </classpath>
 

Modified: branches/JBPAPP_4_2_0_GA_CP/tools/etc/buildmagic/libraries.ent
===================================================================
--- branches/JBPAPP_4_2_0_GA_CP/tools/etc/buildmagic/libraries.ent	2008-01-18 19:19:21 UTC (rev 69130)
+++ branches/JBPAPP_4_2_0_GA_CP/tools/etc/buildmagic/libraries.ent	2008-01-18 19:24:27 UTC (rev 69131)
@@ -206,13 +206,6 @@
     <pathelement path="${apache.slide.lib}/commons-httpclient.jar"/>
   </path>
 
-  <!-- Apache JaxMe2 -->
-  <property name="apache.jaxme.root" value="${project.thirdparty}/apache-jaxme"/>
-  <property name="apache.jaxme.lib" value="${apache.jaxme.root}/lib"/>
-  <path id="apache.jaxme.classpath">
-    <pathelement path="${apache.jaxme.lib}/jaxmexs.jar"/>
-  </path>
-
   <!-- Apache WSS4J -->
   <property name="apache.wss4j.root" value="${project.thirdparty}/apache-wss4j"/>
   <property name="apache.wss4j.lib" value="${apache.wss4j.root}/lib"/>

Modified: branches/JBPAPP_4_2_0_GA_CP/tools/etc/buildmagic/libraries.xml
===================================================================
--- branches/JBPAPP_4_2_0_GA_CP/tools/etc/buildmagic/libraries.xml	2008-01-18 19:19:21 UTC (rev 69130)
+++ branches/JBPAPP_4_2_0_GA_CP/tools/etc/buildmagic/libraries.xml	2008-01-18 19:24:27 UTC (rev 69131)
@@ -181,13 +181,6 @@
     <pathelement path="${apache.slide.lib}/commons-httpclient.jar"/>
   </path>
 
-  <!-- Apache JaxMe2 -->
-  <property name="apache.jaxme.root" value="${project.thirdparty}/apache-jaxme"/>
-  <property name="apache.jaxme.lib" value="${apache.jaxme.root}/lib"/>
-  <path id="apache.jaxme.classpath">
-    <pathelement path="${apache.jaxme.lib}/jaxmexs.jar"/>
-  </path>
-
   <!-- Apache WSS4J -->
   <property name="apache.wss4j.root" value="${project.thirdparty}/apache-wss4j"/>
   <property name="apache.wss4j.lib" value="${apache.wss4j.root}/lib"/>




More information about the jboss-cvs-commits mailing list