You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ant.apache.org by jg...@apache.org on 2010/06/24 18:01:10 UTC

svn commit: r957594 - in /ant/core/trunk/src/etc/poms: ant-antlr/ ant-apache-bcel/ ant-apache-bsf/ ant-apache-log4j/ ant-apache-oro/ ant-apache-regexp/ ant-apache-resolver/ ant-apache-xalan2/ ant-commons-logging/ ant-commons-net/ ant-jai/ ant-javamail/...

Author: jglick
Date: Thu Jun 24 16:01:09 2010
New Revision: 957594

URL: http://svn.apache.org/viewvc?rev=957594&view=rev
Log:
Added display names to POMs.

Modified:
    ant/core/trunk/src/etc/poms/ant-antlr/pom.xml
    ant/core/trunk/src/etc/poms/ant-apache-bcel/pom.xml
    ant/core/trunk/src/etc/poms/ant-apache-bsf/pom.xml
    ant/core/trunk/src/etc/poms/ant-apache-log4j/pom.xml
    ant/core/trunk/src/etc/poms/ant-apache-oro/pom.xml
    ant/core/trunk/src/etc/poms/ant-apache-regexp/pom.xml
    ant/core/trunk/src/etc/poms/ant-apache-resolver/pom.xml
    ant/core/trunk/src/etc/poms/ant-apache-xalan2/pom.xml
    ant/core/trunk/src/etc/poms/ant-commons-logging/pom.xml
    ant/core/trunk/src/etc/poms/ant-commons-net/pom.xml
    ant/core/trunk/src/etc/poms/ant-jai/pom.xml
    ant/core/trunk/src/etc/poms/ant-javamail/pom.xml
    ant/core/trunk/src/etc/poms/ant-jdepend/pom.xml
    ant/core/trunk/src/etc/poms/ant-jmf/pom.xml
    ant/core/trunk/src/etc/poms/ant-jsch/pom.xml
    ant/core/trunk/src/etc/poms/ant-junit/pom.xml
    ant/core/trunk/src/etc/poms/ant-junit4/pom.xml
    ant/core/trunk/src/etc/poms/ant-launcher/pom.xml
    ant/core/trunk/src/etc/poms/ant-netrexx/pom.xml
    ant/core/trunk/src/etc/poms/ant-swing/pom.xml
    ant/core/trunk/src/etc/poms/ant-testutil/pom.xml
    ant/core/trunk/src/etc/poms/ant/pom.xml

Modified: ant/core/trunk/src/etc/poms/ant-antlr/pom.xml
URL: http://svn.apache.org/viewvc/ant/core/trunk/src/etc/poms/ant-antlr/pom.xml?rev=957594&r1=957593&r2=957594&view=diff
==============================================================================
--- ant/core/trunk/src/etc/poms/ant-antlr/pom.xml (original)
+++ ant/core/trunk/src/etc/poms/ant-antlr/pom.xml Thu Jun 24 16:01:09 2010
@@ -33,6 +33,7 @@
   <groupId>org.apache.ant</groupId>
   <artifactId>ant-antlr</artifactId>
   <version>1.8.2-SNAPSHOT</version>
+  <name>Apache Ant + ANTLR</name>
   <description>antlr specific task.
     The implementation forks a java process, therefore the antlr jar file is only needed at runtime</description>
   <dependencies>

Modified: ant/core/trunk/src/etc/poms/ant-apache-bcel/pom.xml
URL: http://svn.apache.org/viewvc/ant/core/trunk/src/etc/poms/ant-apache-bcel/pom.xml?rev=957594&r1=957593&r2=957594&view=diff
==============================================================================
--- ant/core/trunk/src/etc/poms/ant-apache-bcel/pom.xml (original)
+++ ant/core/trunk/src/etc/poms/ant-apache-bcel/pom.xml Thu Jun 24 16:01:09 2010
@@ -33,6 +33,7 @@
   <groupId>org.apache.ant</groupId>
   <artifactId>ant-apache-bcel</artifactId>
   <version>1.8.2-SNAPSHOT</version>
+  <name>Apache Ant + BCEL</name>
   <dependencies>
     <dependency>
       <groupId>org.apache.ant</groupId>

