Correction of some point due to feedback on the user list :
- Fix bug when classes have no package. - Fix overview page for inner classes. - Add a postGoal to clean:clean for suppress jcoverage.ser file. git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@113988 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
28
jcoverage/xdocs/changes.xml
Normal file
28
jcoverage/xdocs/changes.xml
Normal file
@@ -0,0 +1,28 @@
|
||||
<?xml version="1.0"?>
|
||||
<document>
|
||||
<properties>
|
||||
<title>Changes</title>
|
||||
<author email="evenisse@ifrance.com">Emmanuel Venisse</author>
|
||||
</properties>
|
||||
|
||||
<body>
|
||||
<release version="1.0.1" date="In CVS">
|
||||
<action dev="evenisse" type="fix">
|
||||
Fix bug when classes have no package.
|
||||
</action>
|
||||
<action dev="evenisse" type="fix">
|
||||
Fix overview page for inner classes.
|
||||
</action>
|
||||
<action dev="evenisse" type="add">
|
||||
Add a postGoal to clean:clean for suppress jcoverage.ser file.
|
||||
</action>
|
||||
</release>
|
||||
|
||||
<release version="1.0" date="2003-09-04">
|
||||
<action dev="evenisse" type="add">
|
||||
First release
|
||||
</action>
|
||||
</release>
|
||||
</body>
|
||||
</document>
|
||||
|
||||
Reference in New Issue
Block a user