From: Konstantin P. <ko...@us...> - 2006-08-25 06:32:46
|
Update of /cvsroot/xdoclet-plugins/xdoclet-plugins/plugin-beaninfo In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv26804/plugin-beaninfo Modified Files: project.xml Log Message: fixed m1 build Index: project.xml =================================================================== RCS file: /cvsroot/xdoclet-plugins/xdoclet-plugins/plugin-beaninfo/project.xml,v retrieving revision 1.13 retrieving revision 1.14 diff -C2 -d -r1.13 -r1.14 *** project.xml 14 Dec 2005 09:52:09 -0000 1.13 --- project.xml 25 Aug 2006 06:32:43 -0000 1.14 *************** *** 33,37 **** <version>${pom.currentVersion}</version> </dependency> ! <dependency> <groupId>${pom.groupId}</groupId> --- 33,41 ---- <version>${pom.currentVersion}</version> </dependency> ! <dependency> ! <groupId>${pom.groupId}</groupId> ! <artifactId>xdoclet-taglib-qtags</artifactId> ! <version>${pom.currentVersion}</version> ! </dependency> <dependency> <groupId>${pom.groupId}</groupId> |