Author: richard.opalka(a)jboss.com
Date: 2008-02-06 10:54:20 -0500 (Wed, 06 Feb 2008)
New Revision: 5595
Modified:
stack/metro/trunk/ant-import/build-bin-dist.xml
Log:
[JBWS-1982] fix
Modified: stack/metro/trunk/ant-import/build-bin-dist.xml
===================================================================
--- stack/metro/trunk/ant-import/build-bin-dist.xml 2008-02-06 15:53:26 UTC (rev 5594)
+++ stack/metro/trunk/ant-import/build-bin-dist.xml 2008-02-06 15:54:20 UTC (rev 5595)
@@ -47,8 +47,10 @@
<!-- build -->
<copy todir="${bindist.build.dir}">
<fileset dir="${sunri.dir}/ant-import">
+ <include name="macros-deploy-cxf.xml"/>
+ <include name="macros-deploy-sunri.xml"/>
+ <include name="macros-deploy-native.xml"/>
<include name="macros-deploy-framework.xml"/>
- <include name="macros-deploy-sunri.xml"/>
</fileset>
</copy>
@@ -151,4 +153,4 @@
</zip>
</target>
-</project>
\ No newline at end of file
+</project>
Show replies by date