You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beehive.apache.org by ek...@apache.org on 2005/10/05 21:50:39 UTC

svn commit: r295095 - in /beehive/trunk: beehive-imports.xml distribution.xml

Author: ekoneil
Date: Wed Oct  5 12:50:35 2005
New Revision: 295095

URL: http://svn.apache.org/viewcvs?rev=295095&view=rev
Log:
Fix the CC break -- removed a JAR (and directory) which was being copied as a noop into the distribution.

Thanks to Chad for tracking this down.

BB: self
Test: build.dist pass (honest!)


Modified:
    beehive/trunk/beehive-imports.xml
    beehive/trunk/distribution.xml

Modified: beehive/trunk/beehive-imports.xml
URL: http://svn.apache.org/viewcvs/beehive/trunk/beehive-imports.xml?rev=295095&r1=295094&r2=295095&view=diff
==============================================================================
--- beehive/trunk/beehive-imports.xml (original)
+++ beehive/trunk/beehive-imports.xml Wed Oct  5 12:50:35 2005
@@ -51,9 +51,6 @@
         <include name="velocity-dep-1.4.jar"/>
     </fileset>
 
-   <fileset id="commons-cli.fileset" 
-        file="${beehive.home}/system-controls/external/commons/commons-cli-1.0.jar"/>
- 
     <fileset id="commons-codec.fileset" 
         file="${beehive.home}/external/commons/commons-codec-1.3.jar"/>
 

Modified: beehive/trunk/distribution.xml
URL: http://svn.apache.org/viewcvs/beehive/trunk/distribution.xml?rev=295095&r1=295094&r2=295095&view=diff
==============================================================================
--- beehive/trunk/distribution.xml (original)
+++ beehive/trunk/distribution.xml Wed Oct  5 12:50:35 2005
@@ -111,7 +111,6 @@
     <!-- target for building libraries -->
     <target name="build.lib">
         <copy todir="${lib.dir}/common" failOnError="true">
-            <fileset refid="commons-cli.fileset"/>
             <fileset refid="commons-codec.fileset"/>
             <fileset refid="commons-discovery.fileset"/>
             <fileset refid="commons-logging.fileset"/>