You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ant.apache.org by bo...@apache.org on 2010/07/06 05:51:44 UTC

svn commit: r960770 - /ant/core/trunk/src/etc/gump-poms/ant.pom

Author: bodewig
Date: Tue Jul  6 03:51:43 2010
New Revision: 960770

URL: http://svn.apache.org/viewvc?rev=960770&view=rev
Log:
relocation is causing different problems

Modified:
    ant/core/trunk/src/etc/gump-poms/ant.pom

Modified: ant/core/trunk/src/etc/gump-poms/ant.pom
URL: http://svn.apache.org/viewvc/ant/core/trunk/src/etc/gump-poms/ant.pom?rev=960770&r1=960769&r2=960770&view=diff
==============================================================================
--- ant/core/trunk/src/etc/gump-poms/ant.pom (original)
+++ ant/core/trunk/src/etc/gump-poms/ant.pom Tue Jul  6 03:51:43 2010
@@ -17,7 +17,9 @@
 -->
 <!--
   This POM has been created manually by the Ant Development Team for
-  Apache Gump in order to redirect users of very old Ant versions.
+  Apache Gump in order to help users of very old Ant versions (the POM
+  inside the mvn repository has not been created by Ant developers and
+  lacks a dependency on ant-launcher).
   The versions are completely irrelevant for Gump.
   Don't use it for any other purpose.
 -->
@@ -26,9 +28,12 @@
   <groupId>ant</groupId>
   <artifactId>ant</artifactId>
   <version>1.6.5</version>
-  <distributionManagement>
-    <relocation>
-      <groupId>org.apache.ant</groupId>
-    </relocation>
-  </distributionManagement>
+  <dependencies>
+    <dependency>
+      <groupId>ant</groupId>
+      <artifactId>ant-launcher</artifactId>
+      <version>1.6.5</version>
+      <scope>compile</scope>
+    </dependency>
+  </dependencies>
 </project>