Done, thanks David! On Mon, Sep 17, 2012 at 6:18 PM, David Nalley <da...@gnsa.us> wrote:
> Please make sure to add the license header. > > On Mon, Sep 17, 2012 at 9:08 PM, <jtomec...@apache.org> wrote: > > Updated Branches: > > refs/heads/master b33203a3d -> 7fa4d4329 > > > > > > New book info file for all-inclusive documentation build. > > > > > > Project: > http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/repo > > Commit: > http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/commit/7fa4d432 > > Tree: > http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/tree/7fa4d432 > > Diff: > http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/diff/7fa4d432 > > > > Branch: refs/heads/master > > Commit: 7fa4d4329871702d998a69690512b996837231db > > Parents: b33203a > > Author: Jessica Tomechak <jessica.tomec...@gmail.com> > > Authored: Mon Sep 17 18:07:45 2012 -0700 > > Committer: Jessica Tomechak <jessica.tomec...@gmail.com> > > Committed: Mon Sep 17 18:07:45 2012 -0700 > > > > ---------------------------------------------------------------------- > > docs/en-US/Book_Info_Build_All.xml | 25 +++++++++++++++++++++++++ > > 1 files changed, 25 insertions(+), 0 deletions(-) > > ---------------------------------------------------------------------- > > > > > > > http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/7fa4d432/docs/en-US/Book_Info_Build_All.xml > > ---------------------------------------------------------------------- > > diff --git a/docs/en-US/Book_Info_Build_All.xml > b/docs/en-US/Book_Info_Build_All.xml > > new file mode 100644 > > index 0000000..f2cece3 > > --- /dev/null > > +++ b/docs/en-US/Book_Info_Build_All.xml > > @@ -0,0 +1,25 @@ > > +<?xml version='1.0' encoding='utf-8' ?> > > +<!DOCTYPE bookinfo PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" > "file:///C:/Program%20Files%20(x86)/Publican/DocBook_DTD/docbookx.dtd" [ > > +<!ENTITY % BOOK_ENTITIES SYSTEM "cloudstack.ent"> > > +%BOOK_ENTITIES; > > +]> > > +<bookinfo id="book-cloudstack"> > > + <title>CloudStack Guide</title> > > + <subtitle>Revised August 21, 2012 5:48 pm Pacific</subtitle> > > + <productname>Apache CloudStack (incubating)</productname> > > + <productnumber>3.0</productnumber> > > + <edition>1</edition> > > + <pubsnumber></pubsnumber> > > + <abstract> > > + <para>Complete technical documentation for Apache > CloudStack.</para> > > + </abstract> > > + <corpauthor> > > + <inlinemediaobject> > > + <imageobject> > > + <imagedata > fileref="Common_Content/images/title_logo.svg" format="SVG" /> > > + </imageobject> > > + </inlinemediaobject> > > + </corpauthor> > > + <xi:include href="Common_Content/Legal_Notice.xml" xmlns:xi=" > http://www.w3.org/2001/XInclude" /> > > + <xi:include href="Author_Group.xml" xmlns:xi=" > http://www.w3.org/2001/XInclude" /> > > +</bookinfo> > > >