donaldp 2003/02/23 05:02:12 Modified: . build.xml Removed: baxter .cvsignore README.txt ant.properties.sample build.xml default.properties baxter/src/java/org/apache/excalibur/baxter AbstractMBean.java AttributeEntry.java ConstructiveMBean.java JMXPermission.java JavaBeanMBean.java MBeanInvocationHandler.java OperationEntry.java package.html baxter/src/test/org/apache/excalibur/baxter/test BaxterTestSuite.java baxter/src/xdocs book.xml index.xml tabs.xml Log: Baxter blasted Revision Changes Path 1.200 +1 -8 avalon-excalibur/build.xml Index: build.xml =================================================================== RCS file: /home/cvs/avalon-excalibur/build.xml,v retrieving revision 1.199 retrieving revision 1.200 diff -u -r1.199 -r1.200 --- build.xml 18 Feb 2003 02:51:34 -0000 1.199 +++ build.xml 23 Feb 2003 13:02:11 -0000 1.200 @@ -26,11 +26,6 @@ <!-- within Excalibur should be listed in the depends list. --> <!-- Do not include test dependent jars in the depends list. --> - <!-- Baxter --> - <target name="prj-baxter"> - <ant dir="baxter" target="${subproject-target}"/> - </target> - <!-- Cache --> <target name="prj-cache"> <ant dir="cache" target="${subproject-target}"/> @@ -192,7 +187,7 @@ <!-- 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-cli, prj-baxter, prj-io, prj-loader, + depends="prj-cli, prj-io, prj-loader, prj-naming, prj-jprocess, prj-threadcontext, prj-collections, prj-converter, prj-i18n, prj-extension, prj-concurrent, @@ -232,8 +227,6 @@ <pathelement location="concurrent/src/test"/> <pathelement location="collections/src/java"/> <pathelement location="collections/src/test"/> - <pathelement location="baxter/src/java"/> - <pathelement location="baxter/src/test"/> <pathelement location="cache/src/java"/> <pathelement location="cache/src/test"/> <pathelement location="cli/src/java"/>
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]