jefft 02/04/04 06:37:33
Modified: . Tag: depchecking dependencies.txt
instrument-manager Tag: depchecking build.xml
default.properties
Log:
Round up another herd of stray deps
Revision Changes Path
No revision
No revision
1.1.2.3 +2 -2 jakarta-avalon-excalibur/Attic/dependencies.txt
Index: dependencies.txt
===================================================================
RCS file: /home/cvs/jakarta-avalon-excalibur/Attic/dependencies.txt,v
retrieving revision 1.1.2.2
retrieving revision 1.1.2.3
diff -u -r1.1.2.2 -r1.1.2.3
--- dependencies.txt 4 Apr 2002 14:22:52 -0000 1.1.2.2
+++ dependencies.txt 4 Apr 2002 14:37:33 -0000 1.1.2.3
@@ -22,12 +22,12 @@
* util -> framework
* baxter -> jmxri.jar
* event -> collections, concurrent
-* all -> collections, concurrent, instrument, event, component, pool, logkit
(recursive on fortress, commented out)
+* all -> collections, concurrent, instrument, event, component, pool,
logkit, logger (recursive on fortress, commented out)
* command -> collections, concurrent, core, framework, event, util, thread,
pool
* component -> logkit, framework, collections, logger, pool
** fortress -> instrument, instrument-manager, framework, testcase, command,
event (recursive on mpool in scratchpad), component (test class), logger, util
instrument-client
-* instrument-manager -> logkit, framework, core, collections, instrument,
altrmi-common (altrmi), altrmi-server-impl, altrmi-server-interfaces
+* instrument-manager -> logkit, logger, framework, core, collections,
instrument, altrmi-common (altrmi), altrmi-server-impl,
altrmi-server-interfaces, component, pool
* logger -> logkit, framework, (testcase)
* thread -> pool, lang, logkit, framework
* pool -> framework, collections, concurrent, logkit
No revision
No revision
1.10.2.5 +18 -0 jakarta-avalon-excalibur/instrument-manager/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/jakarta-avalon-excalibur/instrument-manager/build.xml,v
retrieving revision 1.10.2.4
retrieving revision 1.10.2.5
diff -u -r1.10.2.4 -r1.10.2.5
--- build.xml 4 Apr 2002 13:42:00 -0000 1.10.2.4
+++ build.xml 4 Apr 2002 14:37:33 -0000 1.10.2.5
@@ -21,6 +21,9 @@
<pathelement location="${excalibur-core.jar}"/>
<pathelement location="${excalibur-collections.jar}"/>
<pathelement location="${excalibur-instrument.jar}"/>
+ <pathelement location="${excalibur-logger.jar}"/>
+ <pathelement location="${excalibur-pool.jar}"/>
+ <pathelement location="${excalibur-component.jar}"/>
<pathelement location="${excalibur-altrmi-common.jar}"/>
<pathelement location="${excalibur-altrmi-server-impl.jar}"/>
<pathelement location="${excalibur-altrmi-server-interfaces.jar}"/>
@@ -47,6 +50,21 @@
<property name="name" value="excalibur-instrument.jar"/>
<property name="path" value="${excalibur-instrument.jar}"/>
<property name="proj.home" value="${basedir}/../instrument"/>
+ </ant>
+ <ant antfile="${depchecker.prefix}/depchecker.xml"
target="checkRequiredFile">
+ <property name="name" value="excalibur-logger.jar"/>
+ <property name="path" value="${excalibur-logger.jar}"/>
+ <property name="proj.home" value="${basedir}/../logger"/>
+ </ant>
+ <ant antfile="${depchecker.prefix}/depchecker.xml"
target="checkRequiredFile">
+ <property name="name" value="excalibur-pool.jar"/>
+ <property name="path" value="${excalibur-pool.jar}"/>
+ <property name="proj.home" value="${basedir}/../pool"/>
+ </ant>
+ <ant antfile="${depchecker.prefix}/depchecker.xml"
target="checkRequiredFile">
+ <property name="name" value="excalibur-component.jar"/>
+ <property name="path" value="${excalibur-component.jar}"/>
+ <property name="proj.home" value="${basedir}/../component"/>
</ant>
<ant antfile="${depchecker.prefix}/depchecker.xml"
target="checkRequiredFile">
<property name="name" value="avalon-framework.jar"/>
1.1.2.5 +16 -1
jakarta-avalon-excalibur/instrument-manager/Attic/default.properties
Index: default.properties
===================================================================
RCS file:
/home/cvs/jakarta-avalon-excalibur/instrument-manager/Attic/default.properties,v
retrieving revision 1.1.2.4
retrieving revision 1.1.2.5
diff -u -r1.1.2.4 -r1.1.2.5
--- default.properties 4 Apr 2002 13:42:00 -0000 1.1.2.4
+++ default.properties 4 Apr 2002 14:37:33 -0000 1.1.2.5
@@ -34,10 +34,25 @@
excalibur-collections.lib=${excalibur-collections.home}
excalibur-collections.jar=${excalibur-collections.lib}/excalibur-collections-1.0.jar
-# ----- Excalibur Instrument, version 0.1 or later -----
+# ----- Excalibur instrument, version 0.1 or later -----
excalibur-instrument.home=${basedir}/../instrument/dist
excalibur-instrument.lib=${excalibur-instrument.home}
excalibur-instrument.jar=${excalibur-instrument.lib}/excalibur-instrument-0.1.jar
+
+# ----- Excalibur logger, version 1.0 or later -----
+excalibur-logger.home=${basedir}/../logger/dist
+excalibur-logger.lib=${excalibur-logger.home}
+excalibur-logger.jar=${excalibur-logger.lib}/excalibur-logger-1.0.jar
+
+# ----- Excalibur pool, version 1.0 or later -----
+excalibur-pool.home=${basedir}/../pool/dist
+excalibur-pool.lib=${excalibur-pool.home}
+excalibur-pool.jar=${excalibur-pool.lib}/excalibur-pool-1.0.jar
+
+## ----- Excalibur component, version 1.0 or later -----
+excalibur-component.home=${basedir}/../component/dist
+excalibur-component.lib=${excalibur-component.home}
+excalibur-component.jar=${excalibur-component.lib}/excalibur-component-1.0.jar
# ----- Altrmi -----
excalibur-altrmi.home=${basedir}/../altrmi/dist
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>