From bd18a72612c1be3c1ea6e41c61c9cd66f231a7bb Mon Sep 17 00:00:00 2001 From: evenisse Date: Tue, 8 Apr 2003 12:19:25 +0000 Subject: [PATCH] Add dependency mechanism to eclipse project. git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@113285 13f79535-47bb-0310-9956-ffa450edef68 --- eclipse/plugin.jelly | 20 ++++++++++++++++++-- eclipse/project.xml | 11 ++++++++++- eclipse/xdocs/changes.xml | 11 ++++++++++- 3 files changed, 38 insertions(+), 4 deletions(-) diff --git a/eclipse/plugin.jelly b/eclipse/plugin.jelly index 121ca5b4..5025e60a 100644 --- a/eclipse/plugin.jelly +++ b/eclipse/plugin.jelly @@ -26,6 +26,13 @@ ${pom.artifactId} ${pom.description} + + + + ${lib.dependency.artifactId} + + @@ -48,7 +55,7 @@ - + @@ -89,7 +96,16 @@ - + + + + + + + + + diff --git a/eclipse/project.xml b/eclipse/project.xml index 722fefc2..6389b31a 100644 --- a/eclipse/project.xml +++ b/eclipse/project.xml @@ -5,7 +5,7 @@ 3 maven-eclipse-plugin Maven Eclipse Plug-in - 1.2 + 1.3-SNAPSHOT A plugin to generate various files for the Eclipse IDE and ease the use of Maven within that environment Eclipse Plugin for Maven http://maven.apache.org/reference/plugins/eclipse/ @@ -36,5 +36,14 @@ Java Developer + + Emmanuel Venisse + evenisse + evenisse@ifrance.com + Fi System + + Java Developer + + diff --git a/eclipse/xdocs/changes.xml b/eclipse/xdocs/changes.xml index c340a89b..152a6d84 100644 --- a/eclipse/xdocs/changes.xml +++ b/eclipse/xdocs/changes.xml @@ -6,7 +6,16 @@ - + + + Added dependency functionality between projects + + + Split eclispe goal in two goals : eclipse:generate-project + and eclipse:generate-classpath + + + Added more documentation