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/08/17 01:25:27 UTC

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

Author: ekoneil
Date: Tue Aug 16 16:25:22 2005
New Revision: 233077

URL: http://svn.apache.org/viewcvs?rev=233077&view=rev
Log:
Fixup the distribution.xml file to handle the rename of LICENSE.TXT to LICENSE.txt.  The capitalization change in the file type causes the distribution build to break.

BB: self
DRT: Beehive pass / build.dist pass


Modified:
    beehive/trunk/distribution.xml

Modified: beehive/trunk/distribution.xml
URL: http://svn.apache.org/viewcvs/beehive/trunk/distribution.xml?rev=233077&r1=233076&r2=233077&view=diff
==============================================================================
--- beehive/trunk/distribution.xml (original)
+++ beehive/trunk/distribution.xml Tue Aug 16 16:25:22 2005
@@ -84,14 +84,17 @@
         <ant antfile="${samples.verify.dir}/samples/petstoreWeb/build.xml" target="build" inheritAll="false">
             <property name="derby.jar" location="${beehive.home}/external/derby/derby_46005.jar"/>
         </ant>
-        <ant antfile="${samples.verify.dir}/samples/wsm-addressbook-enhanced/WEB-INF/src/build.xml" target="build" inheritAll="false"/>
-       <ant antfile="${samples.verify.dir}/samples/wsm-addressbook-fromWSDL/WEB-INF/src/build.xml" target="all" inheritAll="false"/>
 
         <ant antfile="${samples.verify.dir}/samples/netui-samples/WEB-INF/src/build.xml" target="build" inheritAll="false"/>
         <ant antfile="${samples.verify.dir}/samples/netui-jsf/WEB-INF/src/build.xml" target="build-myfaces" inheritAll="false">
             <property name="myfaces.dir" location="${myfaces.dir}"/>
         </ant>
+<!--
+        <ant antfile="${samples.verify.dir}/samples/wsm-addressbook-enhanced/WEB-INF/src/build.xml" target="build" inheritAll="false"/>
+        <ant antfile="${samples.verify.dir}/samples/wsm-addressbook-fromWSDL/WEB-INF/src/build.xml" target="all" inheritAll="false"/>
         <ant antfile="${samples.verify.dir}/samples/controls-webservices-blank/build.xml" target="build" inheritAll="false"/>
+-->
+
         <ant antfile="${samples.verify.dir}/samples/controls-spring/integration/build.xml" target="build" inheritAll="false"/>
         <ant antfile="${samples.verify.dir}/samples/controls-spring/web/WEB-INF/src/build.xml" target="build" inheritAll="false"/>
     </target>
@@ -164,7 +167,7 @@
 
         <copy todir="${dist.lib.dir}/" failOnError="true">
             <fileset dir="${beehive.home}">
-                <include name="LICENSE.TXT"/>
+                <include name="LICENSE.txt"/>
                 <include name="NOTICE.txt"/>
             </fileset>
         </copy>
@@ -182,7 +185,7 @@
         <mkdir dir="${dist.src.dir}"/>
         <copy todir="${dist.src.dir}" failOnError="true">
             <fileset dir="${beehive.home}">
-                <include name="LICENSE.TXT"/>
+                <include name="LICENSE.txt"/>
                 <include name="NOTICE.txt"/>
             </fileset>
         </copy>
@@ -223,7 +226,7 @@
 
         <copy todir="${dist.dir}" failOnError="true">
             <fileset dir="${beehive.home}">
-                <include name="LICENSE.TXT"/>
+                <include name="LICENSE.txt"/>
                 <include name="NOTICE.txt"/>
             </fileset>
         </copy>
@@ -344,7 +347,7 @@
 
         <copy todir="${dist.dir}/docs" failOnError="true">
             <fileset dir="${beehive.home}">
-                <include name="LICENSE.TXT"/>
+                <include name="LICENSE.txt"/>
                 <include name="NOTICE.txt"/>
             </fileset>
         </copy>
@@ -421,7 +424,7 @@
                 <include name="**"/>
                 <exclude name="svn.rev"/>
                 <exclude name="docs/*.txt"/>
-                <exclude name="docs/*.TXT"/>
+                <exclude name="docs/*.txt"/>
             </zipfileset>
         </zip>
     </target>
@@ -439,7 +442,7 @@
                 <include name="**"/>
                 <exclude name="svn.rev"/>
                 <exclude name="docs/*.txt"/>
