[jboss-cvs] JBossAS SVN: r62709 - in trunk: testsuite and 1 other directory.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Tue May 1 18:11:55 EDT 2007


Author: scott.stark at jboss.org
Date: 2007-05-01 18:11:55 -0400 (Tue, 01 May 2007)
New Revision: 62709

Modified:
   trunk/build/build-thirdparty.xml
   trunk/testsuite/.classpath
   trunk/testsuite/build-thirdparty.xml
Log:
Move httpunit into the testsuite build-thirdparty.xml

Modified: trunk/build/build-thirdparty.xml
===================================================================
--- trunk/build/build-thirdparty.xml	2007-05-01 21:33:39 UTC (rev 62708)
+++ trunk/build/build-thirdparty.xml	2007-05-01 22:11:55 UTC (rev 62709)
@@ -81,7 +81,6 @@
       <componentref name="hibernate-annotations" version="3.2.0.GA"/>
       <componentref name="hibernate-entitymanager" version="3.2.0.GA"/>
       <componentref name="hsqldb" version="1.8.0.2"/>
-      <componentref name="httpunit" version="1.6"/>
       <componentref name="jacorb" version="2.2.4jboss.patch1"/>
       <componentref name="javassist" version="3.5.0.CR1"/>
       <componentref name="jaxen" version="1.1-beta-10"/>

Modified: trunk/testsuite/.classpath
===================================================================
--- trunk/testsuite/.classpath	2007-05-01 21:33:39 UTC (rev 62708)
+++ trunk/testsuite/.classpath	2007-05-01 22:11:55 UTC (rev 62709)
@@ -85,5 +85,6 @@
 	<classpathentry kind="lib" path="/thirdparty/jboss/profiler/jvmti/lib/jboss-profiler-jvmti.jar"/>
 	<classpathentry kind="lib" path="/thirdparty/jboss/jbossws/lib/jboss-jaxws.jar"/>
 	<classpathentry kind="lib" path="/thirdparty/objectweb-joramtests/lib/joramtests.jar" sourcepath="/thirdparty/objectweb-joramtests/lib/joramtests-sources.jar"/>
+	<classpathentry kind="lib" path="/thirdparty/httpunit/lib/httpunit.jar"/>
 	<classpathentry kind="output" path="output/eclipse-classes"/>
 </classpath>

Modified: trunk/testsuite/build-thirdparty.xml
===================================================================
--- trunk/testsuite/build-thirdparty.xml	2007-05-01 21:33:39 UTC (rev 62708)
+++ trunk/testsuite/build-thirdparty.xml	2007-05-01 22:11:55 UTC (rev 62709)
@@ -43,6 +43,7 @@
         are pushed to the http://repository.jboss.com site.
       -->
       <!-- <componentref name="jboss/jboss-messaging" version="1.0.1.CR4"/> --> 
+      <componentref name="httpunit" version="1.6"/>
 
     </build>
 




More information about the jboss-cvs-commits mailing list