Author: dan.j.allen
Date: 2009-05-15 11:43:44 -0400 (Fri, 15 May 2009)
New Revision: 10914
Modified:
branches/community/Seam_2_1/build.xml
Log:
dist the metawidget JARs
Modified: branches/community/Seam_2_1/build.xml
===================================================================
--- branches/community/Seam_2_1/build.xml 2009-05-15 03:27:51 UTC (rev 10913)
+++ branches/community/Seam_2_1/build.xml 2009-05-15 15:43:44 UTC (rev 10914)
@@ -638,6 +638,11 @@
</target>
<target name="copyexamples">
+ <ant dir="examples" target="copyextradependencies"
inheritall="false">
+ <property name="lib.dir" value="../${dist.lib.dir}"/>
+ <property name="metawidget-war.lib" value="true"/>
+ <property name="metawidget-ear.lib" value="true"/>
+ </ant>
<copy todir="${dist.dir}/examples">
<fileset dir="${basedir}/examples">
<include name="booking/**/*" />
Show replies by date