From 60e0e8dc3be7ac291b3c0aec1bdaaac267644d2b Mon Sep 17 00:00:00 2001 From: snicoll Date: Sun, 20 Aug 2006 13:30:18 +0000 Subject: [PATCH] [MPECLIPSE-119] Fixed duplicate test entries. Cactus test source directory does not override testSrcDir var anymore. git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@432968 13f79535-47bb-0310-9956-ffa450edef68 --- eclipse/xdocs/changes.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/eclipse/xdocs/changes.xml b/eclipse/xdocs/changes.xml index 47262ead..be5b6d12 100644 --- a/eclipse/xdocs/changes.xml +++ b/eclipse/xdocs/changes.xml @@ -24,9 +24,10 @@ + Fixed broken test cases. + Download and attach javadoc archives to .classpath when no source archive is available. Update jelly dependency to match the ones in maven 1.1 core. Don't attach sourcepath in .classpath when file doesn't exist. - Download and attach javadoc archives to .classpath when no source archive is available. Made output and testOutput directory configuration consistent.