blob: 4f12c3c5bd6eed8ff7d86ea7c303a0e8d1e51d59 [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-http</id>
<name>commons-jelly-tags-http</name>
<package>org.apache.commons.jelly.tags.http</package>
<description>
These are simple Jelly tags that can perform HTTP requests.
</description>
<shortDescription>Commons Jelly HTTP Tag Library</shortDescription>
<url>http://jakarta.apache.org/commons/sandbox/jelly/tags/http/</url>
<siteDirectory>/www/jakarta.apache.org/commons/sandbox/jelly/tags/http</siteDirectory>
<distributionDirectory>/www/jakarta.apache.org/builds/jakarta-commons-sandbox/jelly/tags/http</distributionDirectory>
<repository>
<connection>scm:cvs:pserver:anoncvs@cvs.apache.org:/home/cvspublic:jakarta-commons-sandbox/jelly/jelly-tags/http/</connection>
<url>http://cvs.apache.org/viewcvs/jakarta-commons-sandbox/jelly/jelly-tags/http/</url>
</repository>
<dependencies>
&commonDeps;
<dependency>
<id>commons-jelly</id>
<version>SNAPSHOT</version>
</dependency>
<dependency>
<id>commons-httpclient</id>
<version>SNAPSHOT</version>
</dependency>
<!-- testing -->
<dependency>
<groupId>commons-jelly</groupId>
<artifactId>commons-jelly-tags-define</artifactId>
<version>SNAPSHOT</version>
<url>http://jakarta.apache.org/commons/sandbox/jelly/tags/define/</url>
</dependency>
</dependencies>
</project>