blob: e15c4a2ac1dcabe20f8e433b54055d3ed594a28a [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>
<!--
BRITTLE! must include ${basedir} location or Maven will
not run this script outside of the base directory
-->
<extend>${basedir}/../tag-project.xml</extend>
<id>commons-jelly-tags-ant</id>
<name>commons-jelly-tags-ant</name>
<package>org.apache.commons.jelly.tags.ant</package>
<description>
This is a Jelly interface for Ant.
</description>
<shortDescription>Commons Jelly Ant Tag Library</shortDescription>
<siteDirectory>/www/jakarta.apache.org/commons/sandbox/jelly/tags/ant</siteDirectory>
<distributionDirectory>/www/jakarta.apache.org/builds/jakarta-commons-sandbox/jelly/tags/ant</distributionDirectory>
<repository>
<connection>scm:cvs:pserver:anoncvs@cvs.apache.org:/home/cvspublic:jakarta-commons-sandbox/jelly/jelly-tags/ant/</connection>
<url>http://cvs.apache.org/viewcvs/jakarta-commons-sandbox/jelly/jelly-tags/ant/</url>
</repository>
<dependencies>
&commonDeps;
<!-- START for compilation -->
<dependency>
<id>commons-jelly</id>
<version>SNAPSHOT</version>
</dependency>
<dependency>
<id>ant</id>
<version>1.5.1</version>
</dependency>
<dependency>
<id>ant+optional</id>
<version>dev</version>
<version>1.5.1</version>
</dependency>
<dependency>
<id>commons-grant</id>
<version>1.0-beta-4</version>
</dependency>
<!-- END for compilation -->
<!-- START for testing -->
<dependency>
<id>commons-jelly+tags-junit</id>
<version>SNAPSHOT</version>
<url>http://jakarta.apache.org/commons/sandbox/jelly/tags/log/</url>
</dependency>
<dependency>
<id>commons-jelly+tags-util</id>
<version>SNAPSHOT</version>
</dependency>
<!-- END for testing -->
<!-- START for running demos -->
<dependency>
<id>commons-cli</id>
<version>SNAPSHOT</version>
</dependency>
<!-- END for running demos -->
</dependencies>
</project>