leosimons 2003/01/05 06:01:04 Modified: fortress/examples ant.properties build.xml Log: add the dependency on excalibur-container for the examples (the dependency was removed from fortress itself) so they build again Revision Changes Path 1.9 +6 -1 jakarta-avalon-excalibur/fortress/examples/ant.properties Index: ant.properties =================================================================== RCS file: /home/cvs/jakarta-avalon-excalibur/fortress/examples/ant.properties,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- ant.properties 8 Aug 2002 13:37:09 -0000 1.8 +++ ant.properties 5 Jan 2003 14:01:04 -0000 1.9 @@ -10,13 +10,18 @@ # ----- Avalon Framework, version 4.1 or later ----- avalon-framework.home=${basepath}/../../jakarta-avalon -avalon-framework.lib=${avalon-framework.home}/build/lib +avalon-framework.lib=${avalon-framework.home}/target/lib avalon-framework.jar=${avalon-framework.lib}/avalon-framework.jar # ----- Excalibur Fortress, version 1.0 or later ----- excalibur-fortress.home=${basepath}/build/lib excalibur-fortress.lib=${excalibur-fortress.home} excalibur-fortress.jar=${excalibur-fortress.lib}/excalibur-fortress-complete-1.0.jar + +# ----- Excalibur Container, version 1.0 or later ----- +excalibur-container.home=${basepath}/../container +excalibur-container.lib=${excalibur-container.home}/build/lib +excalibur-container.jar=${excalibur-container.lib}/excalibur-container-1.0.jar # ----- Logkit ----- logkit.home=${basepath}/../../jakarta-avalon-logkit 1.12 +4 -0 jakarta-avalon-excalibur/fortress/examples/build.xml Index: build.xml =================================================================== RCS file: /home/cvs/jakarta-avalon-excalibur/fortress/examples/build.xml,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- build.xml 27 Aug 2002 21:25:31 -0000 1.11 +++ build.xml 5 Jan 2003 14:01:04 -0000 1.12 @@ -57,6 +57,10 @@ <copy file="${excalibur-fortress.jar}" todir="${lib.dir}" preservelastmodified="yes"/> + <!-- Container jar --> + <copy file="${excalibur-container.jar}" + todir="${lib.dir}" preservelastmodified="yes"/> + <!-- xml-apis --> <copy file="${xml-apis.jar}" todir="${lib.dir}" preservelastmodified="yes"/>
-- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>