Merge "Move Image Guide to docs.o.o/image-guide/content"

This commit is contained in:
Jenkins 2013-09-13 14:01:52 +00:00 committed by Gerrit Code Review
commit 124072e3fc

View File

@ -25,7 +25,7 @@
<plugin> <plugin>
<groupId>com.rackspace.cloud.api</groupId> <groupId>com.rackspace.cloud.api</groupId>
<artifactId>clouddocs-maven-plugin</artifactId> <artifactId>clouddocs-maven-plugin</artifactId>
<version>1.9.2</version> <version>1.9.2</version>
<executions> <executions>
<execution> <execution>
<id>generate-webhelp</id> <id>generate-webhelp</id>
@ -59,9 +59,9 @@
<tocSectionDepth>1</tocSectionDepth> <tocSectionDepth>1</tocSectionDepth>
<tocChapterDepth>1</tocChapterDepth> <tocChapterDepth>1</tocChapterDepth>
<sectionLabelIncludesComponentLabel>0</sectionLabelIncludesComponentLabel> <sectionLabelIncludesComponentLabel>0</sectionLabelIncludesComponentLabel>
<targetDirectory>target/docbkx/webhelp/${release.path.name}</targetDirectory> <targetDirectory>target/docbkx/webhelp/</targetDirectory>
<webhelpDirname>image-guide</webhelpDirname> <webhelpDirname>image-guide</webhelpDirname>
<pdfFilenameBase>bk-imageguide-${release.path.name}</pdfFilenameBase> <pdfFilenameBase>image-guide</pdfFilenameBase>
</configuration> </configuration>
</execution> </execution>
<execution> <execution>
@ -70,18 +70,18 @@
<goal>generate-webhelp</goal> <goal>generate-webhelp</goal>
</goals> </goals>
<phase>generate-sources</phase> <phase>generate-sources</phase>
<configuration> <configuration>
<includes>dummy.xml</includes> <includes>dummy.xml</includes>
<postProcess> <postProcess>
<delete includeemptydirs="true"> <delete includeemptydirs="true">
<fileset dir="${basedir}/target/docbkx/webhelp/${release.path.name}" > <fileset dir="${basedir}/target/docbkx/webhelp" >
<include name="**/*"/> <include name="**/*"/>
<exclude name="image-guide/**"/> <exclude name="image-guide/**"/>
</fileset> </fileset>
</delete> </delete>
</postProcess> </postProcess>
</configuration> </configuration>
</execution> </execution>
</executions> </executions>
<configuration> <configuration>
<!-- These parameters apply to pdf and webhelp --> <!-- These parameters apply to pdf and webhelp -->