MPECLIPSE-111: Made output and testOutput directory configuration consistent

git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@413962 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
snicoll
2006-06-13 19:33:25 +00:00
parent f9cf021bab
commit 5269ff7ab8
2 changed files with 4 additions and 1 deletions

View File

@@ -244,8 +244,10 @@
<j:set var="outputDir" value="${maven.eclipse.output.dir}" />
<j:if test="${empty outputDir}">
<j:set var="outputDir" value="${maven.build.dest}" />
<maven:makeRelativePath var="outputDir" basedir="${basedir}" path="${outputDir}" separator="/" />
</j:if>
<maven:makeRelativePath var="outputDir" basedir="${basedir}" path="${outputDir}" separator="/" />
<classpathentry kind="output" path="${outputDir}" />
<ant:echo>Setting default output directory to ${outputDir}</ant:echo>
</classpath>

View File

@@ -24,6 +24,7 @@
</properties>
<body>
<release version="1.11" date="in SVN">
<action dez="snicoll" type="fix" issue="MPECLIPSE-111">Made output and testOutput directory configuration consistent.</action>
<action dev="felipeal" type="add" issue="MPECLIPSE-84">Added new property <code>maven.eclipse.project.name</code>.</action>
<action dev="snicoll" type="add" issue="MPECLIPSE-60">Now trying to download java sources archives from the remote repositories.</action>
</release>