PR: MPJAVA-30

Correct warning about target JVM version.

git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@379360 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
ltheussl 2006-02-21 06:00:45 +00:00
parent 031f626f3d
commit 3b9b4b03eb
2 changed files with 3 additions and 2 deletions

View File

@ -50,8 +50,8 @@
<ant:echo> <ant:echo>
========================================================== ==========================================================
NOTE: Targetting JVM ${java.specification.version}, classes WARNING: maven.compile.target is not set:
will not run on earlier JVMs using the default value which depends on your JVM
========================================================== ==========================================================
</ant:echo> </ant:echo>

View File

@ -26,6 +26,7 @@
</properties> </properties>
<body> <body>
<release version="1.6-SNAPSHOT" date="in SVN"> <release version="1.6-SNAPSHOT" date="in SVN">
<action dev="ltheussl" type="fix" issue="MPJAVA-30">Compiling gives incorrect warning about target JVM version.</action>
<action dev="ltheussl" type="fix" issue="MPJAVA-38" due-to="Ignacio G. Mac Dowell"><code>sourceModifications</code> handled incorrectly when more than one clause present.</action> <action dev="ltheussl" type="fix" issue="MPJAVA-38" due-to="Ignacio G. Mac Dowell"><code>sourceModifications</code> handled incorrectly when more than one clause present.</action>
<action dev="ltheussl" type="fix" issue="MPJAVA-43">Broken support for maven.compile.extdirs.</action> <action dev="ltheussl" type="fix" issue="MPJAVA-43">Broken support for maven.compile.extdirs.</action>
<action dev="carlos" type="add" issue="MPJAVA-40" due-to="Ron Gallagher">Make a report with compiler output</action> <action dev="carlos" type="add" issue="MPJAVA-40" due-to="Ron Gallagher">Make a report with compiler output</action>