Merge "correcting paths to high-availability-guide"

This commit is contained in:
Jenkins 2013-09-09 13:39:13 +00:00 committed by Gerrit Code Review
commit 38ab5fd3bd

View File

@ -54,10 +54,10 @@
<sectionAutolabel>0</sectionAutolabel>
<sectionLabelIncludesComponentLabel>0</sectionLabelIncludesComponentLabel>
<webhelpDirname>openstack-ha</webhelpDirname>
<webhelpDirname>high-availability-guide</webhelpDirname>
<targetDirectory>${basedir}/target/docbkx/webhelp/${release.path.name}</targetDirectory>
<includeDateInPdfFilename>0</includeDateInPdfFilename>
<pdfFilenameBase>openstack-ha-guide-${release.path.name}</pdfFilenameBase>
<pdfFilenameBase>high-availability-guide-${release.path.name}</pdfFilenameBase>
</configuration>
</execution>
@ -73,7 +73,7 @@
<delete includeemptydirs="true" verbose="true">
<fileset dir="${basedir}/target/docbkx/webhelp/${release.path.name}" >
<include name="**/*"/>
<exclude name="openstack-ha/**"/>
<exclude name="high-availability-guide/**"/>
</fileset>
</delete>
</postProcess>
@ -87,7 +87,7 @@
<includes>
bk-ha-guide.xml
</includes>
<canonicalUrlBase>http://docs.openstack.org/${release.path.name}/openstack-ha/content/</canonicalUrlBase>
<canonicalUrlBase>http://docs.openstack.org/${release.path.name}/high-availability-guide/content/</canonicalUrlBase>
<profileSecurity>reviewer</profileSecurity>
<branding>openstack</branding>
</configuration>