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/05 14:06:57 UTC

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

Author: bodewig
Date: Mon Jul  5 12:06:57 2010
New Revision: 960574

URL: http://svn.apache.org/viewvc?rev=960574&view=rev
Log:
a POM to help Gump - Ant 1.6.5's POM lacks a dependency on ant-launcher

Added:
    ant/core/trunk/src/etc/gump-poms/
    ant/core/trunk/src/etc/gump-poms/ant.pom   (with props)

Added: 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=960574&view=auto
==============================================================================
--- ant/core/trunk/src/etc/gump-poms/ant.pom (added)
+++ ant/core/trunk/src/etc/gump-poms/ant.pom Mon Jul  5 12:06:57 2010
@@ -0,0 +1,34 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+   Licensed to the Apache Software Foundation (ASF) under one or more
+   contributor license agreements.  See the NOTICE file distributed with
+   this work for additional information regarding copyright ownership.
+   The ASF licenses this file to You under the Apache License, Version 2.0
+   (the "License"); you may not use this file except in compliance with
+   the License.  You may obtain a copy of the License at
+
+       http://www.apache.org/licenses/LICENSE-2.0
+
+   Unless required by applicable law or agreed to in writing, software
+   distributed under the License is distributed on an "AS IS" BASIS,
+   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+   See the License for the specific language governing permissions and
+   limitations under the License.
+-->
+<!--
+  This POM has been created manually by the Ant Development Team for
+  Apache Gump in order to redirect users of very old Ant versions.
+  The versions are completely irrelevant for Gump.
+  Don't use it for any other purpose.
+-->
+<project>
+  <modelVersion>4.0.0</modelVersion>
+  <groupId>ant</groupId>
+  <artifactId>ant</artifactId>
+  <version>1.6.5</version>
+  <distributionManagement>
+    <relocation>
+      <groupId>org.apache.ant</groupId>
+    </relocation>
+  </distributionManagement>
+</project>

Propchange: ant/core/trunk/src/etc/gump-poms/ant.pom
------------------------------------------------------------------------------
    svn:eol-style = native