From 292075c608d3b4bb0a8c505e2cd1cae43ac65ba8 Mon Sep 17 00:00:00 2001 From: aheritier Date: Sun, 16 Jul 2006 20:27:13 +0000 Subject: [PATCH] [MPECLIPSE-118] Attaching sourcepath in .classpath when file doesn't exist causes errors in Eclipse Submitted by: Jon Christiansen git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@422525 13f79535-47bb-0310-9956-ffa450edef68 --- eclipse/plugin.jelly | 19 +++++++++++++++++-- eclipse/project.xml | 2 +- eclipse/xdocs/changes.xml | 3 +++ 3 files changed, 21 insertions(+), 3 deletions(-) diff --git a/eclipse/plugin.jelly b/eclipse/plugin.jelly index 0025199f..908cd0fc 100644 --- a/eclipse/plugin.jelly +++ b/eclipse/plugin.jelly @@ -75,13 +75,28 @@ - + + + + + + + + + + + + + + + - + + diff --git a/eclipse/project.xml b/eclipse/project.xml index 316ac0c9..6500d1bf 100644 --- a/eclipse/project.xml +++ b/eclipse/project.xml @@ -22,7 +22,7 @@ 3 maven-eclipse-plugin Maven Eclipse Plugin - 1.11 + 1.11.1-SNAPSHOT A plugin to generate various files for the Eclipse IDE and ease the use of Maven within that environment. Eclipse Plugin for Maven diff --git a/eclipse/xdocs/changes.xml b/eclipse/xdocs/changes.xml index e409cd66..8d800202 100644 --- a/eclipse/xdocs/changes.xml +++ b/eclipse/xdocs/changes.xml @@ -23,6 +23,9 @@ dIon Gillard + + Don't attach sourcepath in .classpath when file doesn't exist. + Made output and testOutput directory configuration consistent. Added new property