From: Konstantin P. <ko...@us...> - 2006-09-24 18:20:07
|
Update of /cvsroot/xdoclet-plugins/xdoclet-plugins In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv29547 Modified Files: pom.xml Log Message: cleaned up dependencies, reworked merging ( at least for jelly, now taglib in generama ), test are running. wwb plugin needs attentioo veocuity merghing too Index: pom.xml =================================================================== RCS file: /cvsroot/xdoclet-plugins/xdoclet-plugins/pom.xml,v retrieving revision 1.12 retrieving revision 1.13 diff -C2 -d -r1.12 -r1.13 *** pom.xml 24 Sep 2006 11:58:56 -0000 1.12 --- pom.xml 24 Sep 2006 18:20:03 -0000 1.13 *************** *** 96,99 **** --- 96,100 ---- <include>**/*.jpg</include> <include>**/*.gif</include> + <include>**/*.ftl</include> </includes> </resource> *************** *** 107,110 **** --- 108,112 ---- <include>**/*.vm</include> <include>**/*.tld</include> + <include>**/*.ftl</include> <include>**/*.properties</include> <include>**/*.confluence</include> |