From: Konstantin P. <ko...@us...> - 2006-08-29 18:56:31
|
Update of /cvsroot/xdoclet-plugins/xdoclet-plugins/plugin-hibernate In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv4362/plugin-hibernate Modified Files: pom.xml Log Message: syncronisation. evrythiing builds up to webwork Index: pom.xml =================================================================== RCS file: /cvsroot/xdoclet-plugins/xdoclet-plugins/plugin-hibernate/pom.xml,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** pom.xml 11 Aug 2006 17:15:10 -0000 1.1 --- pom.xml 29 Aug 2006 18:56:28 -0000 1.2 *************** *** 19,22 **** --- 19,34 ---- </plugins> </build> + <dependencies> + <dependency> + <groupId>xdoclet-plugins</groupId> + <artifactId>xdoclet-plugin-qtags</artifactId> + <version>1.0.4-SNAPSHOT</version> + </dependency> + <dependency> + <groupId>xdoclet-plugins</groupId> + <artifactId>xdoclet-taglib-qtags</artifactId> + <version>1.0.4-SNAPSHOT</version> + </dependency> + </dependencies> <properties> <xdoclet.plugin.namespace>hibernate</xdoclet.plugin.namespace> |