Adding Trigger interface and the IntervalTrigger and CronTrigger implementations.

This commit is contained in:
Mark Fisher
2008-09-24 14:59:32 +00:00
parent de10530387
commit 98b32a9516
6 changed files with 189 additions and 1 deletions

View File

@@ -26,6 +26,7 @@
<dependency org="org.springframework" name="org.springframework.context" rev="2.5.5.A" conf="compile->runtime"/>
<dependency org="org.springframework" name="org.springframework.transaction" rev="2.5.5.A" conf="compile->runtime"/>
<dependency org="org.springframework" name="org.springframework.test" rev="2.5.5.A" conf="test->runtime"/>
<dependency org="com.opensymphony.quartz" name="com.springsource.org.quartz" rev="1.6.0" conf="compile->runtime"/>
</dependencies>
</ivy-module>