You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@uima.apache.org by cw...@apache.org on 2020/06/10 13:12:30 UTC

[uima-async-scaleout] 02/17: [UIMA-1757] initial restructuring for docbkx

This is an automated email from the ASF dual-hosted git repository.

cwiklik pushed a commit to branch mavenAlign
in repository https://gitbox.apache.org/repos/asf/uima-async-scaleout.git

commit 63532ee1d05054d7e722604371ceaf9bf3b68cea
Author: schor <schor>
AuthorDate: Thu May 6 14:20:56 2010 +0000

    [UIMA-1757] initial restructuring for docbkx
---
 uima-as-docbooks/build.xml                         |  30 ---
 uima-as-docbooks/local.docbook.properties          |  23 ---
 uima-as-docbooks/src/docbook/common_book_info.xml  |  95 ----------
 uima-as-docbooks/src/docbook/entities.ent          |  35 ----
 .../async.errorhandling/basic_error_chain.jpg      | Bin
 .../async.errorhandling/disable_action.jpg         | Bin
 .../async.errorhandling/error_chain.ppt            | Bin
 .../async.errorhandling/error_chain_aggr.png       | Bin
 ...r_chain_aggregate_without_terminate_disable.jpg | Bin
 .../async.errorhandling/error_chain_prim.png       | Bin
 .../async.errorhandling/errors_sent_up.ppt         | Bin
 .../async.errorhandling/message_commands.jpg       | Bin
 .../async.errorhandling/message_commands.ppt       | Bin
 .../async.errorhandling/terminate_action.jpg       | Bin
 .../async.errorhandling/terminate_disable.jpg      | Bin
 .../async.overview/wrapAAE.png                     | Bin
 .../async.overview/wrapAAE.ppt                     | Bin
 .../async.overview/wrapAE.png                      | Bin
 .../async.overview/wrapAE.ppt                      | Bin
 uima-as-docbooks/src/index.html                    |  87 ---------
 uima-as-docbooks/src/olink/olink_db_html.xml       |  45 -----
 uima-as-docbooks/src/olink/olink_db_htmlsingle.xml |  50 -----
 uima-as-docbooks/src/olink/olink_db_pdf.xml        |  49 -----
 .../src/olink/uima_async_scaleout/html-target.db   |   1 -
 .../olink/uima_async_scaleout/htmlsingle-target.db |   1 -
 .../src/olink/uima_async_scaleout/pdf-target.db    |   1 -
 .../src/styles/titlepage/titlepage-html.xml        |  60 ------
 .../src/styles/titlepage/titlepage-html.xsl        | 201 ---------------------
 .../src/styles/titlepage/titlepage-pdf.xml         |  98 ----------
 .../src/styles/titlepage/titlepage-pdf.xsl         | 197 --------------------
 uima-as-docbooks/src/styles/top/html-single.xsl    |  37 ----
 uima-as-docbooks/src/styles/top/pdf.xsl            |  49 -----
 32 files changed, 1059 deletions(-)

