Author: irooskov(a)redhat.com
Date: 2011-04-11 20:26:00 -0400 (Mon, 11 Apr 2011)
New Revision: 30505
Added:
trunk/module_template/docs/reference/en-US/Book_Info.xml
trunk/module_template/docs/reference/en-US/Template.ent
trunk/module_template/docs/reference/en-US/Template.xml
Removed:
trunk/module_template/docs/reference/en-US/book_info.xml
trunk/module_template/docs/reference/en-US/template.ent
trunk/module_template/docs/reference/en-US/template.xml
Log:
changing case of Book info and Template named files as this is required by Publican -
sorry
Added: trunk/module_template/docs/reference/en-US/Book_Info.xml
===================================================================
--- trunk/module_template/docs/reference/en-US/Book_Info.xml (rev
0)
+++ trunk/module_template/docs/reference/en-US/Book_Info.xml 2011-04-12 00:26:00 UTC (rev
30505)
@@ -0,0 +1,35 @@
+<?xml version='1.0' encoding='utf-8' ?>
+<!DOCTYPE bookinfo PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
"http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
+]>
+<bookinfo id="book-template-template">
+ <title>Template</title>
+ <subtitle>
+ Provides information about the use of the <application>JBoss Developer
Studio</application> from a beginners level.
+ </subtitle>
+
+ <productname>JBoss Developer Studio</productname>
+
+ <productnumber>0.0</productnumber>
+
+ <edition>0.0.0</edition>
+
+ <pubsnumber>0</pubsnumber>
+
+ <abstract>
+ <para>
+ The Template for creating new books for <application>JBoss Developer
Studio</application> and <application>JBoss Tools</application>. It is
intended for developers who wish to document their creations.
+ </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>
Added: trunk/module_template/docs/reference/en-US/Template.ent
===================================================================
--- trunk/module_template/docs/reference/en-US/Template.ent (rev
0)
+++ trunk/module_template/docs/reference/en-US/Template.ent 2011-04-12 00:26:00 UTC (rev
30505)
@@ -0,0 +1,4 @@
+<!ENTITY PRODUCT "JBoss">
+<!ENTITY BOOKID "Template">
+<!ENTITY YEAR "2011">
+<!ENTITY HOLDER "Red Hat">
Added: trunk/module_template/docs/reference/en-US/Template.xml
===================================================================
--- trunk/module_template/docs/reference/en-US/Template.xml (rev
0)
+++ trunk/module_template/docs/reference/en-US/Template.xml 2011-04-12 00:26:00 UTC (rev
30505)
@@ -0,0 +1,15 @@
+<?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" [
+]>
+<book>
+ <xi:include href="Book_Info.xml"
xmlns:xi="http://www.w3.org/2001/XInclude" />
+ <xi:include href="Preface.xml"
xmlns:xi="http://www.w3.org/2001/XInclude" />
+ <xi:include href="Latest_Developments.xml"
xmlns:xi="http://www.w3.org/2001/XInclude" />
+ <xi:include href="Getting_Started.xml"
xmlns:xi="http://www.w3.org/2001/XInclude" />
+ <xi:include href="Concepts.xml"
xmlns:xi="http://www.w3.org/2001/XInclude" />
+ <xi:include href="Tasks.xml"
xmlns:xi="http://www.w3.org/2001/XInclude" />
+ <xi:include href="Reference.xml"
xmlns:xi="http://www.w3.org/2001/XInclude" />
+ <xi:include href="Troubleshooting.xml"
xmlns:xi="http://www.w3.org/2001/XInclude" />
+ <xi:include href="Revision_History.xml"
xmlns:xi="http://www.w3.org/2001/XInclude" />
+</book>
+
Deleted: trunk/module_template/docs/reference/en-US/book_info.xml
===================================================================
--- trunk/module_template/docs/reference/en-US/book_info.xml 2011-04-12 00:19:16 UTC (rev
30504)
+++ trunk/module_template/docs/reference/en-US/book_info.xml 2011-04-12 00:26:00 UTC (rev
30505)
@@ -1,35 +0,0 @@
-<?xml version='1.0' encoding='utf-8' ?>
-<!DOCTYPE bookinfo PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
"http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
-]>
-<bookinfo id="book-template-template">
- <title>Template</title>
- <subtitle>
- Provides information about the use of the <application>JBoss Developer
Studio</application> from a beginners level.
- </subtitle>
-
- <productname>JBoss Developer Studio</productname>
-
- <productnumber>0.0</productnumber>
-
- <edition>0.0.0</edition>
-
- <pubsnumber>0</pubsnumber>
-
- <abstract>
- <para>
- The Template for creating new books for <application>JBoss Developer
Studio</application> and <application>JBoss Tools</application>. It is
intended for developers who wish to document their creations.
- </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>
Deleted: trunk/module_template/docs/reference/en-US/template.ent
===================================================================
--- trunk/module_template/docs/reference/en-US/template.ent 2011-04-12 00:19:16 UTC (rev
30504)
+++ trunk/module_template/docs/reference/en-US/template.ent 2011-04-12 00:26:00 UTC (rev
30505)
@@ -1,4 +0,0 @@
-<!ENTITY PRODUCT "JBoss">
-<!ENTITY BOOKID "Template">
-<!ENTITY YEAR "2011">
-<!ENTITY HOLDER "Red Hat">
Deleted: trunk/module_template/docs/reference/en-US/template.xml
===================================================================
--- trunk/module_template/docs/reference/en-US/template.xml 2011-04-12 00:19:16 UTC (rev
30504)
+++ trunk/module_template/docs/reference/en-US/template.xml 2011-04-12 00:26:00 UTC (rev
30505)
@@ -1,15 +0,0 @@
-<?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" [
-]>
-<book>
- <xi:include href="Book_Info.xml"
xmlns:xi="http://www.w3.org/2001/XInclude" />
- <xi:include href="Preface.xml"
xmlns:xi="http://www.w3.org/2001/XInclude" />
- <xi:include href="Latest_Developments.xml"
xmlns:xi="http://www.w3.org/2001/XInclude" />
- <xi:include href="Getting_Started.xml"
xmlns:xi="http://www.w3.org/2001/XInclude" />
- <xi:include href="Concepts.xml"
xmlns:xi="http://www.w3.org/2001/XInclude" />
- <xi:include href="Tasks.xml"
xmlns:xi="http://www.w3.org/2001/XInclude" />
- <xi:include href="Reference.xml"
xmlns:xi="http://www.w3.org/2001/XInclude" />
- <xi:include href="Troubleshooting.xml"
xmlns:xi="http://www.w3.org/2001/XInclude" />
- <xi:include href="Revision_History.xml"
xmlns:xi="http://www.w3.org/2001/XInclude" />
-</book>
-