crafterm 2002/07/19 05:32:21 Modified: fortress build.xml Log: Fixed build by removing check for non-existant ../all jars. Revision Changes Path 1.30 +0 -2 jakarta-avalon-excalibur/fortress/build.xml Index: build.xml =================================================================== RCS file: /home/cvs/jakarta-avalon-excalibur/fortress/build.xml,v retrieving revision 1.29 retrieving revision 1.30 diff -u -r1.29 -r1.30 --- build.xml 12 Jul 2002 06:43:27 -0000 1.29 +++ build.xml 19 Jul 2002 12:32:21 -0000 1.30 @@ -15,7 +15,6 @@ <pathelement location="${avalon-framework.jar}"/> <pathelement location="${avalon-logkit.jar}"/> <!-- deprecated --> <pathelement location="${logkit.jar}"/> - <pathelement location="${excalibur-core.jar}"/> <pathelement location="${excalibur-collections.jar}"/> <pathelement location="${excalibur-instrument.jar}"/> <pathelement location="${excalibur-instrument-manager.jar}"/> @@ -59,7 +58,6 @@ <ant antfile="${depchecker.prefix}/depchecker.xml" target="checkCommon"/> <ant antfile="${depchecker.prefix}/depchecker.xml" target="checkFramework"/> <ant antfile="${depchecker.prefix}/depchecker.xml" target="checkLogkit"/> - <ant antfile="${depchecker.prefix}/depchecker.xml" target="checkCore"/> <!-- <ant antfile="${depchecker.prefix}/depchecker.xml" target="checkScratchpad"/> --> <ant antfile="${depchecker.prefix}/depchecker.xml" target="checkCollections"/> <ant antfile="${depchecker.prefix}/depchecker.xml" target="checkInstrument"/>
-- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>