svn commit: r943502 - /uima/build/trunk/uima-assembly-single-project/

2010-05-12 Thread schor
Author: schor
Date: Wed May 12 14:14:47 2010
New Revision: 943502

URL: http://svn.apache.org/viewvc?rev=943502&view=rev
Log:
[UIMA-1756] add parent for single project

Added:
uima/build/trunk/uima-assembly-single-project/



svn commit: r943503 - in /uima/build/trunk/uima-assembly-single-project: ./ pom.xml src/ src/main/ src/main/resources/ src/main/resources/assemblies/ src/main/resources/assemblies/uima-single-project-

2010-05-12 Thread schor
Author: schor
Date: Wed May 12 14:15:56 2010
New Revision: 943503

URL: http://svn.apache.org/viewvc?rev=943503&view=rev
Log:
[UIMA-1756] add parent single-project assembly bin descriptor

Added:
uima/build/trunk/uima-assembly-single-project/pom.xml
uima/build/trunk/uima-assembly-single-project/src/
uima/build/trunk/uima-assembly-single-project/src/main/
uima/build/trunk/uima-assembly-single-project/src/main/resources/
uima/build/trunk/uima-assembly-single-project/src/main/resources/assemblies/

uima/build/trunk/uima-assembly-single-project/src/main/resources/assemblies/uima-single-project-bin.xml
Modified:
uima/build/trunk/uima-assembly-single-project/   (props changed)

Propchange: uima/build/trunk/uima-assembly-single-project/
--
--- svn:ignore (added)
+++ svn:ignore Wed May 12 14:15:56 2010
@@ -0,0 +1,2 @@
+target
+.project

Added: uima/build/trunk/uima-assembly-single-project/pom.xml
URL: 
http://svn.apache.org/viewvc/uima/build/trunk/uima-assembly-single-project/pom.xml?rev=943503&view=auto
==
--- uima/build/trunk/uima-assembly-single-project/pom.xml (added)
+++ uima/build/trunk/uima-assembly-single-project/pom.xml Wed May 12 14:15:56 
2010
@@ -0,0 +1,92 @@
+
+
+
+
+http://maven.apache.org/POM/4.0.0";
+  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
+  xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/maven-v4_0_0.xsd";>
+  4.0.0
+
+  
+org.apache.uima
+parent-pom-docbook
+1-SNAPSHOT
+
+  
+
+  uima-assembly-single-project
+  1-SNAPSHOT
+  UIMA ${project.artifactId}
+  assembly descriptor for single-project
+  ${uimaWebsiteUrl}
+  
+
+  
+
+  
scm:svn:http://svn.apache.org/repos/asf/uima/${uimaScmRoot}/trunk/${uimaScmProject}
+
+
+  
scm:svn:https://svn.apache.org/repos/asf/uima/${uimaScmRoot}/trunk/${uimaScmProject}
+
+
+  http://svn.apache.org/viewvc/uima/${uimaScmRoot}/trunk/${uimaScmProject}
+
+  
+  
+  
+build
+parent-poms/${project.artifactId}
+
+
+
\ No newline at end of file

Added: 
uima/build/trunk/uima-assembly-single-project/src/main/resources/assemblies/uima-single-project-bin.xml
URL: 
http://svn.apache.org/viewvc/uima/build/trunk/uima-assembly-single-project/src/main/resources/assemblies/uima-single-project-bin.xml?rev=943503&view=auto
==
--- 
uima/build/trunk/uima-assembly-single-project/src/main/resources/assemblies/uima-single-project-bin.xml
 (added)
+++ 
uima/build/trunk/uima-assembly-single-project/src/main/resources/assemblies/uima-single-project-bin.xml
 Wed May 12 14:15:56 2010
