From: Konstantin P. <ko...@us...> - 2006-08-30 10:09:46
|
Update of /cvsroot/xdoclet-plugins/xdoclet-plugins In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv29269 Modified Files: pom.xml Log Message: m2 build works for all plugins Index: pom.xml =================================================================== RCS file: /cvsroot/xdoclet-plugins/xdoclet-plugins/pom.xml,v retrieving revision 1.10 retrieving revision 1.11 diff -C2 -d -r1.10 -r1.11 *** pom.xml 29 Aug 2006 18:56:27 -0000 1.10 --- pom.xml 30 Aug 2006 10:09:39 -0000 1.11 *************** *** 137,141 **** <artifactId>maven2-xdoclet2-plugin</artifactId> <version>2.0.5-SNAPSHOT</version> - <configuration></configuration> </plugin> <plugin> --- 137,140 ---- *************** *** 177,180 **** --- 176,181 ---- <module>plugin-weblogic</module> <module>plugin-webwork</module> + <module>plugin-xtags</module> + <module>plugin-xwork</module> </modules> <dependencies> *************** *** 184,219 **** <version>2.0.5</version> </dependency> - <!-- - <dependency> - <groupId>generama</groupId> - <artifactId>qdox</artifactId> - <version>20051211.114207</version> - </dependency> - <dependency> - <groupId>picocontainer</groupId> - <artifactId>picocontainer</artifactId> - <version>1.0</version> - </dependency> - <dependency> - <groupId>nanocontainer</groupId> - <artifactId>nanocontainer-ant</artifactId> - <version>1.0-beta-3</version> - </dependency> - <dependency> - <groupId>nanocontainer</groupId> - <artifactId>nanocontainer</artifactId> - <version>1.0-beta-3</version> - </dependency> - <dependency> - <groupId>generama</groupId> - <artifactId>generama</artifactId> - <version>1.2.2-SNAPSHOT</version> - </dependency> - <dependency> - <groupId>velocity</groupId> - <artifactId>velocity</artifactId> - <version>1.4</version> - </dependency> - --> <dependency> <groupId>xerces</groupId> --- 185,188 ---- *************** *** 276,301 **** <version>1.0-FCS</version> </dependency> - <!-- - <dependency> - <groupId>commons-jexl</groupId> - <artifactId>commons-jexl</artifactId> - <version>1.0</version> - </dependency> - <dependency> - <groupId>ant</groupId> - <artifactId>ant</artifactId> - <version>1.5.3-1</version> - </dependency> - <dependency> - <groupId>xmlunit</groupId> - <artifactId>xmlunit</artifactId> - <version>1.0</version> - </dependency> - <dependency> - <groupId>antlr</groupId> - <artifactId>antlr</artifactId> - <version>2.7.2</version> - </dependency> - --> <dependency> <groupId>junit</groupId> --- 245,248 ---- |