From: Konstantin P. <ko...@us...> - 2006-08-25 06:32:53
|
Update of /cvsroot/xdoclet-plugins/xdoclet-plugins/plugin-plugin In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv26804/plugin-plugin Modified Files: project.xml Log Message: fixed m1 build Index: project.xml =================================================================== RCS file: /cvsroot/xdoclet-plugins/xdoclet-plugins/plugin-plugin/project.xml,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** project.xml 9 Dec 2005 00:35:17 -0000 1.5 --- project.xml 25 Aug 2006 06:32:44 -0000 1.6 *************** *** 2,17 **** <project> ! <extend>${basedir}/../project.xml</extend> ! <artifactId>xdoclet-plugin-plugin</artifactId> ! <name>xdoclet-plugin-plugin</name> ! <dependencies> <!-- build time only --> ! <dependency> ! <groupId>${pom.groupId}</groupId> ! <artifactId>xdoclet-plugin-qtags</artifactId> ! <version>${pom.currentVersion}</version> ! </dependency> ! </dependencies> ! </project> --- 2,22 ---- <project> ! <extend>${basedir}/../project.xml</extend> ! <artifactId>xdoclet-plugin-plugin</artifactId> ! <name>xdoclet-plugin-plugin</name> ! <dependencies> <!-- build time only --> ! <dependency> ! <groupId>${pom.groupId}</groupId> ! <artifactId>xdoclet-plugin-qtags</artifactId> ! <version>${pom.currentVersion}</version> ! </dependency> ! <dependency> ! <groupId>${pom.groupId}</groupId> ! <artifactId>xdoclet-taglib-qtags</artifactId> ! <version>${pom.currentVersion}</version> ! </dependency> ! </dependencies> ! </project> |