@@ -0,0 +1,102 @@
+
+
+
+ 
+
+  bin
+  
+tar.gz
+zip
+  
+  
+  false
+  
+  /apache-uima  
+  
+  
+
+
+  lib
+  false
+  644
+  755
+  
org.apache.uima:uima-docbook-olink:zip:olink
+  false
+
+  
+  
+  
+  
+
+
+  target
+  lib
+  *.jar
+  644
+
+
+
+
+  bin
+  bin
+  *.sh
+  755
+  755
+
+
+  bin
+  bin
+  *.sh
+  644
+  755
+
+
+
+  .
+  .
+  644
+  755
+  
+README*
+readme*
+LICENSE*
+NOTICE*
+RELEASE_NOTES*
+Release-Notes*
+desc/**
+doc/**
+data/**
+resources/**
+conf/**
+  
+
+
+
+
+  target/docbkx
+  docs
+  pdf/*.fo
+  644
+  755
+
+  
+
\ No newline at end of file




svn commit: r943504 - /uima/build/trunk/uima-build-helper-maven-plugin/

2010-05-12 Thread schor
Author: schor
Date: Wed May 12 14:16:52 2010
New Revision: 943504

URL: http://svn.apache.org/viewvc?rev=943504&view=rev
Log:
[UIMA-1756] helper plugin - sets properties to parts of build date

Added:
uima/build/trunk/uima-build-helper-maven-plugin/



svn commit: r943505 - in /uima/build/trunk/uima-build-helper-maven-plugin: ./ src/ src/main/ src/main/java/ src/main/java/org/ src/main/java/org/apache/ src/main/java/org/apache/uima/ src/main/java/or

2010-05-12 Thread schor
Author: schor
Date: Wed May 12 14:18:51 2010
New Revision: 943505

URL: http://svn.apache.org/viewvc?rev=943505&view=rev
Log:
[UIMA-1756] maven helper plugin - used to format the build date month and year 
and set maven properties with result

Added:
uima/build/trunk/uima-build-helper-maven-plugin/pom.xml
uima/build/trunk/uima-build-helper-maven-plugin/src/
uima/build/trunk/uima-build-helper-maven-plugin/src/main/
uima/build/trunk/uima-build-helper-maven-plugin/src/main/java/
uima/build/trunk/uima-build-helper-maven-plugin/src/main/java/org/
uima/build/trunk/uima-build-helper-maven-plugin/src/main/java/org/apache/

uima/build/trunk/uima-build-helper-maven-plugin/src/main/java/org/apache/uima/

uima/build/trunk/uima-build-helper-maven-plugin/src/main/java/org/apache/uima/buildhelper/

uima/build/trunk/uima-build-helper-maven-plugin/src/main/java/org/apache/uima/buildhelper/ParseDateTime.java

uima/build/trunk/uima-build-helper-maven-plugin/src/main/java/org/apache/uima/buildhelper/ParseSpec.java
uima/build/trunk/uima-build-helper-maven-plugin/src/site/
uima/build/trunk/uima-build-helper-maven-plugin/src/site/apt/
uima/build/trunk/uima-build-helper-maven-plugin/src/site/apt/index.apt
uima/build/trunk/uima-build-helper-maven-plugin/src/site/apt/usage.apt.vm
uima/build/trunk/uima-build-helper-maven-plugin/src/site/site.xml
Modified:
uima/build/trunk/uima-build-helper-maven-plugin/   (props changed)

Propchange: uima/build/trunk/uima-build-helper-maven-plugin/
--
--- svn:ignore (added)
+++ svn:ignore Wed May 12 14:18:51 2010
@@ -0,0 +1,4 @@
+.settings
+target
+.classpath
+.project

Added: uima/build/trunk/uima-build-helper-maven-plugin/pom.xml
URL: 
http://svn.apache.org/viewvc/uima/build/trunk/uima-build-helper-maven-plugin/pom.xml?rev=943505&view=auto
==
--- uima/build/trunk/uima-build-helper-maven-plugin/pom.xml (added)
+++ uima/build/trunk/uima-build-helper-maven-plugin/pom.xml Wed May 12 14:18:51 
2010
@@ -0,0 +1,70 @@
+http://maven.apache.org/POM/4.0.0"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
+  xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/xsd/maven-4.0.0.xsd";>
+  4.0.0
+
+  
+maven-plugins
+org.apache.maven.plugins
+18
+  
+  
+  org.apache.uima
+  uima-build-helper
+  1.0.0-SNAPSHOT
+  maven-plugin
+
+  uima-build-helper Maven Plugin
+  2010
+  http://maven.apache.org
+
+  
+UTF-8
+  
+
+  
+
+  org.apache.maven
+  maven-plugin-api
+  2.0
+
+
+  org.apache.maven
+  maven-model
+  2.0.9
+
+
+  org.apache.maven
+  maven-project
+  2.0.9
+
+
+  
+
+  junit
+  junit
+  3.8.1
+  test
+
+  
+
+  
+
+  
+org.apache.maven.plugins
+maven-plugin-plugin
+2.5.1
+
+  uima-build-helper
+
+
+  
+generated-helpmojo
+
+  helpmojo
+
+  
+
+  
+
+  
+

Added: 
uima/build/trunk/uima-build-helper-maven-plugin/src/main/java/org/apache/uima/buildhelper/ParseDateTime.java
URL: 
http://svn.apache.org/viewvc/uima/build/trunk/uima-build-helper-maven-plugin/src/main/java/org/apache/uima/buildhelper/ParseDateTime.java?rev=943505&view=auto
==
--- 
uima/build/trunk/uima-build-helper-maven-plugin/src/main/java/org/apache/uima/buildhelper/ParseDateTime.java
 (added)
+++ 
uima/build/trunk/uima-build-helper-maven-plugin/src/main/java/org/apache/uima/buildhelper/ParseDateTime.java
 Wed May 12 14:18:51 2010
@@ -0,0 +1,78 @@
+/*
+ * 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.
+ */
+package org.apache.uima.buildhelper;
+
+import java.text.MessageFormat;
+import java.util.Date;
+
+import org.apache.maven.plugin.AbstractMojo;
+import org.apache.maven.plugin.MojoExecutionException;
+import org.apache.maven.project.MavenProject;
+
+/**
+ * Parse the current time value into multiple properties. Each execut

svn commit: r943508 - /uima/build/trunk/uima-docbook-olink/

2010-05-12 Thread schor
Author: schor
Date: Wed May 12 14:21:05 2010
New Revision: 943508

URL: http://svn.apache.org/viewvc?rev=943508&view=rev
Log:
[UIMA-1756 UIMA-1757] add olink project - defines the UIMA bookshelf and 
creates olink saved db

Added:
uima/build/trunk/uima-docbook-olink/



svn commit: r943509 [1/3] - in /uima/build/trunk/uima-docbook-olink: ./ src/ src/main/ src/main/docbook-olink/ src/main/docbook-olink/html/ src/main/docbook-olink/htmlsingle/ src/main/docbook-olink/pd

2010-05-12 Thread schor
Author: schor
Date: Wed May 12 14:22:08 2010
New Revision: 943509

URL: http://svn.apache.org/viewvc?rev=943509&view=rev
Log:
[UIMA-1756 UIMA-1757] add olink project - defines the UIMA bookshelf and 
creates olink saved db

Added:
uima/build/trunk/uima-docbook-olink/pom.xml
uima/build/trunk/uima-docbook-olink/src/
uima/build/trunk/uima-docbook-olink/src/main/
uima/build/trunk/uima-docbook-olink/src/main/docbook-olink/
uima/build/trunk/uima-docbook-olink/src/main/docbook-olink/html/
uima/build/trunk/uima-docbook-olink/src/main/docbook-olink/html/site.xml
uima/build/trunk/uima-docbook-olink/src/main/docbook-olink/htmlsingle/

uima/build/trunk/uima-docbook-olink/src/main/docbook-olink/htmlsingle/overview-and-setup.db

uima/build/trunk/uima-docbook-olink/src/main/docbook-olink/htmlsingle/references.db

uima/build/trunk/uima-docbook-olink/src/main/docbook-olink/htmlsingle/site.xml

uima/build/trunk/uima-docbook-olink/src/main/docbook-olink/htmlsingle/tools.db

uima/build/trunk/uima-docbook-olink/src/main/docbook-olink/htmlsingle/tutorials_and_users_guides.db
uima/build/trunk/uima-docbook-olink/src/main/docbook-olink/pdf/
uima/build/trunk/uima-docbook-olink/src/main/docbook-olink/pdf/site.xml
Modified:
uima/build/trunk/uima-docbook-olink/   (props changed)

Propchange: uima/build/trunk/uima-docbook-olink/
--
--- svn:ignore (added)
+++ svn:ignore Wed May 12 14:22:08 2010
@@ -0,0 +1,2 @@
+target
+.project

Added: uima/build/trunk/uima-docbook-olink/pom.xml
URL: 
http://svn.apache.org/viewvc/uima/build/trunk/uima-docbook-olink/pom.xml?rev=943509&view=auto
==
--- uima/build/trunk/uima-docbook-olink/pom.xml (added)
+++ uima/build/trunk/uima-docbook-olink/pom.xml Wed May 12 14:22:08 2010
@@ -0,0 +1,231 @@
+
+
+
+
+http://maven.apache.org/POM/4.0.0"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; 
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/maven-v4_0_0.xsd";>
+  4.0.0
+  
+parent-pom-docbook
+org.apache.uima
+1-SNAPSHOT
+
+  
+  
+  uima-docbook-olink
+  1-SNAPSHOT
+  pom
+  UIMA Docbooks olink databases
+  This project creates and updates the 1-SNAPSHOT version
+  of the docbook olink database collection.
+  
+  Docbook processing needs this data to resolve olinks.
+  See http://www.sagehill.net/docbookxsl/Olinking.html#LinkBetweenDocs
+  
+  Docbook processing keeps one continuously updated set of olink
+  databases for all uima books that cross reference each other,
+  as an attached artifact of this project.  When needed, it gets 
+  possibly updated values for the databases from the shared build
+  repository.  Docbook processing updates the corresponding olink
+  data in this set.
+  
+  Committers, after updating a docbook, can choose to share that
+  update by deploying this project (as 1-SNAPSHOT).  This snapshot
+  version is continuously updated as new docs are created and/or updated.
+  
+  The deploy goal will first copy any "newer" versions from the snapshot repo, 
+  and then make and deploy a new snapshot.
+  
+  Update the uima-bookshelf by updating the "site.xml" files
+  contained under src/main/resources.
+  
+  ${uimaWebsiteUrl}
+  
+
+  
+
+  
scm:svn:http://svn.apache.org/repos/asf/uima/${uimaScmRoot}/trunk/${uimaScmProject}
+
+
+  
scm:svn:https://svn.apache.org/repos/asf/uima/${uimaScmRoot}/trunk/${uimaScmProject}
+
+
+  http://svn.apache.org/viewvc/uima/${uimaScmRoot}/trunk/${uimaScmProject}
+
+  
+  
+  
+build
+${project.artifactId}
+  
+  
+  
+
+  
+  
+org.apache.maven.plugins
+maven-resources-plugin
+
+  
+update site-info from src/main/resources
+package
+
+  copy-resources
+
+
+  ${dolUnzipped}
+
+
src/main/docbook-olink
+
+
${project.build.directory}/maven-shared-archive-resources
+
+
+  
+   
+  
+  
+  
+   
+  
+  
+org.apache.maven.plugins
+maven-dependency-plugin
+
+  
+getOlinkDbsIntoLocalRepo
+prepare-package
+resolve
+
+  org.apache.uima
+  ${dolArtifactId}
+  zip
+  ${dolClassifier}
+  zip
+
+ 
+
+  
+
+  
+org.apache.maven.plugins
+maven-antrun-plugin
+
+  
+  
+unzipOlinkDbs
+run
+prepare-package
+
+  
+
+  
+
+

svn commit: r943514 - /uima/build/trunk/parent-poms/parent-pom-annotator/target/

2010-05-12 Thread schor
Author: schor
Date: Wed May 12 14:30:17 2010
New Revision: 943514

URL: http://svn.apache.org/viewvc?rev=943514&view=rev
Log:
no Jira - target dir should not be in svn

Removed:
uima/build/trunk/parent-poms/parent-pom-annotator/target/



svn commit: r943517 - in /uima/build/trunk/parent-poms: ./ parent-pom-distr/ parent-pom-docbook/ parent-pom-eclipse-plugins-ibm-notice/ parent-pom-eclipse-plugins/ parent-pom-ibm-notice/ parent-pom-si

2010-05-12 Thread schor
Author: schor
Date: Wed May 12 14:36:31 2010
New Revision: 943517

URL: http://svn.apache.org/viewvc?rev=943517&view=rev
Log:
[UIMA-1756] Add aggregator pom at the top for convenience in rebuilding all the 
parent poms.  Add parent pom for multi-module distributions.  Change docbook 
parent to use uima-helper-plugin to get month and year (inserted into docbook 
results as the "publication date".  Use standard dependency unpack goals 
instead of antrun, since that goal does the right thing with respect to not 
overwriting newer files.  Add marker files to avoid running parent poms when 
building just them.  Add a parent pom for binary packaging of single projects.  
Move default running of assembly plugin for distr projects out of top.

Added:
uima/build/trunk/parent-poms/parent-pom-distr/

uima/build/trunk/parent-poms/parent-pom-distr/marker-file-identifying-parent-pom-distr
uima/build/trunk/parent-poms/parent-pom-distr/pom.xml

uima/build/trunk/parent-poms/parent-pom-eclipse-plugins/marker-file-identifying-parent-pom-eclipse-plugins
uima/build/trunk/parent-poms/parent-pom-single-project/

uima/build/trunk/parent-poms/parent-pom-single-project/marker-file-identifying-parent-pom-single-project
uima/build/trunk/parent-poms/parent-pom-single-project/pom.xml
uima/build/trunk/parent-poms/pom.xml
Modified:
uima/build/trunk/parent-poms/parent-pom-docbook/pom.xml
uima/build/trunk/parent-poms/parent-pom-eclipse-plugins-ibm-notice/pom.xml
uima/build/trunk/parent-poms/parent-pom-eclipse-plugins/pom.xml
uima/build/trunk/parent-poms/parent-pom-ibm-notice/pom.xml
uima/build/trunk/parent-poms/parent-pom-top/pom.xml

Added: 
uima/build/trunk/parent-poms/parent-pom-distr/marker-file-identifying-parent-pom-distr
URL: 
http://svn.apache.org/viewvc/uima/build/trunk/parent-poms/parent-pom-distr/marker-file-identifying-parent-pom-distr?rev=943517&view=auto
==
--- 
uima/build/trunk/parent-poms/parent-pom-distr/marker-file-identifying-parent-pom-distr
 (added)
+++ 
uima/build/trunk/parent-poms/parent-pom-distr/marker-file-identifying-parent-pom-distr
 Wed May 12 14:36:31 2010
@@ -0,0 +1,19 @@
+
+required for pom
\ No newline at end of file

Added: uima/build/trunk/parent-poms/parent-pom-distr/pom.xml
URL: 
http://svn.apache.org/viewvc/uima/build/trunk/parent-poms/parent-pom-distr/pom.xml?rev=943517&view=auto
==
--- uima/build/trunk/parent-poms/parent-pom-distr/pom.xml (added)
+++ uima/build/trunk/parent-poms/parent-pom-distr/pom.xml Wed May 12 14:36:31 
2010
@@ -0,0 +1,127 @@
+
+
+
+
+http://maven.apache.org/POM/4.0.0";
+  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
+  xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/maven-v4_0_0.xsd";>
+  4.0.0
+  
+  
+org.apache.uima
+parent-pom-top
+1-SNAPSHOT
+
+  
+
+  parent-pom-distr
+  pom
+  1-SNAPSHOT 
+
+  UIMA ${project.artifactId}
+  UIMA Parent Pom for Release distributions
+  ${uimaWebsiteUrl}
+ 
+ 
+  
+
+  
scm:svn:http://svn.apache.org/repos/asf/uima/${uimaScmRoot}/trunk/${uimaScmProject}
+
+
+  
scm:svn:https://svn.apache.org/repos/asf/uima/${uimaScmRoot}/trunk/${uimaScmProject}
+
+
+  http://svn.apache.org/viewvc/uima/${uimaScmRoot}/trunk/${uimaScmProject}
+
+  
+  
+  
+build
+parent-poms/${project.artifactId}
+  
+
+ 
+  
+
+
+  
+
+  apache-release
+  
+
+  
+org.apache.maven.plugins
+dependency
+
+  
+clean
+purge-local-repository
+  
+
+  
+
+  
+
+
+
+  build distribution
+  
+
marker-file-identifying-parent-pom-distr
+  
+  
+
+  
+
+ 
+  maven-assembly-plugin
+  
+
+  uima-distr
+  single
+  package
+  
+
+  src/main/assembly/bin.xml
+  src/main/assembly/src.xml
+
+${assemblyFinalName}
+gnu
+false 
+
+
+  
+
+
+  
+
+
+  
+   
+
\ No newline at end of file

Modified: uima/build/trunk/parent-poms/parent-pom-docbook/pom.xml
URL: 
http://svn.apache.org/viewvc/uima/build/trunk/parent-poms/parent-pom-docbook/pom.xml?rev=943517&r1=943516&r2=943517&view=diff
==
--- uima/build/trunk/parent-poms/parent-pom-docbook/pom.xml (original)
+++ uima/build/trunk/parent-poms/parent-pom-docbook/pom.xml Wed May 12 14:36:31 
2010
@@ -37,7 +37,7 @@
   pom
   1-SNAPSHOT 
 
-  Apache UIMA Docbook 

svn commit: r943523 [2/2] - in /uima/site/trunk/uima-website: docs/ docs/board-reports/ xdocs/

2010-05-12 Thread schor
Modified: uima/site/trunk/uima-website/xdocs/svn.xml
URL: 
http://svn.apache.org/viewvc/uima/site/trunk/uima-website/xdocs/svn.xml?rev=943523&r1=943522&r2=943523&view=diff
==
--- uima/site/trunk/uima-website/xdocs/svn.xml (original)
+++ uima/site/trunk/uima-website/xdocs/svn.xml Wed May 12 14:46:36 2010
@@ -1,4 +1,4 @@
-
+
 
 
 

 
@@ -388,7 +410,7 @@ If not using Eclipse, you can use 
 details on how to do this.
   
   
-To build a distribution, first do a build as described in "Building from the 
command line".  
+To build a distribution, first do a build as described in "Building from 
the command line".  
 Then (assuming you set up the Eclipse path using one of the first 2 
methods, execute the following:
 
 cd ../uimaj-distr
@@ -396,8 +418,7 @@ mvn install
 
 
 
-This will build the javadocs and the manual (using docbooks, as described 
below), will create the
-Eclipse update site for the Eclipse plugins, and will create
+This will build the javadocs, and will create
 .zip and .tar.gz archives of the full UIMA distribution in the 
uimaj-distr/target 
 directory.
 
@@ -411,46 +432,27 @@ mvn install
 
 
 
-Similarly, for building the sandbox distribution, first be sure you've 
built 
-  the projects themselves (see above) and then do:
-
+Sandbox projects are build for distribution individually, by cd-ing to the 
individual
+  sandbox project and running "mvn install".  Note that this may not work on 
projects that
+  are not advanced to the point where they are released - not all projects in 
the Sandbox are
+  in a state where they are buildable.
+
 
 
 
 
-  
-  
-The UIMA Source distribution includes the uima-docbook-tool project, which 
is the tooling needed
-to build the Docbooks; the actual Docbook sources are in the uima-docbooks 
project, in the src
-directory.  The DocBook tooling requires several components that are not 
included in the source
-distribution, but instead are automatically downloaded from the internet
-the first time you run the tools; you will be asked to accept the licenses 
for these components.
-Please read the README.FIRST and README files in the uima-docbook directory
-for important information about setting up the tooling.  In particular, in 
order 
-to get the images to be rendered in the PDF output, you must obtain the
-  "Java Advanced Imaging" library from Sun.
-  
-  
-  Note that the uima-docbooks project is not built using Maven; it is built 
by an ant script.  If you
-want to build the documentation without building the entire UIMA distribution, 
-cd to the uima-docbooks directory, and run ant.  This will build 
all 4 books into the 
-uima-docbooks/target directory.
-  
-  Note that each book is actually built twice - the first build only runs 
the transforms to get the
-  links established and setup of cross reference database table.  The second 
outputs the html and pdf files,
-  using the cross reference database table just created.
-  
+
+  Docbook processing is done normally as a part of regular maven building 
of projects
+which have Docbooks.
+The base uimaj projects have 4 docbooks, and there is an aggregate project 
which builds
+all 4 of these: aggregate-uimaj-docbooks.
+Docbooks are built by the normal maven lifecycle, in the prepare-package 
phase.   
 
 
+  
 
 
 




svn commit: r943525 - /uima/uima-as/branches/mavenAlign/uima-as-distr/src/main/readme/DISCLAIMER

2010-05-12 Thread schor
Author: schor
Date: Wed May 12 14:47:26 2010
New Revision: 943525

URL: http://svn.apache.org/viewvc?rev=943525&view=rev
Log:
[UIMA-1756] remove disclaimer 

Removed:
uima/uima-as/branches/mavenAlign/uima-as-distr/src/main/readme/DISCLAIMER



svn commit: r943526 - in /uima/sandbox/branches/mavenAlign/aggregate-addons: ./ pom.xml

2010-05-12 Thread schor
Author: schor
Date: Wed May 12 14:48:46 2010
New Revision: 943526

URL: http://svn.apache.org/viewvc?rev=943526&view=rev
Log:
[UIMA-1756] fix module name of alchemy annotator reference

Modified:
uima/sandbox/branches/mavenAlign/aggregate-addons/   (props changed)
uima/sandbox/branches/mavenAlign/aggregate-addons/pom.xml

Propchange: uima/sandbox/branches/mavenAlign/aggregate-addons/
--
--- svn:ignore (added)
+++ svn:ignore Wed May 12 14:48:46 2010
@@ -0,0 +1,2 @@
+.project
+target

Modified: uima/sandbox/branches/mavenAlign/aggregate-addons/pom.xml
URL: 
http://svn.apache.org/viewvc/uima/sandbox/branches/mavenAlign/aggregate-addons/pom.xml?rev=943526&r1=943525&r2=943526&view=diff
==
--- uima/sandbox/branches/mavenAlign/aggregate-addons/pom.xml (original)
+++ uima/sandbox/branches/mavenAlign/aggregate-addons/pom.xml Wed May 12 
14:48:46 2010
@@ -32,7 +32,7 @@
aggregate-addons
pom
2.3.1-SNAPSHOT
-   UIMA Aggregate: ${project.artifactId}: UIMA Base
+   UIMA Aggregate: ${project.artifactId}
   A convenience aggregate for the UIMA addons
   ${uimaWebsiteUrl}
 
@@ -62,7 +62,7 @@
   
   
   
-../alchemy-annotator
+../AlchemyAPIAnnotator
 ../BSFAnnotator
 ../ConceptMapper
 ../ConfigurableFeatureExtractor




svn commit: r943528 - in /uima/sandbox/branches/mavenAlign/AlchemyAPIAnnotator: ./ DISCLAIMER docbook/ docs/ pom.xml src/docbook/ src/docbook/AlchemyAPIAnnotatorUserGuide.xml src/docbook/AlchemyAPIAnn

2010-05-12 Thread schor
Author: schor
Date: Wed May 12 14:50:06 2010
New Revision: 943528

URL: http://svn.apache.org/viewvc?rev=943528&view=rev
Log:
[UIMA-1756 UIMA-1757] remove disclaimer, fixup docbook to new conventions, 
remove docs/

Added:
uima/sandbox/branches/mavenAlign/AlchemyAPIAnnotator/src/docbook/
  - copied from r941967, 
uima/sandbox/branches/mavenAlign/AlchemyAPIAnnotator/docbook/

uima/sandbox/branches/mavenAlign/AlchemyAPIAnnotator/src/docbook/AlchemyAPIAnnotatorUserGuide.xml
  - copied, changed from r941967, 
uima/sandbox/branches/mavenAlign/AlchemyAPIAnnotator/docbook/AlchemyAPIAnnotatorUserGuide/AlchemyAPIAnnotatorUserGuide.xml
uima/sandbox/branches/mavenAlign/AlchemyAPIAnnotator/src/docbook/images/
  - copied from r941967, 
uima/sandbox/branches/mavenAlign/AlchemyAPIAnnotator/docbook/AlchemyAPIAnnotatorUserGuide/images/
Removed:
uima/sandbox/branches/mavenAlign/AlchemyAPIAnnotator/DISCLAIMER
uima/sandbox/branches/mavenAlign/AlchemyAPIAnnotator/docbook/
uima/sandbox/branches/mavenAlign/AlchemyAPIAnnotator/docs/

uima/sandbox/branches/mavenAlign/AlchemyAPIAnnotator/src/docbook/AlchemyAPIAnnotatorUserGuide/
Modified:
uima/sandbox/branches/mavenAlign/AlchemyAPIAnnotator/   (props changed)
uima/sandbox/branches/mavenAlign/AlchemyAPIAnnotator/pom.xml

Propchange: uima/sandbox/branches/mavenAlign/AlchemyAPIAnnotator/
--
svn:mergeinfo = /uima/sandbox/trunk/AlchemyAPIAnnotator:941967-942721

Modified: uima/sandbox/branches/mavenAlign/AlchemyAPIAnnotator/pom.xml
URL: 
http://svn.apache.org/viewvc/uima/sandbox/branches/mavenAlign/AlchemyAPIAnnotator/pom.xml?rev=943528&r1=943527&r2=943528&view=diff
==
--- uima/sandbox/branches/mavenAlign/AlchemyAPIAnnotator/pom.xml (original)
+++ uima/sandbox/branches/mavenAlign/AlchemyAPIAnnotator/pom.xml Wed May 12 
14:50:06 2010
@@ -1,4 +1,3 @@
-
   
 http://maven.apache.org/POM/4.0.0"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
   xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/maven-v4_0_0.xsd";>
+  4.0.0
+  
   
-SandboxDistr-pearBuilder
 org.apache.uima
-2.3.0-incubating
-../SandboxDistr/pear-builder-pom
+parent-pom-annotator
+1-SNAPSHOT
+
   
-  4.0.0
-  org.apache.uima
+  
   alchemy-annotator
-  AlchemyAPI Annotator
-  2.3.0-incubating
+  2.3.1-SNAPSHOT
+  UIMA Annotator: ${project.artifactId}
   A UIMA set of AEs that wrap Alchemy API services from 
Orchestr8
+  http://incubator.apache.org/uima
 
+
   
+
+  
scm:svn:http://svn.apache.org/repos/asf/uima/${uimaScmRoot}/trunk/${uimaScmProject}
+
+
+  
scm:svn:https://svn.apache.org/repos/asf/uima/${uimaScmRoot}/trunk/${uimaScmProject}
+
+
+  http://svn.apache.org/viewvc/uima/${uimaScmRoot}/trunk/${uimaScmProject}
+
   
-
+  
+  
+sandbox
+${project.artifactId}
+2.3.1-SNAPSHOT
+
desc/TextAnnotatedEntityExtractionAEDescriptor.xml
+AlchemyAPIAnnotatorUserGuide
+  
+  
   
 
+  org.apache.uima
+  uimaj-core
+  ${uimaDependencyVersion}
+  provided
+
+ 
+
   junit
   junit
   4.5
   test
 
-
-  org.apache.uima
-  uimaj-core
-  2.3.0-incubating
-
+
 
   commons-lang
   commons-lang
   2.4
 
-
 
   commons-digester
   commons-digester
   2.0
-  compile
 
   
+
   
 
 
-  
-  
-org.apache.uima
-PearPackagingMavenPlugin
-
-  
-buildPear
-
-  
src/main/resources/TextEntityExtractionAEDescriptor.xml
-
-  
-
-  
-
-  
-  
-org.apache.rat
-apache-rat-plugin
-
-  
-default-cli
-
-  
-docs/html/images/*.svg 
-  
-
-  
-
-  
-
 
   
 org.codehaus.mojo
@@ -123,21 +121,25 @@
   
 org.apache.maven.plugins
 maven-jxr-plugin
+2.1
   
 
   
 org.codehaus.mojo
 cobertura-maven-plugin
+2.4
   
 
   
 org.codehaus.mojo
 jdepend-maven-plugin
+2.0-beta-2
   
 
   
 org.apache.maven.plugins
 maven-changelog-plugin
+2.1
 
   range
   60
@@ -147,11 +149,13 @@
   
 org.apache.maven.plugins
 maven-surefire-report-plugin
+2.5
   
 
   
 org.apache.maven.plugins
 maven-changes-plugin
+2.3
 
   %URL%/detail?id=%ISSUE%
 
@@ -167,7 +171,7 @@
   
 org.codehaus.mojo
 javancss-maven-plugin
-2.0-beta-2
+2.0
   
 
   

Copied: 
uima/sandbox/branches/mavenAlign/AlchemyAPIAnnotator/src/docbook/Alche

svn commit: r943529 - in /uima/sandbox/branches/mavenAlign/BSFAnnotator: DISCLAIMER desc/ desc/BSFAnnotator.xml pom.xml

2010-05-12 Thread schor
Author: schor
Date: Wed May 12 14:51:43 2010
New Revision: 943529

URL: http://svn.apache.org/viewvc?rev=943529&view=rev
Log:
[UIMA-1756] package as single-project, remove disclaimer, reformat POM to 
conventions

Added:
uima/sandbox/branches/mavenAlign/BSFAnnotator/desc/
uima/sandbox/branches/mavenAlign/BSFAnnotator/desc/BSFAnnotator.xml
Removed:
uima/sandbox/branches/mavenAlign/BSFAnnotator/DISCLAIMER
Modified:
uima/sandbox/branches/mavenAlign/BSFAnnotator/pom.xml

Added: uima/sandbox/branches/mavenAlign/BSFAnnotator/desc/BSFAnnotator.xml
URL: 
http://svn.apache.org/viewvc/uima/sandbox/branches/mavenAlign/BSFAnnotator/desc/BSFAnnotator.xml?rev=943529&view=auto
==
--- uima/sandbox/branches/mavenAlign/BSFAnnotator/desc/BSFAnnotator.xml (added)
+++ uima/sandbox/branches/mavenAlign/BSFAnnotator/desc/BSFAnnotator.xml Wed May 
12 14:51:43 2010
@@ -0,0 +1,77 @@
+
+
+
+
+http://uima.apache.org/resourceSpecifier";>
+  
+org.apache.uima.java
+  
+  true
+  
+org.apache.uima.annotator.bsf.BSFAnnotator
+  
+
+  
+Bean Scripting Framework (BSF) Annotator
+
+  Runs annotator scripts using Apache's Bean Scripting Framework
+
+${project.version}
+The Apache Software Foundation
+
+
+  
+SourceFile
+
+  The name of the source file containing the
+  script to run.
+
+String
+false
+true
+  
+
+
+
+
+
+
+
+
+
+
+
+  
+
+

Modified: uima/sandbox/branches/mavenAlign/BSFAnnotator/pom.xml
URL: 
http://svn.apache.org/viewvc/uima/sandbox/branches/mavenAlign/BSFAnnotator/pom.xml?rev=943529&r1=943528&r2=943529&view=diff
==
--- uima/sandbox/branches/mavenAlign/BSFAnnotator/pom.xml (original)
+++ uima/sandbox/branches/mavenAlign/BSFAnnotator/pom.xml Wed May 12 14:51:43 
2010
@@ -16,36 +16,74 @@
specific language governing permissions and limitations
under the License.
 -->
+
+
+
 http://maven.apache.org/POM/4.0.0";
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/maven-v4_0_0.xsd";>
4.0.0
-   org.apache.uima
-   BSFAnnotator
-   jar
-   ${uimaj-release-version}
-   Apache UIMA Java Annotator - BSFAnnotator
-   http://incubator.apache.org/uima
   
   
 org.apache.uima
-SandboxDistr
-2.3.0-incubating 
-../SandboxDistr
+parent-pom-single-project
+1-SNAPSHOT
+
   
+
+   BSFAnnotator
+   jar
+   2.3.1-SNAPSHOT
+   UIMA Annotator: ${project.artifactId}
+  Annotator to run scripts using Apache's Bean Scripting 
Framework
+   http://incubator.apache.org/uima
+
+
+  
+
+  
scm:svn:http://svn.apache.org/repos/asf/uima/${uimaScmRoot}/trunk/${uimaScmProject}
+
+
+  
scm:svn:https://svn.apache.org/repos/asf/uima/${uimaScmRoot}/trunk/${uimaScmProject}
+
+
+  http://svn.apache.org/viewvc/uima/${uimaScmRoot}/trunk/${uimaScmProject}
+
+  
+  
+  
+sandbox
+${project.artifactId}
+2.3.1-SNAPSHOT
+  
   


org.apache.uima
uimaj-core
+  ${uimaDependencyVersion}
+  provided


org.apache.uima
uimaj-test-util
+  ${uimaDependencyVersion}
+  test


org.apache.uima
uimaj-component-test-util
+  ${uimaDependencyVersion}
+  test

 





svn commit: r943530 - in /uima/sandbox/branches/mavenAlign/ConceptMapper: DISCLAIMER pom.xml src/docbook/ConceptMapperAnnotatorUserGuide.xml src/docbook/ConceptMapperAnnotatorUserGuide/

2010-05-12 Thread schor
Author: schor
Date: Wed May 12 14:53:41 2010
New Revision: 943530

URL: http://svn.apache.org/viewvc?rev=943530&view=rev
Log:
[UIMA-1756] package as PEAR,remove disclaimer, reformat POM to conventions, 
fixup docbook

Removed:
uima/sandbox/branches/mavenAlign/ConceptMapper/DISCLAIMER

uima/sandbox/branches/mavenAlign/ConceptMapper/src/docbook/ConceptMapperAnnotatorUserGuide/
Modified:
uima/sandbox/branches/mavenAlign/ConceptMapper/pom.xml

uima/sandbox/branches/mavenAlign/ConceptMapper/src/docbook/ConceptMapperAnnotatorUserGuide.xml

Modified: uima/sandbox/branches/mavenAlign/ConceptMapper/pom.xml
URL: 
http://svn.apache.org/viewvc/uima/sandbox/branches/mavenAlign/ConceptMapper/pom.xml?rev=943530&r1=943529&r2=943530&view=diff
==
--- uima/sandbox/branches/mavenAlign/ConceptMapper/pom.xml (original)
+++ uima/sandbox/branches/mavenAlign/ConceptMapper/pom.xml Wed May 12 14:53:41 
2010
@@ -16,6 +16,7 @@
specific language governing permissions and limitations
under the License.
 -->
+
 http://maven.apache.org/POM/4.0.0"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; 
   xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/maven-v4_0_0.xsd";>
   4.0.0
@@ -31,7 +32,36 @@
   2.3.1-SNAPSHOT
   UIMA Annotator: ${project.artifactId}
   Extracts concepts from a CAS
-
+  http://incubator.apache.org/uima
+
+
+  
+
+  
scm:svn:http://svn.apache.org/repos/asf/uima/${uimaScmRoot}/trunk/${uimaScmProject}
+
+
+  
scm:svn:https://svn.apache.org/repos/asf/uima/${uimaScmRoot}/trunk/${uimaScmProject}
+
+
+  http://svn.apache.org/viewvc/uima/${uimaScmRoot}/trunk/${uimaScmProject}
+
+  
+  
+  
+sandbox
+${project.artifactId}
+2.3.1-SNAPSHOT
+
desc/analysis_engine/primitive/ConceptMapperOffsetTokenizer.xml
+ConceptMapperAnnotatorUserGuide
+  
+  
   
 
   org.apache.uima
@@ -53,7 +83,6 @@
 default-cli
 
   
-docs/html/images/*.svg 
 
src/main/java/org/apache/uima/conceptMapper/DictTerm.java 

 
src/main/java/org/apache/uima/conceptMapper/DictTerm_Type.java
 
 
src/main/java/org/apache/uima/conceptMapper/support/tokenizer/TokenAnnotation.java
 

Modified: 
uima/sandbox/branches/mavenAlign/ConceptMapper/src/docbook/ConceptMapperAnnotatorUserGuide.xml
URL: 
http://svn.apache.org/viewvc/uima/sandbox/branches/mavenAlign/ConceptMapper/src/docbook/ConceptMapperAnnotatorUserGuide.xml?rev=943530&r1=943529&r2=943530&view=diff
==
--- 
uima/sandbox/branches/mavenAlign/ConceptMapper/src/docbook/ConceptMapperAnnotatorUserGuide.xml
 (original)
+++ 
uima/sandbox/branches/mavenAlign/ConceptMapper/src/docbook/ConceptMapperAnnotatorUserGuide.xml
 Wed May 12 14:53:41 2010
@@ -1,5 +1,5 @@
 
-http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd"; [
+http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd"; [
 
 
 ]>
@@ -25,7 +25,7 @@

Apache UIMA ConceptMapper Annotator Documentation

-   http://www.w3.org/2001/XInclude"; 
href="../../../SandboxDocs/src/docbook/book_info.xml"/>
+   http://www.w3.org/2001/XInclude"; 
href="../../target/docbook-shared/common_book_info.xml"/>

Introduction





svn commit: r943531 - in /uima/sandbox/branches/mavenAlign/ConfigurableFeatureExtractor: DISCLAIMER docs/ pom.xml src/docbook/CFE_UG.xml

2010-05-12 Thread schor
Author: schor
Date: Wed May 12 14:54:21 2010
New Revision: 943531

URL: http://svn.apache.org/viewvc?rev=943531&view=rev
Log:
[UIMA-1756] package as PEAR,remove disclaimer, reformat POM to conventions, 
fixup docbook, remove docs/ 

Removed:
uima/sandbox/branches/mavenAlign/ConfigurableFeatureExtractor/DISCLAIMER
uima/sandbox/branches/mavenAlign/ConfigurableFeatureExtractor/docs/
Modified:
uima/sandbox/branches/mavenAlign/ConfigurableFeatureExtractor/pom.xml

uima/sandbox/branches/mavenAlign/ConfigurableFeatureExtractor/src/docbook/CFE_UG.xml

Modified: uima/sandbox/branches/mavenAlign/ConfigurableFeatureExtractor/pom.xml
URL: 
http://svn.apache.org/viewvc/uima/sandbox/branches/mavenAlign/ConfigurableFeatureExtractor/pom.xml?rev=943531&r1=943530&r2=943531&view=diff
==
--- uima/sandbox/branches/mavenAlign/ConfigurableFeatureExtractor/pom.xml 
(original)
+++ uima/sandbox/branches/mavenAlign/ConfigurableFeatureExtractor/pom.xml Wed 
May 12 14:54:21 2010
@@ -30,7 +30,7 @@
 
ConfigurableFeatureExtractor
2.3.1-SNAPSHOT
-   Apache UIMA Java Tool - ConfigurableFeatureExtractor
+   UIMA Annotator: ${project.artifactId}
   Extracts Features specified in a feature-specification 
language, from a CAS
   http://incubator.apache.org/uima
 
@@ -57,9 +57,9 @@
   
 sandbox
 ${project.artifactId}
-2.3.0-incubating
+2.3.1-SNAPSHOT
 
desc/cas_consumers/UIMAFeatureConsumer.xml
-CFE_UG.xml
+CFE_UG
   
 
 
@@ -254,7 +254,6 @@
 default-cli
 
   
-docs/html/images/*.svg 
 cfeModelGen/* 
 src/test/resources/testData*.txt* 
 src/test/java/example/PersonTitle*.java 


Modified: 
uima/sandbox/branches/mavenAlign/ConfigurableFeatureExtractor/src/docbook/CFE_UG.xml
URL: 
http://svn.apache.org/viewvc/uima/sandbox/branches/mavenAlign/ConfigurableFeatureExtractor/src/docbook/CFE_UG.xml?rev=943531&r1=943530&r2=943531&view=diff
==
--- 
uima/sandbox/branches/mavenAlign/ConfigurableFeatureExtractor/src/docbook/CFE_UG.xml
 (original)
+++ 
uima/sandbox/branches/mavenAlign/ConfigurableFeatureExtractor/src/docbook/CFE_UG.xml
 Wed May 12 14:54:21 2010
@@ -1,6 +1,7 @@
 
 http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd"; [
-]>
+
+]>
 

svn commit: r943532 - in /uima/sandbox/branches/mavenAlign/DictionaryAnnotator: DISCLAIMER docbook/ docs/ pom.xml src/docbook/ src/docbook/DictionaryAnnotatorUserGuide.xml src/docbook/DictionaryAnnota

2010-05-12 Thread schor
Author: schor
Date: Wed May 12 14:55:02 2010
New Revision: 943532

URL: http://svn.apache.org/viewvc?rev=943532&view=rev
Log:
[UIMA-1756] package as PEAR,remove disclaimer, reformat POM to conventions, 
fixup docbook, remove docs/ 

Added:
uima/sandbox/branches/mavenAlign/DictionaryAnnotator/src/docbook/
  - copied from r941967, 
uima/sandbox/branches/mavenAlign/DictionaryAnnotator/docbook/

uima/sandbox/branches/mavenAlign/DictionaryAnnotator/src/docbook/DictionaryAnnotatorUserGuide.xml
  - copied, changed from r941967, 
uima/sandbox/branches/mavenAlign/DictionaryAnnotator/docbook/DictionaryAnnotatorUserGuide/DictionaryAnnotatorUserGuide.xml
uima/sandbox/branches/mavenAlign/DictionaryAnnotator/src/docbook/images/
  - copied from r941967, 
uima/sandbox/branches/mavenAlign/DictionaryAnnotator/docbook/DictionaryAnnotatorUserGuide/images/
Removed:
uima/sandbox/branches/mavenAlign/DictionaryAnnotator/DISCLAIMER
uima/sandbox/branches/mavenAlign/DictionaryAnnotator/docbook/
uima/sandbox/branches/mavenAlign/DictionaryAnnotator/docs/

uima/sandbox/branches/mavenAlign/DictionaryAnnotator/src/docbook/DictionaryAnnotatorUserGuide/
Modified:
uima/sandbox/branches/mavenAlign/DictionaryAnnotator/pom.xml

Modified: uima/sandbox/branches/mavenAlign/DictionaryAnnotator/pom.xml
URL: 
http://svn.apache.org/viewvc/uima/sandbox/branches/mavenAlign/DictionaryAnnotator/pom.xml?rev=943532&r1=943531&r2=943532&view=diff
==
--- uima/sandbox/branches/mavenAlign/DictionaryAnnotator/pom.xml (original)
+++ uima/sandbox/branches/mavenAlign/DictionaryAnnotator/pom.xml Wed May 12 
14:55:02 2010
@@ -20,31 +20,66 @@
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/maven-v4_0_0.xsd";>
4.0.0
-   org.apache.uima
-   DictionaryAnnotator
-   jar
-   2.3.0-incubating 
-   Apache UIMA Java Annotator - DictionaryAnnotator
   
   
 org.apache.uima
-SandboxDistr-pearBuilder
-2.3.0-incubating 
-../SandboxDistr/pear-builder-pom
+parent-pom-annotator
+1-SNAPSHOT
+
   
+  
+   DictionaryAnnotator
+   2.3.1-SNAPSHOT
+  UIMA Annotator: ${project.artifactId}
+  Annotator that annotates tokens by looking them up in a 
dictionary
+  http://incubator.apache.org/uima
+
+
+  
+
+  
scm:svn:http://svn.apache.org/repos/asf/uima/${uimaScmRoot}/trunk/${uimaScmProject}
+
+
+  
scm:svn:https://svn.apache.org/repos/asf/uima/${uimaScmRoot}/trunk/${uimaScmProject}
+
+
+  http://svn.apache.org/viewvc/uima/${uimaScmRoot}/trunk/${uimaScmProject}
+
+  
+  
+  
+sandbox
+${project.artifactId}
+2.3.1-SNAPSHOT
+desc/DictionaryAnnotator.xml
+DictionaryAnnotatorUserGuide
+  
 


org.apache.uima
uimaj-core
+  ${uimaDependencyVersion}
+  provided


org.apache.uima
uimaj-test-util
+  ${uimaDependencyVersion}
+  test


org.apache.uima
uimaj-component-test-util
+  ${uimaDependencyVersion}
+  test

 
 
@@ -70,17 +105,6 @@
uima-an-dictionary
 
 
-
-  
-org.apache.uima
-PearPackagingMavenPlugin
-
-  buildPear
-  
-
desc/DictionaryAnnotator.xml 
-  
-
-   

   
   
@@ -106,7 +130,6 @@
 default-cli
 
   
-docs/html/images/*.svg 
 src/test/resources/*/*Ref.txt 
 
