Navigation Menu

Skip to content

Commit

Permalink
Added rax-dcf.
Browse files Browse the repository at this point in the history
  • Loading branch information
Jorge L. Williams committed Dec 16, 2011
1 parent d575c5d commit 1bd310e
Show file tree
Hide file tree
Showing 18 changed files with 1,000 additions and 15 deletions.
59 changes: 44 additions & 15 deletions pom.xml
Expand Up @@ -106,29 +106,58 @@
<version>${doctools.version}</version>
<executions>
<execution>
<id>rax-bak</id>
<goals>
<goal>generate-pdf</goal>
<goal>generate-webhelp</goal>
</goals>
<phase>generate-sources</phase>
<configuration>
<includes>rax-bak/rax-bak.xml</includes>
<trimWadlUriCount>1</trimWadlUriCount>
<pdfUrl>rax-bak.pdf</pdfUrl>
<canonicalUrlBase>http://docs.rackspacecloud.com/openstack-extensions/compute/rax-bak/content</canonicalUrlBase>
<chunkSectionDepth>0</chunkSectionDepth>
<postProcess>
<copy todir="target/docbkx/webhelp/rax-bak/rax-bak/content/">
<fileset dir="target/docbkx/pdf/rax-bak">
<include name="**/*.pdf"/>
</fileset>
<fileset dir="src/docbkx/rax-bak/samples/">
<include name="ext_query.xml"/>
</fileset>
</copy>
</postProcess>
</configuration>
</execution>
<execution>
<id>rax-dcf</id>
<goals>
<goal>generate-pdf</goal>
<goal>generate-webhelp</goal>
</goals>
<phase>generate-sources</phase>
<configuration>
<includes>rax-dcf/rax-dcf.xml</includes>
<trimWadlUriCount>1</trimWadlUriCount>
<pdfUrl>rax-dcf.pdf</pdfUrl>
<canonicalUrlBase>http://docs.rackspacecloud.com/openstack-extensions/compute/rax-dcf/content</canonicalUrlBase>
<chunkSectionDepth>0</chunkSectionDepth>
<postProcess>
<copy todir="target/docbkx/webhelp/rax-dcf/rax-dcf/content/">
<fileset dir="target/docbkx/pdf/rax-dcf">
<include name="**/*.pdf"/>
</fileset>
<fileset dir="src/docbkx/rax-dcf/samples/">
<include name="ext_query.xml"/>
</fileset>
</copy>
</postProcess>
</configuration>
</execution>
</executions>
<configuration>
<includes>rax-bak/rax-bak.xml</includes>
<trimWadlUriCount>1</trimWadlUriCount>
<pdfUrl>rax-bak.pdf</pdfUrl>
<canonicalUrlBase>http://docs.rackspacecloud.com/openstack-extensions/compute/rax-bak/content</canonicalUrlBase>
<chunkSectionDepth>0</chunkSectionDepth>
<postProcess>
<copy todir="target/docbkx/webhelp/rax-bak/rax-bak/content/">
<fileset dir="target/docbkx/pdf/rax-bak">
<include name="**/*.pdf"/>
</fileset>
<fileset dir="src/docbkx/rax-bak/samples/">
<include name="ext_query.xml"/>
</fileset>
</copy>
</postProcess>
<xincludeSupported>true</xincludeSupported>
</configuration>
</plugin>
</plugins>
Expand Down

0 comments on commit 1bd310e

Please sign in to comment.