From 5ee2bb8695dd420eae53bdc3f72fbd12288d74bb Mon Sep 17 00:00:00 2001 From: brett Date: Sun, 25 Apr 2004 02:26:22 +0000 Subject: [PATCH] PR: MPECLIPSE-21 Submitted by: Boris Boehlen use sourcemods git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@115043 13f79535-47bb-0310-9956-ffa450edef68 --- eclipse/project.xml | 2 +- eclipse/src/plugin-resources/templates/classpath.jelly | 9 ++++++++- eclipse/xdocs/changes.xml | 3 +++ 3 files changed, 12 insertions(+), 2 deletions(-) diff --git a/eclipse/project.xml b/eclipse/project.xml index cf8ebe4d..8fee08df 100644 --- a/eclipse/project.xml +++ b/eclipse/project.xml @@ -23,7 +23,7 @@ 3 maven-eclipse-plugin Maven Eclipse Plug-in - 1.6 + 1.7-SNAPSHOT A plugin to generate various files for the Eclipse IDE and ease the use of Maven within that environment. Requires Maven 1.0 RC2. Eclipse Plugin for Maven http://maven.apache.org/reference/plugins/eclipse/ diff --git a/eclipse/src/plugin-resources/templates/classpath.jelly b/eclipse/src/plugin-resources/templates/classpath.jelly index 864d9a76..3b6ed1f8 100644 --- a/eclipse/src/plugin-resources/templates/classpath.jelly +++ b/eclipse/src/plugin-resources/templates/classpath.jelly @@ -29,7 +29,14 @@ - + + + + + + + ${excluding.substring(1)} + diff --git a/eclipse/xdocs/changes.xml b/eclipse/xdocs/changes.xml index ed2c18aa..0336e7a4 100644 --- a/eclipse/xdocs/changes.xml +++ b/eclipse/xdocs/changes.xml @@ -24,6 +24,9 @@ dIon Gillard + + Honour sourceModifications in classpath file + Fixed Cactus support (there were problems due to the move of the Cactus plugin outside of the Maven project). Add support for having multiple other directories included in the classpath.