[jboss-cvs] JBossAS SVN: r64769 - branches/tdiesler/build.
jboss-cvs-commits at lists.jboss.org
jboss-cvs-commits at lists.jboss.org
Wed Aug 22 06:52:22 EDT 2007
Author: thomas.diesler at jboss.com
Date: 2007-08-22 06:52:22 -0400 (Wed, 22 Aug 2007)
New Revision: 64769
Modified:
branches/tdiesler/build/build.xml
Log:
partial commit
Modified: branches/tdiesler/build/build.xml
===================================================================
--- branches/tdiesler/build/build.xml 2007-08-22 10:26:26 UTC (rev 64768)
+++ branches/tdiesler/build/build.xml 2007-08-22 10:52:22 UTC (rev 64769)
@@ -657,7 +657,18 @@
<ant antfile="build-distr.xml" target="_module-deployment-all"/>
</target>
+ <!-- =========== -->
+ <!-- Webservices -->
+ <!-- =========== -->
+ <target name="_module-webservices-most">
+ <ant antfile="build-distr.xml" target="_module-webservices-most"/>
+ </target>
+
+ <target name="_module-webservices-all" depends="_module-webservices-most">
+ <ant antfile="build-distr.xml" target="_module-webservices-all"/>
+ </target>
+
<!-- ============ -->
<!-- Hibernate -->
<!-- ============ -->
@@ -866,13 +877,13 @@
<include name="jboss-remoting.jar"/>
<include name="jboss-security-spi.jar"/>
<include name="jboss-serialization.jar"/>
- <!-- Do not include, otherwise jbossws cannot be a drop in replacement.
+ <!-- Do not include, otherwise jbossws cannot be a drop in replacement.
<include name="jboss-xml-binding.jar"/>
<include name="jboss-jaxrpc.jar"/>
<include name="jboss-jaxws.jar"/>
<include name="jboss-saaj.jar"/>
<include name="wsdl4j.jar"/>
- -->
+ -->
<include name="jbossmqha.jar"/>
<include name="jmx-connector-client-factory.jar"/>
<include name="namespace.jar"/>
More information about the jboss-cvs-commits
mailing list