maven-plugins/simian/xdocs/changes.xml
evenisse 85df922d35 Update to ASL v.2
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@114795 13f79535-47bb-0310-9956-ffa450edef68
2004-03-04 18:40:25 +00:00

112 lines
3.2 KiB
XML

<?xml version="1.0" encoding="ISO-8859-1"?>
<!--
/*
* Copyright 2001-2004 The Apache Software Foundation.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
-->
<document>
<properties>
<title>Changes</title>
<author email="rinkrank at codehaus.org">Aslak Hellesoy</author>
<author email="maurice@maguyane.net">Maurice Montg?nie</author>
</properties>
<body>
<release version="1.3" date="in CVS">
<action dev="dion" type="fix">
Apply MPSIMIAN-4. Fix HTML.
</action>
<action dev="epugh" type="add">
Allow classes to be included/excluded.
</action>
<action dev="dion" type="fix">
Allow test case to be run.
</action>
<action dev="dion" type="update">
Upgrade to ant 1.6.
</action>
<action dev="dion" type="update">
Apply MAVEN-890. Allow unit tests to be skipped.
</action>
</release>
<release version="1.2" date="2003-09-29">
<action dev="dion" type="update">update to commons-jelly-20030902.160215</action>
<action dev="dion" type="fix">
Fix class name having 'xref.' or 'xref-test.' on the beginning
</action>
<action dev="dion" type="update">
Upgrade to commons-logging 1.0.3
</action>
<action dev="dion" type="fix">
Fix <code>Couldn't find relative path ...</code> message on windows
under multiproject build. Paths with <code>..</code> in them
were absolute, but it meant that the 'startsWith' logic was flawed.
Changed to using the canonical path.
</action>
<action dev="dion" type="fix">
Add sourceModification include/excludes
</action>
<action dev="dion" type="fix">
Handle file paths with embedded spaces
</action>
</release>
<release version="1.1.1" date="2003-07-09 (In JIRA)">
<action dev="maurice" type="add">
New optional options introduced in Simian 1.9.1.
</action>
</release>
<release version="1.1" date="2003-07-08 (In JIRA)">
<action dev="rinkrank" type="add">
Now parses test sources too.
</action>
<action dev="rinkrank" type="add">
Report displays the similarity treshold.
</action>
<action dev="rinkrank" type="update">
Updated to use Simian 1.9.1
</action>
<action dev="rinkrank" type="update">
Removed the simian jar from the plugin.
</action>
<action dev="rinkrank" type="fix">
Reset site doc colour scheme to default.
</action>
</release>
<release version="1.0-alpha-1" date="2003-06-25 (In JIRA)">
<action dev="rinkrank" type="add">
First release.
</action>
</release>
</body>
</document>