You are viewing a plain text version of this content. The canonical link for it is here.
Posted to server-dev@james.apache.org by ba...@apache.org on 2008/08/12 01:02:00 UTC

svn commit: r684974 - in /james/server/trunk: core-function/ core-function/src/main/java/org/apache/james/util/scheduler/ core-library/ core-library/src/main/java/org/apache/james/util/ core-library/src/main/java/org/apache/james/util/mail/ core-librar...

Author: bago
Date: Mon Aug 11 16:02:00 2008
New Revision: 684974

URL: http://svn.apache.org/viewvc?rev=684974&view=rev
Log:
Moved util.scheduler to core-function (it is unused code.. maybe we should delete it)

Added:
    james/server/trunk/core-function/src/main/java/org/apache/james/util/scheduler/
      - copied from r684968, james/server/trunk/core-library/src/main/java/org/apache/james/util/scheduler/
    james/server/trunk/core-function/src/main/java/org/apache/james/util/scheduler/SchedulerNotifyInputStream.java
      - copied unchanged from r684973, james/server/trunk/core-library/src/main/java/org/apache/james/util/scheduler/SchedulerNotifyInputStream.java
    james/server/trunk/core-function/src/main/java/org/apache/james/util/scheduler/SchedulerNotifyOutputStream.java
      - copied unchanged from r684973, james/server/trunk/core-library/src/main/java/org/apache/james/util/scheduler/SchedulerNotifyOutputStream.java
Removed:
    james/server/trunk/core-library/src/main/java/org/apache/james/util/mail/
    james/server/trunk/core-library/src/main/java/org/apache/james/util/package.html
    james/server/trunk/core-library/src/main/java/org/apache/james/util/scheduler/
Modified:
    james/server/trunk/core-function/pom.xml
    james/server/trunk/core-library/pom.xml

Modified: james/server/trunk/core-function/pom.xml
URL: http://svn.apache.org/viewvc/james/server/trunk/core-function/pom.xml?rev=684974&r1=684973&r2=684974&view=diff
==============================================================================
--- james/server/trunk/core-function/pom.xml (original)
+++ james/server/trunk/core-function/pom.xml Mon Aug 11 16:02:00 2008
@@ -124,12 +124,10 @@
       <groupId>org.apache.excalibur.components</groupId>
       <artifactId>excalibur-datasource</artifactId>
     </dependency>
-    <!-- 
     <dependency>
       <groupId>org.apache.avalon.cornerstone.scheduler</groupId>
       <artifactId>cornerstone-scheduler-api</artifactId>
     </dependency>
-     -->
     <dependency>
       <groupId>org.apache.avalon.cornerstone.store</groupId>
       <artifactId>cornerstone-store-api</artifactId>

Modified: james/server/trunk/core-library/pom.xml
URL: http://svn.apache.org/viewvc/james/server/trunk/core-library/pom.xml?rev=684974&r1=684973&r2=684974&view=diff
==============================================================================
--- james/server/trunk/core-library/pom.xml (original)
+++ james/server/trunk/core-library/pom.xml Mon Aug 11 16:02:00 2008
@@ -78,10 +78,6 @@
       <artifactId>cornerstone-sockets-api</artifactId>
     </dependency>
     <dependency>
-      <groupId>org.apache.avalon.cornerstone.scheduler</groupId>
-      <artifactId>cornerstone-scheduler-api</artifactId>
-    </dependency>
-    <dependency>
       <groupId>org.apache.avalon.cornerstone.store</groupId>
       <artifactId>cornerstone-store-api</artifactId>
     </dependency>



---------------------------------------------------------------------
To unsubscribe, e-mail: server-dev-unsubscribe@james.apache.org
For additional commands, e-mail: server-dev-help@james.apache.org