[seam-commits] Seam SVN: r11548 - branches/community/Seam_2_2/src/test/ftest/examples.
seam-commits at lists.jboss.org
seam-commits at lists.jboss.org
Tue Oct 6 05:44:05 EDT 2009
Author: jharting
Date: 2009-10-06 05:44:05 -0400 (Tue, 06 Oct 2009)
New Revision: 11548
Modified:
branches/community/Seam_2_2/src/test/ftest/examples/build.xml
Log:
Ooops
Modified: branches/community/Seam_2_2/src/test/ftest/examples/build.xml
===================================================================
--- branches/community/Seam_2_2/src/test/ftest/examples/build.xml 2009-10-06 08:39:38 UTC (rev 11547)
+++ branches/community/Seam_2_2/src/test/ftest/examples/build.xml 2009-10-06 09:44:05 UTC (rev 11548)
@@ -86,7 +86,7 @@
<target name="build.extras" description="Build example specific files before build">
</target>
- <target name="build" depends="build.common, build.extras, copy.htmlunit, copy.selenium" description="Compiles the Test">
+ <target name="build" depends="build.common, build.extras" description="Compiles the Test">
<javac srcdir="${src.dir}" destdir="${classes.dir}" classpathref="classpath.build" debug="true" />
<copy todir="${classes.dir}">
<fileset dir="${src.dir}">
@@ -98,7 +98,7 @@
<!-- TODO we should compile this once to a common place not build for each example -->
<!-- TODO if needed we should allow examples to exclude/include src under
common dvd does not care about booking for example-->
- <target name="build.common" description="Compiles the common selenium test code">
+ <target name="build.common" depends="copy.htmlunit, copy.selenium" description="Compiles the common selenium test code">
<mkdir dir="${classes.dir}" />
<javac srcdir="${common.src.dir}" destdir="${classes.dir}" classpathref="classpath.build" debug="true" />
<copy todir="${classes.dir}">
More information about the seam-commits
mailing list