Browse Source

Added display names to POMs.

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@957594 13f79535-47bb-0310-9956-ffa450edef68
master
Jesse N. Glick 15 years ago
parent
commit
1af339b70f
22 changed files with 22 additions and 2 deletions
  1. +1
    -0
      src/etc/poms/ant-antlr/pom.xml
  2. +1
    -0
      src/etc/poms/ant-apache-bcel/pom.xml
  3. +1
    -0
      src/etc/poms/ant-apache-bsf/pom.xml
  4. +1
    -0
      src/etc/poms/ant-apache-log4j/pom.xml
  5. +1
    -0
      src/etc/poms/ant-apache-oro/pom.xml
  6. +1
    -0
      src/etc/poms/ant-apache-regexp/pom.xml
  7. +1
    -0
      src/etc/poms/ant-apache-resolver/pom.xml
  8. +1
    -0
      src/etc/poms/ant-apache-xalan2/pom.xml
  9. +1
    -0
      src/etc/poms/ant-commons-logging/pom.xml
  10. +1
    -0
      src/etc/poms/ant-commons-net/pom.xml
  11. +1
    -0
      src/etc/poms/ant-jai/pom.xml
  12. +1
    -0
      src/etc/poms/ant-javamail/pom.xml
  13. +1
    -0
      src/etc/poms/ant-jdepend/pom.xml
  14. +1
    -0
      src/etc/poms/ant-jmf/pom.xml
  15. +1
    -0
      src/etc/poms/ant-jsch/pom.xml
  16. +1
    -0
      src/etc/poms/ant-junit/pom.xml
  17. +1
    -0
      src/etc/poms/ant-junit4/pom.xml
  18. +1
    -0
      src/etc/poms/ant-launcher/pom.xml
  19. +1
    -0
      src/etc/poms/ant-netrexx/pom.xml
  20. +1
    -0
      src/etc/poms/ant-swing/pom.xml
  21. +1
    -0
      src/etc/poms/ant-testutil/pom.xml
  22. +1
    -2
      src/etc/poms/ant/pom.xml

+ 1
- 0
src/etc/poms/ant-antlr/pom.xml View File

@@ -33,6 +33,7 @@
<groupId>org.apache.ant</groupId> <groupId>org.apache.ant</groupId>
<artifactId>ant-antlr</artifactId> <artifactId>ant-antlr</artifactId>
<version>1.8.2-SNAPSHOT</version> <version>1.8.2-SNAPSHOT</version>
<name>Apache Ant + ANTLR</name>
<description>antlr specific task. <description>antlr specific task.
The implementation forks a java process, therefore the antlr jar file is only needed at runtime</description> The implementation forks a java process, therefore the antlr jar file is only needed at runtime</description>
<dependencies> <dependencies>


+ 1
- 0
src/etc/poms/ant-apache-bcel/pom.xml View File

@@ -33,6 +33,7 @@
<groupId>org.apache.ant</groupId> <groupId>org.apache.ant</groupId>
<artifactId>ant-apache-bcel</artifactId> <artifactId>ant-apache-bcel</artifactId>
<version>1.8.2-SNAPSHOT</version> <version>1.8.2-SNAPSHOT</version>
<name>Apache Ant + BCEL</name>
<dependencies> <dependencies>
<dependency> <dependency>
<groupId>org.apache.ant</groupId> <groupId>org.apache.ant</groupId>


+ 1
- 0
src/etc/poms/ant-apache-bsf/pom.xml View File

@@ -33,6 +33,7 @@
<groupId>org.apache.ant</groupId> <groupId>org.apache.ant</groupId>
<artifactId>ant-apache-bsf</artifactId> <artifactId>ant-apache-bsf</artifactId>
<version>1.8.2-SNAPSHOT</version> <version>1.8.2-SNAPSHOT</version>
<name>Apache Ant + BSF</name>
<dependencies> <dependencies>
<dependency> <dependency>
<groupId>org.apache.ant</groupId> <groupId>org.apache.ant</groupId>


