[jboss-cvs] JBossAS SVN: r92976 - branches/JBPAPP_5_0/testsuite.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Fri Aug 28 13:47:01 EDT 2009


Author: rachmatowicz at jboss.com
Date: 2009-08-28 13:47:01 -0400 (Fri, 28 Aug 2009)
New Revision: 92976

Modified:
   branches/JBPAPP_5_0/testsuite/build.xml
Log:
Add rhino (JavaScript) to the tests.classpath for use with httpunit (JBPAPP-2714)

Modified: branches/JBPAPP_5_0/testsuite/build.xml
===================================================================
--- branches/JBPAPP_5_0/testsuite/build.xml	2009-08-28 17:00:26 UTC (rev 92975)
+++ branches/JBPAPP_5_0/testsuite/build.xml	2009-08-28 17:47:01 UTC (rev 92976)
@@ -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