make Ivy handling work for releases
Project: http://git-wip-us.apache.org/repos/asf/ant-antlibs-compress/repo Commit: http://git-wip-us.apache.org/repos/asf/ant-antlibs-compress/commit/8756a84c Tree: http://git-wip-us.apache.org/repos/asf/ant-antlibs-compress/tree/8756a84c Diff: http://git-wip-us.apache.org/repos/asf/ant-antlibs-compress/diff/8756a84c Branch: refs/heads/master Commit: 8756a84c1955cd21ae9af558b42671ce5ef1ca1b Parents: d1a9421 Author: Stefan Bodewig <[email protected]> Authored: Tue May 23 20:46:43 2017 +0200 Committer: Stefan Bodewig <[email protected]> Committed: Tue May 23 20:46:43 2017 +0200 ---------------------------------------------------------------------- common | 2 +- project-template.ivy.xml | 58 ------------------------------------------- 2 files changed, 1 insertion(+), 59 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ant-antlibs-compress/blob/8756a84c/common ---------------------------------------------------------------------- diff --git a/common b/common index 51f7f81..52d9e82 160000 --- a/common +++ b/common @@ -1 +1 @@ -Subproject commit 51f7f81979e31e6ca6d7711c16508a229e940e09 +Subproject commit 52d9e824f73c0145665a9b18ecf31d9285d75f39 http://git-wip-us.apache.org/repos/asf/ant-antlibs-compress/blob/8756a84c/project-template.ivy.xml ---------------------------------------------------------------------- diff --git a/project-template.ivy.xml b/project-template.ivy.xml deleted file mode 100644 index 28a94fe..0000000 --- a/project-template.ivy.xml +++ /dev/null @@ -1,58 +0,0 @@ -<?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. - ---> -<ivy-module version="2.0"> - <info organisation="${ivy.organization}" - module="ant" - revision="${artifact.version}" - publication="${publication.datetime}"> - <license name="Apache Software License 2.0" - url="http://www.apache.org/licenses/LICENSE-2.0"/> - <ivyauthor name="Apache Ant Development Team" - url="http://ant.apache.org/"/> - <description homepage="http://ant.apache.org/antlibs/compress/"> - Provides tasks and types that deal with AR, ARJ, CPIO, TAR, - DUMP, 7Z and ZIP archives as well as BZIP2, PACK200, GZIP, LZMA - and XZ compressed files based on Apache Commons Compress. - </description> - </info> - <publications xmlns:e="urn:ant.apache.org:ivy-extras"> - <artifact name="${artifact.name}" type="pom" ext="pom"/> - <artifact name="${artifact.name}" type="pom.asc" ext="pom.asc"/> - <artifact name="${artifact.name}" type="jar" ext="jar"/> - <artifact name="${artifact.name}" type="jar.asc" ext="jar.asc"/> - <artifact name="${artifact.name}" type="source" ext="jar" - e:classifier="sources"/> - <artifact name="${artifact.name}" type="source.asc" ext="jar.asc" - e:classifier="sources"/> - <artifact name="${artifact.name}" type="javadoc" ext="jar" - e:classifier="javadoc"/> - <artifact name="${artifact.name}" type="javadoc.asc" ext="jar.asc" - e:classifier="javadoc"/> - <artifact name="${artifact.name}" type="ivy" ext="xml" - e:classifier="ivy"/> - <artifact name="${artifact.name}" type="ivy.asc" ext="xml.asc" - e:classifier="ivy"/> - </publications> - <dependencies> - <dependency org="org.apache.commons" name="commons-compress" - rev="1.8"/> - <dependency org="org.tukaani" name="xz" rev="1.5"/> - </dependencies> -</ivy-module>
