blob: 0985c7638bba2e56c1b6f1708d1008dc0bc6b4d8 [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-soap</id>
<name>commons-jelly-tags-soap</name>
<package>org.apache.commons.jelly.tags.soap</package>
<description>
This is a Jelly interface for SOAP.
</description>
<shortDescription>Commons Jelly SOAP Tag Library</shortDescription>
<siteDirectory>/www/jakarta.apache.org/commons/sandbox/jelly/tags/soap</siteDirectory>
<distributionDirectory>/www/jakarta.apache.org/builds/jakarta-commons-sandbox/jelly/tags/soap</distributionDirectory>
<repository>
<connection>scm:cvs:pserver:anoncvs@cvs.apache.org:/home/cvspublic:jakarta-commons-sandbox/jelly/jelly-tags/soap/</connection>
<url>http://cvs.apache.org/viewcvs/jakarta-commons-sandbox/jelly/jelly-tags/soap/</url>
</repository>
<dependencies>
&commonDeps;
<!-- START for compilation -->
<dependency>
<id>commons-jelly</id>
<version>SNAPSHOT</version>
</dependency>
<dependency>
<id>axis</id>
<version>1.0</version>
</dependency>
<dependency>
<id>jaxrpc</id>
<version>1.0</version>
</dependency>
<dependency>
<id>saaj</id>
<version>1.1</version>
</dependency>
<!-- START for running demos -->
<dependency>
<id>commons-cli</id>
<version>SNAPSHOT</version>
</dependency>
<dependency>
<id>commons-discovery</id>
<version>SNAPSHOT</version>
</dependency>
<dependency>
<id>servletapi</id>
<version>2.3</version>
</dependency>
<!-- END for running demos -->
</dependencies>
</project>