blob: 13b23115af6d6ea198f7a406c59be2fff99bdc39 [file] [log] [blame]
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE targetset SYSTEM "http://docbook.sourceforge.net/release/xsl/current/common/targetdatabase.dtd" [
<!ENTITY % uimaents SYSTEM "../docbook/entities.ent" >
%uimaents;
<!ENTITY otarget_overview SYSTEM "overview_and_setup/html-target.db">
<!ENTITY otarget_tug SYSTEM "tutorials_and_users_guides/html-target.db">
<!ENTITY otarget_refs SYSTEM "references/html-target.db">
<!ENTITY otarget_tools SYSTEM "tools/html-target.db">
]>
<!--
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.
-->
<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>
</sitemap>
</targetset>