Reformatted
This commit is contained in:
parent
3d979bbbd3
commit
e692a859a5
|
@ -99,24 +99,24 @@ Maven throws an OutOfMemoryError. :-(
|
||||||
|
|
||||||
<postGoal name="sdocbook:prepare-filesystem">
|
<postGoal name="sdocbook:prepare-filesystem">
|
||||||
|
|
||||||
<maven:get var="maven.sdocbook.stylesheets.dir"
|
<maven:get var="maven.sdocbook.stylesheets.dir"
|
||||||
plugin="maven-sdocbook-plugin"
|
plugin="maven-sdocbook-plugin"
|
||||||
property="maven.sdocbook.stylesheets.dir"/>
|
property="maven.sdocbook.stylesheets.dir"/>
|
||||||
|
|
||||||
<!-- use a custom fo stylesheet -->
|
<!-- use a custom fo stylesheet -->
|
||||||
<copy todir="${maven.sdocbook.stylesheets.dir}/fo">
|
<copy todir="${maven.sdocbook.stylesheets.dir}/fo">
|
||||||
<fileset dir="${maven.sdocbook.src.dir}/styles/fo"/>
|
<fileset dir="${maven.sdocbook.src.dir}/styles/fo"/>
|
||||||
</copy>
|
</copy>
|
||||||
|
|
||||||
<!-- use a custom html stylesheet -->
|
<!-- use a custom html stylesheet -->
|
||||||
<copy todir="${maven.sdocbook.stylesheets.dir}/html">
|
<copy todir="${maven.sdocbook.stylesheets.dir}/html">
|
||||||
<fileset dir="${maven.sdocbook.src.dir}/styles/html"/>
|
<fileset dir="${maven.sdocbook.src.dir}/styles/html"/>
|
||||||
</copy>
|
</copy>
|
||||||
|
|
||||||
<!-- copy images -->
|
<!-- copy images -->
|
||||||
<copy todir="${maven.sdocbook.stylesheets.dir}/images">
|
<copy todir="${maven.sdocbook.stylesheets.dir}/images">
|
||||||
<fileset dir="${maven.sdocbook.src.dir}/images"/>
|
<fileset dir="${maven.sdocbook.src.dir}/images"/>
|
||||||
</copy>
|
</copy>
|
||||||
|
|
||||||
</postGoal>
|
</postGoal>
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue