From 5bb03594d4f4c60abff1fa47094fea544c25a2fe Mon Sep 17 00:00:00 2001 From: brett Date: Fri, 10 Jun 2005 05:36:46 +0000 Subject: [PATCH] =?UTF-8?q?PR:=20MPIDEA-9=20Submitted=20by:=20Eirik=20Bj?= =?UTF-8?q?=C3=B8rsn=C3=B8s=20Reviewed=20by:=20=20Brett=20Porter?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit don't hardcode the path to the ejb-jar.xml file git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@189902 13f79535-47bb-0310-9956-ffa450edef68 --- idea/src/plugin-resources/templates/v4/module.jelly | 6 ++---- idea/xdocs/changes.xml | 1 + 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/idea/src/plugin-resources/templates/v4/module.jelly b/idea/src/plugin-resources/templates/v4/module.jelly index cc961ff0..a0eefa45 100644 --- a/idea/src/plugin-resources/templates/v4/module.jelly +++ b/idea/src/plugin-resources/templates/v4/module.jelly @@ -38,8 +38,8 @@ - - + + @@ -174,7 +174,6 @@ - @@ -194,7 +193,6 @@ - diff --git a/idea/xdocs/changes.xml b/idea/xdocs/changes.xml index d0cd55f1..3eda9948 100644 --- a/idea/xdocs/changes.xml +++ b/idea/xdocs/changes.xml @@ -25,6 +25,7 @@ + Deployment descriptor for ejb.jar hard-coded v4/module.jelly generates incorrect references to $MODULE_DIR$ Generate a module for the multiproject itself idea:multiproject without idea:workspace so a local workspaces aren't lost