From: Konstantin P. <ko...@us...> - 2006-08-25 06:32:50
|
Update of /cvsroot/xdoclet-plugins/xdoclet-plugins/plugin-web In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv26804/plugin-web Modified Files: project.xml Log Message: fixed m1 build Index: project.xml =================================================================== RCS file: /cvsroot/xdoclet-plugins/xdoclet-plugins/plugin-web/project.xml,v retrieving revision 1.9 retrieving revision 1.10 diff -C2 -d -r1.9 -r1.10 *** project.xml 1 Jul 2006 11:21:19 -0000 1.9 --- project.xml 25 Aug 2006 06:32:44 -0000 1.10 *************** *** 2,16 **** <project> ! <extend>${basedir}/../project.xml</extend> ! <artifactId>xdoclet-plugin-web</artifactId> ! <name>xdoclet-plugin-web</name> ! <dependencies> ! ! <dependency> ! <groupId>javax.servlet</groupId> ! <artifactId>servlet-api</artifactId> ! <version>2.3</version><!-- 2.4? --> ! </dependency> <!--<dependency>--> --- 2,16 ---- <project> ! <extend>${basedir}/../project.xml</extend> ! <artifactId>xdoclet-plugin-web</artifactId> ! <name>xdoclet-plugin-web</name> ! <dependencies> ! ! <dependency> ! <groupId>javax.servlet</groupId> ! <artifactId>servlet-api</artifactId> ! <version>2.3</version><!-- 2.4? --> ! </dependency> <!--<dependency>--> *************** *** 21,31 **** <!-- build time only --> ! <dependency> ! <groupId>${pom.groupId}</groupId> ! <artifactId>xdoclet-plugin-qtags</artifactId> ! <version>${pom.currentVersion}</version> ! </dependency> ! </dependencies> </project> --- 21,36 ---- <!-- 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> |