src/test/resources/DictionaryCreatorTest/dictInput.txt 
 
src/test/resources/DictionaryCreatorTest/*.pear 

Copied: 
uima/sandbox/branches/mavenAlign/DictionaryAnnotator/src/docbook/DictionaryAnnotatorUserGuide.xml
 (from r941967, 
uima/sandbox/branches/mavenAlign/DictionaryAnnotator/docbook/DictionaryAnnotatorUserGuide/DictionaryAnnotatorUserGuide.xml)
URL: 
http://svn.apache.org/viewvc/uima/sandbox/branches/mavenAlign/DictionaryAnnotator/src/docbook/DictionaryAnnotatorUserGuide.xml?p2=uima/sandbox/branches/mavenAlign/DictionaryAnnotator/src/docbook/DictionaryAnnotatorUserGuide.xml&p1=uima/sandbox/branches/mavenAlign/DictionaryAnnotator/docbook/DictionaryAnnotatorUserGuide/DictionaryAnnotatorUserGuide.xml&r1=941967&r2=943532&rev=943532&view=diff
==
--- 
uima/sandbox/branches/mavenAlign/DictionaryAnnotator/docbook/DictionaryAnnotatorUserGuide/DictionaryAnnotatorUserGuide.xml
 (original)
+++ 
uima/sandbox/branches/mavenAlign/DictionaryAnnotator/src/docbook/DictionaryAnnotatorUserGuide.xml
 Wed May 12 14:55:02 2010
@@ -1,10 +1,

svn commit: r943535 - in /uima/sandbox/branches/mavenAlign/FsVariables: DISCLAIMER build_documentation.xml docbook/ docs/ pom.xml src/docbook/ src/docbook/FsVariablesUserGuide/ src/docbook/fsVariables

2010-05-12 Thread schor
Author: schor
Date: Wed May 12 14:59:04 2010
New Revision: 943535

URL: http://svn.apache.org/viewvc?rev=943535&view=rev
Log:
[UIMA-1756] package as PEAR,remove disclaimer, reformat POM to conventions, 
fixup docbook, remove docs/

Added:
uima/sandbox/branches/mavenAlign/FsVariables/src/docbook/
  - copied from r941967, 
uima/sandbox/branches/mavenAlign/FsVariables/docbook/

uima/sandbox/branches/mavenAlign/FsVariables/src/docbook/fsVariablesUserGuide.xml
  - copied, changed from r941967, 
uima/sandbox/branches/mavenAlign/FsVariables/docbook/FsVariablesUserGuide/fsVariablesUserGuide.xml
uima/sandbox/branches/mavenAlign/FsVariables/src/docbook/images/
  - copied from r941967, 
uima/sandbox/branches/mavenAlign/FsVariables/docbook/FsVariablesUserGuide/images/
Removed:
uima/sandbox/branches/mavenAlign/FsVariables/DISCLAIMER
uima/sandbox/branches/mavenAlign/FsVariables/build_documentation.xml
uima/sandbox/branches/mavenAlign/FsVariables/docbook/
uima/sandbox/branches/mavenAlign/FsVariables/docs/

uima/sandbox/branches/mavenAlign/FsVariables/src/docbook/FsVariablesUserGuide/
Modified:
uima/sandbox/branches/mavenAlign/FsVariables/pom.xml

Modified: uima/sandbox/branches/mavenAlign/FsVariables/pom.xml
URL: 
http://svn.apache.org/viewvc/uima/sandbox/branches/mavenAlign/FsVariables/pom.xml?rev=943535&r1=943534&r2=943535&view=diff
==
--- uima/sandbox/branches/mavenAlign/FsVariables/pom.xml (original)
+++ uima/sandbox/branches/mavenAlign/FsVariables/pom.xml Wed May 12 14:59:04 
2010
@@ -21,31 +21,65 @@
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/maven-v4_0_0.xsd";>
4.0.0
-   org.apache.uima
-   FsVariables
-   jar
-   2.3.0-incubating 
-   Apache UIMA FS Variables Package
   
   
 org.apache.uima
-SandboxDistr
-2.3.0-incubating 
-../SandboxDistr
+parent-pom-single-project
+1-SNAPSHOT
+
   
+  
+   FsVariables
+   2.3.1-SNAPSHOT
+   UIMA Addon: ${project.artifactId}
+  Adds capability to base UIMA framework for conveniently 
creating and accessing named FeatureStructure instances in the CAS
+  http://incubator.apache.org/uima
 
+
+  
+
+  
scm:svn:http://svn.apache.org/repos/asf/uima/${uimaScmRoot}/trunk/${uimaScmProject}
+
+
+  
scm:svn:https://svn.apache.org/repos/asf/uima/${uimaScmRoot}/trunk/${uimaScmProject}
+
+
+  http://svn.apache.org/viewvc/uima/${uimaScmRoot}/trunk/${uimaScmProject}
+
+  
+  
+  
+sandbox
+${project.artifactId}
+2.3.1-SNAPSHOT
+fsVariablesUserGuide
+  
+


org.apache.uima
uimaj-core
+  ${uimaDependencyVersion}
+  provided


org.apache.uima
uimaj-test-util
+  ${uimaDependencyVersion}
+  provided


org.apache.uima
uimaj-component-test-util
+  ${uimaDependencyVersion}
+  provided


   
@@ -55,31 +89,13 @@
 


-   desc
+   src/asm/desc

   
 src/test/resources
   

 
-
-  
-  
-org.apache.rat
-apache-rat-plugin
-
-  
-default-cli
-
-  
-docs/html/images/*.svg 
-  
-
-  
-
-  
-  
-

   
 

Copied: 
uima/sandbox/branches/mavenAlign/FsVariables/src/docbook/fsVariablesUserGuide.xml
 (from r941967, 
uima/sandbox/branches/mavenAlign/FsVariables/docbook/FsVariablesUserGuide/fsVariablesUserGuide.xml)
URL: 
http://svn.apache.org/viewvc/uima/sandbox/branches/mavenAlign/FsVariables/src/docbook/fsVariablesUserGuide.xml?p2=uima/sandbox/branches/mavenAlign/FsVariables/src/docbook/fsVariablesUserGuide.xml&p1=uima/sandbox/branches/mavenAlign/FsVariables/docbook/FsVariablesUserGuide/fsVariablesUserGuide.xml&r1=941967&r2=943535&rev=943535&view=diff
==
--- 
uima/sandbox/branches/mavenAlign/FsVariables/docbook/FsVariablesUserGuide/fsVariablesUserGuide.xml
 (original)
+++ 
uima/sandbox/branches/mavenAlign/FsVariables/src/docbook/fsVariablesUserGuide.xml
 Wed May 12 14:59:04 2010
@@ -1,9 +1,7 @@
 
-http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd"; [
-
-
-  %xinclude;
+http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd"; [
+
 ]>
 

svn commit: r943536 - in /uima/sandbox/branches/mavenAlign/Lucas: ./ docbook/ docs/ src/docbook/ src/docbook/LuceneCASConsumerUserGuide/ src/docbook/LuceneCASConsumerUserGuide/images/ src/docbook/imag

2010-05-12 Thread schor
Author: schor
Date: Wed May 12 15:00:15 2010
New Revision: 943536

URL: http://svn.apache.org/viewvc?rev=943536&view=rev
Log:
[UIMA-1756] package as PEAR,remove disclaimer, reformat POM to conventions, 
fixup docbook, remove docs/

Added:
uima/sandbox/branches/mavenAlign/Lucas/src/docbook/
  - copied from r941967, uima/sandbox/branches/mavenAlign/Lucas/docbook/

uima/sandbox/branches/mavenAlign/Lucas/src/docbook/LuceneCASConsumerUserGuide.xml
  - copied, changed from r941967, 
uima/sandbox/branches/mavenAlign/Lucas/docbook/LuceneCASConsumerUserGuide/LuceneCASConsumerUserGuide.xml
uima/sandbox/branches/mavenAlign/Lucas/src/docbook/images/
  - copied from r941967, 
uima/sandbox/branches/mavenAlign/Lucas/docbook/LuceneCASConsumerUserGuide/images/
Removed:
uima/sandbox/branches/mavenAlign/Lucas/DISCLAIMER
uima/sandbox/branches/mavenAlign/Lucas/build_documentation.xml
uima/sandbox/branches/mavenAlign/Lucas/docbook/
uima/sandbox/branches/mavenAlign/Lucas/docs/

uima/sandbox/branches/mavenAlign/Lucas/src/docbook/LuceneCASConsumerUserGuide/LuceneCASConsumerUserGuide.xml

uima/sandbox/branches/mavenAlign/Lucas/src/docbook/LuceneCASConsumerUserGuide/images/
Modified:
uima/sandbox/branches/mavenAlign/Lucas/pom.xml

Modified: uima/sandbox/branches/mavenAlign/Lucas/pom.xml
URL: 
http://svn.apache.org/viewvc/uima/sandbox/branches/mavenAlign/Lucas/pom.xml?rev=943536&r1=943535&r2=943536&view=diff
==
--- uima/sandbox/branches/mavenAlign/Lucas/pom.xml (original)
+++ uima/sandbox/branches/mavenAlign/Lucas/pom.xml Wed May 12 15:00:15 2010
@@ -21,35 +21,105 @@
 
 http://maven.apache.org/POM/4.0.0"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/maven-v4_0_0.xsd";>
-
4.0.0
-   org.apache.uima
-   Lucas
-   Apache UIMA Lucene CAS Indexer
-   2.3.0-incubating 
-   Writes information contained in CAS objects to fields of a 
Lucene search index; mapping is done in a mapping file.
-  
+
   
 org.apache.uima
-SandboxDistr-pearBuilder
-2.3.0-incubating 
-../SandboxDistr/pear-builder-pom
+parent-pom-annotator
+1-SNAPSHOT
+
   
+
+   Lucas
+  2.3.1-SNAPSHOT
+  UIMA Annotator: ${project.artifactId}
+   Writes information contained in CAS objects to fields of a 
Lucene search index; mapping is done in a mapping file.
+  http://incubator.apache.org/uima
+
+
+  
+
+  
scm:svn:http://svn.apache.org/repos/asf/uima/${uimaScmRoot}/trunk/${uimaScmProject}
+
+
+  
scm:svn:https://svn.apache.org/repos/asf/uima/${uimaScmRoot}/trunk/${uimaScmProject}
+
+
+  http://svn.apache.org/viewvc/uima/${uimaScmRoot}/trunk/${uimaScmProject}
+
+  
   
+  
+sandbox
+${project.artifactId}
+2.3.1-SNAPSHOT
+desc/LuceneCASIndexer.xml
+LuceneCASConsumerUserGuide
+  
+
+  
+
+  org.apache.lucene
+  lucene-core
+  2.4.1 
+
+
+  log4j
+  log4j
+  
+  1.2.14
+
+
+  org.apache.lucene
+  lucene-snowball
+  2.4.1
+
+
+  org.apache.lucene
+  lucene-memory
+  2.4.1
+
+
+org.apache.lucene
+lucene-highlighter
+2.4.1
+ 
+
+  org.apache.uima
+  uimaj-core
+  2.3.1-SNAPSHOT
+  provided
+
+
+  org.easymock
+  easymockclassextension
+  2.4
+  test
+
+
+  junit
+  junit
+  4.4
+  test
+
+
+  com.google.collections
+  google-collections
+  0.9
+
+  
+   

 
   
-
-  
-org.apache.uima
-PearPackagingMavenPlugin
-
-  buildPear
-  
-desc/LuceneCASIndexer.xml 
-  
-
-
+  
 
   
   
 
src/test/java/org/apache/uima/lucas/indexer/types/test/*.java
 
 src/test/resources/hypernyms.txt 
 src/test/resources/stopwords.txt 
@@ -113,57 +182,8 @@
 

   
-   
-   LuceneCASIndexer
-   
+   
  
-   
-   
-   org.apache.lucene
-   lucene-core
-   2.4.1
-   
-   
-   log4j
-   log4j
-  
-   1.2.14
-   
-   
-   org.apache.lucene
-   lucene-snowball
-   2.4.1
-   
-   
-   org.apache.lucene
-   lucene-memory
-   2.4.1
-   
-   
-   org.apache.lucene
-   lucene-highlighter
-   2.4.1
-
-   
-   or

svn commit: r943538 - /uima/sandbox/branches/mavenAlign/Lucas/src/docbook/LuceneCASConsumerUserGuide/

2010-05-12 Thread schor
Author: schor
Date: Wed May 12 15:02:18 2010
New Revision: 943538

URL: http://svn.apache.org/viewvc?rev=943538&view=rev
Log:
[UIMA-1756] finish docbook restructuring

Removed:

uima/sandbox/branches/mavenAlign/Lucas/src/docbook/LuceneCASConsumerUserGuide/



svn commit: r943539 - /uima/sandbox/branches/mavenAlign/OpenCalaisAnnotator/pom.xml

2010-05-12 Thread schor
Author: schor
Date: Wed May 12 15:03:04 2010
New Revision: 943539

URL: http://svn.apache.org/viewvc?rev=943539&view=rev
Log:
[UIMA-1756] package as PEAR, reformat POM to conventions

Modified:
uima/sandbox/branches/mavenAlign/OpenCalaisAnnotator/pom.xml

Modified: uima/sandbox/branches/mavenAlign/OpenCalaisAnnotator/pom.xml
URL: 
http://svn.apache.org/viewvc/uima/sandbox/branches/mavenAlign/OpenCalaisAnnotator/pom.xml?rev=943539&r1=943538&r2=943539&view=diff
==
--- uima/sandbox/branches/mavenAlign/OpenCalaisAnnotator/pom.xml (original)
+++ uima/sandbox/branches/mavenAlign/OpenCalaisAnnotator/pom.xml Wed May 12 
15:03:04 2010
@@ -20,66 +20,69 @@
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/maven-v4_0_0.xsd";>
4.0.0
-   org.apache.uima
-   OpenCalaisAnnotator
-   jar
-   2.3.0-incubating 
-   Apache UIMA OpenCalais Annotator Wrapper
   
   
 org.apache.uima
-SandboxDistr-pearBuilder
-2.3.0-incubating 
-../SandboxDistr/pear-builder-pom
+parent-pom-annotator
+1-SNAPSHOT
+
   
+
+   OpenCalaisAnnotator
jar
+   2.3.1-SNAPSHOT
+   UIMA Annotator: ${project.artifactId}
+  Sends text to a remote open calais annotators and adds the 
annotations returned to the CAS
+  http://incubator.apache.org/uima
+
+
+  
+
+  
scm:svn:http://svn.apache.org/repos/asf/uima/${uimaScmRoot}/trunk/${uimaScmProject}
+
+
+  
scm:svn:https://svn.apache.org/repos/asf/uima/${uimaScmRoot}/trunk/${uimaScmProject}
+
+
+  http://svn.apache.org/viewvc/uima/${uimaScmRoot}/trunk/${uimaScmProject}
+
+  
   
+  
+sandbox
+${project.artifactId}
+desc/OpenCalaisAnnotator.xml
+  
+ 


org.apache.uima
uimaj-core
+  2.3.1-SNAPSHOT
+  provided


org.apache.uima
uimaj-test-util
+  2.3.1-SNAPSHOT
+  test


org.apache.uima
uimaj-component-test-util
+  2.3.1-SNAPSHOT
+  test




uima-an-calais
-
-
-
-  
-org.apache.uima
-PearPackagingMavenPlugin
-
-  buildPear
-  
-
desc/OpenCalaisAnnotator.xml 
-  
-
-
-
-  
-  
-org.apache.rat
-apache-rat-plugin
-
-  
-default-cli
-
-  
-  
-
-  
-
-  
-  
-   

   
 




svn commit: r943540 - in /uima/sandbox/branches/mavenAlign/PearPackagingAntTask: ./ docbook/ docs/ src/docbook/ src/docbook/PearPackagingAntTaskUserGuide/ src/docbook/images/

2010-05-12 Thread schor
Author: schor
Date: Wed May 12 15:05:05 2010
New Revision: 943540

URL: http://svn.apache.org/viewvc?rev=943540&view=rev
Log:
[UIMA-1756] package as Single Project,remove disclaimer, reformat POM to 
conventions, fixup docbook, remove docs/

Added:
uima/sandbox/branches/mavenAlign/PearPackagingAntTask/src/docbook/
  - copied from r941967, 
uima/sandbox/branches/mavenAlign/PearPackagingAntTask/docbook/

uima/sandbox/branches/mavenAlign/PearPackagingAntTask/src/docbook/PearPackagingAntTaskUserGuide.xml
  - copied, changed from r941967, 
uima/sandbox/branches/mavenAlign/PearPackagingAntTask/docbook/PearPackagingAntTaskUserGuide/PearPackagingAntTaskUserGuide.xml
uima/sandbox/branches/mavenAlign/PearPackagingAntTask/src/docbook/images/
  - copied from r941967, 
uima/sandbox/branches/mavenAlign/PearPackagingAntTask/docbook/PearPackagingAntTaskUserGuide/images/
Removed:
uima/sandbox/branches/mavenAlign/PearPackagingAntTask/DISCLAIMER

uima/sandbox/branches/mavenAlign/PearPackagingAntTask/build_documentation.xml
uima/sandbox/branches/mavenAlign/PearPackagingAntTask/docbook/
uima/sandbox/branches/mavenAlign/PearPackagingAntTask/docs/

uima/sandbox/branches/mavenAlign/PearPackagingAntTask/src/docbook/PearPackagingAntTaskUserGuide/
Modified:
uima/sandbox/branches/mavenAlign/PearPackagingAntTask/pom.xml

Modified: uima/sandbox/branches/mavenAlign/PearPackagingAntTask/pom.xml
URL: 
http://svn.apache.org/viewvc/uima/sandbox/branches/mavenAlign/PearPackagingAntTask/pom.xml?rev=943540&r1=943539&r2=943540&view=diff
==
--- uima/sandbox/branches/mavenAlign/PearPackagingAntTask/pom.xml (original)
+++ uima/sandbox/branches/mavenAlign/PearPackagingAntTask/pom.xml Wed May 12 
15:05:05 2010
@@ -17,54 +17,67 @@
specific language governing permissions and limitations
under the License.
 -->
-
-   4.0.0
-   org.apache.uima
-   PearPackagingAntTask
-   Apache UIMA PEAR packaging ANT task
-   2.3.0-incubating 
-  
+http://maven.apache.org/POM/4.0.0";
+  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
+  xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/maven-v4_0_0.xsd";>
+  4.0.0
+
   
 org.apache.uima
-SandboxDistr
-2.3.0-incubating 
-../uimaj
+parent-pom-single-project
+1-SNAPSHOT
+
   
+
+   PearPackagingAntTask
+  2.3.1-SNAPSHOT
+   UIMA Addon: ${project.artifactId}
+  Provides an Ant Task: packagePear, which runs the UIMA PEAR 
packaging utility   
+  http://incubator.apache.org/uima
+
+
+  
+
+  
scm:svn:http://svn.apache.org/repos/asf/uima/${uimaScmRoot}/trunk/${uimaScmProject}
+
+
+  
scm:svn:https://svn.apache.org/repos/asf/uima/${uimaScmRoot}/trunk/${uimaScmProject}
+
+
+  http://svn.apache.org/viewvc/uima/${uimaScmRoot}/trunk/${uimaScmProject}
+
+  
   
+  
+sandbox
+${project.artifactId}
+PearPackagingAntTaskUserGuide
+  
+


org.apache.uima
-   uimaj-core
+   uimaj-core
+  2.3.1-SNAPSHOT
+  provided


org.apache.ant
ant
1.7.0
+  provided



   
-uima-pear-ant-task
-
-
-  
-  
-  
-org.apache.rat
-apache-rat-plugin
-
-  
-default-cli
-
-  
-docs/html/images/*.svg 
-  
-
-  
-
-  
-  
-
+uima-pear-ant-task  
   

 
\ No newline at end of file

Copied: 
uima/sandbox/branches/mavenAlign/PearPackagingAntTask/src/docbook/PearPackagingAntTaskUserGuide.xml
 (from r941967, 
uima/sandbox/branches/mavenAlign/PearPackagingAntTask/docbook/PearPackagingAntTaskUserGuide/PearPackagingAntTaskUserGuide.xml)
URL: 
http://svn.apache.org/viewvc/uima/sandbox/branches/mavenAlign/PearPackagingAntTask/src/docbook/PearPackagingAntTaskUserGuide.xml?p2=uima/sandbox/branches/mavenAlign/PearPackagingAntTask/src/docbook/PearPackagingAntTaskUserGuide.xml&p1=uima/sandbox/branches/mavenAlign/PearPackagingAntTask/docbook/PearPackagingAntTaskUserGuide/PearPackagingAntTaskUserGuide.xml&r1=941967&r2=943540&rev=943540&view=diff
==
--- 
uima/sandbox/branches/mavenAlign/PearPackagingAntTask/docbook/PearPackagingAntTaskUserGuide/PearPackagingAntTaskUserGuide.xml
 (original)
+++ 
uima/sandbox/branches/mavenAlign/PearPackagingAntTask/src/docbook/PearPackagingAntTaskUserGuide.xml
 Wed May 12 15:05:05 2010
@@ -1,9 +1,7 @@
 
-http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd"; [
-
-
-  %xinclude;
+http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd"; [
+
 ]>
 

svn propchange: r943535 - svn:log

2010-05-12 Thread schor
Author: schor
Revision: 943535
Modified property: svn:log

Modified: svn:log at Wed May 12 15:06:09 2010
--
--- svn:log (original)
+++ svn:log Wed May 12 15:06:09 2010
@@ -1 +1 @@
-[UIMA-1756] package as PEAR,remove disclaimer, reformat POM to conventions, 
fixup docbook, remove docs/
+[UIMA-1756] package as Single-Project,remove disclaimer, reformat POM to 
conventions, fixup docbook, remove docs/



svn commit: r943541 - in /uima/sandbox/branches/mavenAlign/RegularExpressionAnnotator: DISCLAIMER build_documentation.xml docbook/ docs/ pom.xml src/docbook/ src/docbook/RegexAnnotatorUserGuide.xml sr

2010-05-12 Thread schor
Author: schor
Date: Wed May 12 15:06:48 2010
New Revision: 943541

URL: http://svn.apache.org/viewvc?rev=943541&view=rev
Log:
[UIMA-1756] package as PEAR,remove disclaimer, reformat POM to conventions, 
fixup docbook, remove docs/

Added:
uima/sandbox/branches/mavenAlign/RegularExpressionAnnotator/src/docbook/
  - copied from r941967, 
uima/sandbox/branches/mavenAlign/RegularExpressionAnnotator/docbook/

uima/sandbox/branches/mavenAlign/RegularExpressionAnnotator/src/docbook/RegexAnnotatorUserGuide.xml
  - copied, changed from r941967, 
uima/sandbox/branches/mavenAlign/RegularExpressionAnnotator/docbook/RegexAnnotatorUserGuide/RegexAnnotatorUserGuide.xml

uima/sandbox/branches/mavenAlign/RegularExpressionAnnotator/src/docbook/images/
  - copied from r941967, 
uima/sandbox/branches/mavenAlign/RegularExpressionAnnotator/docbook/RegexAnnotatorUserGuide/images/
Removed:
uima/sandbox/branches/mavenAlign/RegularExpressionAnnotator/DISCLAIMER

uima/sandbox/branches/mavenAlign/RegularExpressionAnnotator/build_documentation.xml
uima/sandbox/branches/mavenAlign/RegularExpressionAnnotator/docbook/
uima/sandbox/branches/mavenAlign/RegularExpressionAnnotator/docs/

uima/sandbox/branches/mavenAlign/RegularExpressionAnnotator/src/docbook/RegexAnnotatorUserGuide/
Modified:
uima/sandbox/branches/mavenAlign/RegularExpressionAnnotator/pom.xml

Modified: uima/sandbox/branches/mavenAlign/RegularExpressionAnnotator/pom.xml
URL: 
http://svn.apache.org/viewvc/uima/sandbox/branches/mavenAlign/RegularExpressionAnnotator/pom.xml?rev=943541&r1=943540&r2=943541&view=diff
==
--- uima/sandbox/branches/mavenAlign/RegularExpressionAnnotator/pom.xml 
(original)
+++ uima/sandbox/branches/mavenAlign/RegularExpressionAnnotator/pom.xml Wed May 
12 15:06:48 2010
@@ -20,31 +20,65 @@
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/maven-v4_0_0.xsd";>
4.0.0
-   org.apache.uima
-   RegularExpressionAnnotator
-   jar
-   2.3.0-incubating 
-   Apache UIMA RegularExpressionAnnotator
-
+  
   
 org.apache.uima
-SandboxDistr-pearBuilder
-2.3.0-incubating 
-../SandboxDistr/pear-builder-pom
+parent-pom-annotator
+1-SNAPSHOT
+
   
   
+   RegularExpressionAnnotator
+   2.3.1-SNAPSHOT
+  UIMA Annotator: ${project.artifactId}
+  http://incubator.apache.org/uima
+
+
+  
+
+  
scm:svn:http://svn.apache.org/repos/asf/uima/${uimaScmRoot}/trunk/${uimaScmProject}
+
+
+  
scm:svn:https://svn.apache.org/repos/asf/uima/${uimaScmRoot}/trunk/${uimaScmProject}
+
+
+  http://svn.apache.org/viewvc/uima/${uimaScmRoot}/trunk/${uimaScmProject}
+
+  
+  
+  
+sandbox
+${project.artifactId}
+2.3.1-SNAPSHOT
+desc/RegExAnnotator.xml
+RegexAnnotatorUserGuide
+  
+


org.apache.uima
uimaj-core
+  2.3.1-SNAPSHOT
+  provided


org.apache.uima
uimaj-test-util
+  2.3.1-SNAPSHOT
+  test


org.apache.uima
uimaj-component-test-util
+  2.3.1-SNAPSHOT
+  test


 src/test/resources/*/*Ref.txt
 
