mcconnell 2003/02/07 19:32:16 Modified: merlin build.xml Log: removed sourceresolve depedencies for now. Revision Changes Path 1.17 +2 -2 avalon-sandbox/merlin/build.xml Index: build.xml =================================================================== RCS file: /home/cvs/avalon-sandbox/merlin/build.xml,v retrieving revision 1.16 retrieving revision 1.17 diff -u -r1.16 -r1.17 --- build.xml 8 Feb 2003 02:17:31 -0000 1.16 +++ build.xml 8 Feb 2003 03:32:16 -0000 1.17 @@ -37,7 +37,7 @@ <pathelement location="${excalibur-pool.jar}"/> <pathelement location="${excalibur-thread.jar}"/> <pathelement location="${excalibur-event.jar}"/> - <pathelement location="${excalibur-sourceresolve.jar}"/> + <!--<pathelement location="${excalibur-sourceresolve.jar}"/>--> <pathelement location="${util.concurrent.jar}"/> <pathelement location="${commons-collections.jar}"/> <pathelement location="${build.classes}"/> @@ -259,7 +259,7 @@ <copy todir="${lib.dir}" file="${commons-collections.jar}"/> <copy todir="${lib.dir}" file="${util.concurrent.jar}"/> <copy todir="${lib.dir}" file="${excalibur-threadcontext.jar}"/> - <copy todir="${lib.dir}" file="${excalibur-sourceresolve.jar}"/> + <!--<copy todir="${lib.dir}" file="${excalibur-sourceresolve.jar}"/>--> <copy todir="${lib.dir}" file="${excalibur-pool.jar}"/> <copy todir="${lib.dir}" file="${excalibur-thread.jar}"/> <copy todir="${lib.dir}" file="${avalon-lifecycle.jar}"/>
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]