From 04da231ad974d5f8f8057c49f21d814effd7c7d0 Mon Sep 17 00:00:00 2001 From: epugh Date: Tue, 8 Jul 2003 08:18:41 +0000 Subject: [PATCH] Added ability for maven eclipse goal to add cactus tests to classpath if they exist. git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@113613 13f79535-47bb-0310-9956-ffa450edef68 --- eclipse/plugin.jelly | 49 ++++++++++++++++++++++++++++----------- eclipse/xdocs/changes.xml | 3 +++ 2 files changed, 39 insertions(+), 13 deletions(-) diff --git a/eclipse/plugin.jelly b/eclipse/plugin.jelly index 4422b974..43038117 100644 --- a/eclipse/plugin.jelly +++ b/eclipse/plugin.jelly @@ -4,9 +4,11 @@ xmlns:j="jelly:core" xmlns:ant="jelly:ant" xmlns:test="test" + xmlns:cactus="cactus" xmlns:util="jelly:util"> + @@ -75,7 +77,7 @@ - Test! + Contains JUnit Tests! Cutting off basedir from testSourceDirectory @@ -94,22 +96,43 @@ ${pom.getPluginContext('maven-test-plugin').getVariable('plugin').getDependency('junit').getVersion()} - - - + + + - - ${maven.eclipse.junit} - + + ${maven.eclipse.junit} + - - - + + + - - + + + + + + + + + + + + Contains Cactus Tests! + + + Cutting off basedir from Cactus source directory + + + + + + + ${pom.getPluginContext('maven-cactus-plugin').getVariable('plugin').getDependency('cactus').getVersion()} + - diff --git a/eclipse/xdocs/changes.xml b/eclipse/xdocs/changes.xml index 2688dbf2..2b45a7f3 100644 --- a/eclipse/xdocs/changes.xml +++ b/eclipse/xdocs/changes.xml @@ -7,6 +7,9 @@ + + Added support for referencing cactus tests in classpath. + Added support for Eclipse 2.1 external tools