From eedbc141b97589ed144bae73fb6832d68a56e4e0 Mon Sep 17 00:00:00 2001 From: dion Date: Wed, 7 Apr 2004 06:07:45 +0000 Subject: [PATCH] Fix MPWAR-24: Remove extra call to java:compile. I verified this removal with Vincent M. git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@114981 13f79535-47bb-0310-9956-ffa450edef68 --- war/plugin.jelly | 1 - war/xdocs/changes.xml | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/war/plugin.jelly b/war/plugin.jelly index d5d2e27d..fbf57161 100644 --- a/war/plugin.jelly +++ b/war/plugin.jelly @@ -40,7 +40,6 @@ file="${maven.war.src}"/> - diff --git a/war/xdocs/changes.xml b/war/xdocs/changes.xml index 766ee150..f025d2da 100644 --- a/war/xdocs/changes.xml +++ b/war/xdocs/changes.xml @@ -25,6 +25,7 @@ + Remove extra call to java:compile Allow automated generation of manifest Class-Path Allow customizing of MANIFEST.MF