Modified: ant/core/trunk/src/etc/poms/ant-apache-bsf/pom.xml
URL: http://svn.apache.org/viewvc/ant/core/trunk/src/etc/poms/ant-apache-bsf/pom.xml?rev=957594&r1=957593&r2=957594&view=diff
==============================================================================
--- ant/core/trunk/src/etc/poms/ant-apache-bsf/pom.xml (original)
+++ ant/core/trunk/src/etc/poms/ant-apache-bsf/pom.xml Thu Jun 24 16:01:09 2010
@@ -33,6 +33,7 @@
   <groupId>org.apache.ant</groupId>
   <artifactId>ant-apache-bsf</artifactId>
   <version>1.8.2-SNAPSHOT</version>
+  <name>Apache Ant + BSF</name>
   <dependencies>
     <dependency>
       <groupId>org.apache.ant</groupId>

Modified: ant/core/trunk/src/etc/poms/ant-apache-log4j/pom.xml
URL: http://svn.apache.org/viewvc/ant/core/trunk/src/etc/poms/ant-apache-log4j/pom.xml?rev=957594&r1=957593&r2=957594&view=diff
==============================================================================
--- ant/core/trunk/src/etc/poms/ant-apache-log4j/pom.xml (original)
+++ ant/core/trunk/src/etc/poms/ant-apache-log4j/pom.xml Thu Jun 24 16:01:09 2010
@@ -32,6 +32,7 @@ xsi:schemaLocation="http://maven.apache.
   <groupId>org.apache.ant</groupId>
   <artifactId>ant-apache-log4j</artifactId>
   <version>1.8.2-SNAPSHOT</version>
+  <name>Apache Ant + Log4J</name>
   <dependencies>
     <dependency>
       <groupId>org.apache.ant</groupId>

Modified: ant/core/trunk/src/etc/poms/ant-apache-oro/pom.xml
URL: http://svn.apache.org/viewvc/ant/core/trunk/src/etc/poms/ant-apache-oro/pom.xml?rev=957594&r1=957593&r2=957594&view=diff
==============================================================================
--- ant/core/trunk/src/etc/poms/ant-apache-oro/pom.xml (original)
+++ ant/core/trunk/src/etc/poms/ant-apache-oro/pom.xml Thu Jun 24 16:01:09 2010
@@ -33,6 +33,7 @@
   <groupId>org.apache.ant</groupId>
   <artifactId>ant-apache-oro</artifactId>
   <version>1.8.2-SNAPSHOT</version>
+  <name>Apache Ant + Apache Oro</name>
   <dependencies>
     <dependency>
       <groupId>org.apache.ant</groupId>

Modified: ant/core/trunk/src/etc/poms/ant-apache-regexp/pom.xml
URL: http://svn.apache.org/viewvc/ant/core/trunk/src/etc/poms/ant-apache-regexp/pom.xml?rev=957594&r1=957593&r2=957594&view=diff
==============================================================================
--- ant/core/trunk/src/etc/poms/ant-apache-regexp/pom.xml (original)
+++ ant/core/trunk/src/etc/poms/ant-apache-regexp/pom.xml Thu Jun 24 16:01:09 2010
@@ -32,6 +32,7 @@ xsi:schemaLocation="http://maven.apache.
   <groupId>org.apache.ant</groupId>
   <artifactId>ant-apache-regexp</artifactId>
   <version>1.8.2-SNAPSHOT</version>
+  <name>Apache Ant + Apache Regexp</name>
   <dependencies>
     <dependency>
       <groupId>org.apache.ant</groupId>

Modified: ant/core/trunk/src/etc/poms/ant-apache-resolver/pom.xml
URL: http://svn.apache.org/viewvc/ant/core/trunk/src/etc/poms/ant-apache-resolver/pom.xml?rev=957594&r1=957593&r2=957594&view=diff
==============================================================================
--- ant/core/trunk/src/etc/poms/ant-apache-resolver/pom.xml (original)
+++ ant/core/trunk/src/etc/poms/ant-apache-resolver/pom.xml Thu Jun 24 16:01:09 2010
@@ -32,6 +32,7 @@ xsi:schemaLocation="http://maven.apache.
   <groupId>org.apache.ant</groupId>
   <artifactId>ant-apache-resolver</artifactId>
   <version>1.8.2-SNAPSHOT</version>
+  <name>Apache Ant + Apache Resolver</name>
   <dependencies>
     <dependency>
       <groupId>org.apache.ant</groupId>

