Author: mcaspers
Date: 2011-03-08 15:24:03 -0500 (Tue, 08 Mar 2011)
New Revision: 29612
Added:
trunk/bpel/docs/reference/en-US/master.xml
Modified:
trunk/bpel/docs/reference/en-US/jbossinstall.xml
trunk/bpel/docs/reference/publican.cfg
Log:
Fixed maven build
Modified: trunk/bpel/docs/reference/en-US/jbossinstall.xml
===================================================================
--- trunk/bpel/docs/reference/en-US/jbossinstall.xml 2011-03-08 20:05:42 UTC (rev 29611)
+++ trunk/bpel/docs/reference/en-US/jbossinstall.xml 2011-03-08 20:24:03 UTC (rev 29612)
@@ -1,6 +1,4 @@
<?xml version='1.0' encoding='utf-8' ?>
-<!DOCTYPE Book PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
"http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
-]>
<chapter>
<title>Installation Instructions</title>
Added: trunk/bpel/docs/reference/en-US/master.xml
===================================================================
--- trunk/bpel/docs/reference/en-US/master.xml (rev 0)
+++ trunk/bpel/docs/reference/en-US/master.xml 2011-03-08 20:24:03 UTC (rev 29612)
@@ -0,0 +1,57 @@
+<?xml version='1.0' encoding='UTF-8'?>
+<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.3CR3//EN"
+"http://www.docbook.org/xml/4.3/docbookx.dtd"
+
+[<!ENTITY overview SYSTEM "overview.xml">
+<!--<!ENTITY install SYSTEM "install.xml">-->
+<!--<!ENTITY detail SYSTEM "detail.xml">-->
+<!--<!ENTITY deploy SYSTEM "deploy.xml">-->
+<!ENTITY reference SYSTEM "reference.xml">
+<!ENTITY summary SYSTEM "summary.xml">
+<!ENTITY tasks SYSTEM "tasks.xml">
+<!ENTITY jbossinstall SYSTEM "jbossinstall.xml">
+]>
+<book>
+ <bookinfo>
+ <title>JBoss BPEL User Guide</title>
+ <corpauthor>
+ <inlinemediaobject>
+ <imageobject role="fo">
+ <imagedata fileref="images/jbosstools_logo.png"
format="PNG"/>
+ </imageobject>
+ <imageobject role="html">
+ <imagedata/>
+ </imageobject>
+ </inlinemediaobject>
+ </corpauthor>
+ <author>
+ <firstname>Denny</firstname>
+ <surname>Xu</surname>
+ <email>dxu(a)redhat.com</email>
+ </author>
+ <author>
+ <firstname>Grid</firstname>
+ <surname>Qian</surname>
+ <email>fqian(a)redhat.com</email>
+ </author>
+ <author>
+ <firstname>Bob</firstname>
+ <surname>Brodt</surname>
+ <email>bbrodt(a)redhat.com</email>
+ </author>
+ <copyright>
+ <year>2009</year>
+ <year>2010</year>
+ <holder>JBoss by Red Hat</holder>
+ </copyright>
+ <releaseinfo> Version: 1.0.0.trunk </releaseinfo>
+ <abstract>
+ <title/>
+ <para>
+ <ulink
url="http://download.jboss.org/jbosstools/nightly-docs/en/bpel_ref_g...
version</ulink>
+ </para>
+ </abstract>
+ </bookinfo>
+ <toc/>
+ &overview;&jbossinstall;&tasks;&reference;&summary;
+<!--&overview;&install;&tasks;&detail;&deploy;&reference;&summary;--></book>
Modified: trunk/bpel/docs/reference/publican.cfg
===================================================================
--- trunk/bpel/docs/reference/publican.cfg 2011-03-08 20:05:42 UTC (rev 29611)
+++ trunk/bpel/docs/reference/publican.cfg 2011-03-08 20:24:03 UTC (rev 29612)
@@ -4,6 +4,16 @@
xml_lang: en-US
type: Book
brand: JBoss
-condition: jbosstools
-#condition: jbds
+# the
Jboss.org Tools installation instructions are compiled against the
+# "jbosstools" condition, and JBDS installation instructions are compiled
+# against the "jbds" condition.
+
+# However, this only affects the Publican builds
+# (the master.xml file defines what Maven builds), so the only reason
+# to specify the "jbosstools" condition is to compile the community docs
+# in Publican
+
+#condition: jbosstools
+condition: jbds
+