blob: 831dd0281aca6694b66efd4ef89eb4a0d5f47522 [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-jetty</id>
<name>commons-jelly-tags-jetty</name>
<package>org.apache.commons.jelly.tags.jetty</package>
<description>
These are Jelly tags that can set up an in-process web server.
</description>
<shortDescription>Commons Jelly Jetty Tag Library</shortDescription>
<url>http://jakarta.apache.org/commons/sandbox/jelly/tags/jetty/</url>
<siteDirectory>/www/jakarta.apache.org/commons/sandbox/jelly/tags/jetty/</siteDirectory>
<distributionDirectory>/www/jakarta.apache.org/builds/jakarta-commons-sandbox/jelly/tags/jetty</distributionDirectory>
<repository>
<connection>scm:cvs:pserver:anoncvs@cvs.apache.org:/home/cvspublic:jakarta-commons-sandbox/jelly/jelly-tags/jetty/</connection>
<url>http://cvs.apache.org/viewcvs/jakarta-commons-sandbox/jelly/jelly-tags/jetty/</url>
</repository>
<dependencies>
&commonDeps;
<!-- START for compilation -->
<dependency>
<id>commons-jelly</id>
<version>SNAPSHOT</version>
</dependency>
<!-- http taglib -->
<dependency>
<id>commons-httpclient</id>
<version>SNAPSHOT</version>
</dependency>
<dependency>
<id>jetty</id>
<version>4.2.3</version>
</dependency>
<!-- END for compilation -->
<!-- for testing -->
<dependency>
<id>commons-jelly+tags-http</id>
<version>SNAPSHOT</version>
</dependency>
<!-- END for testing -->
<!-- for runtime -->
<dependency>
<id>servletapi</id>
<version>2.2</version>
<url>http://jakarta.apache.org/tomcat/</url>
</dependency>
<!-- END for runtime -->
</dependencies>
</project>