[jbossws-commits] JBossWS SVN: r3435 - branches/jbossws-2.0/build/ant-import.

jbossws-commits at lists.jboss.org jbossws-commits at lists.jboss.org
Mon Jun 4 17:49:59 EDT 2007


Author: heiko.braun at jboss.com
Date: 2007-06-04 17:49:58 -0400 (Mon, 04 Jun 2007)
New Revision: 3435

Modified:
   branches/jbossws-2.0/build/ant-import/build-release.xml
Log:
Remove sunri and xfire release targets

Modified: branches/jbossws-2.0/build/ant-import/build-release.xml
===================================================================
--- branches/jbossws-2.0/build/ant-import/build-release.xml	2007-06-04 21:05:38 UTC (rev 3434)
+++ branches/jbossws-2.0/build/ant-import/build-release.xml	2007-06-04 21:49:58 UTC (rev 3435)
@@ -42,9 +42,7 @@
     <ant antfile="${int.jboss42.dir}/build.xml" target="release" inheritall="false"/>
     <ant antfile="${int.jboss40.dir}/build.xml" target="release" inheritall="false"/>
     <ant antfile="${int.native.dir}/build.xml" target="release" inheritall="false"/>
-    <ant antfile="${int.sunri.dir}/build.xml" target="release" inheritall="false"/>
-    <ant antfile="${int.xfire.dir}/build.xml" target="release" inheritall="false"/>
-  </target>
+</target>
     
   <!-- Release to portal content -->
   <target name="check-portal-content" depends="prepare" unless="jbossws.portal.content.available">




More information about the jbossws-commits mailing list