src/test/resources/conceptSyntax/syntaxCheckRefOutput.txt
 
src/test/resources/setFeatureValues/featureValuesRef?.txt

Copied: 
uima/sandbox/branches/mavenAlign/RegularExpressionAnnotator/src/docbook/RegexAnnotatorUserGuide.xml
 (from r941967, 
uima/sandbox/branches/mavenAlign/RegularExpressionAnnotator/docbook/RegexAnnotatorUserGuide/RegexAnnotatorUserGuide.xml)
URL: 
http://svn.apache.org/viewvc/uima/sandbox/branches/mavenAlign/RegularExpressionAnnotator/src/docbook/RegexAnnotatorUserGuide.xml?p2=uima/sandbox/branches/mavenAlign/RegularExpressionAnnotator/src/docbook/RegexAnnotatorUserGuide.xml&p1=uima/sandbox/branches/mavenAlign/RegularExpressionAnnotator/docbook/RegexAnnotatorUserGuide/RegexAnnotatorUserGuide.xml&r1=941967&r2=943541&rev=943541&view=diff
==
--- 
uima/sandbox/branches/mavenAlign/RegularExpressionAnnotator/docbook/RegexAnnotatorUserGuide/RegexAnnotatorUserGuide.xml
 (original)
+++ 
uima/sandbox/branches/mavenAlign/RegularExpressionAnnotator/src/docbook/RegexAnnotatorUserGuide.xml
 Wed May 12 15:06:48 2010
