From: Konstantin P. <ko...@us...> - 2006-08-25 06:32:47
|
Update of /cvsroot/xdoclet-plugins/xdoclet-plugins/plugin-webwork In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv26804/plugin-webwork Modified Files: project.xml Log Message: fixed m1 build Index: project.xml =================================================================== RCS file: /cvsroot/xdoclet-plugins/xdoclet-plugins/plugin-webwork/project.xml,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** project.xml 9 Dec 2005 00:35:18 -0000 1.6 --- project.xml 25 Aug 2006 06:32:45 -0000 1.7 *************** *** 2,35 **** <project> ! <extend>${basedir}/../project.xml</extend> ! <artifactId>xdoclet-plugin-webwork</artifactId> ! <name>xdoclet-plugin-webwork</name> ! <developers> ! <developer> ! <name>Konstantin Pribluda</name> ! <id>ko5tik</id> ! <email>konstantin.pribluda(at)infodesire.com</email> ! <organization>Information Desire Software GmbH</organization> ! <roles> ! <role>Java Developer</role> ! </roles> ! </developer> ! </developers> ! <dependencies> ! <dependency> ! <groupId>opensymphony</groupId> ! <artifactId>webwork</artifactId> ! <version>1.4</version> ! <url>http://www.opensymphony.com/</url> ! </dependency> <!-- build time only --> ! <dependency> ! <groupId>${pom.groupId}</groupId> ! <artifactId>xdoclet-plugin-qtags</artifactId> ! <version>${pom.currentVersion}</version> ! </dependency> ! </dependencies> </project> --- 2,40 ---- <project> ! <extend>${basedir}/../project.xml</extend> ! <artifactId>xdoclet-plugin-webwork</artifactId> ! <name>xdoclet-plugin-webwork</name> ! <developers> ! <developer> ! <name>Konstantin Pribluda</name> ! <id>ko5tik</id> ! <email>konstantin.pribluda(at)infodesire.com</email> ! <organization>Information Desire Software GmbH</organization> ! <roles> ! <role>Java Developer</role> ! </roles> ! </developer> ! </developers> ! <dependencies> ! <dependency> ! <groupId>opensymphony</groupId> ! <artifactId>webwork</artifactId> ! <version>1.4</version> ! <url>http://www.opensymphony.com/</url> ! </dependency> <!-- 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> |