leif 02/04/09 22:33:56
Modified: . build.xml
Log:
Modify ResourceLimitingPool to implement Instrumentable.
Revision Changes Path
1.147 +6 -6 jakarta-avalon-excalibur/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/jakarta-avalon-excalibur/build.xml,v
retrieving revision 1.146
retrieving revision 1.147
diff -u -r1.146 -r1.147
--- build.xml 10 Apr 2002 03:07:20 -0000 1.146
+++ build.xml 10 Apr 2002 05:33:56 -0000 1.147
@@ -25,9 +25,9 @@
<ant dir="logger" target="dist"/>
<!-- Sub projects with dependencies. -->
- <ant dir="pool" target="dist"/> <!-- collections,
concurrent -->
- <ant dir="thread" target="dist"/> <!-- lang, pool -->
- <ant dir="component" target="dist"/> <!-- collections,
logger, pool -->
+ <ant dir="pool" target="dist"/> <!-- collections,
concurrent, instrument -->
+ <ant dir="thread" target="dist"/> <!-- lang, instrument,
pool -->
+ <ant dir="component" target="dist"/> <!-- collections,
logger, instrument, pool -->
<ant dir="util" target="dist"/> <!-- component -->
<ant dir="testcase" target="dist"/> <!-- logger, component
-->
<ant dir="event" target="dist"/> <!-- collections,
concurrent -->
@@ -174,9 +174,9 @@
<ant dir="logger" target="jar"/>
<!-- Sub projects with dependencies. -->
- <ant dir="pool" target="jar"/> <!-- collections,
concurrent -->
- <ant dir="thread" target="jar"/> <!-- lang, pool -->
- <ant dir="component" target="jar"/> <!-- collections,
logger, pool -->
+ <ant dir="pool" target="jar"/> <!-- collections,
concurrent, instrument -->
+ <ant dir="thread" target="jar"/> <!-- lang, instrument,
pool -->
+ <ant dir="component" target="jar"/> <!-- collections,
logger, instrument, pool -->
<ant dir="util" target="jar"/> <!-- component -->
<ant dir="testcase" target="jar"/> <!-- logger, component
-->
<ant dir="event" target="jar"/> <!-- collections,
concurrent -->
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>