+ 1
- 0
src/etc/poms/ant-apache-log4j/pom.xml View File

@@ -32,6 +32,7 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/ma
<groupId>org.apache.ant</groupId> <groupId>org.apache.ant</groupId>
<artifactId>ant-apache-log4j</artifactId> <artifactId>ant-apache-log4j</artifactId>
<version>1.8.2-SNAPSHOT</version> <version>1.8.2-SNAPSHOT</version>
<name>Apache Ant + Log4J</name>
<dependencies> <dependencies>
<dependency> <dependency>
<groupId>org.apache.ant</groupId> <groupId>org.apache.ant</groupId>


+ 1
- 0
src/etc/poms/ant-apache-oro/pom.xml View File

@@ -33,6 +33,7 @@
<groupId>org.apache.ant</groupId> <groupId>org.apache.ant</groupId>
<artifactId>ant-apache-oro</artifactId> <artifactId>ant-apache-oro</artifactId>
<version>1.8.2-SNAPSHOT</version> <version>1.8.2-SNAPSHOT</version>
<name>Apache Ant + Apache Oro</name>
<dependencies> <dependencies>
<dependency> <dependency>
<groupId>org.apache.ant</groupId> <groupId>org.apache.ant</groupId>


+ 1
- 0
src/etc/poms/ant-apache-regexp/pom.xml View File

@@ -32,6 +32,7 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/ma
<groupId>org.apache.ant</groupId> <groupId>org.apache.ant</groupId>
<artifactId>ant-apache-regexp</artifactId> <artifactId>ant-apache-regexp</artifactId>
<version>1.8.2-SNAPSHOT</version> <version>1.8.2-SNAPSHOT</version>
<name>Apache Ant + Apache Regexp</name>
<dependencies> <dependencies>
<dependency> <dependency>
<groupId>org.apache.ant</groupId> <groupId>org.apache.ant</groupId>


+ 1
- 0
src/etc/poms/ant-apache-resolver/pom.xml View File

@@ -32,6 +32,7 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/ma
<groupId>org.apache.ant</groupId> <groupId>org.apache.ant</groupId>
<artifactId>ant-apache-resolver</artifactId> <artifactId>ant-apache-resolver</artifactId>
<version>1.8.2-SNAPSHOT</version> <version>1.8.2-SNAPSHOT</version>
<name>Apache Ant + Apache Resolver</name>
<dependencies> <dependencies>
<dependency> <dependency>
<groupId>org.apache.ant</groupId> <groupId>org.apache.ant</groupId>


+ 1
- 0
src/etc/poms/ant-apache-xalan2/pom.xml View File

@@ -32,6 +32,7 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/ma
<groupId>org.apache.ant</groupId> <groupId>org.apache.ant</groupId>
<artifactId>ant-apache-xalan2</artifactId> <artifactId>ant-apache-xalan2</artifactId>
<version>1.8.2-SNAPSHOT</version> <version>1.8.2-SNAPSHOT</version>
<name>Apache Ant + Xalan 2</name>
<description>contains Xalan2-specific features</description> <description>contains Xalan2-specific features</description>
<dependencies> <dependencies>
<dependency> <dependency>


+ 1
- 0
src/etc/poms/ant-commons-logging/pom.xml View File

@@ -32,6 +32,7 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/ma
<groupId>org.apache.ant</groupId> <groupId>org.apache.ant</groupId>
<artifactId>ant-commons-logging</artifactId> <artifactId>ant-commons-logging</artifactId>
<version>1.8.2-SNAPSHOT</version> <version>1.8.2-SNAPSHOT</version>
<name>Apache Ant + Commons Logging</name>
<description>Ant Listener based on commons-logging</description> <description>Ant Listener based on commons-logging</description>
<dependencies> <dependencies>
<dependency> <dependency>


+ 1
- 0
src/etc/poms/ant-commons-net/pom.xml View File

