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/09/19 16:51:18 UTC

svn commit: r290177 - /beehive/trunk/distribution.xml

Author: ekoneil
Date: Mon Sep 19 07:51:13 2005
New Revision: 290177

URL: http://svn.apache.org/viewcvs?rev=290177&view=rev
Log:
Remove LICENSE.jsr173 from the distribution since we no longer ship the JSR 173 APIs.

BB: self
Test: build.dist pass and LICENSE.jsr173 doesn't show up


Modified:
    beehive/trunk/distribution.xml

Modified: beehive/trunk/distribution.xml
URL: http://svn.apache.org/viewcvs/beehive/trunk/distribution.xml?rev=290177&r1=290176&r2=290177&view=diff
==============================================================================
--- beehive/trunk/distribution.xml (original)
+++ beehive/trunk/distribution.xml Mon Sep 19 07:51:13 2005
@@ -116,10 +116,6 @@
             <fileset refid="commons-discovery.fileset"/>
             <fileset refid="commons-logging.fileset"/>
             <fileset refid="log4j.fileset"/>
-<!--
-            <fileset refid="xbean.fileset"/>
-            <fileset refid="jsr173.fileset"/>
--->
             <fileset refid="velocity.fileset"/>
         </copy>
 
@@ -148,10 +144,6 @@
                 <exclude name="WEB-INF/lib/commons-codec-2.3.jar"/>
                 <exclude name="WEB-INF/lib/commons-discovery-0.2.jar"/>
                 <exclude name="WEB-INF/lib/commons-logging.jar"/>
-<!--
-                <exclude name="WEB-INF/lib/apache-xbean.jar"/>
-                <exclude name="WEB-INF/lib/jsr173*.jar"/>
--->
                 <exclude name="WEB-INF/lib/beehive-controls.jar"/>
                 <exclude name="WEB-INF/lib/beehive-jdbc-control.jar"/>
                 <exclude name="WEB-INF/lib/beehive-ejb-control.jar"/>
@@ -181,7 +173,6 @@
         <copy todir="${dist.lib.dir}/" failOnError="true">
             <fileset dir="${beehive.home}">
                 <include name="LICENSE.txt"/>
-                <include name="LICENSE.jsr173-api"/>
                 <include name="NOTICE.txt"/>
             </fileset>
         </copy>
@@ -241,7 +232,6 @@
         <copy todir="${dist.dir}" failOnError="true">
             <fileset dir="${beehive.home}">
                 <include name="LICENSE.txt"/>
-                <include name="LICENSE.jsr173-api"/>
                 <include name="NOTICE.txt"/>
             </fileset>
         </copy>