| CODENOTIFIER | HelpYou are not signed inSign in |
Project: StatSVN
Revision: 363
Author: jkealey
Date: 31 May 2008 13:58:58
Changes:(changed classpath from absolute to relative path)
Files:| ... | ...@@ -4,6 +4,9 @@ | |
| 4 | 4 | <title>StatSvn Changes</title> |
| 5 | 5 | </properties> |
| 6 | 6 | <body> |
| 7 | <release version="0.4.1" date="2008-05-31" description="Maintenance"> | |
| 8 | <action dev="jkealey" type="fix" due-to="Joseph Armbruster">Fixed issue when the only change was a property change.</action> | |
| 9 | </release> | |
| 7 | 10 | <release version="0.4.0" date="2008-04-20" description="Maintenance+move to StatCVS"> |
| 8 | 11 | <action dev="benoitx" type="add" due-to="Nilendra Weerasinghe">Added support for an XML export of the main reports, just use option -xml, based on patched proposed by Nilendra Weerasinghe.</action> |
| 9 | 12 | <action dev="benoitx" type="add" issue="1639462" due-to="Jean-Francois Burdet">Applied patch for [ 1639462 ] Added TRAC Support.</action> |
| ... | ...@@ -6,6 +6,6 @@ | |
| 6 | 6 | <classpathentry kind="lib" path="lib/ant.jar"/> |
| 7 | 7 | <classpathentry kind="lib" path="lib/junit.jar"/> |
| 8 | 8 | <classpathentry kind="lib" path="lib/backport-util-concurrent-3.0.jar"/> |
| 9 | <classpathentry kind="lib" path="C:/project/statsvn/statsvn/lib/statcvs-0.4.0.jar" sourcepath="/statcvs"/> | |
| 9 | <classpathentry kind="lib" path="lib/statcvs-0.4.0.jar" sourcepath="/statcvs"/> | |
| 10 | 10 | <classpathentry kind="output" path="bin"/> |
| 11 | 11 | </classpath> |