diff --git a/src/etc/poms/ant-antlr/pom.xml b/src/etc/poms/ant-antlr/pom.xml new file mode 100644 index 000000000..97c121f41 --- /dev/null +++ b/src/etc/poms/ant-antlr/pom.xml @@ -0,0 +1,28 @@ + + + 4.0.0 + ant + ant-antlr + 1.7.0-SNAPSHOT + antlr specific task. + The implementation forks a java process, therefore the antlr jar file is only needed at runtime + + + ant + ant + 1.7.0-SNAPSHOT + true + compile + + + + antlr + antlr + 2.7.2 + true + compile + + + diff --git a/src/etc/poms/ant-apache-bcel/pom.xml b/src/etc/poms/ant-apache-bcel/pom.xml new file mode 100644 index 000000000..8e7a20811 --- /dev/null +++ b/src/etc/poms/ant-apache-bcel/pom.xml @@ -0,0 +1,23 @@ + + + 4.0.0 + ant + ant-apache-bcel + 1.7.0-SNAPSHOT + + + ant + ant + 1.7.0-SNAPSHOT + compile + + + bcel + bcel + 5.1 + compile + + + diff --git a/src/etc/poms/ant-apache-bsf/pom.xml b/src/etc/poms/ant-apache-bsf/pom.xml new file mode 100644 index 000000000..3df916a33 --- /dev/null +++ b/src/etc/poms/ant-apache-bsf/pom.xml @@ -0,0 +1,23 @@ + + + 4.0.0 + ant + ant-apache-bsf + 1.7.0-SNAPSHOT + + + ant + ant + 1.7.0-SNAPSHOT + compile + + + bsf + bsf + 2.4.0 + compile + + + diff --git a/src/etc/poms/ant-apache-log4j/pom.xml b/src/etc/poms/ant-apache-log4j/pom.xml new file mode 100644 index 000000000..d665b8cd2 --- /dev/null +++ b/src/etc/poms/ant-apache-log4j/pom.xml @@ -0,0 +1,8 @@ + + + 4.0.0 + ant + ant-apache-log4j + 1.7.0-SNAPSHOT + diff --git a/src/etc/poms/ant-apache-oro/pom.xml b/src/etc/poms/ant-apache-oro/pom.xml new file mode 100644 index 000000000..78af3dede --- /dev/null +++ b/src/etc/poms/ant-apache-oro/pom.xml @@ -0,0 +1,23 @@ + + + 4.0.0 + ant + ant-apache-oro + 1.7.0-SNAPSHOT + + + ant + ant + 1.7.0-SNAPSHOT + compile + + + oro + oro + 2.0.8 + compile + + + diff --git a/src/etc/poms/ant-apache-regexp/pom.xml b/src/etc/poms/ant-apache-regexp/pom.xml new file mode 100644 index 000000000..98f3df05b --- /dev/null +++ b/src/etc/poms/ant-apache-regexp/pom.xml @@ -0,0 +1,22 @@ + + + 4.0.0 + ant + ant-apache-regexp + 1.7.0-SNAPSHOT + + + ant + ant + 1.7.0-SNAPSHOT + compile + + + regexp + regexp + 1.3 + compile + + + diff --git a/src/etc/poms/ant-apache-resolver/pom.xml b/src/etc/poms/ant-apache-resolver/pom.xml new file mode 100644 index 000000000..1f95773d7 --- /dev/null +++ b/src/etc/poms/ant-apache-resolver/pom.xml @@ -0,0 +1,22 @@ + + + 4.0.0 + ant + ant-apache-resolver + 1.7.0-SNAPSHOT + + + ant + ant + 1.7.0-SNAPSHOT + compile + + + xml-resolver + xml-resolver + 1.1 + compile + + + diff --git a/src/etc/poms/ant-commons-logging/pom.xml b/src/etc/poms/ant-commons-logging/pom.xml new file mode 100644 index 000000000..3027d2e4b --- /dev/null +++ b/src/etc/poms/ant-commons-logging/pom.xml @@ -0,0 +1,29 @@ + + + 4.0.0 + ant + ant-commons-logging + 1.7.0-SNAPSHOT + Ant Listener based on commons-logging + + + ant + ant + 1.7.0-SNAPSHOT + compile + + + commons-logging + commons-logging-api + 1.0.4 + compile + + + commons-logging + commons-logging + 1.0.4 + runtime + + + diff --git a/src/etc/poms/ant-commons-net/pom.xml b/src/etc/poms/ant-commons-net/pom.xml new file mode 100644 index 000000000..053442184 --- /dev/null +++ b/src/etc/poms/ant-commons-net/pom.xml @@ -0,0 +1,23 @@ + + + 4.0.0 + ant + ant-commons-net + 1.7.0-SNAPSHOT + ftp, rexec and telnet tasks + + + ant + ant + 1.7.0-SNAPSHOT + compile + + + commons-net + commons-net + 1.4.0 + compile + + + diff --git a/src/etc/poms/ant-jai/pom.xml b/src/etc/poms/ant-jai/pom.xml new file mode 100644 index 000000000..8d3586313 --- /dev/null +++ b/src/etc/poms/ant-jai/pom.xml @@ -0,0 +1,33 @@ + + + 4.0.0 + ant + ant-jai + 1.7.0-SNAPSHOT + image task and corresponding types. + jai (Java Advanced Imaging) is not available in public Maven repositories, therefore the dependencies are included with a scope provided + the download URL is http://java.sun.com/products/java-media/jai/ + + + + ant + ant + 1.7.0-SNAPSHOT + compile + + + javax.media + jai-core + 1.1.2_01 + provided + + + jai + jai-codec + 1.1.2.1 + provided + + + diff --git a/src/etc/poms/ant-javamail/pom.xml b/src/etc/poms/ant-javamail/pom.xml new file mode 100644 index 000000000..a1e2143df --- /dev/null +++ b/src/etc/poms/ant-javamail/pom.xml @@ -0,0 +1,31 @@ + + + 4.0.0 + ant + ant-javamail + 1.7.0-SNAPSHOT + implementation of the mail task based on javamail. + Required to send emails to SMTP servers using user/password combinations + or to send mail over SSL + + + ant + ant + 1.7.0-SNAPSHOT + compile + + + javax.mail + mail + 1.4 + compile + + + javax.activation + activation + 1.1 + compile + + + diff --git a/src/etc/poms/ant-jdepend/pom.xml b/src/etc/poms/ant-jdepend/pom.xml new file mode 100644 index 000000000..0d0651d16 --- /dev/null +++ b/src/etc/poms/ant-jdepend/pom.xml @@ -0,0 +1,25 @@ + + + 4.0.0 + ant + ant-jdepend + 1.7.0-SNAPSHOT + task jdepend invoking the jdepend parser. There is also a version 2.9.1 of the + jdepend parser available on the maven repository + + + ant + ant + 1.7.0-SNAPSHOT + compile + + + jdepend + jdepend + 2.7 + compile + + + diff --git a/src/etc/poms/ant-jmf/pom.xml b/src/etc/poms/ant-jmf/pom.xml new file mode 100644 index 000000000..eddb9975a --- /dev/null +++ b/src/etc/poms/ant-jmf/pom.xml @@ -0,0 +1,24 @@ + + + 4.0.0 + ant + ant-jmf + 1.7.0-SNAPSHOT + contains the sound task and a soundplayer listener + download the dependency from http://java.sun.com/products/java-media/jmf/ + + + ant + ant + 1.7.0-SNAPSHOT + compile + + + javax.media + jmf + 2.1.1e + provided + + + diff --git a/src/etc/poms/ant-jsch/pom.xml b/src/etc/poms/ant-jsch/pom.xml new file mode 100644 index 000000000..097e28126 --- /dev/null +++ b/src/etc/poms/ant-jsch/pom.xml @@ -0,0 +1,24 @@ + + + 4.0.0 + ant + ant-jsch + 1.7.0-SNAPSHOT + contains the sshexec and scp tasks + jsch 0.1.29 might not be available from maven + + + ant + ant + 1.7.0-SNAPSHOT + compile + + + com.jcraft + jsch + 0.1.29 + compile + + + diff --git a/src/etc/poms/ant-junit/pom.xml b/src/etc/poms/ant-junit/pom.xml new file mode 100644 index 000000000..f5039fce5 --- /dev/null +++ b/src/etc/poms/ant-junit/pom.xml @@ -0,0 +1,23 @@ + + + 4.0.0 + ant + ant-junit + 1.7.0-SNAPSHOT + contains the junit and junirreport tasks + + + ant + ant + 1.7.0-SNAPSHOT + compile + + + junit + junit + 3.8.2 + compile + + + diff --git a/src/etc/poms/ant-launcher/pom.xml b/src/etc/poms/ant-launcher/pom.xml new file mode 100644 index 000000000..b2a20e6af --- /dev/null +++ b/src/etc/poms/ant-launcher/pom.xml @@ -0,0 +1,8 @@ + + + 4.0.0 + ant + ant-launcher + 1.7.0-SNAPSHOT + diff --git a/src/etc/poms/ant-netrexx/pom.xml b/src/etc/poms/ant-netrexx/pom.xml new file mode 100644 index 000000000..7aa09b9e4 --- /dev/null +++ b/src/etc/poms/ant-netrexx/pom.xml @@ -0,0 +1,24 @@ + + + 4.0.0 + ant + ant-netrexx + 1.7.0-SNAPSHOT + NetRexxC task + dependency can be downloaded from http://www.ibm.com/software/awdtools/netrexx/download.html + + + ant + ant + 1.7.0-SNAPSHOT + compile + + + com.ibm.netrexx + netrexx + 2.0.5 + provided + + + diff --git a/src/etc/poms/ant-nodeps/pom.xml b/src/etc/poms/ant-nodeps/pom.xml new file mode 100644 index 000000000..c85ea76e9 --- /dev/null +++ b/src/etc/poms/ant-nodeps/pom.xml @@ -0,0 +1,39 @@ + + + 4.0.0 + ant + ant-nodeps + 1.7.0-SNAPSHOT + contains all the optional tasks and types which do not have particular dependencies + + + ant + ant + 1.7.0-SNAPSHOT + compile + + + + xerces + xerces-impl + 2.8.1 + true + runtime + + + + xml-apis + xml-apis + 2.8.1 + true + compile + + + + diff --git a/src/etc/poms/ant-starteam/pom.xml b/src/etc/poms/ant-starteam/pom.xml new file mode 100644 index 000000000..be523d883 --- /dev/null +++ b/src/etc/poms/ant-starteam/pom.xml @@ -0,0 +1,23 @@ + + + 4.0.0 + ant + ant-starteam + Starteam SDK tasks + + + ant + ant + 1.7.0-SNAPSHOT + compile + + + com.starteam + starteam-sdk + 5.2 + compile + + + diff --git a/src/etc/poms/ant-stylebook/pom.xml b/src/etc/poms/ant-stylebook/pom.xml new file mode 100644 index 000000000..e80aeb7ca --- /dev/null +++ b/src/etc/poms/ant-stylebook/pom.xml @@ -0,0 +1,24 @@ + + + 4.0.0 + ant + ant-stylebook + 1.7.0-SNAPSHOT + executes the Apache Stylebook document generator. Deprecated since Ant 1.7 + + + ant + ant + 1.7.0-SNAPSHOT + compile + + + stylebook + stylebook + 1.0-b2 + provided + + + diff --git a/src/etc/poms/ant-swing/pom.xml b/src/etc/poms/ant-swing/pom.xml new file mode 100644 index 000000000..a0f2e2839 --- /dev/null +++ b/src/etc/poms/ant-swing/pom.xml @@ -0,0 +1,24 @@ + + + 4.0.0 + ant + ant-swing + 1.7.0-SNAPSHOT + a listener and a splash task based on Swing + + + ant + ant + 1.7.0-SNAPSHOT + compile + + + javax.swing + swing + 1.2 + provided + + + diff --git a/src/etc/poms/ant-trax/pom.xml b/src/etc/poms/ant-trax/pom.xml new file mode 100644 index 000000000..9379a9b38 --- /dev/null +++ b/src/etc/poms/ant-trax/pom.xml @@ -0,0 +1,47 @@ + + + 4.0.0 + ant + ant-trax + 1.7.0-SNAPSHOT + contains particularly one class necessary for the execution of the xslt task + + + ant + ant + 1.7.0-SNAPSHOT + compile + + + + xerces + xerces-impl + 2.8.1 + true + runtime + + + + xml-apis + xml-apis + 2.8.1 + true + compile + + + + xalan + xalan + 2.7.0 + true + runtime + + + diff --git a/src/etc/poms/ant-weblogic/pom.xml b/src/etc/poms/ant-weblogic/pom.xml new file mode 100644 index 000000000..6198cc2f2 --- /dev/null +++ b/src/etc/poms/ant-weblogic/pom.xml @@ -0,0 +1,23 @@ + + + 4.0.0 + ant + ant-weblogic + 1.7.0-SNAPSHOT + + + ant + ant + 1.7.0-SNAPSHOT + compile + + + com.bea + weblogic + 5.1 + provided + + + diff --git a/src/etc/poms/ant/pom.xml b/src/etc/poms/ant/pom.xml new file mode 100644 index 000000000..560aa92a4 --- /dev/null +++ b/src/etc/poms/ant/pom.xml @@ -0,0 +1,43 @@ + + + 4.0.0 + ant + ant + 1.7.0-SNAPSHOT + ant.jar contains the ant framework, except a few classes which are in ant-launcher + it also contains the implementation and API of the core tasks and types. + + + + + ant + ant-launcher + 1.7.0-SNAPSHOT + compile + + + + xerces + xerces-impl + 2.8.1 + true + runtime + + + + xml-apis + xml-apis + 2.8.1 + true + compile + + +