diff --git a/uima-as-docbooks/build.xml b/uima-as-docbooks/build.xml
deleted file mode 100644
index c18d603..0000000
--- a/uima-as-docbooks/build.xml
+++ /dev/null
@@ -1,30 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-
-<!--
-   Licensed to the Apache Software Foundation (ASF) under one
-   or more contributor license agreements.  See the NOTICE file
-   distributed with this work for additional information
-   regarding copyright ownership.  The ASF licenses this file
-   to you under the Apache License, Version 2.0 (the
-   "License"); you may not use this file except in compliance
-   with the License.  You may obtain a copy of the License at
-
-     http://www.apache.org/licenses/LICENSE-2.0
-
-   Unless required by applicable law or agreed to in writing,
-   software distributed under the License is distributed on an
-   "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-   KIND, either express or implied.  See the License for the
-   specific language governing permissions and limitations
-   under the License.    
--->
-
-<!-- set the basedir value to point to the top level of the project -->
-
-<project name="name of book to build" default="all" basedir=".">
-  
-  <property name="book_name" value="uima_async_scaleout"/>
-  
-  <import file="../uima-docbook-tool/build/build-docbook.xml"/>  
-  
-</project>
diff --git a/uima-as-docbooks/local.docbook.properties b/uima-as-docbooks/local.docbook.properties
deleted file mode 100644
index e9fb6d7..0000000
--- a/uima-as-docbooks/local.docbook.properties
+++ /dev/null
@@ -1,23 +0,0 @@
-# Licensed under the Apache License, Version 2.0 (the "License");
-# you may not use this file except in compliance with the License.
-# You may obtain a copy of the License at
-#
-#     http://www.apache.org/licenses/LICENSE-2.0
-#
-# Unless required by applicable law or agreed to in writing, software
-# distributed under the License is distributed on an "AS IS" BASIS,
-# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-# See the License for the specific language governing permissions and
-# limitations under the License.
-
-# which version of fop to use
-#fop.version = 0.93
-
-# which version of docbook to use
-#docbook.version.xml = 4.5
-#docbook.version.xsl = 1.72.0
-
-# uncomment these to skip parts of the build
-skip.html-chunked = true
-#skip.html-single = true
-#skip.pdf = true
diff --git a/uima-as-docbooks/src/docbook/common_book_info.xml b/uima-as-docbooks/src/docbook/common_book_info.xml
deleted file mode 100644
index 914812d..0000000
--- a/uima-as-docbooks/src/docbook/common_book_info.xml
+++ /dev/null
@@ -1,95 +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">
-<!--
-Licensed to the Apache Software Foundation (ASF) under one
-or more contributor license agreements.  See the NOTICE file
-distributed with this work for additional information
-regarding copyright ownership.  The ASF licenses this file
-to you under the Apache License, Version 2.0 (the
-"License"); you may not use this file except in compliance
-with the License.  You may obtain a copy of the License at
-
-   http://www.apache.org/licenses/LICENSE-2.0
-
-Unless required by applicable law or agreed to in writing,
-software distributed under the License is distributed on an
-"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-KIND, either express or implied.  See the License for the
-specific language governing permissions and limitations
-under the License.
--->  
-<bookinfo>
-
-    <releaseinfo>Version 2.3.0-incubating</releaseinfo>
-
-    <productname>UIMA-AS</productname>
-
-    <authorgroup>
-      <corpauthor>Written and maintained by the Apache UIMA Development Community</corpauthor>
-    </authorgroup>
-
- <!--
-    <mediaobject>
-      <imageobject>
-        <imagedata fileref="images/UIMAlogoLarge.png"/>
-      </imageobject>
-    </mediaobject>
- -->
-    <legalnotice>
-      <para> </para>
-      <formalpara>
-        <title>Incubation Notice and Disclaimer</title>
-        <para>Apache UIMA is an effort undergoing incubation at the Apache Software Foundation (ASF). 
-          Incubation is required of all newly accepted projects until a further review indicates that 
-          the infrastructure, communications, and decision making process have stabilized in a manner 
-          consistent with other successful ASF projects. While incubation status is not necessarily 
-          a reflection of the completeness or stability of the code, 
-          it does indicate that the project has yet to be fully endorsed by the ASF.</para>
-      </formalpara>
-      <para> </para>
-      <para> </para>
-      <formalpara>
-        <title>License and Disclaimer</title>
-
-        <para>The ASF licenses this documentation
-           to you under the Apache License, Version 2.0 (the
-           "License"); you may not use this documentation except in compliance
-           with the License.  You may obtain a copy of the License at
-         
-         <blockquote>
-           <para><ulink url="http://www.apache.org/licenses/LICENSE-2.0"/></para>
-         </blockquote>
-         
-           Unless required by applicable law or agreed to in writing,
-           this documentation and its contents are distributed under the License 
-           on an 
-           "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-           KIND, either express or implied.  See the License for the
-           specific language governing permissions and limitations
-           under the License.
-         </para>
-      </formalpara>
-      <para> </para>
-      <para> </para>
-      <formalpara>
-        <title>Trademarks</title>
-        <para>All terms mentioned in the text that are known to be trademarks or 
-        service marks have been appropriately capitalized.  Use of such terms
-        in this book should not be regarded as affecting the validity of the
-        the trademark or service mark.
-        </para>
-      </formalpara>
-    </legalnotice>
-    <copyright>
-      <year>2007</year>
-      <year>2008</year>     
-      <holder>International Business Machines Corporation</holder>
-    </copyright>
-    <copyright>
-      <year>2008</year>
-      <year>2010</year>
-      <holder>The Apache Software Foundation</holder>
-    </copyright>
-    <pubdate>January, 2010</pubdate>
-  </bookinfo>
\ No newline at end of file
diff --git a/uima-as-docbooks/src/docbook/entities.ent b/uima-as-docbooks/src/docbook/entities.ent
deleted file mode 100644
index 8bfc2f3..0000000
--- a/uima-as-docbooks/src/docbook/entities.ent
+++ /dev/null
@@ -1,35 +0,0 @@
-<?xml version="1.0" encoding="iso-8859-1" ?>
-<!--
-   Licensed to the Apache Software Foundation (ASF) under one
-   or more contributor license agreements.  See the NOTICE file
-   distributed with this work for additional information
-   regarding copyright ownership.  The ASF licenses this file
-   to you under the Apache License, Version 2.0 (the
-   "License"); you may not use this file except in compliance
-   with the License.  You may obtain a copy of the License at
-   
-     http://www.apache.org/licenses/LICENSE-2.0
-   
-   Unless required by applicable law or agreed to in writing,
-   software distributed under the License is distributed on an
-   "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-   KIND, either express or implied.  See the License for the
-   specific language governing permissions and limitations
-   under the License.
--->
-<!ENTITY url_eclipse "http://www.eclipse.org" >
-<!ENTITY url_emf "http://www.eclipse.org/emf" >
-<!ENTITY url_apache_uima_download "http://incubator.apache.org/uima">
-
-<!ENTITY ae "Analysis Engine">
-<!ENTITY aae "Aggregate Analysis Engine">
-
-<!ENTITY uima_docs_overview "overview_and_setup">
-<!ENTITY uima_docs_tutorial_guides "tutorials_and_users_guides">
-<!ENTITY uima_docs_tools "tools">
-<!ENTITY uima_docs_ref "references">
-
-<!-- special symbols forced to switch to symbol font
-     because FOP 0.20.5 doesn't do this correctly -->
-<!ENTITY rarr "<symbol role='symbolfont'>&#x02192;</symbol>" >
-<!ENTITY larr "<symbol role='symbolfont'>&#x02190;</symbol>" >
diff --git a/uima-as-docbooks/src/docbook/uima_async_scaleout/images/async.errorhandling/basic_error_chain.jpg b/uima-as-docbooks/src/docbook/uima_async_scaleout/images/uima_async_scaleout/async.errorhandling/basic_error_chain.jpg
similarity index 100%
rename from uima-as-docbooks/src/docbook/uima_async_scaleout/images/async.errorhandling/basic_error_chain.jpg
rename to uima-as-docbooks/src/docbook/uima_async_scaleout/images/uima_async_scaleout/async.errorhandling/basic_error_chain.jpg
diff --git a/uima-as-docbooks/src/docbook/uima_async_scaleout/images/async.errorhandling/disable_action.jpg b/uima-as-docbooks/src/docbook/uima_async_scaleout/images/uima_async_scaleout/async.errorhandling/disable_action.jpg
similarity index 100%
rename from uima-as-docbooks/src/docbook/uima_async_scaleout/images/async.errorhandling/disable_action.jpg
rename to uima-as-docbooks/src/docbook/uima_async_scaleout/images/uima_async_scaleout/async.errorhandling/disable_action.jpg
diff --git a/uima-as-docbooks/src/docbook/uima_async_scaleout/images/async.errorhandling/error_chain.ppt b/uima-as-docbooks/src/docbook/uima_async_scaleout/images/uima_async_scaleout/async.errorhandling/error_chain.ppt
similarity index 100%
rename from uima-as-docbooks/src/docbook/uima_async_scaleout/images/async.errorhandling/error_chain.ppt
rename to uima-as-docbooks/src/docbook/uima_async_scaleout/images/uima_async_scaleout/async.errorhandling/error_chain.ppt
diff --git a/uima-as-docbooks/src/docbook/uima_async_scaleout/images/async.errorhandling/error_chain_aggr.png b/uima-as-docbooks/src/docbook/uima_async_scaleout/images/uima_async_scaleout/async.errorhandling/error_chain_aggr.png
similarity index 100%
rename from uima-as-docbooks/src/docbook/uima_async_scaleout/images/async.errorhandling/error_chain_aggr.png
rename to uima-as-docbooks/src/docbook/uima_async_scaleout/images/uima_async_scaleout/async.errorhandling/error_chain_aggr.png
diff --git a/uima-as-docbooks/src/docbook/uima_async_scaleout/images/async.errorhandling/error_chain_aggregate_without_terminate_disable.jpg b/uima-as-docbooks/src/docbook/uima_async_scaleout/images/uima_async_scaleout/async.errorhandling/error_chain_aggregate_without_terminate_disable.jpg
similarity index 100%
rename from uima-as-docbooks/src/docbook/uima_async_scaleout/images/async.errorhandling/error_chain_aggregate_without_terminate_disable.jpg
rename to uima-as-docbooks/src/docbook/uima_async_scaleout/images/uima_async_scaleout/async.errorhandling/error_chain_aggregate_without_terminate_disable.jpg
diff --git a/uima-as-docbooks/src/docbook/uima_async_scaleout/images/async.errorhandling/error_chain_prim.png b/uima-as-docbooks/src/docbook/uima_async_scaleout/images/uima_async_scaleout/async.errorhandling/error_chain_prim.png
similarity index 100%
rename from uima-as-docbooks/src/docbook/uima_async_scaleout/images/async.errorhandling/error_chain_prim.png
rename to uima-as-docbooks/src/docbook/uima_async_scaleout/images/uima_async_scaleout/async.errorhandling/error_chain_prim.png
diff --git a/uima-as-docbooks/src/docbook/uima_async_scaleout/images/async.errorhandling/errors_sent_up.ppt b/uima-as-docbooks/src/docbook/uima_async_scaleout/images/uima_async_scaleout/async.errorhandling/errors_sent_up.ppt
similarity index 100%
rename from uima-as-docbooks/src/docbook/uima_async_scaleout/images/async.errorhandling/errors_sent_up.ppt
rename to uima-as-docbooks/src/docbook/uima_async_scaleout/images/uima_async_scaleout/async.errorhandling/errors_sent_up.ppt
diff --git a/uima-as-docbooks/src/docbook/uima_async_scaleout/images/async.errorhandling/message_commands.jpg b/uima-as-docbooks/src/docbook/uima_async_scaleout/images/uima_async_scaleout/async.errorhandling/message_commands.jpg
similarity index 100%
rename from uima-as-docbooks/src/docbook/uima_async_scaleout/images/async.errorhandling/message_commands.jpg
rename to uima-as-docbooks/src/docbook/uima_async_scaleout/images/uima_async_scaleout/async.errorhandling/message_commands.jpg
diff --git a/uima-as-docbooks/src/docbook/uima_async_scaleout/images/async.errorhandling/message_commands.ppt b/uima-as-docbooks/src/docbook/uima_async_scaleout/images/uima_async_scaleout/async.errorhandling/message_commands.ppt
similarity index 100%
rename from uima-as-docbooks/src/docbook/uima_async_scaleout/images/async.errorhandling/message_commands.ppt
rename to uima-as-docbooks/src/docbook/uima_async_scaleout/images/uima_async_scaleout/async.errorhandling/message_commands.ppt
diff --git a/uima-as-docbooks/src/docbook/uima_async_scaleout/images/async.errorhandling/terminate_action.jpg b/uima-as-docbooks/src/docbook/uima_async_scaleout/images/uima_async_scaleout/async.errorhandling/terminate_action.jpg
similarity index 100%
rename from uima-as-docbooks/src/docbook/uima_async_scaleout/images/async.errorhandling/terminate_action.jpg
rename to uima-as-docbooks/src/docbook/uima_async_scaleout/images/uima_async_scaleout/async.errorhandling/terminate_action.jpg
diff --git a/uima-as-docbooks/src/docbook/uima_async_scaleout/images/async.errorhandling/terminate_disable.jpg b/uima-as-docbooks/src/docbook/uima_async_scaleout/images/uima_async_scaleout/async.errorhandling/terminate_disable.jpg
similarity index 100%
rename from uima-as-docbooks/src/docbook/uima_async_scaleout/images/async.errorhandling/terminate_disable.jpg
rename to uima-as-docbooks/src/docbook/uima_async_scaleout/images/uima_async_scaleout/async.errorhandling/terminate_disable.jpg
diff --git a/uima-as-docbooks/src/docbook/uima_async_scaleout/images/async.overview/wrapAAE.png b/uima-as-docbooks/src/docbook/uima_async_scaleout/images/uima_async_scaleout/async.overview/wrapAAE.png
similarity index 100%
rename from uima-as-docbooks/src/docbook/uima_async_scaleout/images/async.overview/wrapAAE.png
rename to uima-as-docbooks/src/docbook/uima_async_scaleout/images/uima_async_scaleout/async.overview/wrapAAE.png
diff --git a/uima-as-docbooks/src/docbook/uima_async_scaleout/images/async.overview/wrapAAE.ppt b/uima-as-docbooks/src/docbook/uima_async_scaleout/images/uima_async_scaleout/async.overview/wrapAAE.ppt
similarity index 100%
rename from uima-as-docbooks/src/docbook/uima_async_scaleout/images/async.overview/wrapAAE.ppt
rename to uima-as-docbooks/src/docbook/uima_async_scaleout/images/uima_async_scaleout/async.overview/wrapAAE.ppt
diff --git a/uima-as-docbooks/src/docbook/uima_async_scaleout/images/async.overview/wrapAE.png b/uima-as-docbooks/src/docbook/uima_async_scaleout/images/uima_async_scaleout/async.overview/wrapAE.png
similarity index 100%
rename from uima-as-docbooks/src/docbook/uima_async_scaleout/images/async.overview/wrapAE.png
rename to uima-as-docbooks/src/docbook/uima_async_scaleout/images/uima_async_scaleout/async.overview/wrapAE.png
diff --git a/uima-as-docbooks/src/docbook/uima_async_scaleout/images/async.overview/wrapAE.ppt b/uima-as-docbooks/src/docbook/uima_async_scaleout/images/uima_async_scaleout/async.overview/wrapAE.ppt
similarity index 100%
rename from uima-as-docbooks/src/docbook/uima_async_scaleout/images/async.overview/wrapAE.ppt
rename to uima-as-docbooks/src/docbook/uima_async_scaleout/images/uima_async_scaleout/async.overview/wrapAE.ppt
diff --git a/uima-as-docbooks/src/index.html b/uima-as-docbooks/src/index.html
deleted file mode 100644
index 3435eb1..0000000
--- a/uima-as-docbooks/src/index.html
+++ /dev/null
@@ -1,87 +0,0 @@
-<html>
-<head>
-<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
-<title>UIMA Asynchronous Scaleout Documentation</title>
-<link rel="stylesheet" href="css/stylesheet.css" type="text/css">
-</head>
-<body bgcolor="white" text="black" link="#0000FF" vlink="#840084"
-	alink="#0000FF">
-<div class="book" lang="en" id="d0e2">
-<div class="titlepage">
-<div>
-<div>
-<h1 class="title"><a name="d0e2"></a>UIMA Asynchronous Scaleout Documentation Overview</h1>
-</div>
-<div>
-<div class="authorgroup">
-<h3 class="corpauthor">Authors: The Apache UIMA Development
-Community</h3>
-</div>
-</div>
-<div>
-<p class="releaseinfo">Version 2.3.0-incubating</p>
-</div>
-<div>
-<p class="copyright">Copyright &copy; 2008, 2009 The Apache Software
-Foundation</p>
-</div>
-<div>
-<p class="copyright">Copyright &copy; 2007, 2008 International
-Business Machines Corporation</p>
-</div>
-<div>
-<div class="legalnotice"><a name="d0e15"></a>
-<p></p>
-<p><b>Incubation Notice and Disclaimer.&nbsp;</b>Apache UIMA is an
-effort undergoing incubation at the Apache Software Foundation (ASF).
-Incubation is required of all newly accepted projects until a further
-review indicates that the infrastructure, communications, and decision
-making process have stabilized in a manner consistent with other
-successful ASF projects. While incubation status is not necessarily a
-reflection of the completeness or stability of the code, it does
-indicate that the project has yet to be fully endorsed by the ASF.</p>
-<p></p>
-<p></p>
-<p><b>License and Disclaimer.&nbsp;</b>The ASF licenses this
-documentation to you under the Apache License, Version 2.0 (the
-"License"); you may not use this documentation except in compliance with
-the License. You may obtain a copy of the License at</p>
-<div class="blockquote">
-<blockquote class="blockquote"><a
-	href="http://www.apache.org/licenses/LICENSE-2.0" target="_top">http://www.apache.org/licenses/LICENSE-2.0</a></blockquote>
-</div>
-<p>Unless required by applicable law or agreed to in writing, this
-documentation and its contents are distributed under the License on an
-"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either
-express or implied. See the License for the specific language governing
-permissions and limitations under the License.</p>
-<p></p>
-<p></p>
-<p><b>Trademarks.&nbsp;</b>All terms mentioned in the text that are
-known to be trademarks or service marks have been appropriately
-capitalized. Use of such terms in this book should not be regarded as
-affecting the validity of the the trademark or service mark.</p>
-</div>
-</div>
-<div>
-<p class="pubdate">October, 2009</p>
-</div>
-</div>
-<hr>
-</div>
-
-<p>
-<b>Documentation for UIMA Asynchronous Scaleout (UIMA-AS)</b>
-</p>
-<p>
-  UIMA-AS is built on top of the base UIMA implementation.  The distributed
-binary packaging for UIMA-AS must be uncompressed (un-tarred or unzipped) over
-the base UIMA framework.  
-</p>
-
-The UIMA-AS documentation is available in both 
-<a href="./pdf/uima_async_scaleout.pdf">PDF</a>
- and <a href="./html/uima_async_scaleout/uima_async_scaleout.html">HTML</a> formats.
-</p>
-
-</html>
diff --git a/uima-as-docbooks/src/olink/olink_db_html.xml b/uima-as-docbooks/src/olink/olink_db_html.xml
deleted file mode 100644
index df3ed8f..0000000
--- a/uima-as-docbooks/src/olink/olink_db_html.xml
+++ /dev/null
@@ -1,45 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!DOCTYPE targetset SYSTEM "http://docbook.sourceforge.net/release/xsl/current/common/targetdatabase.dtd" [
-<!ENTITY % uimaents SYSTEM "../../../uima-docbook-tool/styles/uima-style/common/entities.ent" >  
-%uimaents;
-<!ENTITY otarget_overview SYSTEM "../../../uima-docbooks/src/olink/overview_and_setup/html-target.db">
-<!ENTITY otarget_tug      SYSTEM "../../../uima-docbooks/src/olink/tutorials_and_users_guides/html-target.db">
-<!ENTITY otarget_refs     SYSTEM "../../../uima-docbooks/src/olink/references/html-target.db">
-<!ENTITY otarget_tools    SYSTEM "../../../uima-docbooks/src/olink/tools/html-target.db">
-<!ENTITY otarget_async    SYSTEM "uima_async_scaleout/html-target.db">
-]>
-<targetset>
-  <targetsetinfo>UIMA books olinks</targetsetinfo>
-  
-  <!-- Site map for generating relative paths between documents -->
-  <sitemap>
-    <dir name="target">
-      <dir name="overview_and_setup">
-        <document targetdoc="&uima_docs_overview;">
-          &otarget_overview;
-        </document>
-      </dir>
-      <dir name="tutorials_and_users_guides">
-        <document targetdoc="&uima_docs_tutorial_guides;">
-          &otarget_tug;
-        </document>
-      </dir>
-      <dir name="tools">
-        <document targetdoc="&uima_docs_tools;">
-          &otarget_tools;
-        </document>
-      </dir>
-      <dir name="references">
-        <document targetdoc="&uima_docs_ref;">
-          &otarget_refs;
-        </document>
-      </dir>
-      <dir name="uima_async_scaleout">
-        <document targetdoc="uima_async_scaleout">
-          &otarget_async;
-        </document>
-      </dir>
- 
-    </dir>   
-  </sitemap>
-</targetset>
\ No newline at end of file
diff --git a/uima-as-docbooks/src/olink/olink_db_htmlsingle.xml b/uima-as-docbooks/src/olink/olink_db_htmlsingle.xml
deleted file mode 100644
index b9b2aa1..0000000
--- a/uima-as-docbooks/src/olink/olink_db_htmlsingle.xml
+++ /dev/null
@@ -1,50 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!DOCTYPE targetset SYSTEM "http://docbook.sourceforge.net/release/xsl/current/common/targetdatabase.dtd" [
-<!ENTITY % uimaents SYSTEM "../../../uima-docbook-tool/styles/uima-style/common/entities.ent" >  
-%uimaents;
-<!ENTITY otarget_overview SYSTEM "../../../uima-docbooks/src/olink/overview_and_setup/htmlsingle-target.db">
-<!ENTITY otarget_tug      SYSTEM "../../../uima-docbooks/src/olink/tutorials_and_users_guides/htmlsingle-target.db">
-<!ENTITY otarget_refs     SYSTEM "../../../uima-docbooks/src/olink/references/htmlsingle-target.db">
-<!ENTITY otarget_tools    SYSTEM "../../../uima-docbooks/src/olink/tools/htmlsingle-target.db">
-<!ENTITY otarget_async    SYSTEM "uima_async_scaleout/htmlsingle-target.db">  
-]>
-<targetset>
-  <targetsetinfo>UIMA books olinks</targetsetinfo>
-  
-  <!-- Site map for generating relative paths between documents -->
-  <sitemap>
-    <dir name="target">
-      <dir name="overview_and_setup">
-        <document targetdoc="&uima_docs_overview;"
-                  baseuri="overview_and_setup.html">
-          &otarget_overview;
-        </document>
-      </dir>
-      <dir name="tutorials_and_users_guides">
-        <document targetdoc="&uima_docs_tutorial_guides;"
-                  baseuri="tutorials_and_users_guides.html">
-          &otarget_tug;
-        </document>
-      </dir>
-      <dir name="tools">
-        <document targetdoc="&uima_docs_tools;"
-                  baseuri="tools.html">
-          &otarget_tools;
-        </document>
-      </dir>
-      <dir name="references">
-        <document targetdoc="&uima_docs_ref;"
-                  baseuri="references.html">
-          &otarget_refs;
-        </document>
-      </dir> 
-      <dir name="uima_async_scaleout">
-        <document targetdoc="uima_async_scaleout"
-                  baseuri="uima_async_scaleout.html">
-          &otarget_async;
-        </document>
-      </dir>
- 
-    </dir>  
-  </sitemap>
-</targetset>
\ No newline at end of file
diff --git a/uima-as-docbooks/src/olink/olink_db_pdf.xml b/uima-as-docbooks/src/olink/olink_db_pdf.xml
deleted file mode 100644
index d7ff4ac..0000000
--- a/uima-as-docbooks/src/olink/olink_db_pdf.xml
+++ /dev/null
@@ -1,49 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!DOCTYPE targetset SYSTEM "http://docbook.sourceforge.net/release/xsl/current/common/targetdatabase.dtd" [
-<!ENTITY % uimaents SYSTEM "../../../uima-docbook-tool/styles/uima-style/common/entities.ent" >  
-%uimaents;
-<!ENTITY otarget_overview SYSTEM "../../../uima-docbooks/src/olink/overview_and_setup/pdf-target.db">
-<!ENTITY otarget_tug      SYSTEM "../../../uima-docbooks/src/olink/tutorials_and_users_guides/pdf-target.db">
-<!ENTITY otarget_refs     SYSTEM "../../../uima-docbooks/src/olink/references/pdf-target.db">
-<!ENTITY otarget_tools    SYSTEM "../../../uima-docbooks/src/olink/tools/pdf-target.db">
-<!ENTITY otarget_async    SYSTEM "uima_async_scaleout/pdf-target.db">
-]>
-<targetset>
-  <targetsetinfo>UIMA books olinks</targetsetinfo>
-  
-  <!-- Site map for generating relative paths between documents -->
-  <sitemap>
-    <dir name="target">
-      <dir name="overview_and_setup">
-        <document targetdoc="&uima_docs_overview;"
-                  baseuri="overview_and_setup.pdf">
-          &otarget_overview;
-        </document>
-      </dir>
-      <dir name="tutorials_and_users_guides">
-        <document targetdoc="&uima_docs_tutorial_guides;"
-                  baseuri="tutorials_and_users_guides.pdf">
-          &otarget_tug;
-        </document>
-      </dir>
-      <dir name="tools">
-        <document targetdoc="&uima_docs_tools;"
-                  baseuri="tools.pdf">
-          &otarget_tools;
-        </document>
-      </dir>
-      <dir name="references">
-        <document targetdoc="&uima_docs_ref;"
-                  baseuri="references.pdf">
-          &otarget_refs;
-        </document>
-      </dir>
-      <dir name="uima_async_scaleout">
-        <document targetdoc="uima_async_scaleout"
-                  baseuri="uima_async_scaleout.pdf">
-          &otarget_async;
-        </document>
-      </dir>
-    </dir>  
-  </sitemap>
-</targetset>
\ No newline at end of file
diff --git a/uima-as-docbooks/src/olink/uima_async_scaleout/html-target.db b/uima-as-docbooks/src/olink/uima_async_scaleout/html-target.db
deleted file mode 100644
index 150c617..0000000
--- a/uima-as-docbooks/src/olink/uima_async_scaleout/html-target.db
+++ /dev/null
@@ -1 +0,0 @@
-<div element="book" href="#d0e2" number="" lang="en"><ttl>UIMA Asynchronous Scaleout</ttl><xreftext>UIMA Asynchronous Scaleout</xreftext><div element="chapter" href="#ugr.async.ov" number="1" targetptr="ugr.async.ov"><ttl>Overview - Asynchronous Scaleout</ttl><xreftext>ChapterĀ 1, <i xmlns:xlink="http://www.w3.org/1999/xlink">Overview - Asynchronous Scaleout</i></xreftext><div element="section" href="#ugr.async.ov.terminology" number="1.1" targetptr="ugr.async.ov.terminology"><ttl>Termino [...]
\ No newline at end of file
diff --git a/uima-as-docbooks/src/olink/uima_async_scaleout/htmlsingle-target.db b/uima-as-docbooks/src/olink/uima_async_scaleout/htmlsingle-target.db
deleted file mode 100644
index eca08ce..0000000
--- a/uima-as-docbooks/src/olink/uima_async_scaleout/htmlsingle-target.db
+++ /dev/null
@@ -1 +0,0 @@
-<div element="book" href="#d0e2" number="" lang="en"><ttl>UIMA Asynchronous Scaleout</ttl><xreftext>UIMA Asynchronous Scaleout</xreftext><div element="chapter" href="#ugr.async.ov" number="1" targetptr="ugr.async.ov"><ttl>Overview - Asynchronous Scaleout</ttl><xreftext>ChapterĀ 1, <i xmlns:xlink="http://www.w3.org/1999/xlink">Overview - Asynchronous Scaleout</i></xreftext><div element="section" href="#ugr.async.ov.terminology" number="1.1" targetptr="ugr.async.ov.terminology"><ttl>Termino [...]
\ No newline at end of file
diff --git a/uima-as-docbooks/src/olink/uima_async_scaleout/pdf-target.db b/uima-as-docbooks/src/olink/uima_async_scaleout/pdf-target.db
deleted file mode 100644
index 7cd387b..0000000
--- a/uima-as-docbooks/src/olink/uima_async_scaleout/pdf-target.db
+++ /dev/null
@@ -1 +0,0 @@
-<div element="book" href="#d0e2" number="" lang="en"><ttl>UIMA Asynchronous Scaleout</ttl><xreftext>UIMA Asynchronous Scaleout</xreftext><div element="chapter" href="#ugr.async.ov" number="1" targetptr="ugr.async.ov"><ttl>Overview - Asynchronous Scaleout</ttl><xreftext>ChapterĀ 1, <fo:inline xmlns:fo="http://www.w3.org/1999/XSL/Format" xmlns:xlink="http://www.w3.org/1999/xlink" font-style="italic">Overview - Asynchronous Scaleout</fo:inline></xreftext><div element="section" href="#ugr.asy [...]
\ No newline at end of file
diff --git a/uima-as-docbooks/src/styles/titlepage/titlepage-html.xml b/uima-as-docbooks/src/styles/titlepage/titlepage-html.xml
deleted file mode 100644
index 1e8caa8..0000000
--- a/uima-as-docbooks/src/styles/titlepage/titlepage-html.xml
+++ /dev/null
@@ -1,60 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-
-<!--
- Licensed to the Apache Software Foundation (ASF) under one
- or more contributor license agreements.  See the NOTICE file
- distributed with this work for additional information
- regarding copyright ownership.  The ASF licenses this file
- to you under the Apache License, Version 2.0 (the
- "License"); you may not use this file except in compliance
- with the License.  You may obtain a copy of the License at
-
-  http://www.apache.org/licenses/LICENSE-2.0
-
- Unless required by applicable law or agreed to in writing,
- software distributed under the License is distributed on an
- "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- KIND, either express or implied.  See the License for the
- specific language governing permissions and limitations
- under the License.
--->
-
-<t:templates xmlns:t="http://nwalsh.com/docbook/xsl/template/1.0"
-	     xmlns:param="http://nwalsh.com/docbook/xsl/template/1.0/param"
-             xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
-
-<!-- ==================================================================== -->
-
-<t:titlepage t:element="book" t:wrapper="div" class="titlepage">
-  <t:titlepage-content t:side="recto">
-    <title/>
-    <subtitle/>
-    <corpauthor/>
-    <authorgroup/>
-    <author/>
-    <mediaobject/>
-    <othercredit/>
-    <releaseinfo/>
-    <copyright/>
-    <legalnotice/>
-    <pubdate/>
-    <revision/>
-    <revhistory/>
-    <abstract/>
-  </t:titlepage-content>
-
-  <t:titlepage-content t:side="verso">
-  </t:titlepage-content>
-
-  <t:titlepage-separator>
-    <hr/>
-  </t:titlepage-separator>
-
-  <t:titlepage-before t:side="recto">
-  </t:titlepage-before>
-
-  <t:titlepage-before t:side="verso">
-  </t:titlepage-before>
-</t:titlepage>
-
-</t:templates>
diff --git a/uima-as-docbooks/src/styles/titlepage/titlepage-html.xsl b/uima-as-docbooks/src/styles/titlepage/titlepage-html.xsl
deleted file mode 100644
index f1c71a2..0000000
--- a/uima-as-docbooks/src/styles/titlepage/titlepage-html.xsl
+++ /dev/null
@@ -1,201 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:exsl="http://exslt.org/common" version="1.0" exclude-result-prefixes="exsl">
-
-<!-- This stylesheet was created by template/titlepage.xsl; do not edit it by hand. -->
-
-<xsl:template name="book.titlepage.recto">
-  <xsl:choose>
-    <xsl:when test="bookinfo/title">
-      <xsl:apply-templates mode="book.titlepage.recto.auto.mode" select="bookinfo/title"/>
-    </xsl:when>
-    <xsl:when test="info/title">
-      <xsl:apply-templates mode="book.titlepage.recto.auto.mode" select="info/title"/>
-    </xsl:when>
-    <xsl:when test="title">
-      <xsl:apply-templates mode="book.titlepage.recto.auto.mode" select="title"/>
-    </xsl:when>
-  </xsl:choose>
-
-  <xsl:choose>
-    <xsl:when test="bookinfo/subtitle">
-      <xsl:apply-templates mode="book.titlepage.recto.auto.mode" select="bookinfo/subtitle"/>
-    </xsl:when>
-    <xsl:when test="info/subtitle">
-      <xsl:apply-templates mode="book.titlepage.recto.auto.mode" select="info/subtitle"/>
-    </xsl:when>
-    <xsl:when test="subtitle">
-      <xsl:apply-templates mode="book.titlepage.recto.auto.mode" select="subtitle"/>
-    </xsl:when>
-  </xsl:choose>
-
-  <xsl:apply-templates mode="book.titlepage.recto.auto.mode" select="bookinfo/corpauthor"/>
-  <xsl:apply-templates mode="book.titlepage.recto.auto.mode" select="info/corpauthor"/>
-  <xsl:apply-templates mode="book.titlepage.recto.auto.mode" select="bookinfo/authorgroup"/>
-  <xsl:apply-templates mode="book.titlepage.recto.auto.mode" select="info/authorgroup"/>
-  <xsl:apply-templates mode="book.titlepage.recto.auto.mode" select="bookinfo/author"/>
-  <xsl:apply-templates mode="book.titlepage.recto.auto.mode" select="info/author"/>
-  <xsl:apply-templates mode="book.titlepage.recto.auto.mode" select="bookinfo/mediaobject"/>
-  <xsl:apply-templates mode="book.titlepage.recto.auto.mode" select="info/mediaobject"/>
-  <xsl:apply-templates mode="book.titlepage.recto.auto.mode" select="bookinfo/othercredit"/>
-  <xsl:apply-templates mode="book.titlepage.recto.auto.mode" select="info/othercredit"/>
-  <xsl:apply-templates mode="book.titlepage.recto.auto.mode" select="bookinfo/releaseinfo"/>
-  <xsl:apply-templates mode="book.titlepage.recto.auto.mode" select="info/releaseinfo"/>
-  <xsl:apply-templates mode="book.titlepage.recto.auto.mode" select="bookinfo/copyright"/>
-  <xsl:apply-templates mode="book.titlepage.recto.auto.mode" select="info/copyright"/>
-  <xsl:apply-templates mode="book.titlepage.recto.auto.mode" select="bookinfo/legalnotice"/>
-  <xsl:apply-templates mode="book.titlepage.recto.auto.mode" select="info/legalnotice"/>
-  <xsl:apply-templates mode="book.titlepage.recto.auto.mode" select="bookinfo/pubdate"/>
-  <xsl:apply-templates mode="book.titlepage.recto.auto.mode" select="info/pubdate"/>
-  <xsl:apply-templates mode="book.titlepage.recto.auto.mode" select="bookinfo/revision"/>
-  <xsl:apply-templates mode="book.titlepage.recto.auto.mode" select="info/revision"/>
-  <xsl:apply-templates mode="book.titlepage.recto.auto.mode" select="bookinfo/revhistory"/>
-  <xsl:apply-templates mode="book.titlepage.recto.auto.mode" select="info/revhistory"/>
-  <xsl:apply-templates mode="book.titlepage.recto.auto.mode" select="bookinfo/abstract"/>
-  <xsl:apply-templates mode="book.titlepage.recto.auto.mode" select="info/abstract"/>
-</xsl:template>
-
-<xsl:template name="book.titlepage.verso">
-</xsl:template>
-
-<xsl:template name="book.titlepage.separator"><hr/>
-</xsl:template>
-
-<xsl:template name="book.titlepage.before.recto">
-</xsl:template>
-
-<xsl:template name="book.titlepage.before.verso">
-</xsl:template>
-
-<xsl:template name="book.titlepage">
-  <div class="titlepage">
-    <xsl:variable name="recto.content">
-      <xsl:call-template name="book.titlepage.before.recto"/>
-      <xsl:call-template name="book.titlepage.recto"/>
-    </xsl:variable>
-    <xsl:variable name="recto.elements.count">
-      <xsl:choose>
-        <xsl:when test="function-available('exsl:node-set')"><xsl:value-of select="count(exsl:node-set($recto.content)/*)"/></xsl:when>
-        <xsl:when test="contains(system-property('xsl:vendor'), 'Apache Software Foundation')">
-          <!--Xalan quirk--><xsl:value-of select="count(exsl:node-set($recto.content)/*)"/></xsl:when>
-        <xsl:otherwise>1</xsl:otherwise>
-      </xsl:choose>
-    </xsl:variable>
-    <xsl:if test="(normalize-space($recto.content) != '') or ($recto.elements.count &gt; 0)">
-      <div><xsl:copy-of select="$recto.content"/></div>
-    </xsl:if>
-    <xsl:variable name="verso.content">
-      <xsl:call-template name="book.titlepage.before.verso"/>
-      <xsl:call-template name="book.titlepage.verso"/>
-    </xsl:variable>
-    <xsl:variable name="verso.elements.count">
-      <xsl:choose>
-        <xsl:when test="function-available('exsl:node-set')"><xsl:value-of select="count(exsl:node-set($verso.content)/*)"/></xsl:when>
-        <xsl:when test="contains(system-property('xsl:vendor'), 'Apache Software Foundation')">
-          <!--Xalan quirk--><xsl:value-of select="count(exsl:node-set($verso.content)/*)"/></xsl:when>
-        <xsl:otherwise>1</xsl:otherwise>
-      </xsl:choose>
-    </xsl:variable>
-    <xsl:if test="(normalize-space($verso.content) != '') or ($verso.elements.count &gt; 0)">
-      <div><xsl:copy-of select="$verso.content"/></div>
-    </xsl:if>
-    <xsl:call-template name="book.titlepage.separator"/>
-  </div>
-</xsl:template>
-
-<xsl:template match="*" mode="book.titlepage.recto.mode">
-  <!-- if an element isn't found in this mode, -->
-  <!-- try the generic titlepage.mode -->
-  <xsl:apply-templates select="." mode="titlepage.mode"/>
-</xsl:template>
-
-<xsl:template match="*" mode="book.titlepage.verso.mode">
-  <!-- if an element isn't found in this mode, -->
-  <!-- try the generic titlepage.mode -->
-  <xsl:apply-templates select="." mode="titlepage.mode"/>
-</xsl:template>
-
-<xsl:template match="title" mode="book.titlepage.recto.auto.mode">
-<div xsl:use-attribute-sets="book.titlepage.recto.style">
-<xsl:apply-templates select="." mode="book.titlepage.recto.mode"/>
-</div>
-</xsl:template>
-
-<xsl:template match="subtitle" mode="book.titlepage.recto.auto.mode">
-<div xsl:use-attribute-sets="book.titlepage.recto.style">
-<xsl:apply-templates select="." mode="book.titlepage.recto.mode"/>
-</div>
-</xsl:template>
-
-<xsl:template match="corpauthor" mode="book.titlepage.recto.auto.mode">
-<div xsl:use-attribute-sets="book.titlepage.recto.style">
-<xsl:apply-templates select="." mode="book.titlepage.recto.mode"/>
-</div>
-</xsl:template>
-
-<xsl:template match="authorgroup" mode="book.titlepage.recto.auto.mode">
-<div xsl:use-attribute-sets="book.titlepage.recto.style">
-<xsl:apply-templates select="." mode="book.titlepage.recto.mode"/>
-</div>
-</xsl:template>
-
-<xsl:template match="author" mode="book.titlepage.recto.auto.mode">
-<div xsl:use-attribute-sets="book.titlepage.recto.style">
-<xsl:apply-templates select="." mode="book.titlepage.recto.mode"/>
-</div>
-</xsl:template>
-
-<xsl:template match="mediaobject" mode="book.titlepage.recto.auto.mode">
-<div xsl:use-attribute-sets="book.titlepage.recto.style">
-<xsl:apply-templates select="." mode="book.titlepage.recto.mode"/>
-</div>
-</xsl:template>
-
-<xsl:template match="othercredit" mode="book.titlepage.recto.auto.mode">
-<div xsl:use-attribute-sets="book.titlepage.recto.style">
-<xsl:apply-templates select="." mode="book.titlepage.recto.mode"/>
-</div>
-</xsl:template>
-
-<xsl:template match="releaseinfo" mode="book.titlepage.recto.auto.mode">
-<div xsl:use-attribute-sets="book.titlepage.recto.style">
-<xsl:apply-templates select="." mode="book.titlepage.recto.mode"/>
-</div>
-</xsl:template>
-
-<xsl:template match="copyright" mode="book.titlepage.recto.auto.mode">
-<div xsl:use-attribute-sets="book.titlepage.recto.style">
-<xsl:apply-templates select="." mode="book.titlepage.recto.mode"/>
-</div>
-</xsl:template>
-
-<xsl:template match="legalnotice" mode="book.titlepage.recto.auto.mode">
-<div xsl:use-attribute-sets="book.titlepage.recto.style">
-<xsl:apply-templates select="." mode="book.titlepage.recto.mode"/>
-</div>
-</xsl:template>
-
-<xsl:template match="pubdate" mode="book.titlepage.recto.auto.mode">
-<div xsl:use-attribute-sets="book.titlepage.recto.style">
-<xsl:apply-templates select="." mode="book.titlepage.recto.mode"/>
-</div>
-</xsl:template>
-
-<xsl:template match="revision" mode="book.titlepage.recto.auto.mode">
-<div xsl:use-attribute-sets="book.titlepage.recto.style">
-<xsl:apply-templates select="." mode="book.titlepage.recto.mode"/>
-</div>
-</xsl:template>
-
-<xsl:template match="revhistory" mode="book.titlepage.recto.auto.mode">
-<div xsl:use-attribute-sets="book.titlepage.recto.style">
-<xsl:apply-templates select="." mode="book.titlepage.recto.mode"/>
-</div>
-</xsl:template>
-
-<xsl:template match="abstract" mode="book.titlepage.recto.auto.mode">
-<div xsl:use-attribute-sets="book.titlepage.recto.style">
-<xsl:apply-templates select="." mode="book.titlepage.recto.mode"/>
-</div>
-</xsl:template>
-
-</xsl:stylesheet>
diff --git a/uima-as-docbooks/src/styles/titlepage/titlepage-pdf.xml b/uima-as-docbooks/src/styles/titlepage/titlepage-pdf.xml
deleted file mode 100644
index 465c62f..0000000
--- a/uima-as-docbooks/src/styles/titlepage/titlepage-pdf.xml
+++ /dev/null
@@ -1,98 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE t:templates [
-<!ENTITY hsize0 "10pt">
-<!ENTITY hsize1 "12pt">
-<!ENTITY hsize2 "14pt">
-<!ENTITY hsize3 "16pt">
-<!ENTITY hsize4 "18pt">
-<!ENTITY hsize5 "20pt">
-<!ENTITY hsize0space "7.5pt"> <!-- 0.75 * hsize0 -->
-<!ENTITY hsize1space "9pt"> <!-- 0.75 * hsize1 -->
-<!ENTITY hsize2space "10.5pt"> <!-- 0.75 * hsize2 -->
-<!ENTITY hsize3space "12pt"> <!-- 0.75 * hsize3 -->
-<!ENTITY hsize4space "13.5pt"> <!-- 0.75 * hsize4 -->
-<!ENTITY hsize5space "15pt"> <!-- 0.75 * hsize5 -->
-]>
-
-
-<!--
- Licensed to the Apache Software Foundation (ASF) under one
- or more contributor license agreements.  See the NOTICE file
- distributed with this work for additional information
- regarding copyright ownership.  The ASF licenses this file
- to you under the Apache License, Version 2.0 (the
- "License"); you may not use this file except in compliance
- with the License.  You may obtain a copy of the License at
-
-  http://www.apache.org/licenses/LICENSE-2.0
-
- Unless required by applicable law or agreed to in writing,
- software distributed under the License is distributed on an
- "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- KIND, either express or implied.  See the License for the
- specific language governing permissions and limitations
- under the License.
--->
-<t:templates xmlns:t="http://nwalsh.com/docbook/xsl/template/1.0"
-  xmlns:param="http://nwalsh.com/docbook/xsl/template/1.0/param"
-  xmlns:fo="http://www.w3.org/1999/XSL/Format"
-  xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
-  
-  <t:titlepage t:element="book" t:wrapper="fo:block">
-    <t:titlepage-content t:side="recto">
-      <title t:named-template="division.title"
-        param:node="ancestor-or-self::book[1]" text-align="center"
-        font-size="&hsize5;" space-before="&hsize5space;" font-weight="bold"
-        font-family="{$title.fontset}"/>
-      <subtitle text-align="center" font-size="&hsize4;"
-        space-before="&hsize4space;" font-family="{$title.fontset}"/>
-      
-      <corpauthor space-before="0.5em" font-size="&hsize2;"/>
-      <authorgroup space-before="0.5em" font-size="&hsize2;"/>
-      <author space-before="0.5em" font-size="&hsize2;"/>
-      
-      <othercredit space-before="0.5em"/>
-      <mediaobject space-before="2em" space-after="2em"/>
-      <releaseinfo space-before="5em"/>
-      <revision space-before="0.5em"/>
-      <revhistory space-before="0.5em"/>
-      <abstract space-before="0.5em" text-align="start" margin-left="0.5in"
-        margin-right="0.5in" font-family="{$body.fontset}"/>
-    </t:titlepage-content>
-    
-    <t:titlepage-content t:side="verso">
-      <copyright space-before="0.5em"/>
-      <legalnotice text-align="start" margin-left="0.5in" margin-right="0.5in"
-        font-family="{$body.fontset}"/>
-      <pubdate space-before="3.5em"/>
-    </t:titlepage-content>
-
-    
-    <t:titlepage-separator>
-    </t:titlepage-separator>
-     <!--   
-    <t:titlepage-before t:side="recto">
-    </t:titlepage-before>
-    
-    <t:titlepage-before t:side="verso">
-    </t:titlepage-before>
-      -->
-  </t:titlepage>
- 
-  <!-- 
-  <t:titlepage element="chapter" wrapper="fo:block">
-    <t:titlepage-content t:side="recto">
-      <title named-template="component.title"
-        param:node="ancestor-or-self::chapter[1]"
-        margin-left="{$title.margin.left}" 
-        font-size="&hsize5;" 
-        font-weight="bold"
-        font-family="{$title.font.family}" 
-        border-top="solid black 2pt"/>
-    </t:titlepage-content>
-  </t:titlepage>
- -->
-  
-  <!-- ==================================================================== -->
-  
-</t:templates>
diff --git a/uima-as-docbooks/src/styles/titlepage/titlepage-pdf.xsl b/uima-as-docbooks/src/styles/titlepage/titlepage-pdf.xsl
deleted file mode 100644
index 3656b6e..0000000
--- a/uima-as-docbooks/src/styles/titlepage/titlepage-pdf.xsl
+++ /dev/null
@@ -1,197 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:exsl="http://exslt.org/common" version="1.0" exclude-result-prefixes="exsl">
-
-<!-- This stylesheet was created by template/titlepage.xsl; do not edit it by hand. -->
-
-<xsl:template name="book.titlepage.recto">
-  <xsl:choose>
-    <xsl:when test="bookinfo/title">
-      <xsl:apply-templates mode="book.titlepage.recto.auto.mode" select="bookinfo/title"/>
-    </xsl:when>
-    <xsl:when test="info/title">
-      <xsl:apply-templates mode="book.titlepage.recto.auto.mode" select="info/title"/>
-    </xsl:when>
-    <xsl:when test="title">
-      <xsl:apply-templates mode="book.titlepage.recto.auto.mode" select="title"/>
-    </xsl:when>
-  </xsl:choose>
-
-  <xsl:choose>
-    <xsl:when test="bookinfo/subtitle">
-      <xsl:apply-templates mode="book.titlepage.recto.auto.mode" select="bookinfo/subtitle"/>
-    </xsl:when>
-    <xsl:when test="info/subtitle">
-      <xsl:apply-templates mode="book.titlepage.recto.auto.mode" select="info/subtitle"/>
-    </xsl:when>
-    <xsl:when test="subtitle">
-      <xsl:apply-templates mode="book.titlepage.recto.auto.mode" select="subtitle"/>
-    </xsl:when>
-  </xsl:choose>
-
-  <xsl:apply-templates mode="book.titlepage.recto.auto.mode" select="bookinfo/corpauthor"/>
-  <xsl:apply-templates mode="book.titlepage.recto.auto.mode" select="info/corpauthor"/>
-  <xsl:apply-templates mode="book.titlepage.recto.auto.mode" select="bookinfo/authorgroup"/>
-  <xsl:apply-templates mode="book.titlepage.recto.auto.mode" select="info/authorgroup"/>
-  <xsl:apply-templates mode="book.titlepage.recto.auto.mode" select="bookinfo/author"/>
-  <xsl:apply-templates mode="book.titlepage.recto.auto.mode" select="info/author"/>
-  <xsl:apply-templates mode="book.titlepage.recto.auto.mode" select="bookinfo/othercredit"/>
-  <xsl:apply-templates mode="book.titlepage.recto.auto.mode" select="info/othercredit"/>
-  <xsl:apply-templates mode="book.titlepage.recto.auto.mode" select="bookinfo/mediaobject"/>
-  <xsl:apply-templates mode="book.titlepage.recto.auto.mode" select="info/mediaobject"/>
-  <xsl:apply-templates mode="book.titlepage.recto.auto.mode" select="bookinfo/releaseinfo"/>
-  <xsl:apply-templates mode="book.titlepage.recto.auto.mode" select="info/releaseinfo"/>
-  <xsl:apply-templates mode="book.titlepage.recto.auto.mode" select="bookinfo/revision"/>
-  <xsl:apply-templates mode="book.titlepage.recto.auto.mode" select="info/revision"/>
-  <xsl:apply-templates mode="book.titlepage.recto.auto.mode" select="bookinfo/revhistory"/>
-  <xsl:apply-templates mode="book.titlepage.recto.auto.mode" select="info/revhistory"/>
-  <xsl:apply-templates mode="book.titlepage.recto.auto.mode" select="bookinfo/abstract"/>
-  <xsl:apply-templates mode="book.titlepage.recto.auto.mode" select="info/abstract"/>
-</xsl:template>
-
-<xsl:template name="book.titlepage.verso">
-  <xsl:apply-templates mode="book.titlepage.verso.auto.mode" select="bookinfo/copyright"/>
-  <xsl:apply-templates mode="book.titlepage.verso.auto.mode" select="info/copyright"/>
-  <xsl:apply-templates mode="book.titlepage.verso.auto.mode" select="bookinfo/legalnotice"/>
-  <xsl:apply-templates mode="book.titlepage.verso.auto.mode" select="info/legalnotice"/>
-  <xsl:apply-templates mode="book.titlepage.verso.auto.mode" select="bookinfo/pubdate"/>
-  <xsl:apply-templates mode="book.titlepage.verso.auto.mode" select="info/pubdate"/>
-</xsl:template>
-
-<xsl:template name="book.titlepage.separator">
-</xsl:template>
-
-<xsl:template name="book.titlepage">
-  <fo:block xmlns:fo="http://www.w3.org/1999/XSL/Format">
-    <xsl:variable name="recto.content">
-      <xsl:call-template name="book.titlepage.before.recto"/>
-      <xsl:call-template name="book.titlepage.recto"/>
-    </xsl:variable>
-    <xsl:variable name="recto.elements.count">
-      <xsl:choose>
-        <xsl:when test="function-available('exsl:node-set')"><xsl:value-of select="count(exsl:node-set($recto.content)/*)"/></xsl:when>
-        <xsl:when test="contains(system-property('xsl:vendor'), 'Apache Software Foundation')">
-          <!--Xalan quirk--><xsl:value-of select="count(exsl:node-set($recto.content)/*)"/></xsl:when>
-        <xsl:otherwise>1</xsl:otherwise>
-      </xsl:choose>
-    </xsl:variable>
-    <xsl:if test="(normalize-space($recto.content) != '') or ($recto.elements.count &gt; 0)">
-      <fo:block><xsl:copy-of select="$recto.content"/></fo:block>
-    </xsl:if>
-    <xsl:variable name="verso.content">
-      <xsl:call-template name="book.titlepage.before.verso"/>
-      <xsl:call-template name="book.titlepage.verso"/>
-    </xsl:variable>
-    <xsl:variable name="verso.elements.count">
-      <xsl:choose>
-        <xsl:when test="function-available('exsl:node-set')"><xsl:value-of select="count(exsl:node-set($verso.content)/*)"/></xsl:when>
-        <xsl:when test="contains(system-property('xsl:vendor'), 'Apache Software Foundation')">
-          <!--Xalan quirk--><xsl:value-of select="count(exsl:node-set($verso.content)/*)"/></xsl:when>
-        <xsl:otherwise>1</xsl:otherwise>
-      </xsl:choose>
-    </xsl:variable>
-    <xsl:if test="(normalize-space($verso.content) != '') or ($verso.elements.count &gt; 0)">
-      <fo:block><xsl:copy-of select="$verso.content"/></fo:block>
-    </xsl:if>
-    <xsl:call-template name="book.titlepage.separator"/>
-  </fo:block>
-</xsl:template>
-
-<xsl:template match="*" mode="book.titlepage.recto.mode">
-  <!-- if an element isn't found in this mode, -->
-  <!-- try the generic titlepage.mode -->
-  <xsl:apply-templates select="." mode="titlepage.mode"/>
-</xsl:template>
-
-<xsl:template match="*" mode="book.titlepage.verso.mode">
-  <!-- if an element isn't found in this mode, -->
-  <!-- try the generic titlepage.mode -->
-  <xsl:apply-templates select="." mode="titlepage.mode"/>
-</xsl:template>
-
-<xsl:template match="title" mode="book.titlepage.recto.auto.mode">
-<fo:block xmlns:fo="http://www.w3.org/1999/XSL/Format" xsl:use-attribute-sets="book.titlepage.recto.style" text-align="center" font-size="20pt" space-before="15pt" font-weight="bold" font-family="{$title.fontset}">
-<xsl:call-template name="division.title">
-<xsl:with-param name="node" select="ancestor-or-self::book[1]"/>
-</xsl:call-template>
-</fo:block>
-</xsl:template>
-
-<xsl:template match="subtitle" mode="book.titlepage.recto.auto.mode">
-<fo:block xmlns:fo="http://www.w3.org/1999/XSL/Format" xsl:use-attribute-sets="book.titlepage.recto.style" text-align="center" font-size="18pt" space-before="13.5pt" font-family="{$title.fontset}">
-<xsl:apply-templates select="." mode="book.titlepage.recto.mode"/>
-</fo:block>
-</xsl:template>
-
-<xsl:template match="corpauthor" mode="book.titlepage.recto.auto.mode">
-<fo:block xmlns:fo="http://www.w3.org/1999/XSL/Format" xsl:use-attribute-sets="book.titlepage.recto.style" space-before="0.5em" font-size="14pt">
-<xsl:apply-templates select="." mode="book.titlepage.recto.mode"/>
-</fo:block>
-</xsl:template>
-
-<xsl:template match="authorgroup" mode="book.titlepage.recto.auto.mode">
-<fo:block xmlns:fo="http://www.w3.org/1999/XSL/Format" xsl:use-attribute-sets="book.titlepage.recto.style" space-before="0.5em" font-size="14pt">
-<xsl:apply-templates select="." mode="book.titlepage.recto.mode"/>
-</fo:block>
-</xsl:template>
-
-<xsl:template match="author" mode="book.titlepage.recto.auto.mode">
-<fo:block xmlns:fo="http://www.w3.org/1999/XSL/Format" xsl:use-attribute-sets="book.titlepage.recto.style" space-before="0.5em" font-size="14pt">
-<xsl:apply-templates select="." mode="book.titlepage.recto.mode"/>
-</fo:block>
-</xsl:template>
-
-<xsl:template match="othercredit" mode="book.titlepage.recto.auto.mode">
-<fo:block xmlns:fo="http://www.w3.org/1999/XSL/Format" xsl:use-attribute-sets="book.titlepage.recto.style" space-before="0.5em">
-<xsl:apply-templates select="." mode="book.titlepage.recto.mode"/>
-</fo:block>
-</xsl:template>
-
-<xsl:template match="mediaobject" mode="book.titlepage.recto.auto.mode">
-<fo:block xmlns:fo="http://www.w3.org/1999/XSL/Format" xsl:use-attribute-sets="book.titlepage.recto.style" space-before="2em" space-after="2em">
-<xsl:apply-templates select="." mode="book.titlepage.recto.mode"/>
-</fo:block>
-</xsl:template>
-
-<xsl:template match="releaseinfo" mode="book.titlepage.recto.auto.mode">
-<fo:block xmlns:fo="http://www.w3.org/1999/XSL/Format" xsl:use-attribute-sets="book.titlepage.recto.style" space-before="5em">
-<xsl:apply-templates select="." mode="book.titlepage.recto.mode"/>
-</fo:block>
-</xsl:template>
-
-<xsl:template match="revision" mode="book.titlepage.recto.auto.mode">
-<fo:block xmlns:fo="http://www.w3.org/1999/XSL/Format" xsl:use-attribute-sets="book.titlepage.recto.style" space-before="0.5em">
-<xsl:apply-templates select="." mode="book.titlepage.recto.mode"/>
-</fo:block>
-</xsl:template>
-
-<xsl:template match="revhistory" mode="book.titlepage.recto.auto.mode">
-<fo:block xmlns:fo="http://www.w3.org/1999/XSL/Format" xsl:use-attribute-sets="book.titlepage.recto.style" space-before="0.5em">
-<xsl:apply-templates select="." mode="book.titlepage.recto.mode"/>
-</fo:block>
-</xsl:template>
-
-<xsl:template match="abstract" mode="book.titlepage.recto.auto.mode">
-<fo:block xmlns:fo="http://www.w3.org/1999/XSL/Format" xsl:use-attribute-sets="book.titlepage.recto.style" space-before="0.5em" text-align="start" margin-left="0.5in" margin-right="0.5in" font-family="{$body.fontset}">
-<xsl:apply-templates select="." mode="book.titlepage.recto.mode"/>
-</fo:block>
-</xsl:template>
-
-<xsl:template match="copyright" mode="book.titlepage.verso.auto.mode">
-<fo:block xmlns:fo="http://www.w3.org/1999/XSL/Format" xsl:use-attribute-sets="book.titlepage.verso.style" space-before="0.5em">
-<xsl:apply-templates select="." mode="book.titlepage.verso.mode"/>
-</fo:block>
-</xsl:template>
-
-<xsl:template match="legalnotice" mode="book.titlepage.verso.auto.mode">
-<fo:block xmlns:fo="http://www.w3.org/1999/XSL/Format" xsl:use-attribute-sets="book.titlepage.verso.style" text-align="start" margin-left="0.5in" margin-right="0.5in" font-family="{$body.fontset}">
-<xsl:apply-templates select="." mode="book.titlepage.verso.mode"/>
-</fo:block>
-</xsl:template>
-
-<xsl:template match="pubdate" mode="book.titlepage.verso.auto.mode">
-<fo:block xmlns:fo="http://www.w3.org/1999/XSL/Format" xsl:use-attribute-sets="book.titlepage.verso.style" space-before="3.5em">
-<xsl:apply-templates select="." mode="book.titlepage.verso.mode"/>
-</fo:block>
-</xsl:template>
-
-</xsl:stylesheet>
diff --git a/uima-as-docbooks/src/styles/top/html-single.xsl b/uima-as-docbooks/src/styles/top/html-single.xsl
deleted file mode 100644
index c39e2bc..0000000
--- a/uima-as-docbooks/src/styles/top/html-single.xsl
+++ /dev/null
@@ -1,37 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-
-<!--
- Licensed to the Apache Software Foundation (ASF) under one
- or more contributor license agreements.  See the NOTICE file
- distributed with this work for additional information
- regarding copyright ownership.  The ASF licenses this file
- to you under the Apache License, Version 2.0 (the
- "License"); you may not use this file except in compliance
- with the License.  You may obtain a copy of the License at
-
-  http://www.apache.org/licenses/LICENSE-2.0
-
- Unless required by applicable law or agreed to in writing,
- software distributed under the License is distributed on an
- "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- KIND, either express or implied.  See the License for the
- specific language governing permissions and limitations
- under the License.
--->
-
-<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
-                version='1.0'>
-   
-  
-  
-  <!-- note that xsl:import elements must appear FIRST
-       and their href strings must be literal (no variables allowed) -->
-    
-  <xsl:import href="../../../../uima-docbook-tool/tools/docbook-versions/docbook-xsl-1.72.0/html/docbook.xsl" />
-  <xsl:import href="../../../../uima-docbook-tool/styles/uima-style/top/html-single.xsl" />  
-    
-  <!-- generated title page xsl points to where the build script put it -->
-  <!-- this needs to be here because the common xsl scripts can't ref using params -->
-  <xsl:include href="../titlepage/titlepage-html.xsl"/>
-   
-</xsl:stylesheet>
diff --git a/uima-as-docbooks/src/styles/top/pdf.xsl b/uima-as-docbooks/src/styles/top/pdf.xsl
deleted file mode 100644
index 29fe460..0000000
--- a/uima-as-docbooks/src/styles/top/pdf.xsl
+++ /dev/null
@@ -1,49 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-
-<!--
- Licensed to the Apache Software Foundation (ASF) under one
- or more contributor license agreements.  See the NOTICE file
- distributed with this work for additional information
- regarding copyright ownership.  The ASF licenses this file
- to you under the Apache License, Version 2.0 (the
- "License"); you may not use this file except in compliance
- with the License.  You may obtain a copy of the License at
-
-  http://www.apache.org/licenses/LICENSE-2.0
-
- Unless required by applicable law or agreed to in writing,
- software distributed under the License is distributed on an
- "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- KIND, either express or implied.  See the License for the
- specific language governing permissions and limitations
- under the License.
--->
-
-<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
-                xmlns:fo="http://www.w3.org/1999/XSL/Format"
-                version='1.0'>
-   
-  
-  <!-- note that xsl:import elements must appear FIRST
-       and their href strings must be literal (no variables allowed) -->
-    
-  <xsl:import href="../../../../uima-docbook-tool/tools/docbook-versions/docbook-xsl-1.72.0/fo/docbook.xsl" />
-  <xsl:import href="../../../../uima-docbook-tool/styles/uima-style/top/pdf.xsl" />  
-    
-  <!-- generated title page xsl points to where the build script put it -->
-  <!-- this needs to be here because the common xsl scripts can't ref using params -->
-  <xsl:include href="../titlepage/titlepage-pdf.xsl"/>
-  
-    <!-- width specifications: inside, center, outside -->
-    <!-- OVERRIDE:  inside is large to accommodate large version strings without overflowing -->
-    <xsl:param name="footer.column.widths">6 8 1</xsl:param>
-
-  <!-- review formatting -->
-  <xsl:template match="emphasis[@role='review']">
-   <fo:inline font-weight="bold" color="red">
-     Review needed:
-     <xsl:apply-templates/>
-   </fo:inline>
- </xsl:template>
-   
-</xsl:stylesheet>