[jboss-cvs] JBossAS SVN: r93035 - tags/JBPAPP_5_0_0_CR3/testsuite.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Mon Aug 31 11:23:04 EDT 2009


Author: fnasser at redhat.com
Date: 2009-08-31 11:23:04 -0400 (Mon, 31 Aug 2009)
New Revision: 93035

Modified:
   tags/JBPAPP_5_0_0_CR3/testsuite/build.xml
Log:
r92976 | rachmatowicz at jboss.com: Add rhino (JavaScript) to the tests.classpath for use with httpunit (JBPAPP-2714)

Modified: tags/JBPAPP_5_0_0_CR3/testsuite/build.xml
===================================================================
--- tags/JBPAPP_5_0_0_CR3/testsuite/build.xml	2009-08-31 15:12:01 UTC (rev 93034)
+++ tags/JBPAPP_5_0_0_CR3/testsuite/build.xml	2009-08-31 15:23:04 UTC (rev 93035)
@@ -244,6 +244,8 @@
       <pathelement path="${jboss.dist.lib}/dom4j.jar" />
       <!-- path refid="httpunit.httpunit.classpath"/ -->
       <pathelement path="${httpunit.httpunit.lib}/httpunit.jar" />
+      <!-- path refid="rhino.rhino.classpath"/ -->
+      <pathelement path="${rhino.rhino.lib}/js.jar" />
       <!-- path refid="ibm.wsdl4j.classpath"/ -->
       <pathelement path="${jboss.dist.client}/wsdl4j.jar" />
       <!-- path refid="jacorb.jacorb.classpath"/ -->




More information about the jboss-cvs-commits mailing list