ggregory 2004/06/22 12:27:05
Modified: codec project.xml
Log:
Turn on JDiff and Changes reports. Add Matthew Inger as a contributor.
Revision Changes Path
1.35 +12 -5 jakarta-commons/codec/project.xml
Index: project.xml
===================================================================
RCS file: /home/cvs/jakarta-commons/codec/project.xml,v
retrieving revision 1.34
retrieving revision 1.35
diff -u -r1.34 -r1.35
--- project.xml 13 Jun 2004 23:47:21 -0000 1.34
+++ project.xml 22 Jun 2004 19:27:05 -0000 1.35
@@ -179,7 +179,12 @@
<contributor>
<name>Alex Karasulu</name>
<email>aok123 at bellsouth.net</email>
- <roles>submitted Binary class and test</roles>
+ <roles>Submitted Binary class and test</roles>
+ </contributor>
+ <contributor>
+ <name>Matthew Inger</name>
+ <email>mattinger at yahoo.com</email>
+ <roles>Submitted DIFFERENCE algorithm for Soundex and
RefinedSoundex</roles>
</contributor>
</contributors>
<dependencies>
@@ -229,21 +234,23 @@
</build>
<reports>
+ <report>maven-changes-plugin</report>
<report>maven-changelog-plugin</report>
- <!-- <report>maven-changes-plugin</report> -->
<report>maven-checkstyle-plugin</report>
<report>maven-clover-plugin</report>
<report>maven-developer-activity-plugin</report>
<report>maven-file-activity-plugin</report>
<report>maven-javadoc-plugin</report>
- <!-- <report>maven-jdepend-plugin</report> -->
- <!-- <report>maven-jellydoc-plugin</report> -->
+ <report>maven-jdiff-plugin</report>
<report>maven-junit-report-plugin</report>
<report>maven-jxr-plugin</report>
<report>maven-license-plugin</report>
+ <!-- <report>maven-changes-plugin</report> -->
+ <!-- <report>maven-findbugs-plugin</report> -->
+ <!-- <report>maven-jdepend-plugin</report> -->
+ <!-- <report>maven-jellydoc-plugin</report> -->
<!-- <report>maven-linkcheck-plugin</report> -->
<!-- <report>maven-statcvs-plugin</report> -->
<!-- <report>maven-tasklist-plugin</report> -->
- <!-- <report>maven-findbugs-plugin</report> -->
</reports>
</project>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]