From: Konstantin P. <ko...@us...> - 2006-09-06 09:28:18
|
Update of /cvsroot/xdoclet-plugins/xdoclet-plugins/plugin-hibernate In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv15999/plugin-hibernate Modified Files: pom.xml Log Message: XDP-195-197 fixed Index: pom.xml =================================================================== RCS file: /cvsroot/xdoclet-plugins/xdoclet-plugins/plugin-hibernate/pom.xml,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** pom.xml 30 Aug 2006 10:09:39 -0000 1.3 --- pom.xml 6 Sep 2006 09:28:16 -0000 1.4 *************** *** 11,14 **** --- 11,22 ---- <name>XDoclet 2 hibernate plugin</name> <description>XDoclet 2 plugin generating hibernate 2 & 3 mappings and configuration</description> + <contributors> + <contributor> + <name> + Tomasz Blachowicz + </name> + </contributor> + </contributors> + <build> <plugins> |