Changeset 308:f6a19058671e


Ignore:
Timestamp:
09/06/11 21:25:05 (5 months ago)
Author:
delmitz
Branch:
default
Convert:
svn:7c3792e6-d75b-4784-96a6-b298f655ee64/trunk@2742
Message:

removed cron auto register.

Location:
kraken-ntp
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • kraken-ntp/pom.xml

    r274 r308  
    6666                </dependency> 
    6767                <dependency> 
    68                         <groupId>org.krakenapps</groupId> 
    69                         <artifactId>kraken-cron</artifactId> 
    70                         <version>1.5.0</version> 
    71                         <optional>true</optional> 
    72                 </dependency> 
    73                 <dependency> 
    7468                        <groupId>org.apache.felix</groupId> 
    7569                        <artifactId>org.apache.felix.ipojo.annotations</artifactId> 
  • kraken-ntp/src/main/java/org/krakenapps/ntp/impl/NtpClientImpl.java

    r274 r308  
    3030import org.apache.felix.ipojo.annotations.Provides; 
    3131import org.apache.felix.ipojo.annotations.Requires; 
    32 import org.krakenapps.cron.PeriodicJob; 
    3332import org.krakenapps.ntp.NtpClient; 
    3433import org.osgi.service.prefs.BackingStoreException; 
     
    4241 */ 
    4342@Component(name = "ntp-client") 
    44 @PeriodicJob(value = "0 * * * *") 
    4543@Provides 
    4644public class NtpClientImpl implements NtpClient, Runnable { 
Note: See TracChangeset for help on using the changeset viewer.