[jbossws-commits] JBossWS SVN: r4158 - in trunk/jbossws-core: ant-import and 1 other directory.

jbossws-commits at lists.jboss.org jbossws-commits at lists.jboss.org
Fri Aug 3 08:29:00 EDT 2007


Author: thomas.diesler at jboss.com
Date: 2007-08-03 08:29:00 -0400 (Fri, 03 Aug 2007)
New Revision: 4158

Modified:
   trunk/jbossws-core/ant-import/build-thirdparty.xml
   trunk/jbossws-core/build.xml
Log:
Fix thirdparty

Modified: trunk/jbossws-core/ant-import/build-thirdparty.xml
===================================================================
--- trunk/jbossws-core/ant-import/build-thirdparty.xml	2007-08-03 12:18:30 UTC (rev 4157)
+++ trunk/jbossws-core/ant-import/build-thirdparty.xml	2007-08-03 12:29:00 UTC (rev 4158)
@@ -19,6 +19,9 @@
   <!-- Libraries -->
   <!-- ========= -->
 
+  <target name="thirdparty" depends="thirdparty-classpath">
+  </target>
+  
   <target name="thirdparty-init" depends="prepare">
     
     <property name="thirdparty.dir" value="${core.dir}/thirdparty"/>

Modified: trunk/jbossws-core/build.xml
===================================================================
--- trunk/jbossws-core/build.xml	2007-08-03 12:18:30 UTC (rev 4157)
+++ trunk/jbossws-core/build.xml	2007-08-03 12:29:00 UTC (rev 4158)
@@ -33,7 +33,7 @@
 	<property name="core.output.classes14.dir" value="${core.output.dir}/classes14"/>
 	<property name="core.output.lib.dir" value="${core.output.dir}/lib"/>
 
-	<target name="init" depends="prepare,thirdparty-get">
+	<target name="init" depends="prepare,thirdparty">
 	</target>
 
 	<!-- ================================================================== -->




More information about the jbossws-commits mailing list