@@ -32,6 +32,7 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/ma
<groupId>org.apache.ant</groupId> <groupId>org.apache.ant</groupId>
<artifactId>ant-commons-net</artifactId> <artifactId>ant-commons-net</artifactId>
<version>1.8.2-SNAPSHOT</version> <version>1.8.2-SNAPSHOT</version>
<name>Apache Ant + Commons Net</name>
<description>ftp, rexec and telnet tasks</description> <description>ftp, rexec and telnet tasks</description>
<dependencies> <dependencies>
<dependency> <dependency>


+ 1
- 0
src/etc/poms/ant-jai/pom.xml View File

@@ -33,6 +33,7 @@
<groupId>org.apache.ant</groupId> <groupId>org.apache.ant</groupId>
<artifactId>ant-jai</artifactId> <artifactId>ant-jai</artifactId>
<version>1.8.2-SNAPSHOT</version> <version>1.8.2-SNAPSHOT</version>
<name>Apache Ant + JAI</name>
<description>image task and corresponding types. <description>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 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/ the download URL is http://java.sun.com/products/java-media/jai/


+ 1
- 0
src/etc/poms/ant-javamail/pom.xml View File

@@ -32,6 +32,7 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/ma
<groupId>org.apache.ant</groupId> <groupId>org.apache.ant</groupId>
<artifactId>ant-javamail</artifactId> <artifactId>ant-javamail</artifactId>
<version>1.8.2-SNAPSHOT</version> <version>1.8.2-SNAPSHOT</version>
<name>Apache Ant + JavaMail</name>
<description>implementation of the mail task based on javamail. <description>implementation of the mail task based on javamail.
Required to send emails to SMTP servers using user/password combinations Required to send emails to SMTP servers using user/password combinations
or to send mail over SSL</description> or to send mail over SSL</description>


+ 1
- 0
src/etc/poms/ant-jdepend/pom.xml View File

@@ -33,6 +33,7 @@
<groupId>org.apache.ant</groupId> <groupId>org.apache.ant</groupId>
<artifactId>ant-jdepend</artifactId> <artifactId>ant-jdepend</artifactId>
<version>1.8.2-SNAPSHOT</version> <version>1.8.2-SNAPSHOT</version>
<name>Apache Ant + JDepend</name>
<description>task jdepend invoking the jdepend parser. There is also a version 2.9.1 of the <description>task jdepend invoking the jdepend parser. There is also a version 2.9.1 of the
jdepend parser available on the maven repository</description> jdepend parser available on the maven repository</description>
<dependencies> <dependencies>


+ 1
- 0
src/etc/poms/ant-jmf/pom.xml View File

@@ -32,6 +32,7 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/ma
<groupId>org.apache.ant</groupId> <groupId>org.apache.ant</groupId>
<artifactId>ant-jmf</artifactId> <artifactId>ant-jmf</artifactId>
<version>1.8.2-SNAPSHOT</version> <version>1.8.2-SNAPSHOT</version>
<name>Apache Ant + JMF</name>
<description>contains the sound task and a soundplayer listener <description>contains the sound task and a soundplayer listener
download the dependency from http://java.sun.com/products/java-media/jmf/</description> download the dependency from http://java.sun.com/products/java-media/jmf/</description>
<dependencies> <dependencies>


+ 1
- 0
src/etc/poms/ant-jsch/pom.xml View File

@@ -32,6 +32,7 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/ma
<groupId>org.apache.ant</groupId> <groupId>org.apache.ant</groupId>
<artifactId>ant-jsch</artifactId> <artifactId>ant-jsch</artifactId>
<version>1.8.2-SNAPSHOT</version> <version>1.8.2-SNAPSHOT</version>
<name>Apache Ant + JSch</name>
<description>contains the sshexec and scp tasks <description>contains the sshexec and scp tasks
jsch 0.1.29 might not be available from maven</description> jsch 0.1.29 might not be available from maven</description>
<dependencies> <dependencies>


+ 1
- 0
src/etc/poms/ant-junit/pom.xml View File

