From 64a8e9bc8e5554c40125bf7fa3cdf9e93d9bba1a Mon Sep 17 00:00:00 2001 From: epugh Date: Sat, 18 Oct 2003 21:39:43 +0000 Subject: [PATCH] Add support for multiple additional directoris in the eclipse classpath. git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@114222 13f79535-47bb-0310-9956-ffa450edef68 --- eclipse/src/plugin-resources/templates/classpath.jelly | 9 +++++++++ eclipse/xdocs/changes.xml | 8 +++++++- eclipse/xdocs/properties.xml | 8 ++++++++ 3 files changed, 24 insertions(+), 1 deletion(-) diff --git a/eclipse/src/plugin-resources/templates/classpath.jelly b/eclipse/src/plugin-resources/templates/classpath.jelly index fa35ce7c..d92c4e83 100644 --- a/eclipse/src/plugin-resources/templates/classpath.jelly +++ b/eclipse/src/plugin-resources/templates/classpath.jelly @@ -4,6 +4,7 @@ xmlns:util="jelly:util" xmlns:ant="jelly:ant" xmlns:maven="jelly:maven" + xmlns:u="jelly:util" xmlns="dummy" trim="true"> @@ -29,6 +30,14 @@ Setting compile of ${testSrcDir} to ${testOutputDir} + + + ${maven.eclipse.classpath.include} + + + + +