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:
parent
9f613070db
commit
9bcd79df8c
@ -101,9 +101,9 @@
|
||||
</j:if>
|
||||
|
||||
<j:if test="${context.getVariable('maven.compile.extdirs') != null}">
|
||||
<ant:bootclasspath>
|
||||
<ant:extdirs>
|
||||
<ant:pathelement path="${maven.compile.extdirs}"/>
|
||||
</ant:bootclasspath>
|
||||
</ant:extdirs>
|
||||
</j:if>
|
||||
|
||||
<ant:classpath>
|
||||
|
||||
@ -26,6 +26,7 @@
|
||||
</properties>
|
||||
<body>
|
||||
<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>
|
||||
</release>
|
||||
<release version="1.5" date="2004-12-04">
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user