From: <no...@us...> - 2003-10-13 17:27:53
|
Log Message: ----------- Fixed broken links Modified Files: -------------- /cvsroot/htmlunit/htmlunit: maven.xml Revision Data ------------- Index: maven.xml =================================================================== RCS file: /cvsroot/htmlunit/htmlunit/maven.xml,v retrieving revision 1.7 retrieving revision 1.8 diff -u -d -r1.7 -r1.8 --- maven.xml 19 Sep 2003 12:10:21 -0000 1.7 +++ maven.xml 13 Oct 2003 17:27:51 -0000 1.8 @@ -15,6 +15,10 @@ <preGoal name="xdoc:transform"> <attainGoal name="faq"/> <attainGoal name="createDependenciesPage"/> + <ant:mkdir dir="${maven.build.dir}/docs/tools/eclipse"/> + <ant:copy todir="${maven.build.dir}/docs/tools/eclipse"> + <fileset dir="ide/eclipse"/> + </ant:copy> </preGoal> <goal name="createDependenciesPage" |