From: Konstantin P. <ko...@us...> - 2006-08-25 06:32:47
|
Update of /cvsroot/xdoclet-plugins/xdoclet-plugins/plugin-portlet In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv26804/plugin-portlet Modified Files: project.xml Log Message: fixed m1 build Index: project.xml =================================================================== RCS file: /cvsroot/xdoclet-plugins/xdoclet-plugins/plugin-portlet/project.xml,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** project.xml 13 Dec 2005 16:27:54 -0000 1.7 --- project.xml 25 Aug 2006 06:32:44 -0000 1.8 *************** *** 2,25 **** <project> ! <extend>${basedir}/../project.xml</extend> ! <artifactId>xdoclet-plugin-portlet</artifactId> ! <name>xdoclet-plugin-portlet</name> ! <dependencies> ! <dependency> ! <groupId>portlet-api</groupId> ! <artifactId>portlet-api</artifactId> ! <version>1.0</version> ! <url>http://java.sun.com/portlet/</url> ! </dependency> <!-- build time only --> ! <dependency> ! <groupId>${pom.groupId}</groupId> ! <artifactId>xdoclet-plugin-qtags</artifactId> ! <version>${pom.currentVersion}</version> ! </dependency> ! </dependencies> </project> --- 2,30 ---- <project> ! <extend>${basedir}/../project.xml</extend> ! <artifactId>xdoclet-plugin-portlet</artifactId> ! <name>xdoclet-plugin-portlet</name> ! <dependencies> ! <dependency> ! <groupId>portlet-api</groupId> ! <artifactId>portlet-api</artifactId> ! <version>1.0</version> ! <url>http://java.sun.com/portlet/</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> |