@@ -1,10 +1,6 @@
 
-http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd"; [
-
-
-  %xinclude;
-]>
+http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd";>
 

svn commit: r943542 - in /uima/sandbox/branches/mavenAlign/SimpleServer: ./ docbook/ docs/ src/docbook/ src/docbook/images/ src/docbook/images/simpleServerUserGuide/ src/docbook/simpleServerUserGuide/

2010-05-12 Thread schor
Author: schor
Date: Wed May 12 15:08:31 2010
New Revision: 943542

URL: http://svn.apache.org/viewvc?rev=943542&view=rev
Log:
[UIMA-1756] package as Single Project,remove disclaimer, reformat POM to 
conventions, fixup docbook, remove docs/

Added:
uima/sandbox/branches/mavenAlign/SimpleServer/src/docbook/
  - copied from r941967, 
uima/sandbox/branches/mavenAlign/SimpleServer/docbook/
uima/sandbox/branches/mavenAlign/SimpleServer/src/docbook/images/
  - copied from r941967, 
uima/sandbox/branches/mavenAlign/SimpleServer/docbook/simpleServerUserGuide/images/

uima/sandbox/branches/mavenAlign/SimpleServer/src/docbook/images/simpleServerUserGuide/

uima/sandbox/branches/mavenAlign/SimpleServer/src/docbook/images/simpleServerUserGuide/new-web-project1.jpg
  - copied unchanged from r941967, 
