Author: schor
Date: Thu Jun 13 15:58:42 2013
New Revision: 1492722

URL: http://svn.apache.org/r1492722
Log:
[UIMA-2302] have the tiny boilerplate main uima documentation html page (which 
links the 4 "books") built automatically, as part of the build of the 
aggregate-uimaj-docbooks project.

Added:
    uima/uimaj/trunk/aggregate-uimaj-docbooks/src/
    uima/uimaj/trunk/aggregate-uimaj-docbooks/src/main/
    uima/uimaj/trunk/aggregate-uimaj-docbooks/src/main/resources/
    uima/uimaj/trunk/aggregate-uimaj-docbooks/src/main/resources/d/
    uima/uimaj/trunk/aggregate-uimaj-docbooks/src/main/resources/d/index.html   
(with props)
Modified:
    uima/uimaj/trunk/aggregate-uimaj-docbooks/pom.xml

Modified: uima/uimaj/trunk/aggregate-uimaj-docbooks/pom.xml
URL: 
http://svn.apache.org/viewvc/uima/uimaj/trunk/aggregate-uimaj-docbooks/pom.xml?rev=1492722&r1=1492721&r2=1492722&view=diff
==============================================================================
--- uima/uimaj/trunk/aggregate-uimaj-docbooks/pom.xml (original)
+++ uima/uimaj/trunk/aggregate-uimaj-docbooks/pom.xml Thu Jun 13 15:58:42 2013
@@ -57,6 +57,30 @@
     <uimaScmProject>${project.artifactId}</uimaScmProject>
   </properties>
   
+  <build>
+    <plugins>
+      <plugin>
+        <artifactId>maven-resources-plugin</artifactId>
+        <executions>
+          <execution>
+            <goals><goal>copy-resources</goal></goals>
+            <phase>process-resources</phase>
+            <configuration>
+              <outputDirectory>${project.build.directory}</outputDirectory>
+              <resources>
+                <resource>
+                  <filtering>true</filtering>
+                  <directory>src/main/resources</directory>
+                  <includes><include>**/*.*</include></includes>
+                </resource>                
+              </resources>
+            </configuration>
+          </execution>
+        </executions>
+      </plugin>
+    </plugins>
+  </build>
+  
   <modules>
     <module>../uima-docbook-overview-and-setup</module>
     <module>../uima-docbook-references</module>

Added: uima/uimaj/trunk/aggregate-uimaj-docbooks/src/main/resources/d/index.html
URL: 
http://svn.apache.org/viewvc/uima/uimaj/trunk/aggregate-uimaj-docbooks/src/main/resources/d/index.html?rev=1492722&view=auto
==============================================================================
--- uima/uimaj/trunk/aggregate-uimaj-docbooks/src/main/resources/d/index.html 
(added)
+++ uima/uimaj/trunk/aggregate-uimaj-docbooks/src/main/resources/d/index.html 
Thu Jun 13 15:58:42 2013
@@ -0,0 +1,87 @@
+
+<html>
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
+<title>Apache UIMA Documentation Overview</title>
+<link rel="stylesheet" href="css/stylesheet-html.css" type="text/css">
+<meta name="generator" content="DocBook XSL Stylesheets V1.70.0">
+</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 Documentation Overview</h1>
+</div>
+<div>
+<div class="authorgroup">
+<p>Authors: The Apache UIMA Development Community</p>
+</div>
+</div>
+<div>
+<p class="releaseinfo">Version ${project.version}</p>
+</div>
+<div>
+<p class="copyright">Copyright &copy; 2006, ${buildYear} The Apache Software
+Foundation</p>
+</div>
+<div>
+<p class="copyright">Copyright &copy; 2004, 2006 International
+Business Machines Corporation</p>
+</div>
+<div>
+<div class="legalnotice"><a name="d0e15"></a>
+<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><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">
+${buildMonth}, ${buildYear}
+</p>
+</div>
+</div>
+<hr>
+</div>
+
+<h3>Books in the UIMA Documentation</h3>
+
+<p>
+  The UIMA documentation is available in both PDF and HTML formats.  It is
+  divided into four books.
+</p>
+<dl>
+<dt><span class="chapter"><a href="overview_and_setup.html">1. Overview &amp; 
Setup</a></span></dt>
+  <dd>This includes overview material, a general guide to all the rest of the 
documentation,
+  and some setup instructions if you are using the Eclipse IDE.</dd>
+<dt><span class="chapter"><a href="tutorials_and_users_guides.html">2. UIMA 
Tutorial and Developers' Guides</a></span></dt>
+  <dd>This is a set of tutorial chapters and some general overview guides to 
the major features and capabilities of UIMA.</dd>
+<dt><span class="chapter"><a href="tools.html">3. UIMA Tools Guide and 
Reference</a></span></dt>
+  <dd>UIMA comes with a set of tools, which are described in this book.</dd>
+<dt><span class="chapter"><a href="references.html">4. UIMA 
References</a></span></dt>
+  <dd>Reference materials, covering the XML descriptors, the major APIs, the 
data interchange formats,
+    and the component packaging.</dd>
+</dl>
+
+<h3>Release Notes</h3>
+<p>Click <a href="RELEASE_NOTES.html">RELEASE_NOTES.html</a> for the 
${project.version} Apache UIMA JAVA SDK
+release notes.</p>
+
+</html>

Propchange: 
uima/uimaj/trunk/aggregate-uimaj-docbooks/src/main/resources/d/index.html
------------------------------------------------------------------------------
    svn:eol-style = native


Reply via email to