leosimons 2003/01/22 12:38:25 Modified: . build.xml Log: Removing the tar,zip and bzip2 packages. Alternatives exist in jakarta commons and in apache ant. Patch from Peter Donald. Revision Changes Path 1.196 +2 -23 jakarta-avalon-excalibur/build.xml Index: build.xml =================================================================== RCS file: /home/cvs/jakarta-avalon-excalibur/build.xml,v retrieving revision 1.195 retrieving revision 1.196 diff -u -r1.195 -r1.196 --- build.xml 6 Jan 2003 12:24:11 -0000 1.195 +++ build.xml 22 Jan 2003 20:38:24 -0000 1.196 @@ -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 -->
-- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>