@@ -32,6 +32,7 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/ma
<groupId>org.apache.ant</groupId> <groupId>org.apache.ant</groupId>
<artifactId>ant-junit</artifactId> <artifactId>ant-junit</artifactId>
<version>1.8.2-SNAPSHOT</version> <version>1.8.2-SNAPSHOT</version>
<name>Apache Ant + JUnit</name>
<description>contains the junit and junirreport tasks</description> <description>contains the junit and junirreport tasks</description>
<dependencies> <dependencies>
<dependency> <dependency>


+ 1
- 0
src/etc/poms/ant-junit4/pom.xml View File

@@ -32,6 +32,7 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/ma
<groupId>org.apache.ant</groupId> <groupId>org.apache.ant</groupId>
<artifactId>ant-junit4</artifactId> <artifactId>ant-junit4</artifactId>
<version>1.8.2-SNAPSHOT</version> <version>1.8.2-SNAPSHOT</version>
<name>Apache Ant + JUnit 4</name>
<description>contains JUnit 4.x support</description> <description>contains JUnit 4.x support</description>
<dependencies> <dependencies>
<dependency> <dependency>


+ 1
- 0
src/etc/poms/ant-launcher/pom.xml View File

@@ -33,6 +33,7 @@
<groupId>org.apache.ant</groupId> <groupId>org.apache.ant</groupId>
<artifactId>ant-launcher</artifactId> <artifactId>ant-launcher</artifactId>
<version>1.8.2-SNAPSHOT</version> <version>1.8.2-SNAPSHOT</version>
<name>Apache Ant Launcher</name>
<build> <build>
<plugins> <plugins>
<plugin> <plugin>


+ 1
- 0
src/etc/poms/ant-netrexx/pom.xml View File

@@ -32,6 +32,7 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/ma
<groupId>org.apache.ant</groupId> <groupId>org.apache.ant</groupId>
<artifactId>ant-netrexx</artifactId> <artifactId>ant-netrexx</artifactId>
<version>1.8.2-SNAPSHOT</version> <version>1.8.2-SNAPSHOT</version>
<name>Apache Ant + NetRexx</name>
<description>NetRexxC task <description>NetRexxC task
dependency can be downloaded from http://www.ibm.com/software/awdtools/netrexx/download.html</description> dependency can be downloaded from http://www.ibm.com/software/awdtools/netrexx/download.html</description>
<dependencies> <dependencies>


+ 1
- 0
src/etc/poms/ant-swing/pom.xml View File

@@ -33,6 +33,7 @@
<groupId>org.apache.ant</groupId> <groupId>org.apache.ant</groupId>
<artifactId>ant-swing</artifactId> <artifactId>ant-swing</artifactId>
<version>1.8.2-SNAPSHOT</version> <version>1.8.2-SNAPSHOT</version>
<name>Apache Ant + Swing</name>
<description>a listener and a splash task based on Swing</description> <description>a listener and a splash task based on Swing</description>
<dependencies> <dependencies>
<dependency> <dependency>


+ 1
- 0
src/etc/poms/ant-testutil/pom.xml View File

@@ -33,6 +33,7 @@
<groupId>org.apache.ant</groupId> <groupId>org.apache.ant</groupId>
<artifactId>ant-testutil</artifactId> <artifactId>ant-testutil</artifactId>
<version>1.8.2-SNAPSHOT</version> <version>1.8.2-SNAPSHOT</version>
<name>Apache Ant Test Utilities</name>
<description>test utility classes</description> <description>test utility classes</description>
<dependencies> <dependencies>
<dependency> <dependency>


+ 1
- 2
src/etc/poms/ant/pom.xml View File

@@ -33,8 +33,7 @@
<groupId>org.apache.ant</groupId> <groupId>org.apache.ant</groupId>
<artifactId>ant</artifactId> <artifactId>ant</artifactId>
<version>1.8.2-SNAPSHOT</version> <version>1.8.2-SNAPSHOT</version>
<name>org.apache.tools.ant</name>
<description>Apache Ant</description>
<name>Apache Ant Core</name>
<dependencies> <dependencies>
<dependency> <dependency>
<groupId>org.apache.ant</groupId> <groupId>org.apache.ant</groupId>


Loading…
Cancel
Save