[jboss-cvs] JBossAS SVN: r88651 - trunk/build.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Mon May 11 12:41:53 EDT 2009


Author: pgier
Date: 2009-05-11 12:41:53 -0400 (Mon, 11 May 2009)
New Revision: 88651

Modified:
   trunk/build/build-distr.xml
Log:
Remove unused target.

Modified: trunk/build/build-distr.xml
===================================================================
--- trunk/build/build-distr.xml	2009-05-11 16:32:31 UTC (rev 88650)
+++ trunk/build/build-distr.xml	2009-05-11 16:41:53 UTC (rev 88651)
@@ -1213,19 +1213,6 @@
   <target name="_module-tomcat-all" depends="_module-tomcat-most">
   </target>
 
-  <!-- ========== -->
-  <!-- Webservice -->
-  <!-- ========== -->
-
-  <target name="_module-webservice-most">
-    <property name="_module.name" value="webservice" override="true"/>
-    <property name="_module.output" value="${project.root}/${_module.name}/output" override="true"/>
-
-  </target>
-
-  <target name="_module-webservice-all" depends="_module-webservice-most">
-  </target>
-
   <!-- ==== -->
   <!-- IIOP -->
   <!-- ==== -->




More information about the jboss-cvs-commits mailing list