Author: jharting
Date: 2009-10-05 06:04:20 -0400 (Mon, 05 Oct 2009)
New Revision: 11541
Modified:
branches/community/Seam_2_2/src/test/ftest/build.xml
branches/community/Seam_2_2/src/test/ftest/examples/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 09:59:48 UTC (rev
11540)
+++ branches/community/Seam_2_2/src/test/ftest/build.xml 2009-10-05 10:04:20 UTC (rev
11541)
@@ -283,7 +283,6 @@
<dependency groupId="org.seleniumhq.selenium.client-drivers"
artifactId="selenium-java-client-driver" version="1.0-beta-2">
<exclusion groupId="org.codehaus.groovy.maven.runtime"
artifactId="gmaven-runtime-default"/>
</dependency>
- <dependency groupId="org.testng" artifactId="testng"
version="5.9"/>
</copyInlineDependencies>
</target>
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-05 09:59:48 UTC
(rev 11540)
+++ branches/community/Seam_2_2/src/test/ftest/examples/build.xml 2009-10-05 10:04:20 UTC
(rev 11541)
@@ -62,7 +62,9 @@
<!-- common path setup -->
<path id="classpath.build">
- <fileset dir="${root.lib.dir}" includes="**/*.jar" />
+ <fileset dir="${root.lib.dir}">
+ <include name="testng.jar"/>
+ </fileset>
<fileset dir="${ftest.lib.dir}" includes="**/*.jar" />
</path>
Show replies by date