|
From: Eric P. <de...@us...> - 2004-08-09 15:30:30
|
dep4b 04/08/09 08:30:22
Modified: findbugs project.xml
Log:
add garvin as a contributor
Revision Changes Path
1.12 +6 -0 maven-plugins/findbugs/project.xml
Index: project.xml
===================================================================
RCS file: /cvsroot/maven-plugins/maven-plugins/findbugs/project.xml,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- project.xml 29 Jul 2004 18:14:17 -0000 1.11
+++ project.xml 9 Aug 2004 15:30:22 -0000 1.12
@@ -41,8 +41,14 @@
<name>Jerome Lacoste</name>
<id>jlacoste</id>
</contributor>
+ <contributor>
+ <name>Garvin LeClaire</name>
+ <id>gleclaire</id>
+ <email>gar...@in...</email>
+ </contributor>
</contributors>
+
<!-- licenses section not done yet -->
<dependencies>
|