From: Konstantin P. <ko...@us...> - 2006-08-25 06:32:50
|
Update of /cvsroot/xdoclet-plugins/xdoclet-plugins/plugin-xwork In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv26804/plugin-xwork Modified Files: project.xml Log Message: fixed m1 build Index: project.xml =================================================================== RCS file: /cvsroot/xdoclet-plugins/xdoclet-plugins/plugin-xwork/project.xml,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** project.xml 13 Dec 2005 16:27:55 -0000 1.6 --- project.xml 25 Aug 2006 06:32:45 -0000 1.7 *************** *** 23,27 **** </dependency> <dependency> ! <groupId>opensymphony</groupId> <artifactId>xwork</artifactId> <version>1.0.5</version> --- 23,32 ---- </dependency> <dependency> ! <groupId>${pom.groupId}</groupId> ! <artifactId>xdoclet-taglib-qtags</artifactId> ! <version>${pom.currentVersion}</version> ! </dependency> ! <dependency> ! <groupId>opensymphony</groupId> <artifactId>xwork</artifactId> <version>1.0.5</version> |