[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
This commit is contained in:
snicoll
2006-08-20 13:30:18 +00:00
parent b1c91b94cc
commit 60e0e8dc3b

View File

@@ -24,9 +24,10 @@
</properties>
<body>
<release version="1.11.1-SNAPSHOT" date="In SVN">
<action dev="snicoll" type="fix" issue="MPECLIPSE-119">Fixed broken test cases.</action>
<action dev="snicoll" type="fix" issue="MPECLIPSE-123" due-to="Nicolas De Loof">Download and attach javadoc archives to .classpath when no source archive is available.</action>
<action dev="ltheussl" type="update">Update jelly dependency to match the ones in maven 1.1 core.</action>
<action dev="aheritier" type="fix" issue="MPECLIPSE-118" due-to="Jon Christiansen">Don't attach sourcepath in .classpath when file doesn't exist.</action>
<action dev="snicoll" type="fix" issue="MPECLIPSE-123" due-to="Nicolas De Loof">Download and attach javadoc archives to .classpath when no source archive is available.</action>
</release>
<release version="1.11" date="2006-06-18">
<action dev="snicoll" type="fix" issue="MPECLIPSE-111">Made output and testOutput directory configuration consistent.</action>