You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beehive.apache.org by ri...@apache.org on 2005/10/19 09:09:42 UTC

svn commit: r326424 - /beehive/trunk/netui/test/dist-test/files/ant/netui-test-imports.xml

Author: rich
Date: Wed Oct 19 00:09:39 2005
New Revision: 326424

URL: http://svn.apache.org/viewcvs?rev=326424&view=rev
Log:
Fix the test dist -- same issue with the removal of commons-logging.jar.

tests: run.test.dist (linux)


Modified:
    beehive/trunk/netui/test/dist-test/files/ant/netui-test-imports.xml

Modified: beehive/trunk/netui/test/dist-test/files/ant/netui-test-imports.xml
URL: http://svn.apache.org/viewcvs/beehive/trunk/netui/test/dist-test/files/ant/netui-test-imports.xml?rev=326424&r1=326423&r2=326424&view=diff
==============================================================================
--- beehive/trunk/netui/test/dist-test/files/ant/netui-test-imports.xml (original)
+++ beehive/trunk/netui/test/dist-test/files/ant/netui-test-imports.xml Wed Oct 19 00:09:39 2005
@@ -70,6 +70,7 @@
     
     <path id="strutstestcase.dependency.path">
         <pathelement path="${test.dir}/strutstestcase/strutstest-2.1.3.jar"/>
+        <pathelement path="${struts11.dir}/WEB-INF/lib/commons-collections.jar"/>
     </path>
 
     <path id="log4j.dependency.path">