From 3da380e2e9e6eb280e6ba4d8764b882da51833e4 Mon Sep 17 00:00:00 2001 From: bwalding Date: Sun, 27 Jul 2003 22:51:52 +0000 Subject: [PATCH] Update the .classpath output such that it utilises the per source directory output path. At the moment, source dir -> default output path (i.e. unset) test dir -> test output path (eg. target/test-classes) default output path -> (eg. target/classes). There could be some argument to go to a system like source dir -> output path (eg. target/classes). test dir -> test output path (eg. target/test-classes) default output path -> (eg. target/classes). But it'd make the plugin.jelly a bit more complicated than it already is. I'm very tempted to extract the code out into a separate jelly file and let it follow the xdoc/navigation.jelly pattern. This also fixes the "missing target/test-classes" errors that eclipse was giving. git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@113731 13f79535-47bb-0310-9956-ffa450edef68 --- eclipse/plugin.jelly | 42 ++++++++++++++++++++++-------------------- 1 file changed, 22 insertions(+), 20 deletions(-) diff --git a/eclipse/plugin.jelly b/eclipse/plugin.jelly index 43038117..04459864 100644 --- a/eclipse/plugin.jelly +++ b/eclipse/plugin.jelly @@ -85,7 +85,28 @@ - + + + + + + + + Cutting off basedir from testOutputDir + + + + + + + + + + - - - - - - - - Cutting off basedir from testOutputDir - - - - - - -