From e8bf7f313ad1691a56c26fb7b49cda9a225eb501 Mon Sep 17 00:00:00 2001 From: brett Date: Sun, 25 Apr 2004 03:15:28 +0000 Subject: [PATCH] patch didn't work properly. source modifications only applied if class actually missing git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@115047 13f79535-47bb-0310-9956-ffa450edef68 --- .../plugin-resources/templates/classpath.jelly | 17 +++++++++++++---- eclipse/xdocs/changes.xml | 2 +- 2 files changed, 14 insertions(+), 5 deletions(-) diff --git a/eclipse/src/plugin-resources/templates/classpath.jelly b/eclipse/src/plugin-resources/templates/classpath.jelly index 3b6ed1f8..8ae17aec 100644 --- a/eclipse/src/plugin-resources/templates/classpath.jelly +++ b/eclipse/src/plugin-resources/templates/classpath.jelly @@ -31,11 +31,20 @@ - - - + + + + + + + + + + + + + - ${excluding.substring(1)} diff --git a/eclipse/xdocs/changes.xml b/eclipse/xdocs/changes.xml index 0336e7a4..ed58ff25 100644 --- a/eclipse/xdocs/changes.xml +++ b/eclipse/xdocs/changes.xml @@ -25,7 +25,7 @@ - Honour sourceModifications in classpath file + Honour sourceModifications in classpath file Fixed Cactus support (there were problems due to the move of the Cactus plugin outside of the Maven project).