Hi,

Heres a patch to remove Bzip, Zip and Tar from excaliburs build system. After 
thiis is done if someone could go into each of the directories and do a cvs 
tag and then cvs rm then that would be great. Tags of form;

BZIP_PREDELETE-tag, TAR_PREDELETE-tag, ZIP_PREDELETE-tag

Tar and zip are unused and unreleased libs. While all the people I know who 
were using bzip have since migrated the code into their own codebase.

-- 
Cheers,

Peter Donald
------------------------------------------------
| We shall not cease from exploration, and the |
|  end of all our exploring will be to arrive  |
|  where we started and know the place for the |
|            first time -- T.S. Eliot          |
------------------------------------------------
? patch.txt
? stuff
Index: build.xml
===================================================================
RCS file: /home/cvspublic/jakarta-avalon-excalibur/build.xml,v
retrieving revision 1.195
diff -u -r1.195 build.xml
--- build.xml   6 Jan 2003 12:24:11 -0000       1.195
+++ build.xml   22 Jan 2003 10:46:19 -0000
@@ -41,11 +41,6 @@
         <ant dir="baxter" target="${subproject-target}"/>
     </target>
 
-    <!-- BZip2 -->
-    <target name="prj-bzip2">
-        <ant dir="bzip2" target="${subproject-target}"/>
-    </target>
-
     <!-- Cache -->
     <target name="prj-cache">
         <ant dir="cache" target="${subproject-target}"/>
@@ -181,11 +176,6 @@
         <ant dir="store" target="${subproject-target}"/>
     </target>
 
-    <!-- Tar -->
-    <target name="prj-tar">
-        <ant dir="tar" target="${subproject-target}"/>
-    </target>
-
     <!-- Testcase -->
     <target name="prj-testcase" depends="prj-component, prj-logger">
         <ant dir="testcase" target="${subproject-target}"/>
@@ -211,19 +201,14 @@
         <ant dir="xmlutil" target="${subproject-target}"/>
     </target>
 
-    <!-- Zip -->
-    <target name="prj-zip">
-        <ant dir="zip" target="${subproject-target}"/>
-    </target>
-
     <!-- ************************************************************ -->
     <!-- Build all Subprojects target                                 -->
     <!-- ************************************************************ -->
     <!-- This target depends on all of the projects above.  Relies on -->
     <!--  Ant to decide on the correct build order. -->
     <target name="build-all-subprojects"
-        depends="prj-zip, prj-cli, prj-bzip2, prj-baxter, prj-io, prj-loader,
-                prj-naming, prj-jprocess, prj-tar, prj-threadcontext, 
+        depends="prj-cli, prj-baxter, prj-io, prj-loader,
+                prj-naming, prj-jprocess, prj-threadcontext, 
                 prj-collections, prj-converter, prj-i18n, prj-extension,
                 prj-concurrent, prj-altrmi,
                 prj-container, prj-cache, prj-configuration, prj-event,
@@ -266,8 +251,6 @@
             <pathelement location="collections/src/test"/>
             <pathelement location="baxter/src/java"/>
             <pathelement location="baxter/src/test"/>
-            <pathelement location="bzip2/src/java"/>
-            <pathelement location="bzip2/src/test"/>
             <pathelement location="cache/src/java"/>
             <pathelement location="cache/src/test"/>
             <pathelement location="cli/src/java"/>
@@ -286,10 +269,6 @@
             <pathelement location="sourceresolve/src/test"/>
             <pathelement location="store/src/java"/>
             <pathelement location="store/src/test"/>
-            <pathelement location="tar/src/java"/>
-            <pathelement location="tar/src/test"/>
-            <pathelement location="zip/src/java"/>
-            <pathelement location="zip/src/test"/>
         </path>
 
         <!-- Classpath for product -->
Index: site/src/xdocs/menu.xml
===================================================================
RCS file: /home/cvspublic/jakarta-avalon-excalibur/site/src/xdocs/menu.xml,v
retrieving revision 1.7
diff -u -r1.7 menu.xml
--- site/src/xdocs/menu.xml     7 Sep 2002 22:43:46 -0000       1.7
+++ site/src/xdocs/menu.xml     22 Jan 2003 10:46:41 -0000
@@ -38,7 +38,6 @@
   
   <menu name="Utilities">
     <item name="AltRMI" href="http://a/altrmi/index.html"/>
-    <item name="BZip2" href="http://a/bzip2/index.html"/>
     <item name="Baxter" href="http://a/baxter/index.html"/>
     <item name="CLI" href="http://a/cli/index.html"/>
     <item name="Collections" href="http://a/collections/index.html"/>
@@ -53,10 +52,8 @@
     <item name="Meta" href="http://a/meta/index.html"/>
     <item name="Pool" href="http://a/pool/index.html"/>
     <item name="Source Resolver" href="http://a/sourceresolve/index.html"/>
-    <item name="TAR" href="http://a/tar/index.html"/>
     <item name="Thread" href="http://a/thread/index.html"/>
     <item name="Util" href="http://a/util/index.html"/>
-    <item name="ZIP" href="http://a/zip/index.html"/>
   </menu>
   </body>
 </project>

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to