11<!--
22Copyright 2002-2004 The Apache Software Foundation.
3-
3+
44Licensed under the Apache License, Version 2.0 (the "License");
55you may not use this file except in compliance with the License.
66You may obtain a copy of the License at
@@ -20,18 +20,18 @@ limitations under the License.
2020 <!-- ================================================================== -->
2121 <!-- Required: Look and Feel for documentation within distributions -->
2222 <!-- ================================================================== -->
23- <postGoal name =" xdoc:copy-resources" >
23+ <postGoal name =" xdoc:copy-resources" >
2424 <copy todir =" ${basedir}/target/docs/style/" failonerror =" false" >
2525 <fileset dir =" ${basedir}/../commons-build/xdocs/style" >
26- <include name =' **/*' />
27- <exclude name =' **/CVS/**' />
26+ <include name =' **/*' />
27+ <exclude name =' **/CVS/**' />
2828 </fileset >
2929 </copy >
3030 </postGoal >
3131 <!-- ================================================================== -->
3232 <!-- END: C O M M O N S - B U I L D -->
3333 <!-- ================================================================== -->
34-
34+
3535 <postGoal name =" xdoc:transform" >
3636 <attainGoal name =" pdf:pdf" />
3737 </postGoal >
@@ -41,4 +41,12 @@ limitations under the License.
4141 <attainGoal name =" svg:convert" />
4242 </preGoal >
4343
44+ <preGoal name =" dist:prepare-bin-filesystem" >
45+ <attainGoal name =" ant:generate-build" />
46+ </preGoal >
47+
48+ <preGoal name =" dist:prepare-src-filesystem" >
49+ <attainGoal name =" ant:generate-build" />
50+ </preGoal >
51+
4452</project >
0 commit comments