From 5269ff7ab8cf3eac075ec004c596146f58d60416 Mon Sep 17 00:00:00 2001 From: snicoll Date: Tue, 13 Jun 2006 19:33:25 +0000 Subject: [PATCH] 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 --- eclipse/src/plugin-resources/templates/classpath.jelly | 4 +++- eclipse/xdocs/changes.xml | 1 + 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/eclipse/src/plugin-resources/templates/classpath.jelly b/eclipse/src/plugin-resources/templates/classpath.jelly index dd9cf69b..4a3e9fba 100644 --- a/eclipse/src/plugin-resources/templates/classpath.jelly +++ b/eclipse/src/plugin-resources/templates/classpath.jelly @@ -244,8 +244,10 @@ - + + + Setting default output directory to ${outputDir} diff --git a/eclipse/xdocs/changes.xml b/eclipse/xdocs/changes.xml index e3afced6..bc179012 100644 --- a/eclipse/xdocs/changes.xml +++ b/eclipse/xdocs/changes.xml @@ -24,6 +24,7 @@ + Made output and testOutput directory configuration consistent. Added new property maven.eclipse.project.name. Now trying to download java sources archives from the remote repositories.