uima/sandbox/branches/mavenAlign/SimpleServer/docbook/simpleServerUserGuide/images/new-web-project1.jpg

uima/sandbox/branches/mavenAlign/SimpleServer/src/docbook/images/simpleServerUserGuide/new-web-project2.jpg
  - copied unchanged from r941967, 
uima/sandbox/branches/mavenAlign/SimpleServer/docbook/simpleServerUserGuide/images/new-web-project2.jpg

uima/sandbox/branches/mavenAlign/SimpleServer/src/docbook/images/simpleServerUserGuide/sample-app-form-bottom.jpg
  - copied unchanged from r941967, 
uima/sandbox/branches/mavenAlign/SimpleServer/docbook/simpleServerUserGuide/images/sample-app-form-bottom.jpg

uima/sandbox/branches/mavenAlign/SimpleServer/src/docbook/images/simpleServerUserGuide/sample-app-form-result.jpg
  - copied unchanged from r941967, 
uima/sandbox/branches/mavenAlign/SimpleServer/docbook/simpleServerUserGuide/images/sample-app-form-result.jpg

uima/sandbox/branches/mavenAlign/SimpleServer/src/docbook/images/simpleServerUserGuide/sample-app-form-top.jpg
  - copied unchanged from r941967, 
uima/sandbox/branches/mavenAlign/SimpleServer/docbook/simpleServerUserGuide/images/sample-app-form-top.jpg

