blob: dbb1a80abe20088f9ef5ee09c1abe58a4c2566d5 [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE project [
<!--
see file "file:../../commonDependencies.ent" for explanation of Jelly dependencies
BRITTLE! cannot explicitly include 'file:' protocol below or Maven will
not run this script outside of the base directory
-->
<!ENTITY commonDeps SYSTEM "file:../../commonDependencies.ent">
]>
<project>
<extend>${basedir}/../tag-project.xml</extend>
<id>commons-jelly-tags-quartz</id>
<name>commons-jelly-tags-quartz</name>
<package>org.apache.commons.jelly.tags.quartz</package>
<description>
This is a Jelly interface for the Quartz Scheduler.
</description>
<shortDescription>Commons Jelly Quartz Tag Library</shortDescription>
<siteDirectory>/www/jakarta.apache.org/commons/sandbox/jelly/tags/quartz</siteDirectory>
<distributionDirectory>/www/jakarta.apache.org/builds/jakarta-commons-sandbox/jelly/tags/quartz</distributionDirectory>
<repository>
<connection>scm:cvs:pserver:anoncvs@cvs.apache.org:/home/cvspublic:jakarta-commons-sandbox/jelly/jelly-tags/quartz/</connection>
<url>http://cvs.apache.org/viewcvs/jakarta-commons-sandbox/jelly/jelly-tags/quartz/</url>
</repository>
<dependencies>
&commonDeps;
<!-- START for compilation -->
<dependency>
<id>commons-jelly</id>
<version>SNAPSHOT</version>
</dependency>
<dependency>
<id>quartz</id>
<version>1.0.2</version>
</dependency>
<!-- END for compilation -->
<!-- START for running demos -->
<dependency>
<id>commons-cli</id>
<version>SNAPSHOT</version>
</dependency>
<dependency>
<id>log4j</id>
<version>1.2.5</version>
</dependency>
<!-- END for running demos -->
</dependencies>
</project>