Modified: ant/core/trunk/src/etc/poms/ant-apache-xalan2/pom.xml
URL: http://svn.apache.org/viewvc/ant/core/trunk/src/etc/poms/ant-apache-xalan2/pom.xml?rev=957594&r1=957593&r2=957594&view=diff
==============================================================================
--- ant/core/trunk/src/etc/poms/ant-apache-xalan2/pom.xml (original)
+++ ant/core/trunk/src/etc/poms/ant-apache-xalan2/pom.xml Thu Jun 24 16:01:09 2010
@@ -32,6 +32,7 @@ xsi:schemaLocation="http://maven.apache.
   <groupId>org.apache.ant</groupId>
   <artifactId>ant-apache-xalan2</artifactId>
   <version>1.8.2-SNAPSHOT</version>
+  <name>Apache Ant + Xalan 2</name>
   <description>contains Xalan2-specific features</description>
   <dependencies>
     <dependency>

Modified: ant/core/trunk/src/etc/poms/ant-commons-logging/pom.xml
URL: http://svn.apache.org/viewvc/ant/core/trunk/src/etc/poms/ant-commons-logging/pom.xml?rev=957594&r1=957593&r2=957594&view=diff
==============================================================================
--- ant/core/trunk/src/etc/poms/ant-commons-logging/pom.xml (original)
+++ ant/core/trunk/src/etc/poms/ant-commons-logging/pom.xml Thu Jun 24 16:01:09 2010
@@ -32,6 +32,7 @@ xsi:schemaLocation="http://maven.apache.
   <groupId>org.apache.ant</groupId>
   <artifactId>ant-commons-logging</artifactId>
   <version>1.8.2-SNAPSHOT</version>
+  <name>Apache Ant + Commons Logging</name>
   <description>Ant Listener based on commons-logging</description>
   <dependencies>
     <dependency>

Modified: ant/core/trunk/src/etc/poms/ant-commons-net/pom.xml
URL: http://svn.apache.org/viewvc/ant/core/trunk/src/etc/poms/ant-commons-net/pom.xml?rev=957594&r1=957593&r2=957594&view=diff
==============================================================================
--- ant/core/trunk/src/etc/poms/ant-commons-net/pom.xml (original)
+++ ant/core/trunk/src/etc/poms/ant-commons-net/pom.xml Thu Jun 24 16:01:09 2010
@@ -32,6 +32,7 @@ xsi:schemaLocation="http://maven.apache.
   <groupId>org.apache.ant</groupId>
   <artifactId>ant-commons-net</artifactId>
   <version>1.8.2-SNAPSHOT</version>
+  <name>Apache Ant + Commons Net</name>
   <description>ftp, rexec and telnet tasks</description>
   <dependencies>
     <dependency>

Modified: ant/core/trunk/src/etc/poms/ant-jai/pom.xml
URL: http://svn.apache.org/viewvc/ant/core/trunk/src/etc/poms/ant-jai/pom.xml?rev=957594&r1=957593&r2=957594&view=diff
==============================================================================
--- ant/core/trunk/src/etc/poms/ant-jai/pom.xml (original)
+++ ant/core/trunk/src/etc/poms/ant-jai/pom.xml Thu Jun 24 16:01:09 2010
@@ -33,6 +33,7 @@
   <groupId>org.apache.ant</groupId>
   <artifactId>ant-jai</artifactId>
   <version>1.8.2-SNAPSHOT</version>
+  <name>Apache Ant + JAI</name>
   <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
     the download URL is http://java.sun.com/products/java-media/jai/

Modified: ant/core/trunk/src/etc/poms/ant-javamail/pom.xml
URL: http://svn.apache.org/viewvc/ant/core/trunk/src/etc/poms/ant-javamail/pom.xml?rev=957594&r1=957593&r2=957594&view=diff
==============================================================================
--- ant/core/trunk/src/etc/poms/ant-javamail/pom.xml (original)
+++ ant/core/trunk/src/etc/poms/ant-javamail/pom.xml Thu Jun 24 16:01:09 2010
@@ -32,6 +32,7 @@ xsi:schemaLocation="http://maven.apache.
   <groupId>org.apache.ant</groupId>
   <artifactId>ant-javamail</artifactId>
   <version>1.8.2-SNAPSHOT</version>