uima/sandbox/branches/mavenAlign/SimpleServer/src/docbook/images/simpleServerUserGuide/sample-app-info-page.jpg
  - copied unchanged from r941967, 
uima/sandbox/branches/mavenAlign/SimpleServer/docbook/simpleServerUserGuide/images/sample-app-info-page.jpg

uima/sandbox/branches/mavenAlign/SimpleServer/src/docbook/images/simpleServerUserGuide/sample-project-info-page.jpg
  - copied unchanged from r941967, 
uima/sandbox/branches/mavenAlign/SimpleServer/docbook/simpleServerUserGuide/images/sample-project-info-page.jpg

uima/sandbox/branches/mavenAlign/SimpleServer/src/docbook/images/simpleServerUserGuide/sample-project-layout.jpg
  - copied unchanged from r941967, 
uima/sandbox/branches/mavenAlign/SimpleServer/docbook/simpleServerUserGuide/images/sample-project-layout.jpg

uima/sandbox/branches/mavenAlign/SimpleServer/src/docbook/simpleServerUserGuide.xml
  - copied, changed from r941967, 
uima/sandbox/branches/mavenAlign/SimpleServer/docbook/simpleServerUserGuide/simpleServerUserGuide.xml
Removed:
uima/sandbox/branches/mavenAlign/SimpleServer/DISCLAIMER
uima/sandbox/branches/mavenAlign/SimpleServer/build_documentation.xml
uima/sandbox/branches/mavenAlign/SimpleServer/docbook/
uima/sandbox/branches/mavenAlign/SimpleServer/docs/

uima/sandbox/branches/mavenAlign/SimpleServer/src/docbook/images/new-web-project1.jpg

uima/sandbox/branches/mavenAlign/SimpleServer/src/docbook/images/new-web-project2.jpg

uima/sandbox/branches/mavenAlign/SimpleServer/src/docbook/images/sample-app-form-bottom.jpg

uima/sandbox/branches/mavenAlign/SimpleServer/src/docbook/images/sample-app-form-result.jpg

uima/sandbox/branches/mavenAlign/SimpleServer/src/docbook/images/sample-app-form-top.jpg

uima/sandbox/branches/mavenAlign/SimpleServer/src/docbook/images/sample-app-info-page.jpg

uima/sandbox/branches/mavenAlign/SimpleServer/src/docbook/images/sample-project-info-page.jpg

uima/sandbox/branches/mavenAlign/SimpleServer/src/docbook/images/sample-project-layout.jpg

uima/sandbox/branches/mavenAlign/SimpleServer/src/docbook/simpleServerUserGuide/
Modified:
uima/sandbox/branches/mavenAlign/SimpleServer/pom.xml

Modified: uima/sandbox/branches/mavenAlign/SimpleServer/pom.xml
URL: 
http://svn.apache.org/viewvc/uima/sandbox/branches/mavenAlign/SimpleServer/pom.xml?rev=943542&r1=943541&r2=943542&view=diff
==
--- uima/sandbox/branches/mavenAlign/SimpleServer/pom.xml (original)
+++ uima/sandbox/branches/mavenAlign/SimpleServer/pom.xml Wed May 12 15:08:31 
2010
@@ -21,32 +21,64 @@
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/maven-v4_0_0.xsd";>
4.0.0
-   org.apache.uima
+  
+  
+org.apache.uima
+parent-pom-single-project
+1-SNAPSHOT
+
+  
+
SimpleServer
-   jar
-   2.3.0-incubating 

svn commit: r943547 - in /uima/sandbox/branches/mavenAlign/SnowballAnnotator: DISCLAIMER pom.xml

2010-05-12 Thread schor
Author: schor
Date: Wed May 12 15:09:59 2010
New Revision: 943547

URL: http://svn.apache.org/viewvc?rev=943547&view=rev
Log:
[UIMA-1756] package as PEAR,remove disclaimer, reformat POM to conventions

Removed:
uima/sandbox/branches/mavenAlign/SnowballAnnotator/DISCLAIMER
Modified:
uima/sandbox/branches/mavenAlign/SnowballAnnotator/pom.xml

Modified: uima/sandbox/branches/mavenAlign/SnowballAnnotator/pom.xml
URL: 
http://svn.apache.org/viewvc/uima/sandbox/branches/mavenAlign/SnowballAnnotator/pom.xml?rev=943547&r1=943546&r2=943547&view=diff
==
--- uima/sandbox/branches/mavenAlign/SnowballAnnotator/pom.xml (original)
+++ uima/sandbox/branches/mavenAlign/SnowballAnnotator/pom.xml Wed May 12 
15:09:59 2010
@@ -22,33 +22,64 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/maven-v4_0_0.xsd";>
4.0.0
   
-   org.apache.uima
-   SnowballAnnotator
-   jar
-   2.3.0-incubating 
-   Apache UIMA Java Annotator - Snowball Annotator
-   http://incubator.apache.org/uima
-  
   
 org.apache.uima
-SandboxDistr
-2.3.0-incubating 
-../uimaj
+parent-pom-annotator
+1-SNAPSHOT
+
   
   
+   SnowballAnnotator
+   2.3.1-SNAPSHOT
+  UIMA Annotator: ${project.artifactId}
+  Annotator that annotates tokens using Snowball  
+   http://incubator.apache.org/uima
+  
+
+  
+
+  
scm:svn:http://svn.apache.org/repos/asf/uima/${uimaScmRoot}/trunk/${uimaScmProject}
+
+
+  
scm:svn:https://svn.apache.org/repos/asf/uima/${uimaScmRoot}/trunk/${uimaScmProject}
+
+
+  http://svn.apache.org/viewvc/uima/${uimaScmRoot}/trunk/${uimaScmProject}
+
+  
+  
+  
+sandbox
+${project.artifactId}
+2.3.1-SNAPSHOT
+desc/SnowballAnnotator.xml
+  
+  

-

org.apache.uima
uimaj-core
+  ${uimaDependencyVersion}
+  provided


org.apache.uima
uimaj-test-util
+  ${uimaDependencyVersion}
+  test


org.apache.uima
uimaj-component-test-util
+  ${uimaDependencyVersion}
+  test


   




svn commit: r943548 - in /uima/sandbox/branches/mavenAlign/Tagger: DISCLAIMER build_documentation.xml docbook/ docs/ pom.xml src/docbook/ src/docbook/hmmTaggerUsersGuide.xml src/docbook/hmmTaggerUsers

2010-05-12 Thread schor
Author: schor
Date: Wed May 12 15:10:40 2010
New Revision: 943548

URL: http://svn.apache.org/viewvc?rev=943548&view=rev
Log:
[UIMA-1756] package as PEAR,remove disclaimer, reformat POM to conventions, 
fixup docbook, remove docs/

Added:
uima/sandbox/branches/mavenAlign/Tagger/src/docbook/
  - copied from r941967, uima/sandbox/branches/mavenAlign/Tagger/docbook/
uima/sandbox/branches/mavenAlign/Tagger/src/docbook/hmmTaggerUsersGuide.xml
  - copied, changed from r941967, 
uima/sandbox/branches/mavenAlign/Tagger/docbook/hmmTaggerUsersGuide/hmmTaggerUsersGuide.xml
uima/sandbox/branches/mavenAlign/Tagger/src/docbook/images/
  - copied from r941967, 
uima/sandbox/branches/mavenAlign/Tagger/docbook/hmmTaggerUsersGuide/images/
Removed:
uima/sandbox/branches/mavenAlign/Tagger/DISCLAIMER
uima/sandbox/branches/mavenAlign/Tagger/build_documentation.xml
uima/sandbox/branches/mavenAlign/Tagger/docbook/
uima/sandbox/branches/mavenAlign/Tagger/docs/
uima/sandbox/branches/mavenAlign/Tagger/src/docbook/hmmTaggerUsersGuide/
Modified:
uima/sandbox/branches/mavenAlign/Tagger/pom.xml

