blob: 883f01f42da1f75b9b85c3ef46f93bb43f1bbb43 [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-fmt</id>
<groupId>commons-jelly</groupId>
<name>commons-jelly-tags-fmt</name>
<package>org.apache.commons.jelly.tags.fmt</package>
<description>
The Jelly JSP Standard Tag Library (JSTL) for I18N and Formatting
</description>
<shortDescription>Commons Jelly FMT Tag Library</shortDescription>
<url>http://jakarta.apache.org/commons/sandbox/jelly/tags/fmt/</url>
<siteDirectory>/www/jakarta.apache.org/commons/sandbox/jelly/fmt/</siteDirectory>
<distributionDirectory>/www/jakarta.apache.org/builds/jakarta-commons-sandbox/jelly/tags/fmt</distributionDirectory>
<repository>
<connection>scm:cvs:pserver:anoncvs@cvs.apache.org:/home/cvspublic:jakarta-commons-sandbox/jelly/jelly-tags/fmt/</connection>
<url>http://cvs.apache.org/viewcvs/jakarta-commons-sandbox/jelly/jelly-tags/fmt/</url>
</repository>
<dependencies>
&commonDeps;
<!-- START for compilation -->
<dependency>
<id>commons-jelly</id>
<version>SNAPSHOT</version>
</dependency>
<!-- END for compilation -->
<!-- below for testing, pulled in by ant taglib -->
<dependency>
<id>commons-jelly+tags-ant</id>
<version>SNAPSHOT</version>
</dependency>
<dependency>
<id>ant</id>
<version>1.5.1</version>
</dependency>
<dependency>
<id>commons-grant</id>
<version>1.0-beta-4</version>
</dependency>
<dependency>
<id>commons-jelly+tags-beanshell</id>
<version>SNAPSHOT</version>
</dependency>
<dependency>
<id>commons-jelly+tags-junit</id>
<version>SNAPSHOT</version>
<url>http://jakarta.apache.org/commons/sandbox/jelly/tags/log/</url>
</dependency>
<dependency>
<id>bsh</id>
<version>1.2-b3</version>
</dependency>
</dependencies>
</project>