Merge "Adjust pom so that it creates target/docbkx/webhelp/network-admin/admin/"

This commit is contained in:
Jenkins 2013-09-10 19:01:42 +00:00 committed by Gerrit Code Review
commit ffefa7f00f

View File

@ -47,9 +47,9 @@
<sectionLabelIncludesComponentLabel>0</sectionLabelIncludesComponentLabel>
<webhelpDirname>admin</webhelpDirname>
<targetDirectory>${basedir}/target/docbkx/webhelp/${release.path.name}/network-admin</targetDirectory>
<targetDirectory>${basedir}/target/docbkx/webhelp/network-admin</targetDirectory>
<includeDateInPdfFilename>0</includeDateInPdfFilename>
<pdfFilenameBase>bk-neutron-admin-guide-${release.path.name}</pdfFilenameBase>
<pdfFilenameBase>network-admin-guide</pdfFilenameBase>
</configuration>
</execution>
@ -62,9 +62,9 @@
<configuration>
<postProcess>
<delete includeemptydirs="true" verbose="true">
<fileset dir="${basedir}/target/docbkx/webhelp/${release.path.name}" >
<fileset dir="${basedir}/target/docbkx/webhelp" >
<include name="**/*"/>
<exclude name="openstack-network/**"/>
<exclude name="network-admin/**"/>
</fileset>
</delete>
</postProcess>