From: Konstantin P. <ko...@us...> - 2006-08-25 06:32:56
|
Update of /cvsroot/xdoclet-plugins/xdoclet-plugins/plugin-jdo In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv26804/plugin-jdo Modified Files: project.xml Log Message: fixed m1 build Index: project.xml =================================================================== RCS file: /cvsroot/xdoclet-plugins/xdoclet-plugins/plugin-jdo/project.xml,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** project.xml 5 Jun 2005 11:08:14 -0000 1.2 --- project.xml 25 Aug 2006 06:32:44 -0000 1.3 *************** *** 2,8 **** <project> ! <extend>${basedir}/../project.xml</extend> ! <artifactId>xdoclet-plugin-jdo</artifactId> ! <name>xdoclet-plugin-jdo</name> <developers> --- 2,8 ---- <project> ! <extend>${basedir}/../project.xml</extend> ! <artifactId>xdoclet-plugin-jdo</artifactId> ! <name>xdoclet-plugin-jdo</name> <developers> *************** *** 17,28 **** </developer> </developers> ! <dependencies> <!-- build time only --> ! <dependency> ! <groupId>${pom.groupId}</groupId> ! <artifactId>xdoclet-plugin-qtags</artifactId> ! <version>${pom.currentVersion}</version> ! </dependency> ! </dependencies> </project> --- 17,33 ---- </developer> </developers> ! <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> |