leosimons 2004/04/26 05:55:35 Added: . build.xml consolidate-deps compatibility dependencies.list build.xml component dependencies.list build.xml component-examples/instrument-manager dependencies.list build.xml component-tests dependencies.list build.xml configuration dependencies.list build.xml datasource/examples build.xml datasource dependencies.list build.xml event/api dependencies.list build.xml event/impl dependencies.list build.xml fortress/bean dependencies.list build.xml fortress/cli dependencies.list fortress/container-api dependencies.list build.xml fortress/container-impl dependencies.list build.xml fortress/container-test dependencies.list build.xml fortress/examples dependencies.list build.xml fortress/meta dependencies.list build.xml fortress/migration dependencies.list build.xml fortress/platform dependencies.list fortress/servlet dependencies.list i18n dependencies.list build.xml instrument dependencies.list build.xml instrument-client dependencies.list build.xml instrument-manager/altrmi dependencies.list build.xml instrument-manager/http dependencies.list build.xml instrument-manager/impl dependencies.list build.xml instrument-manager/spi dependencies.list build.xml lifecycle/api dependencies.list build.xml lifecycle/impl dependencies.list build.xml logger dependencies.list build.xml logger-tests dependencies.list build.xml monitor dependencies.list build.xml pool/api dependencies.list build.xml pool/impl dependencies.list build.xml pool/instrumented dependencies.list build.xml site dependencies.list sourceresolve dependencies.list build.xml store dependencies.list build.xml testcase dependencies.list build.xml thread/api dependencies.list build.xml thread/impl dependencies.list build.xml thread/instrumented dependencies.list build.xml xmlutil dependencies.list build.xml Log: Ant build Revision Changes Path 1.212 +208 -347 avalon-excalibur/build.xml 1.1 avalon-excalibur/consolidate-deps Index: consolidate-deps =================================================================== #! /bin/sh find . -name dependencies.list ! -path '*target*' | \ xargs cat | sed -r "s/^excalibur.*//g" >> all-dependencies.list cp all-dependencies.list target/base/dependencies.list 1.1 avalon-excalibur/compatibility/dependencies.list Index: dependencies.list =================================================================== # Dependencies # # artifact-id version groupid repository gumpid gumpopts # 1.6 +5 -71 avalon-excalibur/compatibility/build.xml 1.1 avalon-excalibur/component/dependencies.list Index: dependencies.list =================================================================== # Dependencies # # artifact-id version groupid repository gumpid gumpopts # avalon-logkit 2.0 - - - runtime,inherit=runtime avalon-framework-api 4.1.5 avalon-framework - - runtime,inherit=runtime avalon-framework-impl 4.1.5 avalon-framework - - runtime,inherit=runtime excalibur-logger 1.2 - - - runtime,inherit=runtime excalibur-instrument 1.2 - - - runtime,inherit=runtime excalibur-instrument-spi 1.2 excalibur-instrument - - runtime,inherit=runtime excalibur-instrument-impl 1.2 excalibur-instrument - - runtime,inherit=runtime excalibur-pool-api 2.0 excalibur-pool - - runtime,inherit=runtime excalibur-pool-impl 2.0 excalibur-pool - - runtime,inherit=runtime excalibur-pool-instrumented 2.0 excalibur-pool - - runtime,inherit=runtime commons-collections 2.1 - - - runtime,inherit=runtime concurrent 1.3.1 - - - runtime,inherit=runtime servletapi 2.2 - - - runtime,inherit=runtime junit 3.8 - - - runtime,inherit=runtime 1.7 +5 -71 avalon-excalibur/component/build.xml 1.1 avalon-excalibur/component-examples/instrument-manager/dependencies.list Index: dependencies.list =================================================================== # Dependencies # # artifact-id version groupid repository gumpid gumpopts # avalon-logkit 2.0 - - - runtime,inherit=runtime avalon-framework 4.1.5 framework http://www.apache.org/dist/avalon - runtime,inherit=runtime excalibur-component 1.3 - - - runtime,inherit=runtime excalibur-logger 1.2 - - - runtime,inherit=runtime excalibur-instrument 1.2 - - - runtime,inherit=runtime excalibur-instrument-spi 1.2 excalibur-instrument - - runtime,inherit=runtime excalibur-instrument-impl 1.2 excalibur-instrument - - runtime,inherit=runtime excalibur-pool-api 2.0 excalibur-pool - - runtime,inherit=runtime excalibur-pool-impl 2.0 excalibur-pool - - runtime,inherit=runtime concurrent 1.3.1 - - - runtime,inherit=runtime commons-collections 2.1 - - - runtime,inherit=runtime servletapi 2.2 - - - runtime,inherit=runtime excalibur-i18n 1.2.0-dev - - - runtime,inherit=runtime 1.3 +5 -223 avalon-excalibur/component-examples/instrument-manager/build.xml 1.1 avalon-excalibur/component-tests/dependencies.list Index: dependencies.list =================================================================== # Dependencies # # artifact-id version groupid repository gumpid gumpopts # avalon-logkit 2.0 - - - runtime,inherit=runtime avalon-framework-api 4.1.5 avalon-framework - - runtime,inherit=runtime avalon-framework-impl 4.1.5 avalon-framework - - runtime,inherit=runtime excalibur-component 1.3 - - - runtime,inherit=runtime excalibur-testcase 1.3 excalibur-component - - runtime,inherit=runtime excalibur-logger 1.2 - - - runtime,inherit=runtime excalibur-instrument 1.2 - - - runtime,inherit=runtime excalibur-instrument-spi 1.2 excalibur-instrument - - runtime,inherit=runtime excalibur-instrument-impl 1.2 excalibur-instrument - - runtime,inherit=runtime excalibur-pool-api 2.0 excalibur-pool - - runtime,inherit=runtime excalibur-pool-impl 2.0 excalibur-pool - - runtime,inherit=runtime excalibur-pool-instrumented 2.0 excalibur-pool - - runtime,inherit=runtime excalibur-i18n 1.2.0-dev - - - runtime,inherit=runtime commons-collections 2.1 - - - runtime,inherit=runtime concurrent 1.3.1 - - - runtime,inherit=runtime servletapi 2.2 - - - runtime,inherit=runtime junit 3.8.1 - - - runtime,inherit=runtime 1.1 avalon-excalibur/component-tests/build.xml Index: build.xml =================================================================== <?xml version="1.0"?> <project default="jar:install-snapshot" name="JBS-based build" basedir="."> <property file="project.properties"/> <property name="jbs.home" value="${user.home}/.jbs"/> <import file="${jbs.home}/build-project.xml"/> </project> 1.1 avalon-excalibur/configuration/dependencies.list Index: dependencies.list =================================================================== # Dependencies # # artifact-id version groupid repository gumpid gumpopts # avalon-framework-api 4.1.5 avalon-framework - - runtime,inherit=runtime avalon-framework-impl 4.1.5 avalon-framework - - runtime,inherit=runtime isorelax 20020414 - - - runtime,inherit=runtime msv 20020414 - - - runtime,inherit=runtime xsdlib 20030225 - - - runtime,inherit=runtime relaxngDatatype 20020414 - - - runtime,inherit=runtime xml-apis 1.0.b2 - - - runtime,inherit=runtime xerces 2.2.1 - - - runtime,inherit=runtime 1.30 +5 -71 avalon-excalibur/configuration/build.xml 1.3 +5 -140 avalon-excalibur/datasource/examples/build.xml 1.1 avalon-excalibur/datasource/dependencies.list Index: dependencies.list =================================================================== # Dependencies # # artifact-id version groupid repository gumpid gumpopts # mm-mysql 2.0.13-bin - - - runtime,inherit=runtime hsqldb 1.7.1 - - - runtime,inherit=runtime avalon-framework 4.1.4 framework http://www.apache.org/dist/avalon - runtime,inherit=runtime avalon-logkit 2.0 - - - runtime,inherit=runtime excalibur-instrument 1.2 - - - runtime,inherit=runtime excalibur-pool-api 2.0 excalibur-pool - - runtime,inherit=runtime excalibur-pool-impl 2.0 excalibur-pool - - runtime,inherit=runtime excalibur-pool-instrumented 2.0 excalibur-pool - - runtime,inherit=runtime commons-collections 2.1 - - - runtime,inherit=runtime concurrent 1.3.1 - - - runtime,inherit=runtime excalibur-i18n 1.2.0-dev - - - runtime,inherit=runtime excalibur-testcase 1.3 excalibur-component - - runtime,inherit=runtime excalibur-component 1.3 - - - runtime,inherit=runtime excalibur-logger 1.2 - - - runtime,inherit=runtime 1.4 +5 -56 avalon-excalibur/datasource/build.xml 1.1 avalon-excalibur/event/api/dependencies.list Index: dependencies.list =================================================================== # Dependencies # # artifact-id version groupid repository gumpid gumpopts # avalon-framework-api 4.1.5 avalon-framework - - runtime,inherit=runtime 1.3 +5 -71 avalon-excalibur/event/api/build.xml 1.1 avalon-excalibur/event/impl/dependencies.list Index: dependencies.list =================================================================== # Dependencies # # artifact-id version groupid repository gumpid gumpopts # avalon-framework-api 4.1.5 avalon-framework - - runtime,inherit=runtime avalon-framework-impl 4.1.5 avalon-framework - - runtime,inherit=runtime excalibur-event-api 2.0 excalibur-event - - runtime,inherit=runtime commons-collections 2.1 - - - runtime,inherit=runtime excalibur-instrument 1.2 - - - runtime,inherit=runtime excalibur-pool-api 2.0 excalibur-pool - - runtime,inherit=runtime excalibur-pool-impl 2.0 excalibur-pool - - runtime,inherit=runtime concurrent 1.3.1 - - - runtime,inherit=runtime avalon-logkit 2.0 - - - runtime,inherit=runtime 1.3 +5 -71 avalon-excalibur/event/impl/build.xml 1.1 avalon-excalibur/fortress/bean/dependencies.list Index: dependencies.list =================================================================== # Dependencies # # artifact-id version groupid repository gumpid gumpopts # excalibur-fortress-container-api 1.2 excalibur-fortress - - runtime,inherit=runtime excalibur-fortress-container-impl 1.2 excalibur-fortress - - runtime,inherit=runtime avalon-framework 4.1.5 - - - runtime,inherit=runtime excalibur-logger 1.2 - - - runtime,inherit=runtime excalibur-event-api 2.0 excalibur-event - - runtime,inherit=runtime excalibur-event-impl 2.0 excalibur-event - - runtime,inherit=runtime excalibur-lifecycle-api 1.1 excalibur-lifecycle - - runtime,inherit=runtime excalibur-instrument 1.2 - - - runtime,inherit=runtime excalibur-instrument-spi 1.2 excalibur-instrument - - runtime,inherit=runtime excalibur-instrument-impl 1.2 excalibur-instrument - - runtime,inherit=runtime excalibur-sourceresolve 2.0 - - - runtime,inherit=runtime excalibur-i18n 1.2.0-dev - - - runtime,inherit=runtime excalibur-xmlutil 1.1 - - - runtime,inherit=runtime excalibur-pool-api 2.0 excalibur-pool - - runtime,inherit=runtime excalibur-monitor 1.1 - - - runtime,inherit=runtime commons-collections 2.1 - - - runtime,inherit=runtime concurrent 1.3.2 - - - runtime,inherit=runtime avalon-logkit 2.0 - - - runtime,inherit=runtime qdox 1.2 - - - runtime,inherit=runtime ant 1.5.1 - - - runtime,inherit=runtime xml-apis 2.0.2 - - - runtime,inherit=runtime commons-logging 1.1-dev - - - runtime,inherit=runtime junit 3.8.1 - - - runtime,inherit=runtime 1.5 +5 -71 avalon-excalibur/fortress/bean/build.xml 1.1 avalon-excalibur/fortress/cli/dependencies.list Index: dependencies.list =================================================================== # Dependencies # # artifact-id version groupid repository gumpid gumpopts # excalibur-fortress-platform 1.2 excalibur-fortress - - runtime,inherit=runtime excalibur-fortress-container-api 1.2 excalibur-fortress - - runtime,inherit=runtime excalibur-fortress-container-impl 1.2 excalibur-fortress - - runtime,inherit=runtime avalon-framework 4.1.5 framework http://www.apache.org/dist/avalon - runtime,inherit=runtime avalon-logkit 2.0 - - - runtime,inherit=runtime commons-collections 2.1 - - - runtime,inherit=runtime concurrent 1.3.1 - - - runtime,inherit=runtime excalibur-instrument 1.2 - - - runtime,inherit=runtime excalibur-instrument-spi 1.2 excalibur-instrument - - runtime,inherit=runtime excalibur-instrument-impl 1.2 excalibur-instrument - - runtime,inherit=runtime excalibur-event-api 2.0 excalibur-event - - runtime,inherit=runtime bcel 5.1 - - - runtime,inherit=runtime excalibur-logger 1.2 - - - runtime,inherit=runtime excalibur-sourceresolve 2.0 - - - runtime,inherit=runtime excalibur-lifecycle-api 1.1 excalibur-lifecycle - - runtime,inherit=runtime excalibur-lifecycle-impl 1.1 excalibur-lifecycle - - runtime,inherit=runtime 1.1 avalon-excalibur/fortress/container-api/dependencies.list Index: dependencies.list =================================================================== # Dependencies # # artifact-id version groupid repository gumpid gumpopts # avalon-framework 4.1.5 framework http://www.apache.org/dist/avalon - runtime,inherit=runtime excalibur-event-api 2.0 excalibur-event - - runtime,inherit=runtime excalibur-event-impl 2.0 excalibur-event - - runtime,inherit=runtime 1.3 +5 -72 avalon-excalibur/fortress/container-api/build.xml 1.1 avalon-excalibur/fortress/container-impl/dependencies.list Index: dependencies.list =================================================================== # Dependencies # # artifact-id version groupid repository gumpid gumpopts # avalon-framework 4.1.5 - - - runtime,inherit=runtime excalibur-fortress-container-api 1.2 excalibur-fortress - - runtime,inherit=runtime excalibur-fortress-meta 1.2 excalibur-fortress - - runtime,inherit=runtime avalon-logkit 2.0 - - - runtime,inherit=runtime commons-collections 2.1 - - - runtime,inherit=runtime commons-beanutils 1.6.1 - - - runtime,inherit=runtime concurrent 1.3.1 - - - runtime,inherit=runtime excalibur-instrument 1.2 - - - runtime,inherit=runtime excalibur-instrument-spi 1.2 excalibur-instrument - - runtime,inherit=runtime excalibur-instrument-impl 1.2 excalibur-instrument - - runtime,inherit=runtime excalibur-event-api 2.0 excalibur-event - - runtime,inherit=runtime excalibur-event-impl 2.0 excalibur-event - - runtime,inherit=runtime bcel 5.1 - - - runtime,inherit=runtime excalibur-logger 1.2 - - - runtime,inherit=runtime excalibur-sourceresolve 2.0 - - - runtime,inherit=runtime excalibur-lifecycle-api 1.1 excalibur-lifecycle - - runtime,inherit=runtime excalibur-lifecycle-impl 1.1 excalibur-lifecycle - - runtime,inherit=runtime excalibur-i18n 1.2.0-dev - - - runtime,inherit=runtime excalibur-pool-api 2.0 excalibur-pool - - runtime,inherit=runtime excalibur-pool-impl 2.0 excalibur-pool - - runtime,inherit=runtime 1.5 +5 -72 avalon-excalibur/fortress/container-impl/build.xml 1.1 avalon-excalibur/fortress/container-test/dependencies.list Index: dependencies.list =================================================================== # Dependencies # # artifact-id version groupid repository gumpid gumpopts # excalibur-fortress-container-api 1.2 excalibur-fortress - - runtime,inherit=runtime excalibur-fortress-container-impl 1.2 excalibur-fortress - - runtime,inherit=runtime excalibur-fortress-meta 1.2 excalibur-fortress - - runtime,inherit=runtime avalon-framework 4.1.5 framework http://www.apache.org/dist/avalon - runtime,inherit=runtime avalon-logkit 2.0 - - - runtime,inherit=runtime commons-collections 2.1 - - - runtime,inherit=runtime commons-beanutils 1.6.1 - - - runtime,inherit=runtime concurrent 1.3.1 - - - runtime,inherit=runtime excalibur-instrument 1.2 - - - runtime,inherit=runtime excalibur-instrument-spi 1.2 excalibur-instrument - - runtime,inherit=runtime excalibur-instrument-impl 1.2 excalibur-instrument - - runtime,inherit=runtime excalibur-event-api 2.0 excalibur-event - - runtime,inherit=runtime excalibur-event-impl 2.0 excalibur-event - - runtime,inherit=runtime bcel 5.1 - - - runtime,inherit=runtime excalibur-logger 1.2 - - - runtime,inherit=runtime excalibur-sourceresolve 2.0 - - - runtime,inherit=runtime excalibur-lifecycle-api 1.1 excalibur-lifecycle - - runtime,inherit=runtime excalibur-lifecycle-impl 1.1 excalibur-lifecycle - - runtime,inherit=runtime xml-apis 2.0.2 - - - runtime,inherit=runtime excalibur-i18n 1.2.0-dev - - - runtime,inherit=runtime xalan 2.5.1 - - - runtime,inherit=runtime xerces 2.3.0 - - - runtime,inherit=runtime excalibur-fortress-bean 1.2 excalibur-fortress - - runtime,inherit=runtime qdox 1.2 - - - runtime,inherit=runtime ant 1.5.1 - - - runtime,inherit=runtime 1.3 +5 -72 avalon-excalibur/fortress/container-test/build.xml 1.1 avalon-excalibur/fortress/examples/dependencies.list Index: dependencies.list =================================================================== # Dependencies # # artifact-id version groupid repository gumpid gumpopts # servletapi 2.3 - - - runtime,inherit=runtime avalon-framework-api 4.1.5 avalon-framework - - runtime,inherit=runtime avalon-framework-impl 4.1.5 avalon-framework - - runtime,inherit=runtime avalon-logkit 2.0 - - - runtime,inherit=runtime commons-collections 2.1 - - - runtime,inherit=runtime concurrent 1.3.1 - - - runtime,inherit=runtime excalibur-fortress-container-api 1.2 excalibur-fortress - - runtime,inherit=runtime excalibur-fortress-container-impl 1.2 excalibur-fortress - - runtime,inherit=runtime excalibur-fortress-meta 1.2 excalibur-fortress - - runtime,inherit=runtime excalibur-instrument 1.2 - - - runtime,inherit=runtime excalibur-lifecycle-api 1.1 excalibur-lifecycle - - runtime,inherit=runtime excalibur-lifecycle-impl 1.1 excalibur-lifecycle - - runtime,inherit=runtime qdox 1.2 - - - runtime,inherit=runtime ant 1.5.1 - - - runtime,inherit=runtime 1.4 +5 -57 avalon-excalibur/fortress/examples/build.xml 1.1 avalon-excalibur/fortress/meta/dependencies.list Index: dependencies.list =================================================================== # Dependencies # # artifact-id version groupid repository gumpid gumpopts # excalibur-fortress-container-api 1.2 excalibur-fortress - - runtime,inherit=runtime avalon-framework-api 4.1.5 avalon-framework - - runtime,inherit=runtime avalon-framework-impl 4.1.5 avalon-framework - - runtime,inherit=runtime qdox 1.2 - - - runtime,inherit=runtime ant 1.5 - - - runtime,inherit=runtime 1.3 +5 -71 avalon-excalibur/fortress/meta/build.xml 1.1 avalon-excalibur/fortress/migration/dependencies.list Index: dependencies.list =================================================================== # Dependencies # # artifact-id version groupid repository gumpid gumpopts # avalon-framework-api 4.1.5 avalon-framework - - runtime,inherit=runtime avalon-framework-impl 4.1.5 avalon-framework - - runtime,inherit=runtime avalon-logkit 2.0 - - - runtime,inherit=runtime commons-collections 2.1 - - - runtime,inherit=runtime concurrent 1.3.1 - - - runtime,inherit=runtime excalibur-fortress-container-api 1.2 excalibur-fortress - - runtime,inherit=runtime excalibur-fortress-container-impl 1.2 excalibur-fortress - - runtime,inherit=runtime excalibur-instrument 1.2 - - - runtime,inherit=runtime excalibur-lifecycle-api 1.1 excalibur-lifecycle - - runtime,inherit=runtime excalibur-lifecycle-impl 1.1 excalibur-lifecycle - - runtime,inherit=runtime 1.1 avalon-excalibur/fortress/migration/build.xml Index: build.xml =================================================================== <?xml version="1.0"?> <project default="jar:install-snapshot" name="JBS-based build" basedir="."> <property file="project.properties"/> <property name="jbs.home" value="${user.home}/.jbs"/> <import file="${jbs.home}/build-project.xml"/> </project> 1.1 avalon-excalibur/fortress/platform/dependencies.list Index: dependencies.list =================================================================== # Dependencies # # artifact-id version groupid repository gumpid gumpopts # 1.1 avalon-excalibur/fortress/servlet/dependencies.list Index: dependencies.list =================================================================== # Dependencies # # artifact-id version groupid repository gumpid gumpopts # 1.1 avalon-excalibur/i18n/dependencies.list Index: dependencies.list =================================================================== # Dependencies # # artifact-id version groupid repository gumpid gumpopts # 1.67 +5 -69 avalon-excalibur/i18n/build.xml 1.1 avalon-excalibur/instrument/dependencies.list Index: dependencies.list =================================================================== # Dependencies # # artifact-id version groupid repository gumpid gumpopts # avalon-framework-api 4.1.5 avalon-framework - - runtime,inherit=runtime avalon-framework-impl 4.1.5 avalon-framework - - runtime,inherit=runtime 1.4 +5 -56 avalon-excalibur/instrument/build.xml 1.1 avalon-excalibur/instrument-client/dependencies.list Index: dependencies.list =================================================================== # Dependencies # # artifact-id version groupid repository gumpid gumpopts # avalon-framework 4.1.4 framework http://www.apache.org/dist/avalon - runtime,inherit=runtime altrmi-common 0.9.6 altrmi - - runtime,inherit=runtime altrmi-client-interfaces 0.9.6 altrmi - - runtime,inherit=runtime altrmi-client-impl 0.9.6 altrmi - - runtime,inherit=runtime altrmi-generator 0.9.6 altrmi - - runtime,inherit=runtime excalibur-instrument 1.2 - - - runtime,inherit=runtime excalibur-instrument-spi 1.2 excalibur-instrument - - runtime,inherit=runtime excalibur-instrument-impl 1.2 excalibur-instrument - - runtime,inherit=runtime altrmi-server-interfaces 0.9.6 altrmi - - runtime,inherit=runtime altrmi-server-impl 0.9.6 altrmi - - runtime,inherit=runtime 1.4 +5 -56 avalon-excalibur/instrument-client/build.xml 1.1 avalon-excalibur/instrument-manager/altrmi/dependencies.list Index: dependencies.list =================================================================== # Dependencies # # artifact-id version groupid repository gumpid gumpopts # avalon-framework-api 4.1.5 avalon-framework - - runtime,inherit=runtime avalon-framework-impl 4.1.5 avalon-framework - - runtime,inherit=runtime excalibur-instrument 1.2 - - - runtime,inherit=runtime excalibur-instrument-spi 1.2 excalibur-instrument - - runtime,inherit=runtime excalibur-instrument-impl 1.2 excalibur-instrument - - runtime,inherit=runtime altrmi-common 0.9.6 altrmi - - runtime,inherit=runtime altrmi-server-interfaces 0.9.6 altrmi - - runtime,inherit=runtime altrmi-server-impl 0.9.6 altrmi - - runtime,inherit=runtime xml-apis 2.0.2 - - - runtime,inherit=runtime 1.1 avalon-excalibur/instrument-manager/altrmi/build.xml Index: build.xml =================================================================== <?xml version="1.0"?> <project default="jar:install-snapshot" name="JBS-based build" basedir="."> <property file="project.properties"/> <property name="jbs.home" value="${user.home}/.jbs"/> <import file="${jbs.home}/build-project.xml"/> </project> 1.1 avalon-excalibur/instrument-manager/http/dependencies.list Index: dependencies.list =================================================================== # Dependencies # # artifact-id version groupid repository gumpid gumpopts # avalon-framework-api 4.1.5 avalon-framework - - runtime,inherit=runtime avalon-framework-impl 4.1.5 avalon-framework - - runtime,inherit=runtime excalibur-instrument 1.2 - - - runtime,inherit=runtime excalibur-instrument-spi 1.2 excalibur-instrument - - runtime,inherit=runtime excalibur-instrument-impl 1.2 excalibur-instrument - - runtime,inherit=runtime xml-apis 2.0.2 - - - runtime,inherit=runtime 1.1 avalon-excalibur/instrument-manager/http/build.xml Index: build.xml =================================================================== <?xml version="1.0"?> <project default="jar:install-snapshot" name="JBS-based build" basedir="."> <property file="project.properties"/> <property name="jbs.home" value="${user.home}/.jbs"/> <import file="${jbs.home}/build-project.xml"/> </project> 1.1 avalon-excalibur/instrument-manager/impl/dependencies.list Index: dependencies.list =================================================================== # Dependencies # # artifact-id version groupid repository gumpid gumpopts # avalon-framework-api 4.1.5 avalon-framework - - runtime,inherit=runtime avalon-framework-impl 4.1.5 avalon-framework - - runtime,inherit=runtime excalibur-instrument 1.2 - - - runtime,inherit=runtime excalibur-instrument-spi 1.2 excalibur-instrument - - runtime,inherit=runtime xml-apis 2.0.2 - - - runtime,inherit=runtime 1.1 avalon-excalibur/instrument-manager/impl/build.xml Index: build.xml =================================================================== <?xml version="1.0"?> <project default="jar:install-snapshot" name="JBS-based build" basedir="."> <property file="project.properties"/> <property name="jbs.home" value="${user.home}/.jbs"/> <import file="${jbs.home}/build-project.xml"/> </project> 1.1 avalon-excalibur/instrument-manager/spi/dependencies.list Index: dependencies.list =================================================================== # Dependencies # # artifact-id version groupid repository gumpid gumpopts # avalon-framework-api 4.1.5 avalon-framework - - runtime,inherit=runtime excalibur-instrument 1.2 - - - runtime,inherit=runtime xml-apis 2.0.2 - - - runtime,inherit=runtime 1.1 avalon-excalibur/instrument-manager/spi/build.xml Index: build.xml =================================================================== <?xml version="1.0"?> <project default="jar:install-snapshot" name="JBS-based build" basedir="."> <property file="project.properties"/> <property name="jbs.home" value="${user.home}/.jbs"/> <import file="${jbs.home}/build-project.xml"/> </project> 1.1 avalon-excalibur/lifecycle/api/dependencies.list Index: dependencies.list =================================================================== # Dependencies # # artifact-id version groupid repository gumpid gumpopts # avalon-framework-api 4.1.5 avalon-framework - - runtime,inherit=runtime 1.3 +5 -71 avalon-excalibur/lifecycle/api/build.xml 1.1 avalon-excalibur/lifecycle/impl/dependencies.list Index: dependencies.list =================================================================== # Dependencies # # artifact-id version groupid repository gumpid gumpopts # excalibur-lifecycle-api 1.1 excalibur-lifecycle - - runtime,inherit=runtime avalon-framework-api 4.1.5 avalon-framework - - runtime,inherit=runtime avalon-framework-impl 4.1.5 avalon-framework - - runtime,inherit=runtime 1.3 +5 -71 avalon-excalibur/lifecycle/impl/build.xml 1.1 avalon-excalibur/logger/dependencies.list Index: dependencies.list =================================================================== # Dependencies # # artifact-id version groupid repository gumpid gumpopts # avalon-framework 4.1.5 framework http://www.apache.org/dist/avalon - runtime,inherit=runtime avalon-logkit 2.0 - - - runtime,inherit=runtime servletapi 2.2 - - - runtime,inherit=runtime excalibur-i18n 1.2.0-dev - - - runtime,inherit=runtime log4j 1.2.7 - - - runtime,inherit=runtime mailapi 1.3.1 javamail - - runtime,inherit=runtime jms 1.1 - - - runtime,inherit=runtime xml-apis 2.0.2 - - - runtime,inherit=runtime 1.54 +5 -71 avalon-excalibur/logger/build.xml 1.1 avalon-excalibur/logger-tests/dependencies.list Index: dependencies.list =================================================================== # Dependencies # # artifact-id version groupid repository gumpid gumpopts # avalon-framework 4.1.5 framework http://www.apache.org/dist/avalon - runtime,inherit=runtime excalibur-logger 1.2 - - - runtime,inherit=runtime avalon-logkit 2.0 - - - runtime,inherit=runtime servletapi 2.2 - - - runtime,inherit=runtime log4j 1.2.7 - - - runtime,inherit=runtime mailapi 1.3.1 javamail - - runtime,inherit=runtime jms 1.1 - - - runtime,inherit=runtime xml-apis 2.0.2 - - - runtime,inherit=runtime commons-collections 2.1 - - - runtime,inherit=runtime excalibur-component 1.3 - - - runtime,inherit=runtime excalibur-testcase 1.3 excalibur-component - - runtime,inherit=runtime excalibur-pool-api 2.0 excalibur-pool - - runtime,inherit=runtime excalibur-pool-impl 2.0 excalibur-pool - - runtime,inherit=runtime excalibur-pool-instrumented 2.0 excalibur-pool - - runtime,inherit=runtime excalibur-instrument 1.2 - - - runtime,inherit=runtime excalibur-i18n 1.2.0-dev - - - runtime,inherit=runtime 1.3 +5 -71 avalon-excalibur/logger-tests/build.xml 1.1 avalon-excalibur/monitor/dependencies.list Index: dependencies.list =================================================================== # Dependencies # # artifact-id version groupid repository gumpid gumpopts # avalon-framework 4.1.5 framework http://www.apache.org/dist/avalon - runtime,inherit=runtime avalon-logkit 2.0 - - - runtime,inherit=runtime excalibur-logger 1.2 - - - runtime,inherit=runtime excalibur-sourceresolve 2.0 - - - runtime,inherit=runtime commons-collections 2.1 - - - runtime,inherit=runtime excalibur-component 1.3 - - - runtime,inherit=runtime excalibur-testcase 1.3 excalibur-component - - runtime,inherit=runtime excalibur-compatibility 1.2 - - - runtime,inherit=runtime excalibur-pool-api 2.0 excalibur-pool - - runtime,inherit=runtime excalibur-pool-impl 2.0 excalibur-pool - - runtime,inherit=runtime excalibur-pool-instrumented 2.0 excalibur-pool - - runtime,inherit=runtime excalibur-instrument 1.2 - - - runtime,inherit=runtime excalibur-i18n 1.2.0-dev - - - runtime,inherit=runtime excalibur-fortress-container-api 1.2 excalibur-fortress - - runtime,inherit=runtime excalibur-fortress-meta 1.2 excalibur-fortress - - runtime,inherit=runtime qdox 1.1 - - - runtime,inherit=runtime 1.6 +5 -71 avalon-excalibur/monitor/build.xml 1.1 avalon-excalibur/pool/api/dependencies.list Index: dependencies.list =================================================================== # Dependencies # # artifact-id version groupid repository gumpid gumpopts # avalon-framework-api 4.1.5 avalon-framework - - runtime,inherit=runtime 1.3 +5 -71 avalon-excalibur/pool/api/build.xml 1.1 avalon-excalibur/pool/impl/dependencies.list Index: dependencies.list =================================================================== # Dependencies # # artifact-id version groupid repository gumpid gumpopts # excalibur-pool-api 2.0 excalibur-pool - - runtime,inherit=runtime avalon-framework-api 4.1.5 avalon-framework - - runtime,inherit=runtime avalon-framework-impl 4.1.5 avalon-framework - - runtime,inherit=runtime commons-collections 2.1 - - - runtime,inherit=runtime concurrent 1.3.1 - - - runtime,inherit=runtime junitperf 1.8 - - - runtime,inherit=runtime 1.3 +5 -71 avalon-excalibur/pool/impl/build.xml 1.1 avalon-excalibur/pool/instrumented/dependencies.list Index: dependencies.list =================================================================== # Dependencies # # artifact-id version groupid repository gumpid gumpopts # excalibur-pool-api 2.0 excalibur-pool - - runtime,inherit=runtime excalibur-pool-impl 2.0 excalibur-pool - - runtime,inherit=runtime avalon-framework-api 4.1.5 avalon-framework - - runtime,inherit=runtime avalon-framework-impl 4.1.5 avalon-framework - - runtime,inherit=runtime commons-collections 2.1 - - - runtime,inherit=runtime concurrent 1.3.1 - - - runtime,inherit=runtime junitperf 1.8 - - - runtime,inherit=runtime excalibur-instrument 1.2 - - - runtime,inherit=runtime 1.3 +5 -71 avalon-excalibur/pool/instrumented/build.xml 1.1 avalon-excalibur/site/dependencies.list Index: dependencies.list =================================================================== # Dependencies # # artifact-id version groupid repository gumpid gumpopts # 1.1 avalon-excalibur/sourceresolve/dependencies.list Index: dependencies.list =================================================================== # Dependencies # # artifact-id version groupid repository gumpid gumpopts # avalon-framework 4.1.4 framework http://www.apache.org/dist/avalon - runtime,inherit=runtime commons-httpclient 2.0-rc2 - - - runtime,inherit=runtime jsse 1.0.3_02 - - - runtime,inherit=runtime commons-logging 1.0.2 - - - runtime,inherit=runtime excalibur-fortress-container-api 1.2 excalibur-fortress - - runtime,inherit=runtime excalibur-fortress-meta 1.2 excalibur-fortress - - runtime,inherit=runtime qdox 1.1 - - - runtime,inherit=runtime 1.7 +5 -71 avalon-excalibur/sourceresolve/build.xml 1.1 avalon-excalibur/store/dependencies.list Index: dependencies.list =================================================================== # Dependencies # # artifact-id version groupid repository gumpid gumpopts # avalon-framework 4.1.5 framework http://www.apache.org/dist/avalon - runtime,inherit=runtime excalibur-instrument 1.2 - - - runtime,inherit=runtime jisp 2.5.1 - - - runtime,inherit=runtime concurrent 1.3.1 - - - runtime,inherit=runtime excalibur-fortress-container-api 1.2 excalibur-fortress - - runtime,inherit=runtime excalibur-fortress-meta 1.2 excalibur-fortress - - runtime,inherit=runtime qdox 1.1 - - - runtime,inherit=runtime 1.7 +5 -71 avalon-excalibur/store/build.xml 1.1 avalon-excalibur/testcase/dependencies.list Index: dependencies.list =================================================================== # Dependencies # # artifact-id version groupid repository gumpid gumpopts # avalon-logkit 2.0 - - - runtime,inherit=runtime avalon-framework 4.1.4 framework http://www.apache.org/dist/avalon - runtime,inherit=runtime excalibur-logger 1.2 - - - runtime,inherit=runtime excalibur-component 1.3 - - - runtime,inherit=runtime junit 3.8 - - - runtime,inherit=runtime 1.3 +5 -71 avalon-excalibur/testcase/build.xml 1.1 avalon-excalibur/thread/api/dependencies.list Index: dependencies.list =================================================================== # Dependencies # # artifact-id version groupid repository gumpid gumpopts # avalon-framework-api 4.1.5 avalon-framework - - runtime,inherit=runtime 1.3 +5 -71 avalon-excalibur/thread/api/build.xml 1.1 avalon-excalibur/thread/impl/dependencies.list Index: dependencies.list =================================================================== # Dependencies # # artifact-id version groupid repository gumpid gumpopts # avalon-framework-api 4.1.5 avalon-framework - - runtime,inherit=runtime avalon-framework-impl 4.1.5 avalon-framework - - runtime,inherit=runtime excalibur-thread-api 2.0 excalibur-thread - - runtime,inherit=runtime excalibur-pool-api 2.0 excalibur-pool - - runtime,inherit=runtime excalibur-pool-impl 2.0 excalibur-pool - - runtime,inherit=runtime commons-collections 2.1 - - - runtime,inherit=runtime concurrent 1.3.1 - - - runtime,inherit=runtime 1.3 +5 -71 avalon-excalibur/thread/impl/build.xml 1.1 avalon-excalibur/thread/instrumented/dependencies.list Index: dependencies.list =================================================================== # Dependencies # # artifact-id version groupid repository gumpid gumpopts # avalon-framework-api 4.1.5 avalon-framework - - runtime,inherit=runtime avalon-framework-impl 4.1.5 avalon-framework - - runtime,inherit=runtime excalibur-thread-api 2.0 excalibur-thread - - runtime,inherit=runtime excalibur-thread-impl 2.0 excalibur-thread - - runtime,inherit=runtime excalibur-pool-api 2.0 excalibur-pool - - runtime,inherit=runtime excalibur-pool-impl 2.0 excalibur-pool - - runtime,inherit=runtime excalibur-pool-instrumented 2.0 excalibur-pool - - runtime,inherit=runtime commons-collections 2.1 - - - runtime,inherit=runtime concurrent 1.3.1 - - - runtime,inherit=runtime excalibur-instrument 1.2 - - - runtime,inherit=runtime 1.3 +5 -71 avalon-excalibur/thread/instrumented/build.xml 1.1 avalon-excalibur/xmlutil/dependencies.list Index: dependencies.list =================================================================== # Dependencies # # artifact-id version groupid repository gumpid gumpopts # saxon 6.5.3 - - - runtime,inherit=runtime saxon7 7.9.1 - - - runtime,inherit=runtime saxon7-jdom 7.9.1 saxon7 - - runtime,inherit=runtime saxon7-sql 7.9.1 saxon7 - - runtime,inherit=runtime xml-resolver 1.1 - - - runtime,inherit=runtime avalon-framework 4.1.5 framework http://www.apache.org/dist/avalon - runtime,inherit=runtime excalibur-logger 1.2 - - - runtime,inherit=runtime avalon-logkit 2.0 - - - runtime,inherit=runtime excalibur-component 1.3 - - - runtime,inherit=runtime excalibur-pool-api 2.0 excalibur-pool - - runtime,inherit=runtime excalibur-pool-impl 2.0 excalibur-pool - - runtime,inherit=runtime excalibur-pool-instrumented 2.0 excalibur-pool - - runtime,inherit=runtime excalibur-instrument 1.2 - - - runtime,inherit=runtime excalibur-sourceresolve 2.0 - - - runtime,inherit=runtime excalibur-store 1.0 - - - runtime,inherit=runtime xerces 2.4.0 - - - runtime,inherit=runtime xml-apis 1.0.b2 - - - runtime,inherit=runtime xalan 2.4.1 - - - runtime,inherit=runtime saxpath 1.0-FCS - - - runtime,inherit=runtime jaxen 1.0-FCS-full - - - runtime,inherit=runtime commons-collections 2.1 - - - runtime,inherit=runtime excalibur-testcase 1.3 excalibur-component - - runtime,inherit=runtime excalibur-i18n 1.2.0-dev - - - runtime,inherit=runtime jtidy 4aug2000r7-dev - - - runtime,inherit=runtime excalibur-fortress-container-api 1.2 excalibur-fortress - - runtime,inherit=runtime excalibur-fortress-meta 1.2 excalibur-fortress - - runtime,inherit=runtime qdox 1.1 - - - runtime,inherit=runtime 1.7 +5 -71 avalon-excalibur/xmlutil/build.xml
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]