[jbossws-commits] JBossWS SVN: r3434 - trunk/integration/spi/ant-import.

jbossws-commits at lists.jboss.org jbossws-commits at lists.jboss.org
Mon Jun 4 17:05:39 EDT 2007


Author: heiko.braun at jboss.com
Date: 2007-06-04 17:05:38 -0400 (Mon, 04 Jun 2007)
New Revision: 3434

Modified:
   trunk/integration/spi/ant-import/build-thirdparty.xml
Log:
Cleanup

Modified: trunk/integration/spi/ant-import/build-thirdparty.xml
===================================================================
--- trunk/integration/spi/ant-import/build-thirdparty.xml	2007-06-04 20:57:13 UTC (rev 3433)
+++ trunk/integration/spi/ant-import/build-thirdparty.xml	2007-06-04 21:05:38 UTC (rev 3434)
@@ -71,26 +71,6 @@
   
   <target name="thirdparty-classpath" depends="thirdparty-get">
 
-	  <echo>SPI thirdparty-classpath</echo>
-
-	  <fileset id="spi.thirdparty.fileset">
-		<include name="ant.jar"/>
-		<include name="activation.jar"/>
-      <include name="dom4j.jar"/>
-      <include name="getopt.jar"/>
-      <include name="jboss-common-core.jar"/>
-      <include name="jboss-dependency.jar"/>
-      <include name="jboss-logging-spi.jar"/>
-      <include name="jboss-javaee.jar"/>
-      <include name="jboss-microcontainer.jar"/>
-      <include name="jboss-xml-binding.jar"/>
-      <include name="jaxws-api.jar"/>
-      <include name="jaxrpc-api.jar"/>
-      <include name="jsr181-api.jar"/>
-		<include name="junit.jar"/>
-		<include name="servlet-api.jar"/>
-    </fileset>
-
 	 <!-- The compile classpath for jbossws spi -->
     <path id="spi.thirdparty.classpath">
 		<pathelement location="${thirdparty.dir}/ant.jar"/>




More information about the jbossws-commits mailing list