Fix for MPECLIPSE-22, JRE Classpath not complete

git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@115048 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
dion 2004-04-25 16:05:08 +00:00
parent e8bf7f313a
commit bc1eb8a3ac
2 changed files with 30 additions and 29 deletions

View File

@ -115,7 +115,7 @@
<classpathentry kind="var" path="MAVEN_REPO/cactus/jars/cactus-${depVersion}.jar"/>
</j:if>
<classpathentry kind="var" path="JRE_LIB" rootpath="JRE_SRCROOT" sourcepath="JRE_SRC"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<j:forEach var="lib" items="${pom.artifacts}">
<j:set var="eclipseDependency"
value="${lib.dependency.getProperty('eclipse.dependency')}"/>
@ -145,6 +145,6 @@
<maven:makeRelativePath var="outputDir" basedir="${basedir}" path="${outputDir}" />
<classpathentry kind="output" path="${outputDir}"/>
<ant:echo>Setting default output directory to ${outputDir}</ant:echo>
</classpath>
</classpath>
</j:whitespace>

View File

@ -26,6 +26,7 @@
<body>
<release version="1.7-SNAPSHOT" date="in CVS">
<action dev="brett" type="update" issue="MPECLIPSE-21">Honour sourceModifications in classpath file</action>
<action dev="dion" type="fix" issue="MPECLIPSE-22">used container for JRE classpath</action>
</release>
<release version="1.6" date="2004-03-10">
<action dev="vmassol" type="fix" issue="MPECLIPSE-15">Fixed Cactus support (there were problems due to the move of the Cactus plugin outside of the Maven project).</action>