Ant-Contrib Tasks.
A collection of tasks (and at one point maybe types and other tools) for Apache Ant.
Here is the list of declaration for ant-contrib. If you use Maven you can use the following code to add the dependency for this POM file.
<dependency> <groupId>ant-contrib</groupId> <artifactId>ant-contrib</artifactId> <version>1.0b3</version> </dependency>
If you think this Maven repository POM file listing for ant-contrib is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
URL: http://ant-contrib.sourceforge.net/tasks/LICENSE.txt.
The following packages are defined in the ant-contrib-1.0b3.jar
net.sf.antcontrib net.sf.antcontrib.antclipse net.sf.antcontrib.antserver net.sf.antcontrib.antserver.client net.sf.antcontrib.antserver.commands net.sf.antcontrib.antserver.server net.sf.antcontrib.design net.sf.antcontrib.inifile net.sf.antcontrib.input net.sf.antcontrib.logic net.sf.antcontrib.logic.condition net.sf.antcontrib.math net.sf.antcontrib.net net.sf.antcontrib.net.httpclient net.sf.antcontrib.perf net.sf.antcontrib.platform net.sf.antcontrib.process net.sf.antcontrib.property net.sf.antcontrib.util net.sf.antcontrib.walls
Here is the content of the POM file.
<project> <modelVersion>4.0.0</modelVersion> <groupId>ant-contrib</groupId> <artifactId>ant-contrib</artifactId> <packaging>jar</packaging> <name>Ant-Contrib Tasks</name> <version>1.0b3</version> <url>http://ant-contrib.sourceforge.net</url> <licenses> <license> <url>http://ant-contrib.sourceforge.net/tasks/LICENSE.txt</url> </license> </licenses> <scm> <url>https://svn.sourceforge.net/svnroot/ant-contrib ant-contrib</url> </scm> <description>A collection of tasks (and at one point maybe types and other tools) for Apache Ant</description> <dependencies> <dependency> <groupId>ant</groupId> <artifactId>ant</artifactId> <version>1.5</version> </dependency> </dependencies> </project>