You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@uima.apache.org by pk...@apache.org on 2013/02/01 15:11:46 UTC

svn commit: r1441450 - in /uima/sandbox/textmarker/trunk/textmarker-docbook/src/docbook: common_book_info.xml tools.textmarker.book.xml

Author: pkluegl
Date: Fri Feb  1 14:11:46 2013
New Revision: 1441450

URL: http://svn.apache.org/viewvc?rev=1441450&view=rev
Log:
no jira - added modified common_book_info.xml for correct product name

Added:
    uima/sandbox/textmarker/trunk/textmarker-docbook/src/docbook/common_book_info.xml
Modified:
    uima/sandbox/textmarker/trunk/textmarker-docbook/src/docbook/tools.textmarker.book.xml

Added: uima/sandbox/textmarker/trunk/textmarker-docbook/src/docbook/common_book_info.xml
URL: http://svn.apache.org/viewvc/uima/sandbox/textmarker/trunk/textmarker-docbook/src/docbook/common_book_info.xml?rev=1441450&view=auto
==============================================================================
--- uima/sandbox/textmarker/trunk/textmarker-docbook/src/docbook/common_book_info.xml (added)
+++ uima/sandbox/textmarker/trunk/textmarker-docbook/src/docbook/common_book_info.xml Fri Feb  1 14:11:46 2013
@@ -0,0 +1,79 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE bookinfo PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN"
+"http://www.oasis-open.org/docbook/xml/4.4/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 <?eval ${project.version}?></releaseinfo>
+
+    <productname>UIMA TextMarker</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>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>
+           <ulink url="http://www.apache.org/licenses/LICENSE-2.0"/>
+         </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><?eval ${project.inceptionYear}?></year>
+      <year><?eval ${project.properties.buildYear}?></year>
+      <holder>The Apache Software Foundation</holder>
+    </copyright>
+    <pubdate><?eval ${project.properties.buildMonth}?>, <?eval ${project.properties.buildYear}?></pubdate>
+  </bookinfo>
\ No newline at end of file

Modified: uima/sandbox/textmarker/trunk/textmarker-docbook/src/docbook/tools.textmarker.book.xml
URL: http://svn.apache.org/viewvc/uima/sandbox/textmarker/trunk/textmarker-docbook/src/docbook/tools.textmarker.book.xml?rev=1441450&r1=1441449&r2=1441450&view=diff
==============================================================================
--- uima/sandbox/textmarker/trunk/textmarker-docbook/src/docbook/tools.textmarker.book.xml (original)
+++ uima/sandbox/textmarker/trunk/textmarker-docbook/src/docbook/tools.textmarker.book.xml Fri Feb  1 14:11:46 2013
@@ -21,8 +21,8 @@ under the License.
 -->
 <book lang="en">
   <title>Apache UIMA TextMarker Guide and Reference</title>
-  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="../../target/docbook-shared/common_book_info.xml"/>
-  
+  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common_book_info.xml"/>
+    
   <toc/>
   
   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="tools.textmarker.overview.xml"/>