1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42
|
Source: libquartz-java
Section: java
Priority: optional
Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Uploaders:
Varun Hiremath <varun@debian.org>,
Torsten Werner <twerner@debian.org>,
tony mancill <tmancill@debian.org>
Build-Depends:
debhelper (>= 11),
default-jdk,
javahelper,
junit,
libasm-java (>= 5.0),
libcommons-dbcp-java,
libcommons-logging-java,
libcommons-validator-java,
libgeronimo-ejb-3.2-spec-java,
libgeronimo-jms-1.1-spec-java,
libgeronimo-jta-1.2-spec-java,
libhamcrest-java,
libmail-java,
libservlet3.1-java,
maven-debian-helper (>= 1.4)
Standards-Version: 4.2.1
Vcs-Git: https://salsa.debian.org/java-team/libquartz-java.git
Vcs-Browser: https://salsa.debian.org/java-team/libquartz-java
Homepage: http://quartz-scheduler.org
Package: libquartz-java
Architecture: all
Depends: ${maven:Depends}, ${misc:Depends}
Suggests: ${maven:OptionalDepends}
Description: open source job scheduling system
Quartz is a full-featured, open source job scheduling system that can
be integrated with, or used along side virtually any J2EE or J2SE
application - from the smallest stand-alone application to the
largest e-commerce system. Quartz can be used to create simple or
complex schedules for executing tens, hundreds, or even
tens-of-thousands of jobs; jobs whose tasks are defined as standard
Java components or EJBs. The Quartz Scheduler includes many
enterprise-class features, such as JTA transactions and clustering.
|