+  <name>Apache Ant + JavaMail</name>
   <description>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</description>

Modified: ant/core/trunk/src/etc/poms/ant-jdepend/pom.xml
URL: http://svn.apache.org/viewvc/ant/core/trunk/src/etc/poms/ant-jdepend/pom.xml?rev=957594&r1=957593&r2=957594&view=diff
==============================================================================
--- ant/core/trunk/src/etc/poms/ant-jdepend/pom.xml (original)
+++ ant/core/trunk/src/etc/poms/ant-jdepend/pom.xml Thu Jun 24 16:01:09 2010
@@ -33,6 +33,7 @@
   <groupId>org.apache.ant</groupId>
   <artifactId>ant-jdepend</artifactId>
   <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
     jdepend parser available on the maven repository</description>
   <dependencies>

Modified: ant/core/trunk/src/etc/poms/ant-jmf/pom.xml
URL: http://svn.apache.org/viewvc/ant/core/trunk/src/etc/poms/ant-jmf/pom.xml?rev=957594&r1=957593&r2=957594&view=diff
==============================================================================
--- ant/core/trunk/src/etc/poms/ant-jmf/pom.xml (original)
+++ ant/core/trunk/src/etc/poms/ant-jmf/pom.xml Thu Jun 24 16:01:09 2010
@@ -32,6 +32,7 @@ xsi:schemaLocation="http://maven.apache.
   <groupId>org.apache.ant</groupId>
   <artifactId>ant-jmf</artifactId>
   <version>1.8.2-SNAPSHOT</version>
+  <name>Apache Ant + JMF</name>
   <description>contains the sound task and a soundplayer listener
     download the dependency from http://java.sun.com/products/java-media/jmf/</description>
   <dependencies>

Modified: ant/core/trunk/src/etc/poms/ant-jsch/pom.xml
URL: http://svn.apache.org/viewvc/ant/core/trunk/src/etc/poms/ant-jsch/pom.xml?rev=957594&r1=957593&r2=957594&view=diff
==============================================================================
--- ant/core/trunk/src/etc/poms/ant-jsch/pom.xml (original)
+++ ant/core/trunk/src/etc/poms/ant-jsch/pom.xml Thu Jun 24 16:01:09 2010
@@ -32,6 +32,7 @@ xsi:schemaLocation="http://maven.apache.
   <groupId>org.apache.ant</groupId>
   <artifactId>ant-jsch</artifactId>
   <version>1.8.2-SNAPSHOT</version>
+  <name>Apache Ant + JSch</name>
   <description>contains the sshexec and scp tasks
   jsch 0.1.29 might not be available from maven</description>
   <dependencies>

Modified: ant/core/trunk/src/etc/poms/ant-junit/pom.xml
URL: http://svn.apache.org/viewvc/ant/core/trunk/src/etc/poms/ant-junit/pom.xml?rev=957594&r1=957593&r2=957594&view=diff
==============================================================================
--- ant/core/trunk/src/etc/poms/ant-junit/pom.xml (original)
+++ ant/core/trunk/src/etc/poms/ant-junit/pom.xml Thu Jun 24 16:01:09 2010
@@ -32,6 +32,7 @@ xsi:schemaLocation="http://maven.apache.
   <groupId>org.apache.ant</groupId>
   <artifactId>ant-junit</artifactId>
   <version>1.8.2-SNAPSHOT</version>
+  <name>Apache Ant + JUnit</name>
   <description>contains the junit and junirreport tasks</description>
   <dependencies>
     <dependency>

Modified: ant/core/trunk/src/etc/poms/ant-junit4/pom.xml
URL: http://svn.apache.org/viewvc/ant/core/trunk/src/etc/poms/ant-junit4/pom.xml?rev=957594&r1=957593&r2=957594&view=diff
==============================================================================
--- ant/core/trunk/src/etc/poms/ant-junit4/pom.xml (original)
+++ ant/core/trunk/src/etc/poms/ant-junit4/pom.xml Thu Jun 24 16:01:09 2010
@@ -32,6 +32,7 @@ xsi:schemaLocation="http://maven.apache.
   <groupId>org.apache.ant</groupId>
   <artifactId>ant-junit4</artifactId>
   <version>1.8.2-SNAPSHOT</version>
