<project xmlns="http://maven.apache.org/POM/4.0.0"
  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
                      http://maven.apache.org/xsd/maven-4.0.0.xsd">
    <modelVersion>4.0.0</modelVersion>
    <groupId>net.java.dev.laf-widget</groupId>
    <artifactId>ant-tasks</artifactId>
    <version>2.1</version>
    <packaging>jar</packaging>
    <name>Laf-Widget</name>
    <url>https://laf-widget.dev.java.net/</url>
    <description>Laf-Plugin provides support for common "feel" widgets in look-and-feel libraries(usefull ant tasks for that)</description>
    <scm>
	<url>https://laf-widget.dev.java.net/source/browse/laf-widget/</url>
	<connection>scm:cvs:pserver:guest@cvs.dev.java.net:/cvs:laf-widget</connection>
    </scm>
    <licenses>
        <license>
            <name>Berkeley Software Distribution (BSD) License</name>
            <url>http://www.opensource.org/licenses/bsd-license.html</url>
            <distribution>repo</distribution>
        </license>
    </licenses>
    <dependencies>
	<dependency>
	    <groupId>ant</groupId>
	    <artifactId>ant</artifactId>
	    <version>1.6</version>
	    <scope>compile</scope>
	</dependency>
	<dependency>
	    <groupId>asm</groupId>
	    <artifactId>asm-commons</artifactId>
	    <version>2.2.3</version>
	    <scope>compile</scope>
	</dependency>
    </dependencies>
</project>
