From f06309ebe913cd1d0db23990c243614fd2cd7f10 Mon Sep 17 00:00:00 2001 From: brett Date: Fri, 10 Jun 2005 07:55:23 +0000 Subject: [PATCH] PR: MPIDEA-25 use relative paths git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@189919 13f79535-47bb-0310-9956-ffa450edef68 --- idea/src/plugin-resources/templates/v4/module.jelly | 2 +- idea/src/plugin-resources/templates/v4/multiproject.jelly | 2 +- idea/src/plugin-resources/templates/v4/project.jelly | 2 +- idea/src/plugin-resources/templates/v4/workspace.jelly | 4 ++-- idea/xdocs/changes.xml | 1 + 5 files changed, 6 insertions(+), 5 deletions(-) diff --git a/idea/src/plugin-resources/templates/v4/module.jelly b/idea/src/plugin-resources/templates/v4/module.jelly index 03fa595b..3b8fa763 100644 --- a/idea/src/plugin-resources/templates/v4/module.jelly +++ b/idea/src/plugin-resources/templates/v4/module.jelly @@ -29,7 +29,7 @@ - + diff --git a/idea/src/plugin-resources/templates/v4/multiproject.jelly b/idea/src/plugin-resources/templates/v4/multiproject.jelly index 56a57a59..e86235c0 100644 --- a/idea/src/plugin-resources/templates/v4/multiproject.jelly +++ b/idea/src/plugin-resources/templates/v4/multiproject.jelly @@ -19,7 +19,7 @@ - + diff --git a/idea/src/plugin-resources/templates/v4/project.jelly b/idea/src/plugin-resources/templates/v4/project.jelly index a3ca595d..3304da09 100644 --- a/idea/src/plugin-resources/templates/v4/project.jelly +++ b/idea/src/plugin-resources/templates/v4/project.jelly @@ -19,7 +19,7 @@ - + diff --git a/idea/src/plugin-resources/templates/v4/workspace.jelly b/idea/src/plugin-resources/templates/v4/workspace.jelly index ee94f2b7..ab336f8e 100644 --- a/idea/src/plugin-resources/templates/v4/workspace.jelly +++ b/idea/src/plugin-resources/templates/v4/workspace.jelly @@ -19,7 +19,7 @@ - + - \ No newline at end of file + diff --git a/idea/xdocs/changes.xml b/idea/xdocs/changes.xml index ad429908..4c1ae206 100644 --- a/idea/xdocs/changes.xml +++ b/idea/xdocs/changes.xml @@ -25,6 +25,7 @@ + Use relative paths for projects and modules for projects easier to check into SCM Make projects within the reactor set IDEA module dependencies, but keep all others as JAR dependencies Add a property for specifying generated source directories to include in the module Set source level properties based on the compile source level