+  <name>Apache Ant + JUnit 4</name>
   <description>contains JUnit 4.x support</description>
   <dependencies>
     <dependency>

Modified: ant/core/trunk/src/etc/poms/ant-launcher/pom.xml
URL: http://svn.apache.org/viewvc/ant/core/trunk/src/etc/poms/ant-launcher/pom.xml?rev=957594&r1=957593&r2=957594&view=diff
==============================================================================
--- ant/core/trunk/src/etc/poms/ant-launcher/pom.xml (original)
+++ ant/core/trunk/src/etc/poms/ant-launcher/pom.xml Thu Jun 24 16:01:09 2010
@@ -33,6 +33,7 @@
   <groupId>org.apache.ant</groupId>
   <artifactId>ant-launcher</artifactId>
   <version>1.8.2-SNAPSHOT</version>
+  <name>Apache Ant Launcher</name>
   <build>
     <plugins>
       <plugin>

Modified: ant/core/trunk/src/etc/poms/ant-netrexx/pom.xml
URL: http://svn.apache.org/viewvc/ant/core/trunk/src/etc/poms/ant-netrexx/pom.xml?rev=957594&r1=957593&r2=957594&view=diff
==============================================================================
--- ant/core/trunk/src/etc/poms/ant-netrexx/pom.xml (original)
+++ ant/core/trunk/src/etc/poms/ant-netrexx/pom.xml Thu Jun 24 16:01:09 2010
@@ -32,6 +32,7 @@ xsi:schemaLocation="http://maven.apache.
   <groupId>org.apache.ant</groupId>
   <artifactId>ant-netrexx</artifactId>
   <version>1.8.2-SNAPSHOT</version>
+  <name>Apache Ant + NetRexx</name>
   <description>NetRexxC task
     dependency can be downloaded from http://www.ibm.com/software/awdtools/netrexx/download.html</description>
   <dependencies>

Modified: ant/core/trunk/src/etc/poms/ant-swing/pom.xml
URL: http://svn.apache.org/viewvc/ant/core/trunk/src/etc/poms/ant-swing/pom.xml?rev=957594&r1=957593&r2=957594&view=diff
==============================================================================
--- ant/core/trunk/src/etc/poms/ant-swing/pom.xml (original)
+++ ant/core/trunk/src/etc/poms/ant-swing/pom.xml Thu Jun 24 16:01:09 2010
@@ -33,6 +33,7 @@
   <groupId>org.apache.ant</groupId>
   <artifactId>ant-swing</artifactId>
   <version>1.8.2-SNAPSHOT</version>
+  <name>Apache Ant + Swing</name>
   <description>a listener and a splash task based on Swing</description>
   <dependencies>
     <dependency>

Modified: ant/core/trunk/src/etc/poms/ant-testutil/pom.xml
URL: http://svn.apache.org/viewvc/ant/core/trunk/src/etc/poms/ant-testutil/pom.xml?rev=957594&r1=957593&r2=957594&view=diff
==============================================================================
--- ant/core/trunk/src/etc/poms/ant-testutil/pom.xml (original)
+++ ant/core/trunk/src/etc/poms/ant-testutil/pom.xml Thu Jun 24 16:01:09 2010
@@ -33,6 +33,7 @@
   <groupId>org.apache.ant</groupId>
   <artifactId>ant-testutil</artifactId>
   <version>1.8.2-SNAPSHOT</version>
+  <name>Apache Ant Test Utilities</name>
   <description>test utility classes</description>
   <dependencies>
     <dependency>

Modified: ant/core/trunk/src/etc/poms/ant/pom.xml
URL: http://svn.apache.org/viewvc/ant/core/trunk/src/etc/poms/ant/pom.xml?rev=957594&r1=957593&r2=957594&view=diff
==============================================================================
--- ant/core/trunk/src/etc/poms/ant/pom.xml (original)
+++ ant/core/trunk/src/etc/poms/ant/pom.xml Thu Jun 24 16:01:09 2010
@@ -33,8 +33,7 @@
   <groupId>org.apache.ant</groupId>
   <artifactId>ant</artifactId>
   <version>1.8.2-SNAPSHOT</version>
-  <name>org.apache.tools.ant</name>
-  <description>Apache Ant</description>
+  <name>Apache Ant Core</name>
   <dependencies>
     <dependency>
       <groupId>org.apache.ant</groupId>