Maven Repository - POM file for Build ant-contrib 1.0b3 1.0b3

Summary

Ant-Contrib Tasks.

A collection of tasks (and at one point maybe types and other tools) for Apache Ant.

Declaration

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.

License


URL: http://ant-contrib.sourceforge.net/tasks/LICENSE.txt.





Packages

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




POM File Source

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>