blob: 4fd9fff3972ada9c842e50c960ff79a5540b983e [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-xmlunit</id>
<name>commons-jelly-tags-xmlunit</name>
<package>org.apache.commons.jelly.tags.xmlunit</package>
<description>
This is a Jelly interface for unit testing XML applications.
</description>
<shortDescription>Commons Jelly XMLUnit Tag Library</shortDescription>
<url>http://jakarta.apache.org/commons/sandbox/jelly/tags/xmlunit/</url>
<siteDirectory>/www/jakarta.apache.org/commons/sandbox/jelly/tags/xmlunit/</siteDirectory>
<distributionDirectory>/www/jakarta.apache.org/builds/jakarta-commons-sandbox/jelly/tags/xmlunit</distributionDirectory>
<repository>
<connection>scm:cvs:pserver:anoncvs@cvs.apache.org:/home/cvspublic:jakarta-commons-sandbox/jelly/jelly-tags/xmlunit/</connection>
<url>http://cvs.apache.org/viewcvs/jakarta-commons-sandbox/jelly/jelly-tags/xmlunit/</url>
</repository>
<dependencies>
&commonDeps;
<!-- START for compilation -->
<dependency>
<id>commons-jelly</id>
<version>SNAPSHOT</version>
</dependency>
<dependency>
<id>xmlunit</id>
<version>0.8</version>
</dependency>
<!-- for some reason I had to add this in or the 1.3.1 compiler barfed -->
<dependency>
<id>junit</id>
<version>3.8.1</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-xml</id>
<version>SNAPSHOT</version>
</dependency>
<dependency>
<id>xalan</id>
<version>2.3.1</version>
<url>http://xml.apache.org/xalan-j/</url>
</dependency>
<!-- END for testing -->
</dependencies>
</project>