[seam-commits] Seam SVN: r11545 - in branches/community/Seam_2_2/src/test/ftest: seamgen and 1 other directory.
seam-commits at lists.jboss.org
seam-commits at lists.jboss.org
Mon Oct 5 08:38:07 EDT 2009
Author: jharting
Date: 2009-10-05 08:38:07 -0400 (Mon, 05 Oct 2009)
New Revision: 11545
Modified:
branches/community/Seam_2_2/src/test/ftest/build.xml
branches/community/Seam_2_2/src/test/ftest/seamgen/build.xml
Log:
minor
Modified: branches/community/Seam_2_2/src/test/ftest/build.xml
===================================================================
--- branches/community/Seam_2_2/src/test/ftest/build.xml 2009-10-05 12:05:35 UTC (rev 11544)
+++ branches/community/Seam_2_2/src/test/ftest/build.xml 2009-10-05 12:38:07 UTC (rev 11545)
@@ -235,6 +235,7 @@
<cleanexample name="ui" />
<cleanexample name="wicket" />
<cleanexample name="wicket-runtime" />
+ <ant antfile="${ftest.dir}/seamgen/build.xml" target="clean" />
</target>
<target name="undeployall">
Modified: branches/community/Seam_2_2/src/test/ftest/seamgen/build.xml
===================================================================
--- branches/community/Seam_2_2/src/test/ftest/seamgen/build.xml 2009-10-05 12:05:35 UTC (rev 11544)
+++ branches/community/Seam_2_2/src/test/ftest/seamgen/build.xml 2009-10-05 12:38:07 UTC (rev 11545)
@@ -32,11 +32,12 @@
<property name="ftest.dir" value="${seam.dir}/src/test/ftest" />
<property name="common.src.dir" value="${ftest.dir}/src/main" />
<property name="src.dir" value="src/main" />
- <property name="seamgen.build.dir" value="build" />
+ <property name="seamgen.build.dir" value="${ftest.dir}/seamgen/build" />
<property name="classes.dir" value="${seamgen.build.dir}/classes" />
<property name="test.output.dir" value="${seam.dir}/test-output" />
<property name="ftest.lib.dir" value="${ftest.dir}/lib" />
<property name="root.lib.dir" value="${seam.dir}/lib" />
+ <property name="ftest.config.location" value="src/test/ftest/ftest.properties"/>
<property file="${seam.dir}/${ftest.config.location}" />
More information about the seam-commits
mailing list