From 55b958c4010927845ecb1d57e06136abf124f53d Mon Sep 17 00:00:00 2001 From: felipeal Date: Tue, 17 Jan 2006 05:36:06 +0000 Subject: [PATCH] MPECLIPSE-84: added property maven.eclipse.project.name git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@369688 13f79535-47bb-0310-9956-ffa450edef68 --- eclipse/plugin.properties | 3 ++- eclipse/src/plugin-resources/templates/project.jelly | 4 ++-- eclipse/xdocs/changes.xml | 3 ++- eclipse/xdocs/properties.xml | 10 +++++++++- 4 files changed, 15 insertions(+), 5 deletions(-) diff --git a/eclipse/plugin.properties b/eclipse/plugin.properties index 27f35807..47b6359b 100644 --- a/eclipse/plugin.properties +++ b/eclipse/plugin.properties @@ -1,5 +1,5 @@ # ------------------------------------------------------------------- -# Copyright 2001-2004 The Apache Software Foundation. +# Copyright 2001-2006 The Apache Software Foundation. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -24,6 +24,7 @@ # This accepts two values: 'all' for all the goals, # and 'plugins' to generate only the plugins' default goals. maven.eclipse.goals = plugins +maven.eclipse.project.name=${pom.artifactId} maven.gen.src=${maven.build.dir}/generated-sources maven.eclipse.src.extension = zip maven.eclipse.src.download = true diff --git a/eclipse/src/plugin-resources/templates/project.jelly b/eclipse/src/plugin-resources/templates/project.jelly index d81cf20d..8b959d40 100644 --- a/eclipse/src/plugin-resources/templates/project.jelly +++ b/eclipse/src/plugin-resources/templates/project.jelly @@ -1,7 +1,7 @@