From c0d1a45015f9fa79199c0a3fbe8ae4f8b4f03d11 Mon Sep 17 00:00:00 2001 From: evenisse Date: Thu, 14 Oct 2004 15:24:51 +0000 Subject: [PATCH] MPECLIPSE-47. Add resources directories and test resources directories to .classpath. git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@116129 13f79535-47bb-0310-9956-ffa450edef68 --- .../templates/classpath.jelly | 28 +++++++++++++++++++ eclipse/xdocs/changes.xml | 1 + 2 files changed, 29 insertions(+) diff --git a/eclipse/src/plugin-resources/templates/classpath.jelly b/eclipse/src/plugin-resources/templates/classpath.jelly index 4c9f0718..62501752 100644 --- a/eclipse/src/plugin-resources/templates/classpath.jelly +++ b/eclipse/src/plugin-resources/templates/classpath.jelly @@ -54,6 +54,19 @@ + + + + + + + + + + + + + @@ -109,6 +122,21 @@ + + + + + + + + + + + + + + + diff --git a/eclipse/xdocs/changes.xml b/eclipse/xdocs/changes.xml index ff7ec314..673e61eb 100644 --- a/eclipse/xdocs/changes.xml +++ b/eclipse/xdocs/changes.xml @@ -25,6 +25,7 @@ + Add resources directories and test resources directories to .classpath. Overriden jar that resides outside maven repo doesn't get resolved properly. Jar overrides are now properly supported.