From: Konstantin P. <ko...@us...> - 2006-09-24 11:59:00
|
Update of /cvsroot/xdoclet-plugins/xdoclet-plugins/plugin-web In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv9889/plugin-web Modified Files: pom.xml Log Message: reworked jelly merge, moved taglib from web plugin to generama to provide standard merge capabilities Index: pom.xml =================================================================== RCS file: /cvsroot/xdoclet-plugins/xdoclet-plugins/plugin-web/pom.xml,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** pom.xml 16 Sep 2006 15:09:10 -0000 1.3 --- pom.xml 24 Sep 2006 11:58:57 -0000 1.4 *************** *** 38,41 **** --- 38,46 ---- <version>2.0</version> </dependency> + <dependency> + <groupId>commons-jelly</groupId> + <artifactId>commons-jelly-tags-define</artifactId> + <version>1.0</version> + </dependency> </dependencies> |