[jbossws-commits] JBossWS SVN: r3930 - trunk/integration/native/ant-import.

jbossws-commits at lists.jboss.org jbossws-commits at lists.jboss.org
Wed Jul 18 09:17:35 EDT 2007


Author: thomas.diesler at jboss.com
Date: 2007-07-18 09:17:35 -0400 (Wed, 18 Jul 2007)
New Revision: 3930

Modified:
   trunk/integration/native/ant-import/build-deploy.xml
Log:
Cleanup endorsed integration/native/ant-import/build-deploy.xml

Modified: trunk/integration/native/ant-import/build-deploy.xml
===================================================================
--- trunk/integration/native/ant-import/build-deploy.xml	2007-07-18 12:55:26 UTC (rev 3929)
+++ trunk/integration/native/ant-import/build-deploy.xml	2007-07-18 13:17:35 UTC (rev 3930)
@@ -54,7 +54,7 @@
 		<macro-undeploy-spi jbosshome="${jboss50.home}"/>
 	</target>
   
-	<target name="undeploy-jboss50-endorsed" depends="prepare" if="HAVE_JDK_1.6">		
+	<target name="undeploy-jboss50-endorsed" depends="prepare">		
 		<macro-undeploy-endorsed jbosshome="${jboss50.home}"/>
 	</target>
 
@@ -92,7 +92,7 @@
 		<macro-undeploy-native42/>
 		<macro-undeploy-spi jbosshome="${jboss42.home}"/>
 	</target>
-	<target name="undeploy-jboss42-endorsed" depends="prepare" if="HAVE_JDK_1.6">		
+	<target name="undeploy-jboss42-endorsed" depends="prepare">		
 		<macro-undeploy-endorsed jbosshome="${jboss42.home}"/>
 	</target>
   




More information about the jbossws-commits mailing list