PR: MPJAVA-43

Broken support for maven.compile.extdirs


git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@356418 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
ltheussl 2005-12-12 23:33:56 +00:00
parent 9f613070db
commit 9bcd79df8c
2 changed files with 3 additions and 2 deletions

View File

@ -101,9 +101,9 @@
</j:if> </j:if>
<j:if test="${context.getVariable('maven.compile.extdirs') != null}"> <j:if test="${context.getVariable('maven.compile.extdirs') != null}">
<ant:bootclasspath> <ant:extdirs>
<ant:pathelement path="${maven.compile.extdirs}"/> <ant:pathelement path="${maven.compile.extdirs}"/>
</ant:bootclasspath> </ant:extdirs>
</j:if> </j:if>
<ant:classpath> <ant:classpath>

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-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>
</release> </release>
<release version="1.5" date="2004-12-04"> <release version="1.5" date="2004-12-04">