Author: akarasulu
Date: Sun Jul 4 02:33:16 2004
New Revision: 22554
Added:
incubator/directory/eve/branches/consolidation2/frontend/impl/src/java/org/apache/eve/buffer/BufferPoolMonitorAdapter.java
- copied unchanged from rev 22553, incubator/directory/eve/branches/consolidation2/frontend/api/src/java/org/apache/eve/buffer/BufferPoolMonitorAdapter.java
Removed:
incubator/directory/eve/branches/consolidation2/frontend/api/src/java/org/apache/eve/buffer/BufferPoolMonitorAdapter.java
Modified:
incubator/directory/eve/branches/consolidation2/frontend/api/project.xml
Log:
Commit changes ...
o since there are no unit tests in api removed junit from deps list
o moved the buffer pools simple monitor adapter to impl prj even though it
did not impose any deps: this was done because all other adapters for comps
are within the impl project
Modified: incubator/directory/eve/branches/consolidation2/frontend/api/project.xml
==============================================================================
--- incubator/directory/eve/branches/consolidation2/frontend/api/project.xml (original)
+++ incubator/directory/eve/branches/consolidation2/frontend/api/project.xml Sun Jul 4 02:33:16
2004
@@ -17,13 +17,6 @@
</description>
<dependencies>
- <dependency>
- <groupId>junit</groupId>
- <artifactId>junit</artifactId>
- <version>3.8.1</version>
- <url>http://junit.org</url>
- </dependency>
-
<!-- We need to get rid of this dependency on commons-codec -->
<dependency>
<groupId>commons-codec</groupId>
|