From: <de...@us...> - 2003-08-09 15:24:40
|
Update of /cvsroot/dbunit/dbunit In directory sc8-pr-cvs1:/tmp/cvs-serv19292 Modified Files: project.properties Added Files: maven.xml Log Message: Using html2xdoc to temporarily convert existing docs into xdoc format and linking to site. --- NEW FILE: maven.xml --- <project default="jar:jar" xmlns:j="jelly:core" xmlns:u="jelly:util" xmlns:ant="jelly:ant" xmlns:maven="jelly:maven" xmlns:m="maven" xmlns:deploy="deploy"> <preGoal name="xdoc:jelly-transform"> <attainGoal name="html2xdoc"/> </preGoal> </project> Index: project.properties =================================================================== RCS file: /cvsroot/dbunit/dbunit/project.properties,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** project.properties 9 Aug 2003 11:58:58 -0000 1.2 --- project.properties 9 Aug 2003 15:24:37 -0000 1.3 *************** *** 5,7 **** --- 5,9 ---- maven.junit.fork=true + maven.html2xdoc.dir=docs + |