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
This commit is contained in:
dion
2004-04-07 06:07:45 +00:00
parent 12199f9624
commit eedbc141b9
2 changed files with 1 additions and 1 deletions

View File

@@ -40,7 +40,6 @@
file="${maven.war.src}"/>
<j:if test="${sourcesPresent == 'true'}">
<caller:call goalInterface="compile-java"/>
<attainGoal name="test:test"/>
</j:if>

View File

@@ -25,6 +25,7 @@
</properties>
<body>
<release version="1.6" date="in CVS">
<action dev="dion" type="fix" issue="MPWAR-24">Remove extra call to java:compile</action>
<action dev="dion" type="update" issue="MPWAR-21">Allow automated generation of manifest Class-Path</action>
<action dev="dion" type="update" issue="MPWAR-22">Allow customizing of MANIFEST.MF</action>
</release>