From 802d384c25dd3b89b5d12ceb3ebc57a851854494 Mon Sep 17 00:00:00 2001 From: aheritier Date: Sun, 27 Feb 2005 01:53:45 +0000 Subject: [PATCH] order by issue number git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@155610 13f79535-47bb-0310-9956-ffa450edef68 --- ant/xdocs/changes.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ant/xdocs/changes.xml b/ant/xdocs/changes.xml index 4e436255..edbbbbe2 100644 --- a/ant/xdocs/changes.xml +++ b/ant/xdocs/changes.xml @@ -24,12 +24,12 @@ - Obey jar override and not attempt to download relative jars. + Add License file to jar META-INF. + "get-deps" target store downloads to the default local maven repository (${user.home}/.maven/repository). Allow URL substitutions in generated build.xml files. + Obey jar override and not attempt to download relative jars. Ant user can set proxy settings. New property maven.ant.compatibility if you want a script compatible with ant 1.5 (actually for proxy settings). - "get-deps" target store downloads to the default local maven repository (${user.home}/.maven/repository). - Add License file to jar META-INF. Use relative paths in test resources filesets.