Needed updating for the command move. There was also the bit about mpool
being commented out due to a recursive dependency on command. This patch
removes that, I'm not sure if that's right.
Tell me to stop if needed :)
-pete
--
peter royal -> [EMAIL PROTECTED]
Index: build.xml
===================================================================
RCS file: /home/cvspublic/jakarta-avalon-excalibur/all/build.xml,v
retrieving revision 1.134
diff -u -r1.134 build.xml
--- build.xml 9 Apr 2002 12:43:25 -0000 1.134
+++ build.xml 12 Apr 2002 02:44:17 -0000
@@ -283,7 +283,7 @@
deprecation="${build.deprecation}"
target="1.2">
<classpath refid="project.class.path" />
- <exclude name="**/mpool/**"/> <!-- Still has recursive dep on command -->
+ <!-- <exclude name="**/mpool/**"/> Still has recursive dep on command -->
<exclude name="org/apache/avalon/excalibur/source/SourceResolverImpl.java"/> <!-- Recursive dep on Fortress -->
<exclude name="**/test/**"/>
</javac>
Index: src/scratchpad/org/apache/avalon/excalibur/mpool/DefaultPoolManager.java
===================================================================
RCS file: /home/cvspublic/jakarta-avalon-excalibur/all/src/scratchpad/org/apache/avalon/excalibur/mpool/DefaultPoolManager.java,v
retrieving revision 1.4
diff -u -r1.4 DefaultPoolManager.java
--- src/scratchpad/org/apache/avalon/excalibur/mpool/DefaultPoolManager.java 26 Mar 2002 10:45:22 -0000 1.4
+++ src/scratchpad/org/apache/avalon/excalibur/mpool/DefaultPoolManager.java 12 Apr 2002 02:44:18 -0000
@@ -10,8 +10,8 @@
import java.util.Iterator;
import java.util.Random;
import org.apache.avalon.excalibur.collections.BucketMap;
-import org.apache.avalon.excalibur.command.RepeatedCommand;
import org.apache.avalon.excalibur.event.Queue;
+import org.apache.avalon.excalibur.event.command.RepeatedCommand;
/**
* This interface is for a PoolManager that creates pools that are managed
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>