[jbossws-commits] JBossWS SVN: r16185 - shared-testsuite/trunk/testsuite/src/test/ant-import.

jbossws-commits at lists.jboss.org jbossws-commits at lists.jboss.org
Thu Apr 19 07:26:14 EDT 2012


Author: alessio.soldano at jboss.com
Date: 2012-04-19 07:26:13 -0400 (Thu, 19 Apr 2012)
New Revision: 16185

Modified:
   shared-testsuite/trunk/testsuite/src/test/ant-import/build-testsuite.xml
Log:
[JBWS-3473] Removing explicit native-core dependencies in ant build-testsuite; the native core dependency is coming from the stack configuration only now


Modified: shared-testsuite/trunk/testsuite/src/test/ant-import/build-testsuite.xml
===================================================================
--- shared-testsuite/trunk/testsuite/src/test/ant-import/build-testsuite.xml	2012-04-19 11:24:18 UTC (rev 16184)
+++ shared-testsuite/trunk/testsuite/src/test/ant-import/build-testsuite.xml	2012-04-19 11:26:13 UTC (rev 16185)
@@ -115,17 +115,6 @@
       <isset property="jboss.home"/>
     </condition>
     
-    <!-- JBossWS Native Core version -->
-    <condition property="jbossws-native-core.default-filename" value="4.0.1.GA">
-      <equals arg1="${jbossws.integration.target}" arg2="jboss710"/>
-    </condition>
-    <condition property="jbossws-native-core.default-filename" value="4.0.2.GA">
-      <equals arg1="${jbossws.integration.target}" arg2="jboss711"/>
-    </condition>
-    <condition property="jbossws-native-core.default-filename" value="4.0.2.GA">
-      <equals arg1="${jbossws.integration.target}" arg2="jboss712"/>
-    </condition>
-
     <echo/>
     <echo message="-----------------------------------------------"/>
     <echo message="jboss.home   = ${jboss.home}"/>
@@ -404,15 +393,6 @@
       <fileset dir="${jboss.home}/modules/org/jboss/xb/main/">
         <include name="jbossxb-*.jar"/>
       </fileset>
-      <fileset dir="${jboss.home}/modules/org/jboss/ws/native/jbossws-native-core/main/">
-        <include name="jbossws-native-core-${jbossws-native-core.filename}.jar"/>
-      </fileset>
-      <fileset dir="${jboss.home}/modules/org/jboss/ws/native/jbossws-native-core/main/">
-        <include name="jbossws-native-core.jar"/>
-      </fileset>
-      <fileset dir="${jboss.home}/modules/org/jboss/ws/native/jbossws-native-core/main/">
-        <include name="jbossws-native-core-${jbossws-native-core.default-filename}.jar"/>
-      </fileset>
       <!-- END ## jaxrpc tests ## -->
       <fileset dir="${jboss.home}/modules/org/apache/xalan/main/">
         <include name="serializer-*.jar"/>



More information about the jbossws-commits mailing list