Return-Path: Delivered-To: apmail-ant-notifications-archive@minotaur.apache.org Received: (qmail 67609 invoked from network); 20 Dec 2010 16:07:23 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 20 Dec 2010 16:07:23 -0000 Received: (qmail 7013 invoked by uid 500); 20 Dec 2010 16:07:23 -0000 Delivered-To: apmail-ant-notifications-archive@ant.apache.org Received: (qmail 6936 invoked by uid 500); 20 Dec 2010 16:07:22 -0000 Mailing-List: contact notifications-help@ant.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@ant.apache.org Delivered-To: mailing list notifications@ant.apache.org Received: (qmail 6929 invoked by uid 99); 20 Dec 2010 16:07:22 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 20 Dec 2010 16:07:22 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 20 Dec 2010 16:07:19 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 5A277238899C; Mon, 20 Dec 2010 16:06:59 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1051163 - in /ant/core/trunk: ./ release/ src/etc/poms/ src/etc/poms/ant-antlr/ src/etc/poms/ant-apache-bcel/ src/etc/poms/ant-apache-bsf/ src/etc/poms/ant-apache-log4j/ src/etc/poms/ant-apache-oro/ src/etc/poms/ant-apache-regexp/ src/etc/... Date: Mon, 20 Dec 2010 16:06:58 -0000 To: notifications@ant.apache.org From: antoine@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20101220160659.5A277238899C@eris.apache.org> Author: antoine Date: Mon Dec 20 16:06:58 2010 New Revision: 1051163 URL: http://svn.apache.org/viewvc?rev=1051163&view=rev Log: rolling back changes of revision 1045376 in order to generate a second 1.8.2 release candidate Modified: ant/core/trunk/build.xml ant/core/trunk/release/ivy.xml 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 ant/core/trunk/src/etc/poms/pom.xml Modified: ant/core/trunk/build.xml URL: http://svn.apache.org/viewvc/ant/core/trunk/build.xml?rev=1051163&r1=1051162&r2=1051163&view=diff ============================================================================== --- ant/core/trunk/build.xml (original) +++ ant/core/trunk/build.xml Mon Dec 20 16:06:58 2010 @@ -34,10 +34,10 @@ - + - - + + Modified: ant/core/trunk/release/ivy.xml URL: http://svn.apache.org/viewvc/ant/core/trunk/release/ivy.xml?rev=1051163&r1=1051162&r2=1051163&view=diff ============================================================================== --- ant/core/trunk/release/ivy.xml (original) +++ ant/core/trunk/release/ivy.xml Mon Dec 20 16:06:58 2010 @@ -20,7 +20,7 @@ xsi:noNamespaceSchemaLocation= "http://ant.apache.org/ivy/schemas/ivy.xsd"> + module="ant" revision="1.8.2"/> 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=1051163&r1=1051162&r2=1051163&view=diff ============================================================================== --- ant/core/trunk/src/etc/poms/ant-antlr/pom.xml (original) +++ ant/core/trunk/src/etc/poms/ant-antlr/pom.xml Mon Dec 20 16:06:58 2010 @@ -27,12 +27,12 @@ org.apache.ant ant-parent ../pom.xml - 1.8.3-SNAPSHOT + 1.8.2 4.0.0 org.apache.ant ant-antlr - 1.8.3-SNAPSHOT + 1.8.2 Apache Ant + ANTLR antlr specific task. The implementation forks a java process, therefore the antlr jar file is only needed at runtime @@ -40,7 +40,7 @@ org.apache.ant ant - 1.8.3-SNAPSHOT + 1.8.2 true compile 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=1051163&r1=1051162&r2=1051163&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 Mon Dec 20 16:06:58 2010 @@ -27,18 +27,18 @@ org.apache.ant ant-parent ../pom.xml - 1.8.3-SNAPSHOT + 1.8.2 4.0.0 org.apache.ant ant-apache-bcel - 1.8.3-SNAPSHOT + 1.8.2 Apache Ant + BCEL org.apache.ant ant - 1.8.3-SNAPSHOT + 1.8.2 compile 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=1051163&r1=1051162&r2=1051163&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 Mon Dec 20 16:06:58 2010 @@ -27,18 +27,18 @@ org.apache.ant ant-parent ../pom.xml - 1.8.3-SNAPSHOT + 1.8.2 4.0.0 org.apache.ant ant-apache-bsf - 1.8.3-SNAPSHOT + 1.8.2 Apache Ant + BSF org.apache.ant ant - 1.8.3-SNAPSHOT + 1.8.2 compile 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=1051163&r1=1051162&r2=1051163&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 Mon Dec 20 16:06:58 2010 @@ -26,18 +26,18 @@ xsi:schemaLocation="http://maven.apache. org.apache.ant ant-parent ../pom.xml - 1.8.3-SNAPSHOT + 1.8.2 4.0.0 org.apache.ant ant-apache-log4j - 1.8.3-SNAPSHOT + 1.8.2 Apache Ant + Log4J org.apache.ant ant - 1.8.3-SNAPSHOT + 1.8.2 compile 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=1051163&r1=1051162&r2=1051163&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 Mon Dec 20 16:06:58 2010 @@ -27,18 +27,18 @@ org.apache.ant ant-parent ../pom.xml - 1.8.3-SNAPSHOT + 1.8.2 4.0.0 org.apache.ant ant-apache-oro - 1.8.3-SNAPSHOT + 1.8.2 Apache Ant + Apache Oro org.apache.ant ant - 1.8.3-SNAPSHOT + 1.8.2 compile 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=1051163&r1=1051162&r2=1051163&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 Mon Dec 20 16:06:58 2010 @@ -26,18 +26,18 @@ xsi:schemaLocation="http://maven.apache. org.apache.ant ant-parent ../pom.xml - 1.8.3-SNAPSHOT + 1.8.2 4.0.0 org.apache.ant ant-apache-regexp - 1.8.3-SNAPSHOT + 1.8.2 Apache Ant + Apache Regexp org.apache.ant ant - 1.8.3-SNAPSHOT + 1.8.2 compile 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=1051163&r1=1051162&r2=1051163&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 Mon Dec 20 16:06:58 2010 @@ -26,18 +26,18 @@ xsi:schemaLocation="http://maven.apache. org.apache.ant ant-parent ../pom.xml - 1.8.3-SNAPSHOT + 1.8.2 4.0.0 org.apache.ant ant-apache-resolver - 1.8.3-SNAPSHOT + 1.8.2 Apache Ant + Apache Resolver org.apache.ant ant - 1.8.3-SNAPSHOT + 1.8.2 compile 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=1051163&r1=1051162&r2=1051163&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 Mon Dec 20 16:06:58 2010 @@ -26,19 +26,19 @@ xsi:schemaLocation="http://maven.apache. org.apache.ant ant-parent ../pom.xml - 1.8.3-SNAPSHOT + 1.8.2 4.0.0 org.apache.ant ant-apache-xalan2 - 1.8.3-SNAPSHOT + 1.8.2 Apache Ant + Xalan 2 contains Xalan2-specific features org.apache.ant ant - 1.8.3-SNAPSHOT + 1.8.2 compile 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=1051163&r1=1051162&r2=1051163&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 Mon Dec 20 16:06:58 2010 @@ -26,19 +26,19 @@ xsi:schemaLocation="http://maven.apache. org.apache.ant ant-parent ../pom.xml - 1.8.3-SNAPSHOT + 1.8.2 4.0.0 org.apache.ant ant-commons-logging - 1.8.3-SNAPSHOT + 1.8.2 Apache Ant + Commons Logging Ant Listener based on commons-logging org.apache.ant ant - 1.8.3-SNAPSHOT + 1.8.2 compile 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=1051163&r1=1051162&r2=1051163&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 Mon Dec 20 16:06:58 2010 @@ -26,19 +26,19 @@ xsi:schemaLocation="http://maven.apache. org.apache.ant ant-parent ../pom.xml - 1.8.3-SNAPSHOT + 1.8.2 4.0.0 org.apache.ant ant-commons-net - 1.8.3-SNAPSHOT + 1.8.2 Apache Ant + Commons Net ftp, rexec and telnet tasks org.apache.ant ant - 1.8.3-SNAPSHOT + 1.8.2 compile 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=1051163&r1=1051162&r2=1051163&view=diff ============================================================================== --- ant/core/trunk/src/etc/poms/ant-jai/pom.xml (original) +++ ant/core/trunk/src/etc/poms/ant-jai/pom.xml Mon Dec 20 16:06:58 2010 @@ -27,12 +27,12 @@ org.apache.ant ant-parent ../pom.xml - 1.8.3-SNAPSHOT + 1.8.2 4.0.0 org.apache.ant ant-jai - 1.8.3-SNAPSHOT + 1.8.2 Apache Ant + JAI image task and corresponding types. @@ -40,7 +40,7 @@ org.apache.ant ant - 1.8.3-SNAPSHOT + 1.8.2 compile 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=1051163&r1=1051162&r2=1051163&view=diff ============================================================================== --- ant/core/trunk/src/etc/poms/ant-javamail/pom.xml (original) +++ ant/core/trunk/src/etc/poms/ant-javamail/pom.xml Mon Dec 20 16:06:58 2010 @@ -26,12 +26,12 @@ xsi:schemaLocation="http://maven.apache. org.apache.ant ant-parent ../pom.xml - 1.8.3-SNAPSHOT + 1.8.2 4.0.0 org.apache.ant ant-javamail - 1.8.3-SNAPSHOT + 1.8.2 Apache Ant + JavaMail implementation of the mail task based on javamail. Required to send emails to SMTP servers using user/password combinations @@ -40,7 +40,7 @@ xsi:schemaLocation="http://maven.apache. org.apache.ant ant - 1.8.3-SNAPSHOT + 1.8.2 compile 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=1051163&r1=1051162&r2=1051163&view=diff ============================================================================== --- ant/core/trunk/src/etc/poms/ant-jdepend/pom.xml (original) +++ ant/core/trunk/src/etc/poms/ant-jdepend/pom.xml Mon Dec 20 16:06:58 2010 @@ -27,12 +27,12 @@ org.apache.ant ant-parent ../pom.xml - 1.8.3-SNAPSHOT + 1.8.2 4.0.0 org.apache.ant ant-jdepend - 1.8.3-SNAPSHOT + 1.8.2 Apache Ant + JDepend task jdepend invoking the jdepend parser. There is also a version 2.9.1 of the jdepend parser available on the maven repository @@ -40,7 +40,7 @@ org.apache.ant ant - 1.8.3-SNAPSHOT + 1.8.2 compile 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=1051163&r1=1051162&r2=1051163&view=diff ============================================================================== --- ant/core/trunk/src/etc/poms/ant-jmf/pom.xml (original) +++ ant/core/trunk/src/etc/poms/ant-jmf/pom.xml Mon Dec 20 16:06:58 2010 @@ -26,12 +26,12 @@ xsi:schemaLocation="http://maven.apache. org.apache.ant ant-parent ../pom.xml - 1.8.3-SNAPSHOT + 1.8.2 4.0.0 org.apache.ant ant-jmf - 1.8.3-SNAPSHOT + 1.8.2 Apache Ant + JMF contains the sound task and a soundplayer listener download the dependency from http://java.sun.com/products/java-media/jmf/ @@ -39,7 +39,7 @@ xsi:schemaLocation="http://maven.apache. org.apache.ant ant - 1.8.3-SNAPSHOT + 1.8.2 compile 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=1051163&r1=1051162&r2=1051163&view=diff ============================================================================== --- ant/core/trunk/src/etc/poms/ant-jsch/pom.xml (original) +++ ant/core/trunk/src/etc/poms/ant-jsch/pom.xml Mon Dec 20 16:06:58 2010 @@ -26,12 +26,12 @@ xsi:schemaLocation="http://maven.apache. org.apache.ant ant-parent ../pom.xml - 1.8.3-SNAPSHOT + 1.8.2 4.0.0 org.apache.ant ant-jsch - 1.8.3-SNAPSHOT + 1.8.2 Apache Ant + JSch contains the sshexec and scp tasks jsch 0.1.29 might not be available from maven @@ -39,7 +39,7 @@ xsi:schemaLocation="http://maven.apache. org.apache.ant ant - 1.8.3-SNAPSHOT + 1.8.2 compile 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=1051163&r1=1051162&r2=1051163&view=diff ============================================================================== --- ant/core/trunk/src/etc/poms/ant-junit/pom.xml (original) +++ ant/core/trunk/src/etc/poms/ant-junit/pom.xml Mon Dec 20 16:06:58 2010 @@ -26,19 +26,19 @@ xsi:schemaLocation="http://maven.apache. org.apache.ant ant-parent ../pom.xml - 1.8.3-SNAPSHOT + 1.8.2 4.0.0 org.apache.ant ant-junit - 1.8.3-SNAPSHOT + 1.8.2 Apache Ant + JUnit contains the junit and junirreport tasks org.apache.ant ant - 1.8.3-SNAPSHOT + 1.8.2 compile 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=1051163&r1=1051162&r2=1051163&view=diff ============================================================================== --- ant/core/trunk/src/etc/poms/ant-junit4/pom.xml (original) +++ ant/core/trunk/src/etc/poms/ant-junit4/pom.xml Mon Dec 20 16:06:58 2010 @@ -26,19 +26,19 @@ xsi:schemaLocation="http://maven.apache. org.apache.ant ant-parent ../pom.xml - 1.8.3-SNAPSHOT + 1.8.2 4.0.0 org.apache.ant ant-junit4 - 1.8.3-SNAPSHOT + 1.8.2 Apache Ant + JUnit 4 contains JUnit 4.x support org.apache.ant ant - 1.8.3-SNAPSHOT + 1.8.2 compile 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=1051163&r1=1051162&r2=1051163&view=diff ============================================================================== --- ant/core/trunk/src/etc/poms/ant-launcher/pom.xml (original) +++ ant/core/trunk/src/etc/poms/ant-launcher/pom.xml Mon Dec 20 16:06:58 2010 @@ -27,12 +27,12 @@ org.apache.ant ant-parent ../pom.xml - 1.8.3-SNAPSHOT + 1.8.2 4.0.0 org.apache.ant ant-launcher - 1.8.3-SNAPSHOT + 1.8.2 Apache Ant Launcher 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=1051163&r1=1051162&r2=1051163&view=diff ============================================================================== --- ant/core/trunk/src/etc/poms/ant-netrexx/pom.xml (original) +++ ant/core/trunk/src/etc/poms/ant-netrexx/pom.xml Mon Dec 20 16:06:58 2010 @@ -26,12 +26,12 @@ xsi:schemaLocation="http://maven.apache. org.apache.ant ant-parent ../pom.xml - 1.8.3-SNAPSHOT + 1.8.2 4.0.0 org.apache.ant ant-netrexx - 1.8.3-SNAPSHOT + 1.8.2 Apache Ant + NetRexx NetRexxC task dependency can be downloaded from http://www.ibm.com/software/awdtools/netrexx/download.html @@ -39,7 +39,7 @@ xsi:schemaLocation="http://maven.apache. org.apache.ant ant - 1.8.3-SNAPSHOT + 1.8.2 compile