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 05:40:41 UTC

svn commit: r326358 - in /beehive/trunk/netui: external/struts/commons-collections.jar external/xdoclet/commons-collections.jar netui-imports.xml

Author: rich
Date: Tue Oct 18 20:40:34 2005
New Revision: 326358

URL: http://svn.apache.org/viewcvs?rev=326358&view=rev
Log:
A user (Pete Hale) noticed that we're still packaging commons-collections.jar, which was part of the Struts 1.2.4 distribution but was removed for 1.2.7.  This removes it for NetUI.

tests: bvt in netui (WinXP)
BB: same (linux)


Added:
    beehive/trunk/netui/external/xdoclet/commons-collections.jar
      - copied unchanged from r312710, beehive/trunk/netui/external/struts/commons-collections.jar
Removed:
    beehive/trunk/netui/external/struts/commons-collections.jar
Modified:
    beehive/trunk/netui/netui-imports.xml

Modified: beehive/trunk/netui/netui-imports.xml
URL: http://svn.apache.org/viewcvs/beehive/trunk/netui/netui-imports.xml?rev=326358&r1=326357&r2=326358&view=diff
==============================================================================
--- beehive/trunk/netui/netui-imports.xml (original)
+++ beehive/trunk/netui/netui-imports.xml Tue Oct 18 20:40:34 2005
@@ -54,7 +54,6 @@
         </fileset>
         <fileset dir="${struts.dir}">
             <include name="commons-logging.jar"/>
-            <include name="commons-collections.jar"/>
         </fileset>
         <fileset file="${beehive.home}/netui/build/lib/bootstrap.jar"/>
     </path>