Modified: uima/sandbox/branches/mavenAlign/Tagger/pom.xml
URL: 
http://svn.apache.org/viewvc/uima/sandbox/branches/mavenAlign/Tagger/pom.xml?rev=943548&r1=943547&r2=943548&view=diff
==
--- uima/sandbox/branches/mavenAlign/Tagger/pom.xml (original)
+++ uima/sandbox/branches/mavenAlign/Tagger/pom.xml Wed May 12 15:10:40 2010
@@ -21,39 +21,73 @@
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/maven-v4_0_0.xsd";>
4.0.0
-   org.apache.uima
-   Tagger
-   jar
-   2.3.0-incubating 
-   Apache UIMA Sandbox -- HMM Tagger
   
   
 org.apache.uima
-SandboxDistr-pearBuilder
-2.3.0-incubating 
-../SandboxDistr/pear-builder-pom
+parent-pom-annotator
+1-SNAPSHOT
+
   
+
+   Tagger
+   2.3.1-SNAPSHOT
+  UIMA Annotator: ${project.artifactId}
+  An implementation of a Hidden Markov Model (HMM) statistical 
tagger
+  http://incubator.apache.org/uima
+
+
+  
+
+  
scm:svn:http://svn.apache.org/repos/asf/uima/${uimaScmRoot}/trunk/${uimaScmProject}
+
+
+  
scm:svn:https://svn.apache.org/repos/asf/uima/${uimaScmRoot}/trunk/${uimaScmProject}
+
+
+  http://svn.apache.org/viewvc/uima/${uimaScmRoot}/trunk/${uimaScmProject}
+
+  
+  
+  
+sandbox
+${project.artifactId}
+2.3.1-SNAPSHOT
+desc/HmmTagger.xml
+hmmTaggerUsersGuide
+  
   


org.apache.uima
uimaj-core
+  2.3.1-SNAPSHOT
+  provided


org.apache.uima
uimaj-test-util
+  2.3.1-SNAPSHOT
+  test


org.apache.uima
uimaj-component-test-util
+  2.3.1-SNAPSHOT
+  test

 

org.apache.uima
WhitespaceTokenizer
-   2.3.0-incubating 
-  test
-   
+   2.3.1-SNAPSHOT
+   

   
   
@@ -82,19 +116,7 @@
 
   -Xmx500M
 
-  
-  
-
-  
-org.apache.uima
-PearPackagingMavenPlugin
-
-  buildPear
-  
-desc/HmmTagger.xml 
-  
-
-
+
   
   
   
@@ -105,7 +127,6 @@
 default-cli
 
   
-docs/html/images/*.svg 
 src/test/resources/moby-tag-list.txt 
   
 

Copied: 
uima/sandbox/branches/mavenAlign/Tagger/src/docbook/hmmTaggerUsersGuide.xml 
(from r941967, 
uima/sandbox/branches/mavenAlign/Tagger/docbook/hmmTaggerUsersGuide/hmmTaggerUsersGuide.xml)
URL: 
http://svn.apache.org/viewvc/uima/sandbox/branches/mavenAlign/Tagger/src/docbook/hmmTaggerUsersGuide.xml?p2=uima/sandbox/branches/mavenAlign/Tagger/src/docbook/hmmTaggerUsersGuide.xml&p1=uima/sandbox/branches/mavenAlign/Tagger/docbook/hmmTaggerUsersGuide/hmmTaggerUsersGuide.xml&r1=941967&r2=943548&rev=943548&view=diff
==
--- 
uima/sandbox/branches/mavenAlign/Tagger/docbook/hmmTaggerUsersGuide/hmmTaggerUsersGuide.xml
 (original)
+++ uima/sandbox/branches/mavenAlign/Tagger/src/docbook/hmmTaggerUsersGuide.xml 
Wed May 12 15:10:40 2010
@@ -1,10 +1,6 @@
 
-http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd"; [
-
-
-  %xinclude;
-]>
+http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd";>
 

svn commit: r943549 - in /uima/sandbox/branches/mavenAlign/TikaAnnotator: DISCLAIMER pom.xml

2010-05-12 Thread schor
Author: schor
Date: Wed May 12 15:11:04 2010
New Revision: 943549

URL: http://svn.apache.org/viewvc?rev=943549&view=rev
Log:
[UIMA-1756] package as PEAR,remove disclaimer, reformat POM to conventions

Removed:
uima/sandbox/branches/mavenAlign/TikaAnnotator/DISCLAIMER
Modified:
uima/sandbox/branches/mavenAlign/TikaAnnotator/pom.xml

Modified: uima/sandbox/branches/mavenAlign/TikaAnnotator/pom.xml
URL: 
http://svn.apache.org/viewvc/uima/sandbox/branches/mavenAlign/TikaAnnotator/pom.xml?rev=943549&r1=943548&r2=943549&view=diff
==
--- uima/sandbox/branches/mavenAlign/TikaAnnotator/pom.xml (original)
+++ uima/sandbox/branches/mavenAlign/TikaAnnotator/pom.xml Wed May 12 15:11:04 
2010
@@ -20,28 +20,58 @@
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/maven-v4_0_0.xsd";>
4.0.0
-   org.apache.uima
-   TikaAnnotator
-   jar
-   2.3.0-incubating 
-   Apache UIMA TikaAnnotator
-
+  
   
 org.apache.uima
-SandboxDistr
-2.3.0-incubating 
-../uimaj
+parent-pom-single-project
+1-SNAPSHOT
+
   
   
+   TikaAnnotator
+   2.3.1-SNAPSHOT
+  UIMA Annotator: ${project.artifactId}
+  http://incubator.apache.org/uima
+  
+
+  
+
+  
scm:svn:http://svn.apache.org/repos/asf/uima/${uimaScmRoot}/trunk/${uimaScmProject}
+
+
+  
scm:svn:https://svn.apache.org/repos/asf/uima/${uimaScmRoot}/trunk/${uimaScmProject}
+
+
+  http://svn.apache.org/viewvc/uima/${uimaScmRoot}/trunk/${uimaScmProject}
+
+  
+  
+  
+sandbox
+${project.artifactId}
+2.3.1-SNAPSHOT
+  
+  
   
 
 
   org.apache.uima
   uimaj-core
+  ${uimaDependencyVersion}
+  provided
 
 
   org.apache.uima
   uimaj-document-annotation
+  ${uimaDependencyVersion}
+  provided
 
 
 




svn commit: r943550 - in /uima/sandbox/branches/mavenAlign/WhitespaceTokenizer: DISCLAIMER pom.xml

2010-05-12 Thread schor
Author: schor
Date: Wed May 12 15:11:22 2010
New Revision: 943550

URL: http://svn.apache.org/viewvc?rev=943550&view=rev
Log:
[UIMA-1756] package as PEAR,remove disclaimer, reformat POM to conventions

Removed:
uima/sandbox/branches/mavenAlign/WhitespaceTokenizer/DISCLAIMER
Modified:
uima/sandbox/branches/mavenAlign/WhitespaceTokenizer/pom.xml

Modified: uima/sandbox/branches/mavenAlign/WhitespaceTokenizer/pom.xml
URL: 
http://svn.apache.org/viewvc/uima/sandbox/branches/mavenAlign/WhitespaceTokenizer/pom.xml?rev=943550&r1=943549&r2=943550&view=diff
==
--- uima/sandbox/branches/mavenAlign/WhitespaceTokenizer/pom.xml (original)
+++ uima/sandbox/branches/mavenAlign/WhitespaceTokenizer/pom.xml Wed May 12 
15:11:22 2010
@@ -16,101 +16,92 @@
specific language governing permissions and limitations
under the License.
 -->
-
 http://maven.apache.org/POM/4.0.0";
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/maven-v4_0_0.xsd";>
4.0.0
-   org.apache.uima
-   WhitespaceTokenizer
-   jar
-   2.3.0-incubating 
-   Apache UIMA Java Annotator - WhitespaceTokenizer
-
+  
   
 org.apache.uima
-SandboxDistr-pearBuilder
-2.3.0-incubating 
-../SandboxDistr/pear-builder-pom
+parent-pom-annotator
+1-SNAPSHOT
+
   
   
+   WhitespaceTokenizer
+   jar
+   2.3.1-SNAPSHOT
+  UIMA Annotator: ${project.artifactId}
+  A simple white-space annotator to identify Tokens in text using 
whitespace as the delimiters
+  http://incubator.apache.org/uima
+
+
+  
+
+  
scm:svn:http://svn.apache.org/repos/asf/uima/${uimaScmRoot}/trunk/${uimaScmProject}
+
+
+  
scm:svn:https://svn.apache.org/repos/asf/uima/${uimaScmRoot}/trunk/${uimaScmProject}
+
+
+  http://svn.apache.org/viewvc/uima/${uimaScmRoot}/trunk/${uimaScmProject}
+
+  
+  
+  
+sandbox
+${project.artifactId}
+2.3.1-SNAPSHOT
+desc/${project.artifactId}.xml
+  
+  


org.apache.uima
uimaj-core
-   
+   ${uimaDependencyVersion}
+  provided
+   

org.apache.uima
uimaj-test-util
+  ${uimaDependencyVersion}
+  test


org.apache.uima
uimaj-component-test-util
+  ${uimaDependencyVersion}
+  test


   

uima-an-wst
-
-
-
-
-
-
-   
-   
-   desc
-   
-  
-src/test/resources
-  
-   
-
-   
-
+
   
-org.apache.uima
-PearPackagingMavenPlugin
-
-  buildPear
-  
-
desc/WhitespaceTokenizer.xml 
-  
-
-
-  
-   
-   
+org.apache.rat
+apache-rat-plugin
+
+  
+default-cli
+
+  
+src/test/resources/tabs*.txt 
+src/test/resources/testdoc*.txt 
+
+
+  
+
+ 
+
+

 




svn commit: r943627 - /uima/site/trunk/uima-website/docs/board-reports/2010-05.txt

2010-05-12 Thread schor
Author: schor
Date: Wed May 12 18:44:28 2010
New Revision: 943627

URL: http://svn.apache.org/viewvc?rev=943627&view=rev
Log:
no Jira - board report for May 2010

Modified:
uima/site/trunk/uima-website/docs/board-reports/2010-05.txt

Modified: uima/site/trunk/uima-website/docs/board-reports/2010-05.txt
URL: 
http://svn.apache.org/viewvc/uima/site/trunk/uima-website/docs/board-reports/2010-05.txt?rev=943627&r1=943626&r2=943627&view=diff
==
--- uima/site/trunk/uima-website/docs/board-reports/2010-05.txt (original)
+++ uima/site/trunk/uima-website/docs/board-reports/2010-05.txt Wed May 12 
18:44:28 2010
@@ -6,41 +6,43 @@ software related to the analysis of unst
 UIMA Oasis Standard.
 
 Moving to TLP
--
+- - - - - - -
 In the last month, we completed our move to a TLP, and are almost finished
-with the updates needed for making use of a major redesign of how we use Maven 
-to do our builds and releases that uses the standard Apache Maven Parent POM 
-and the Apache Nexus repository installation.  
+with the updates needed for making use of a major redesign of how we use
+Maven to do our builds and releases that uses the standard Apache Maven 
+Parent POM and the Apache Nexus repository installation. 
 
-The website was updated to remove "incubator" things, including some graphics.
+The website was updated to remove "incubator" things, including some
+graphics.
 
 Releases
-
+- - - - 
 none yet (as a TLP), we hope to do one in the next month or 2.
 
-2010-1-26 2.3.0 (Incubator - last release) release of Java SDK, Annotator 
-add-on package, UIMA-AS (Async scaleout), and UIMA-CPP 
+2010-1-26 2.3.0 (Incubator - last release) release of Java SDK, Annotator
+add-on package, UIMA-AS (Async scaleout), and UIMA-CPP
 (C++ enablement)
 
 Development

+- - - - - -
 Lots of work in devising a new way to use Maven that is much more aligned
-with the conventional way of doing things.  
+with the conventional way of doing things. 
 
-We still have a significant number of issues remain in Jira, postponed from the
-last release.  More progress should get made on these after our Maven 
re-alignment
-work is finished.
-
-Some issues regarding large scale use of UIMA-AS were reported and fixed.  
-
-PR
---
-Sally Khudairi included a bit about Apache UIMA in her PR blog, etc. this past 
month (Thanks!).
+We still have a significant number of issues remain in Jira, postponed
+from the last release.  More progress should get made on these after
+our Maven re-alignment work is finished.
+
+Some issues regarding large scale use of UIMA-AS were reported and fixed. 
+
+Public Relations
+- - - - - - - -
+Sally Khudairi included a write-up about Apache UIMA in her PR blog, etc.
+this past month (Thanks!).
 
 Community
--
+- - - - -
 No changes
 
 Issues
---
-No Board level issues at this time
+- - - 
+No Board level issues at this time
\ No newline at end of file