From ab0e4a72205d0de9d9ff9ae5cadb91498c54763f Mon Sep 17 00:00:00 2001 From: epugh Date: Thu, 27 Jan 2005 19:12:30 +0000 Subject: [PATCH] MPECLIPSE-67 and MPECLIPSE-68. Fixing eclipse:add-maven-repo goal for use with Eclipse 3.x git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@126755 13f79535-47bb-0310-9956-ffa450edef68 --- eclipse/plugin.jelly | 7 ++++++- eclipse/xdocs/changes.xml | 3 +++ 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/eclipse/plugin.jelly b/eclipse/plugin.jelly index a49ea485..00d8f2ec 100644 --- a/eclipse/plugin.jelly +++ b/eclipse/plugin.jelly @@ -240,7 +240,12 @@ - + + + + + + diff --git a/eclipse/xdocs/changes.xml b/eclipse/xdocs/changes.xml index d85ecb40..ad7248f9 100644 --- a/eclipse/xdocs/changes.xml +++ b/eclipse/xdocs/changes.xml @@ -25,6 +25,9 @@ + eclipse:add-maven-repo doesn't update correct Eclipse property file for Eclipse 3.x + add-maven-repo fails if Eclipse hasn't been started yet. Property file needs to be created + by the plugin. Only create .classpath and javabuilder if sources are present