-                <exclude name="docs/*.TXT"/>
+                <exclude name="docs/*.txt"/>
             </tarfileset>
         </tar>
     </target>
@@ -462,7 +465,7 @@
                 <include name="**"/>
                 <exclude name="svn.rev"/>
                 <exclude name="docs/*.txt"/>
-                <exclude name="docs/*.TXT"/>
+                <exclude name="docs/*.txt"/>
             </zipfileset>
         </zip>
     </target>
@@ -479,7 +482,7 @@
                 <include name="**"/>
                 <exclude name="svn.rev"/>
                 <exclude name="docs/*.txt"/>
-                <exclude name="docs/*.TXT"/>
+                <exclude name="docs/*.txt"/>
             </tarfileset>
         </tar>
     </target>
@@ -499,12 +502,12 @@
         <zip destfile="${dist.archives.dir}/${dist.docs.name}.zip">
             <zipfileset dir="${dist.dir}" prefix="${dist.docs.name}">
                 <include name="docs/**"/>
-                <include name="LICENSE.TXT"/>
+                <include name="LICENSE.txt"/>
                 <include name="NOTICE.txt"/>
                 <include name="README.txt"/>
                 <exclude name="svn.rev"/>
                 <exclude name="docs/*.txt"/>
-                <exclude name="docs/*.TXT"/>
+                <exclude name="docs/*.txt"/>
             </zipfileset>
         </zip>
     </target>
@@ -520,11 +523,11 @@
         <tar destfile="${dist.archives.dir}/${dist.docs.name}.tar.gz" compression="gzip">
             <tarfileset dir="${dist.dir}" prefix="${dist.docs.name}">
                 <include name="docs/**"/>
-                <include name="LICENSE.TXT"/>
+                <include name="LICENSE.txt"/>
                 <include name="NOTICE.txt"/>
                 <include name="README.txt"/>
                 <exclude name="docs/*.txt"/>
-                <exclude name="docs/*.TXT"/>
+                <exclude name="docs/*.txt"/>
             </tarfileset>
         </tar>
     </target>        
@@ -545,7 +548,7 @@
         <zip destfile="${dist.archives.dir}/${dist.src.name}.zip">
             <zipfileset dir="${dist.base.dir}/${dist.src.name}" prefix="${dist.src.name}/">
                 <include name="src/**"/>
-                <include name="LICENSE.TXT"/>
+                <include name="LICENSE.txt"/>
                 <include name="NOTICE.txt"/>
                 <include name="README.txt"/>
             </zipfileset>
@@ -562,7 +565,7 @@
         <tar destfile="${dist.archives.dir}/${dist.src.name}.tar.gz" compression="gzip">
             <tarfileset dir="${dist.base.dir}/${dist.src.name}" prefix="${dist.src.name}/">
                 <include name="src/**"/>
-                <include name="LICENSE.TXT"/>
+                <include name="LICENSE.txt"/>
                 <include name="NOTICE.txt"/>
                 <include name="README.txt"/>
             </tarfileset>
@@ -709,7 +712,7 @@
             <mkdir dir="${dist.tmp.dir}/@{filebase}"/>
 
             <unzip src="${dist.archives.dir}/@{filebase}.zip" dest="${dist.tmp.dir}"/>
-            <check-exists file="${dist.tmp.dir}/@{filebase}/LICENSE.TXT"/>
+            <check-exists file="${dist.tmp.dir}/@{filebase}/LICENSE.txt"/>
             <check-exists file="${dist.tmp.dir}/@{filebase}/NOTICE.txt"/>
             <check-exists file="${dist.tmp.dir}/@{filebase}/README.txt"/>
             <delete dir="${dist.tmp.dir}/@{filebase}"/>
@@ -723,7 +726,7 @@
                 <param name="tgz.dest.dir" value="${dist.tmp.dir}"/>
             </antcall>
 
-            <check-exists file="${dist.tmp.dir}/@{filebase}/LICENSE.TXT"/>
+            <check-exists file="${dist.tmp.dir}/@{filebase}/LICENSE.txt"/>
             <check-exists file="${dist.tmp.dir}/@{filebase}/NOTICE.txt"/>
             <check-exists file="${dist.tmp.dir}/@{filebase}/README.txt"/>
             <delete dir="${dist.tmp.dir}/@{filebase}"/>