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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to