You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@uima.apache.org by sc...@apache.org on 2017/01/23 16:56:06 UTC

svn commit: r1779954 - in /uima/uimaj/branches/experiment-v3-jcas: ./ PearPackagingMavenPlugin/ aggregate-uimaj-docbooks/ aggregate-uimaj-eclipse-plugins/ aggregate-uimaj/ jVinci/ jcasgen-maven-plugin/ uima-docbook-overview-and-setup/ uima-docbook-refe...

Author: schor
Date: Mon Jan 23 16:56:06 2017
New Revision: 1779954

URL: http://svn.apache.org/viewvc?rev=1779954&view=rev
Log:
[UIMA-5275] [UIMA-5267] add new semibuiltins to list of no-gen types to avoid accidentally generating them. Switch version to -alpha-SNAPSHOT.  Update v3 user guide to mention how to import by name, and needing to have uimaj-core on project's classpath

Modified:
    uima/uimaj/branches/experiment-v3-jcas/PearPackagingMavenPlugin/pom.xml
    uima/uimaj/branches/experiment-v3-jcas/aggregate-uimaj-docbooks/pom.xml
    uima/uimaj/branches/experiment-v3-jcas/aggregate-uimaj-eclipse-plugins/pom.xml
    uima/uimaj/branches/experiment-v3-jcas/aggregate-uimaj/pom.xml
    uima/uimaj/branches/experiment-v3-jcas/jVinci/pom.xml
    uima/uimaj/branches/experiment-v3-jcas/jcasgen-maven-plugin/pom.xml
    uima/uimaj/branches/experiment-v3-jcas/pom.xml
    uima/uimaj/branches/experiment-v3-jcas/uima-docbook-overview-and-setup/pom.xml
    uima/uimaj/branches/experiment-v3-jcas/uima-docbook-references/pom.xml
    uima/uimaj/branches/experiment-v3-jcas/uima-docbook-tools/pom.xml
    uima/uimaj/branches/experiment-v3-jcas/uima-docbook-tutorials-and-users-guides/pom.xml
    uima/uimaj/branches/experiment-v3-jcas/uima-docbook-v3-users-guide/pom.xml
    uima/uimaj/branches/experiment-v3-jcas/uima-docbook-v3-users-guide/src/docbook/uv3.custom_java_objects.xml
    uima/uimaj/branches/experiment-v3-jcas/uimaj-adapter-soap/pom.xml
    uima/uimaj/branches/experiment-v3-jcas/uimaj-adapter-vinci/pom.xml
    uima/uimaj/branches/experiment-v3-jcas/uimaj-bootstrap/pom.xml
    uima/uimaj/branches/experiment-v3-jcas/uimaj-component-test-util/pom.xml
    uima/uimaj/branches/experiment-v3-jcas/uimaj-core/pom.xml
    uima/uimaj/branches/experiment-v3-jcas/uimaj-cpe/pom.xml
    uima/uimaj/branches/experiment-v3-jcas/uimaj-document-annotation/pom.xml
    uima/uimaj/branches/experiment-v3-jcas/uimaj-eclipse-feature-runtime/pom.xml
    uima/uimaj/branches/experiment-v3-jcas/uimaj-eclipse-feature-tools/pom.xml
    uima/uimaj/branches/experiment-v3-jcas/uimaj-eclipse-update-site/pom.xml
    uima/uimaj/branches/experiment-v3-jcas/uimaj-ep-cas-editor-ide/pom.xml
    uima/uimaj/branches/experiment-v3-jcas/uimaj-ep-cas-editor/pom.xml
    uima/uimaj/branches/experiment-v3-jcas/uimaj-ep-configurator/pom.xml
    uima/uimaj/branches/experiment-v3-jcas/uimaj-ep-debug/pom.xml
    uima/uimaj/branches/experiment-v3-jcas/uimaj-ep-jcasgen/pom.xml
    uima/uimaj/branches/experiment-v3-jcas/uimaj-ep-launcher/pom.xml
    uima/uimaj/branches/experiment-v3-jcas/uimaj-ep-pear-packager/pom.xml
    uima/uimaj/branches/experiment-v3-jcas/uimaj-ep-runtime/pom.xml
    uima/uimaj/branches/experiment-v3-jcas/uimaj-examples/pom.xml
    uima/uimaj/branches/experiment-v3-jcas/uimaj-json/pom.xml
    uima/uimaj/branches/experiment-v3-jcas/uimaj-parent/pom.xml
    uima/uimaj/branches/experiment-v3-jcas/uimaj-test-util/pom.xml
    uima/uimaj/branches/experiment-v3-jcas/uimaj-tools/pom.xml
    uima/uimaj/branches/experiment-v3-jcas/uimaj-tools/src/main/java/org/apache/uima/tools/jcasgen/Jg.java
    uima/uimaj/branches/experiment-v3-jcas/uimaj-v3migration-jcas/pom.xml

Modified: uima/uimaj/branches/experiment-v3-jcas/PearPackagingMavenPlugin/pom.xml
URL: http://svn.apache.org/viewvc/uima/uimaj/branches/experiment-v3-jcas/PearPackagingMavenPlugin/pom.xml?rev=1779954&r1=1779953&r2=1779954&view=diff
==============================================================================
--- uima/uimaj/branches/experiment-v3-jcas/PearPackagingMavenPlugin/pom.xml (original)
+++ uima/uimaj/branches/experiment-v3-jcas/PearPackagingMavenPlugin/pom.xml Mon Jan 23 16:56:06 2017
@@ -23,7 +23,7 @@
   <parent>
     <groupId>org.apache.uima</groupId>
     <artifactId>uimaj-parent</artifactId>
-    <version>3.0.1-SNAPSHOT</version>
+    <version>3.0.0-alpha-SNAPSHOT</version>
     <relativePath>../uimaj-parent/pom.xml</relativePath>
   </parent>
   

Modified: uima/uimaj/branches/experiment-v3-jcas/aggregate-uimaj-docbooks/pom.xml
URL: http://svn.apache.org/viewvc/uima/uimaj/branches/experiment-v3-jcas/aggregate-uimaj-docbooks/pom.xml?rev=1779954&r1=1779953&r2=1779954&view=diff
==============================================================================
--- uima/uimaj/branches/experiment-v3-jcas/aggregate-uimaj-docbooks/pom.xml (original)
+++ uima/uimaj/branches/experiment-v3-jcas/aggregate-uimaj-docbooks/pom.xml Mon Jan 23 16:56:06 2017
@@ -23,7 +23,7 @@
   <parent>
     <groupId>org.apache.uima</groupId>
     <artifactId>uimaj-parent</artifactId>
-    <version>3.0.1-SNAPSHOT</version>
+    <version>3.0.0-alpha-SNAPSHOT</version>
     <relativePath>../uimaj-parent/pom.xml</relativePath>
   </parent>
 

Modified: uima/uimaj/branches/experiment-v3-jcas/aggregate-uimaj-eclipse-plugins/pom.xml
URL: http://svn.apache.org/viewvc/uima/uimaj/branches/experiment-v3-jcas/aggregate-uimaj-eclipse-plugins/pom.xml?rev=1779954&r1=1779953&r2=1779954&view=diff
==============================================================================
--- uima/uimaj/branches/experiment-v3-jcas/aggregate-uimaj-eclipse-plugins/pom.xml (original)
+++ uima/uimaj/branches/experiment-v3-jcas/aggregate-uimaj-eclipse-plugins/pom.xml Mon Jan 23 16:56:06 2017
@@ -23,7 +23,7 @@
   <parent>
     <groupId>org.apache.uima</groupId>
     <artifactId>uimaj-parent</artifactId>
-    <version>3.0.1-SNAPSHOT</version>
+    <version>3.0.0-alpha-SNAPSHOT</version>
     <relativePath>../uimaj-parent/pom.xml</relativePath>
   </parent>
 

Modified: uima/uimaj/branches/experiment-v3-jcas/aggregate-uimaj/pom.xml
URL: http://svn.apache.org/viewvc/uima/uimaj/branches/experiment-v3-jcas/aggregate-uimaj/pom.xml?rev=1779954&r1=1779953&r2=1779954&view=diff
==============================================================================
--- uima/uimaj/branches/experiment-v3-jcas/aggregate-uimaj/pom.xml (original)
+++ uima/uimaj/branches/experiment-v3-jcas/aggregate-uimaj/pom.xml Mon Jan 23 16:56:06 2017
@@ -23,7 +23,7 @@
   <parent>
     <groupId>org.apache.uima</groupId>
     <artifactId>uimaj-parent</artifactId>
-    <version>3.0.1-SNAPSHOT</version>
+    <version>3.0.0-alpha-SNAPSHOT</version>
     <relativePath>../uimaj-parent/pom.xml</relativePath>
   </parent>
 

Modified: uima/uimaj/branches/experiment-v3-jcas/jVinci/pom.xml
URL: http://svn.apache.org/viewvc/uima/uimaj/branches/experiment-v3-jcas/jVinci/pom.xml?rev=1779954&r1=1779953&r2=1779954&view=diff
==============================================================================
--- uima/uimaj/branches/experiment-v3-jcas/jVinci/pom.xml (original)
+++ uima/uimaj/branches/experiment-v3-jcas/jVinci/pom.xml Mon Jan 23 16:56:06 2017
@@ -23,7 +23,7 @@
   <parent>
     <groupId>org.apache.uima</groupId>
     <artifactId>uimaj-parent</artifactId>
-    <version>3.0.1-SNAPSHOT</version> 
+    <version>3.0.0-alpha-SNAPSHOT</version> 
     <relativePath>../uimaj-parent/pom.xml</relativePath>
   </parent>
 

Modified: uima/uimaj/branches/experiment-v3-jcas/jcasgen-maven-plugin/pom.xml
URL: http://svn.apache.org/viewvc/uima/uimaj/branches/experiment-v3-jcas/jcasgen-maven-plugin/pom.xml?rev=1779954&r1=1779953&r2=1779954&view=diff
==============================================================================
--- uima/uimaj/branches/experiment-v3-jcas/jcasgen-maven-plugin/pom.xml (original)
+++ uima/uimaj/branches/experiment-v3-jcas/jcasgen-maven-plugin/pom.xml Mon Jan 23 16:56:06 2017
@@ -30,7 +30,7 @@
 	<parent>
 		<groupId>org.apache.uima</groupId>
 		<artifactId>uimaj-parent</artifactId>
-		<version>3.0.1-SNAPSHOT</version>
+		<version>3.0.0-alpha-SNAPSHOT</version>
 		<relativePath>../uimaj-parent/pom.xml</relativePath>
 	</parent>
   

Modified: uima/uimaj/branches/experiment-v3-jcas/pom.xml
URL: http://svn.apache.org/viewvc/uima/uimaj/branches/experiment-v3-jcas/pom.xml?rev=1779954&r1=1779953&r2=1779954&view=diff
==============================================================================
--- uima/uimaj/branches/experiment-v3-jcas/pom.xml (original)
+++ uima/uimaj/branches/experiment-v3-jcas/pom.xml Mon Jan 23 16:56:06 2017
@@ -29,7 +29,7 @@
   <parent>
     <groupId>org.apache.uima</groupId>
     <artifactId>uimaj-parent</artifactId>
-    <version>3.0.1-SNAPSHOT</version>
+    <version>3.0.0-alpha-SNAPSHOT</version>
     <relativePath>uimaj-parent/pom.xml</relativePath>
   </parent>
 

Modified: uima/uimaj/branches/experiment-v3-jcas/uima-docbook-overview-and-setup/pom.xml
URL: http://svn.apache.org/viewvc/uima/uimaj/branches/experiment-v3-jcas/uima-docbook-overview-and-setup/pom.xml?rev=1779954&r1=1779953&r2=1779954&view=diff
==============================================================================
--- uima/uimaj/branches/experiment-v3-jcas/uima-docbook-overview-and-setup/pom.xml (original)
+++ uima/uimaj/branches/experiment-v3-jcas/uima-docbook-overview-and-setup/pom.xml Mon Jan 23 16:56:06 2017
@@ -23,7 +23,7 @@
   <parent>
     <groupId>org.apache.uima</groupId>
     <artifactId>uimaj-parent</artifactId>
-    <version>3.0.1-SNAPSHOT</version>
+    <version>3.0.0-alpha-SNAPSHOT</version>
     <relativePath>../uimaj-parent/pom.xml</relativePath>
   </parent>
   

Modified: uima/uimaj/branches/experiment-v3-jcas/uima-docbook-references/pom.xml
URL: http://svn.apache.org/viewvc/uima/uimaj/branches/experiment-v3-jcas/uima-docbook-references/pom.xml?rev=1779954&r1=1779953&r2=1779954&view=diff
==============================================================================
--- uima/uimaj/branches/experiment-v3-jcas/uima-docbook-references/pom.xml (original)
+++ uima/uimaj/branches/experiment-v3-jcas/uima-docbook-references/pom.xml Mon Jan 23 16:56:06 2017
@@ -23,7 +23,7 @@
   <parent>
     <groupId>org.apache.uima</groupId>
     <artifactId>uimaj-parent</artifactId>
-    <version>3.0.1-SNAPSHOT</version>
+    <version>3.0.0-alpha-SNAPSHOT</version>
     <relativePath>../uimaj-parent/pom.xml</relativePath>
   </parent>
   

Modified: uima/uimaj/branches/experiment-v3-jcas/uima-docbook-tools/pom.xml
URL: http://svn.apache.org/viewvc/uima/uimaj/branches/experiment-v3-jcas/uima-docbook-tools/pom.xml?rev=1779954&r1=1779953&r2=1779954&view=diff
==============================================================================
--- uima/uimaj/branches/experiment-v3-jcas/uima-docbook-tools/pom.xml (original)
+++ uima/uimaj/branches/experiment-v3-jcas/uima-docbook-tools/pom.xml Mon Jan 23 16:56:06 2017
@@ -23,7 +23,7 @@
   <parent>
     <groupId>org.apache.uima</groupId>
     <artifactId>uimaj-parent</artifactId>
-    <version>3.0.1-SNAPSHOT</version>
+    <version>3.0.0-alpha-SNAPSHOT</version>
     <relativePath>../uimaj-parent/pom.xml</relativePath>
   </parent>
   

Modified: uima/uimaj/branches/experiment-v3-jcas/uima-docbook-tutorials-and-users-guides/pom.xml
URL: http://svn.apache.org/viewvc/uima/uimaj/branches/experiment-v3-jcas/uima-docbook-tutorials-and-users-guides/pom.xml?rev=1779954&r1=1779953&r2=1779954&view=diff
==============================================================================
--- uima/uimaj/branches/experiment-v3-jcas/uima-docbook-tutorials-and-users-guides/pom.xml (original)
+++ uima/uimaj/branches/experiment-v3-jcas/uima-docbook-tutorials-and-users-guides/pom.xml Mon Jan 23 16:56:06 2017
@@ -23,7 +23,7 @@
   <parent>
     <groupId>org.apache.uima</groupId>
     <artifactId>uimaj-parent</artifactId>
-    <version>3.0.1-SNAPSHOT</version>
+    <version>3.0.0-alpha-SNAPSHOT</version>
     <relativePath>../uimaj-parent/pom.xml</relativePath>
   </parent>
   

Modified: uima/uimaj/branches/experiment-v3-jcas/uima-docbook-v3-users-guide/pom.xml
URL: http://svn.apache.org/viewvc/uima/uimaj/branches/experiment-v3-jcas/uima-docbook-v3-users-guide/pom.xml?rev=1779954&r1=1779953&r2=1779954&view=diff
==============================================================================
--- uima/uimaj/branches/experiment-v3-jcas/uima-docbook-v3-users-guide/pom.xml (original)
+++ uima/uimaj/branches/experiment-v3-jcas/uima-docbook-v3-users-guide/pom.xml Mon Jan 23 16:56:06 2017
@@ -23,7 +23,7 @@
   <parent>
     <groupId>org.apache.uima</groupId>
     <artifactId>uimaj-parent</artifactId>
-    <version>3.0.1-SNAPSHOT</version>
+    <version>3.0.0-alpha-SNAPSHOT</version>
     <relativePath>../uimaj-parent/pom.xml</relativePath>
   </parent>
   

Modified: uima/uimaj/branches/experiment-v3-jcas/uima-docbook-v3-users-guide/src/docbook/uv3.custom_java_objects.xml
URL: http://svn.apache.org/viewvc/uima/uimaj/branches/experiment-v3-jcas/uima-docbook-v3-users-guide/src/docbook/uv3.custom_java_objects.xml?rev=1779954&r1=1779953&r2=1779954&view=diff
==============================================================================
--- uima/uimaj/branches/experiment-v3-jcas/uima-docbook-v3-users-guide/src/docbook/uv3.custom_java_objects.xml (original)
+++ uima/uimaj/branches/experiment-v3-jcas/uima-docbook-v3-users-guide/src/docbook/uv3.custom_java_objects.xml Mon Jan 23 16:56:06 2017
@@ -174,13 +174,19 @@ public void _save_to_cas_data() {
 	  <titleabbrev>Semi-Built-in UIMA Types for Java Objects</titleabbrev>
 	  
 	  <para>Some additional semi-built-in UIMA types are defined in Version 3 using this new mechanism.  They work fully in
-	  Java, and are transported to non-Java frameworks as ordinary CAS objects.</para>
+	  Java, and are serialized or transported to non-Java frameworks as ordinary CAS objects.</para>
 	  
     <para>Semi-built-in means that the JCas cover classes for these are defined as part of the core Java classes,
       but the types themselves are not "built-in".  They may be added to any tyupe system by importing them by name using the import statement:
       <programlisting>&lt;import name="org.apache.uima.semibuiltins"/&gt;</programlisting>
+      If you have a Java project whose classpath includes uimaj-core, and you run the Component Descriptor Editor
+      Eclipse plugin tool on a descriptor which includes a type system, you can configure this import by selecting
+      the Add on the Import type system subpanel, and import by name, and selecting org.apache.uima.semibuiltins.
+      (Note: this will not show up if your project doesn't include uimaj-core on its build path.)
     </para>
     
+    
+    
 	  <section id="uv3.custom_java_objects.semibuiltin_fsarraylist">
 	    <title>FSArrayList</title>
 	    <titleabbrev>FSArrayList</titleabbrev>

Modified: uima/uimaj/branches/experiment-v3-jcas/uimaj-adapter-soap/pom.xml
URL: http://svn.apache.org/viewvc/uima/uimaj/branches/experiment-v3-jcas/uimaj-adapter-soap/pom.xml?rev=1779954&r1=1779953&r2=1779954&view=diff
==============================================================================
--- uima/uimaj/branches/experiment-v3-jcas/uimaj-adapter-soap/pom.xml (original)
+++ uima/uimaj/branches/experiment-v3-jcas/uimaj-adapter-soap/pom.xml Mon Jan 23 16:56:06 2017
@@ -23,7 +23,7 @@
   <parent>
     <groupId>org.apache.uima</groupId>
     <artifactId>uimaj-parent</artifactId>
-    <version>3.0.1-SNAPSHOT</version>
+    <version>3.0.0-alpha-SNAPSHOT</version>
     <relativePath>../uimaj-parent/pom.xml</relativePath>
   </parent>
 

Modified: uima/uimaj/branches/experiment-v3-jcas/uimaj-adapter-vinci/pom.xml
URL: http://svn.apache.org/viewvc/uima/uimaj/branches/experiment-v3-jcas/uimaj-adapter-vinci/pom.xml?rev=1779954&r1=1779953&r2=1779954&view=diff
==============================================================================
--- uima/uimaj/branches/experiment-v3-jcas/uimaj-adapter-vinci/pom.xml (original)
+++ uima/uimaj/branches/experiment-v3-jcas/uimaj-adapter-vinci/pom.xml Mon Jan 23 16:56:06 2017
@@ -23,7 +23,7 @@
   <parent>
     <groupId>org.apache.uima</groupId>
     <artifactId>uimaj-parent</artifactId>
-    <version>3.0.1-SNAPSHOT</version>
+    <version>3.0.0-alpha-SNAPSHOT</version>
     <relativePath>../uimaj-parent/pom.xml</relativePath>
   </parent>
   

Modified: uima/uimaj/branches/experiment-v3-jcas/uimaj-bootstrap/pom.xml
URL: http://svn.apache.org/viewvc/uima/uimaj/branches/experiment-v3-jcas/uimaj-bootstrap/pom.xml?rev=1779954&r1=1779953&r2=1779954&view=diff
==============================================================================
--- uima/uimaj/branches/experiment-v3-jcas/uimaj-bootstrap/pom.xml (original)
+++ uima/uimaj/branches/experiment-v3-jcas/uimaj-bootstrap/pom.xml Mon Jan 23 16:56:06 2017
@@ -23,7 +23,7 @@
   <parent>
     <groupId>org.apache.uima</groupId>
     <artifactId>uimaj-parent</artifactId>
-    <version>3.0.1-SNAPSHOT</version>
+    <version>3.0.0-alpha-SNAPSHOT</version>
     <relativePath>../uimaj-parent/pom.xml</relativePath>
   </parent>
 

Modified: uima/uimaj/branches/experiment-v3-jcas/uimaj-component-test-util/pom.xml
URL: http://svn.apache.org/viewvc/uima/uimaj/branches/experiment-v3-jcas/uimaj-component-test-util/pom.xml?rev=1779954&r1=1779953&r2=1779954&view=diff
==============================================================================
--- uima/uimaj/branches/experiment-v3-jcas/uimaj-component-test-util/pom.xml (original)
+++ uima/uimaj/branches/experiment-v3-jcas/uimaj-component-test-util/pom.xml Mon Jan 23 16:56:06 2017
@@ -23,7 +23,7 @@
   <parent>
     <groupId>org.apache.uima</groupId>
     <artifactId>uimaj-parent</artifactId>
-    <version>3.0.1-SNAPSHOT</version>
+    <version>3.0.0-alpha-SNAPSHOT</version>
     <relativePath>../uimaj-parent/pom.xml</relativePath>
   </parent>
   

Modified: uima/uimaj/branches/experiment-v3-jcas/uimaj-core/pom.xml
URL: http://svn.apache.org/viewvc/uima/uimaj/branches/experiment-v3-jcas/uimaj-core/pom.xml?rev=1779954&r1=1779953&r2=1779954&view=diff
==============================================================================
--- uima/uimaj/branches/experiment-v3-jcas/uimaj-core/pom.xml (original)
+++ uima/uimaj/branches/experiment-v3-jcas/uimaj-core/pom.xml Mon Jan 23 16:56:06 2017
@@ -23,7 +23,7 @@
   <parent>
     <groupId>org.apache.uima</groupId>
     <artifactId>uimaj-parent</artifactId>
-    <version>3.0.1-SNAPSHOT</version>
+    <version>3.0.0-alpha-SNAPSHOT</version>
     <relativePath>../uimaj-parent/pom.xml</relativePath>
   </parent>
   

Modified: uima/uimaj/branches/experiment-v3-jcas/uimaj-cpe/pom.xml
URL: http://svn.apache.org/viewvc/uima/uimaj/branches/experiment-v3-jcas/uimaj-cpe/pom.xml?rev=1779954&r1=1779953&r2=1779954&view=diff
==============================================================================
--- uima/uimaj/branches/experiment-v3-jcas/uimaj-cpe/pom.xml (original)
+++ uima/uimaj/branches/experiment-v3-jcas/uimaj-cpe/pom.xml Mon Jan 23 16:56:06 2017
@@ -23,7 +23,7 @@
   <parent>
     <groupId>org.apache.uima</groupId>
     <artifactId>uimaj-parent</artifactId>
-    <version>3.0.1-SNAPSHOT</version>
+    <version>3.0.0-alpha-SNAPSHOT</version>
     <relativePath>../uimaj-parent/pom.xml</relativePath>
   </parent>
   

Modified: uima/uimaj/branches/experiment-v3-jcas/uimaj-document-annotation/pom.xml
URL: http://svn.apache.org/viewvc/uima/uimaj/branches/experiment-v3-jcas/uimaj-document-annotation/pom.xml?rev=1779954&r1=1779953&r2=1779954&view=diff
==============================================================================
--- uima/uimaj/branches/experiment-v3-jcas/uimaj-document-annotation/pom.xml (original)
+++ uima/uimaj/branches/experiment-v3-jcas/uimaj-document-annotation/pom.xml Mon Jan 23 16:56:06 2017
@@ -23,7 +23,7 @@
   <parent>
     <groupId>org.apache.uima</groupId>
     <artifactId>uimaj-parent</artifactId>
-    <version>3.0.1-SNAPSHOT</version>
+    <version>3.0.0-alpha-SNAPSHOT</version>
     <relativePath>../uimaj-parent/pom.xml</relativePath>
   </parent>
   

Modified: uima/uimaj/branches/experiment-v3-jcas/uimaj-eclipse-feature-runtime/pom.xml
URL: http://svn.apache.org/viewvc/uima/uimaj/branches/experiment-v3-jcas/uimaj-eclipse-feature-runtime/pom.xml?rev=1779954&r1=1779953&r2=1779954&view=diff
==============================================================================
--- uima/uimaj/branches/experiment-v3-jcas/uimaj-eclipse-feature-runtime/pom.xml (original)
+++ uima/uimaj/branches/experiment-v3-jcas/uimaj-eclipse-feature-runtime/pom.xml Mon Jan 23 16:56:06 2017
@@ -23,7 +23,7 @@
   <parent>
     <groupId>org.apache.uima</groupId>
     <artifactId>uimaj-parent</artifactId>
-    <version>3.0.1-SNAPSHOT</version>
+    <version>3.0.0-alpha-SNAPSHOT</version>
     <relativePath>../uimaj-parent/pom.xml</relativePath>
   </parent>
     

Modified: uima/uimaj/branches/experiment-v3-jcas/uimaj-eclipse-feature-tools/pom.xml
URL: http://svn.apache.org/viewvc/uima/uimaj/branches/experiment-v3-jcas/uimaj-eclipse-feature-tools/pom.xml?rev=1779954&r1=1779953&r2=1779954&view=diff
==============================================================================
--- uima/uimaj/branches/experiment-v3-jcas/uimaj-eclipse-feature-tools/pom.xml (original)
+++ uima/uimaj/branches/experiment-v3-jcas/uimaj-eclipse-feature-tools/pom.xml Mon Jan 23 16:56:06 2017
@@ -23,7 +23,7 @@
   <parent>
     <groupId>org.apache.uima</groupId>
     <artifactId>uimaj-parent</artifactId>
-    <version>3.0.1-SNAPSHOT</version>
+    <version>3.0.0-alpha-SNAPSHOT</version>
     <relativePath>../uimaj-parent/pom.xml</relativePath>
   </parent>
   

Modified: uima/uimaj/branches/experiment-v3-jcas/uimaj-eclipse-update-site/pom.xml
URL: http://svn.apache.org/viewvc/uima/uimaj/branches/experiment-v3-jcas/uimaj-eclipse-update-site/pom.xml?rev=1779954&r1=1779953&r2=1779954&view=diff
==============================================================================
--- uima/uimaj/branches/experiment-v3-jcas/uimaj-eclipse-update-site/pom.xml (original)
+++ uima/uimaj/branches/experiment-v3-jcas/uimaj-eclipse-update-site/pom.xml Mon Jan 23 16:56:06 2017
@@ -28,7 +28,7 @@
   </parent>
 
   <artifactId>uimaj-eclipse-update-site</artifactId>
-  <version>3.0.1-SNAPSHOT</version>
+  <version>3.0.0-alpha-SNAPSHOT</version>
   <packaging>pom</packaging>
 
   <name>Apache UIMA Eclipse: ${project.artifactId}</name>

Modified: uima/uimaj/branches/experiment-v3-jcas/uimaj-ep-cas-editor-ide/pom.xml
URL: http://svn.apache.org/viewvc/uima/uimaj/branches/experiment-v3-jcas/uimaj-ep-cas-editor-ide/pom.xml?rev=1779954&r1=1779953&r2=1779954&view=diff
==============================================================================
--- uima/uimaj/branches/experiment-v3-jcas/uimaj-ep-cas-editor-ide/pom.xml (original)
+++ uima/uimaj/branches/experiment-v3-jcas/uimaj-ep-cas-editor-ide/pom.xml Mon Jan 23 16:56:06 2017
@@ -23,7 +23,7 @@
   <parent>
     <groupId>org.apache.uima</groupId>
     <artifactId>uimaj-parent</artifactId>
-    <version>3.0.1-SNAPSHOT</version>
+    <version>3.0.0-alpha-SNAPSHOT</version>
     <relativePath>../uimaj-parent/pom.xml</relativePath>
   </parent>
   

Modified: uima/uimaj/branches/experiment-v3-jcas/uimaj-ep-cas-editor/pom.xml
URL: http://svn.apache.org/viewvc/uima/uimaj/branches/experiment-v3-jcas/uimaj-ep-cas-editor/pom.xml?rev=1779954&r1=1779953&r2=1779954&view=diff
==============================================================================
--- uima/uimaj/branches/experiment-v3-jcas/uimaj-ep-cas-editor/pom.xml (original)
+++ uima/uimaj/branches/experiment-v3-jcas/uimaj-ep-cas-editor/pom.xml Mon Jan 23 16:56:06 2017
@@ -23,7 +23,7 @@
   <parent>
     <groupId>org.apache.uima</groupId>
     <artifactId>uimaj-parent</artifactId>
-    <version>3.0.1-SNAPSHOT</version>
+    <version>3.0.0-alpha-SNAPSHOT</version>
     <relativePath>../uimaj-parent/pom.xml</relativePath>
   </parent>
   

Modified: uima/uimaj/branches/experiment-v3-jcas/uimaj-ep-configurator/pom.xml
URL: http://svn.apache.org/viewvc/uima/uimaj/branches/experiment-v3-jcas/uimaj-ep-configurator/pom.xml?rev=1779954&r1=1779953&r2=1779954&view=diff
==============================================================================
--- uima/uimaj/branches/experiment-v3-jcas/uimaj-ep-configurator/pom.xml (original)
+++ uima/uimaj/branches/experiment-v3-jcas/uimaj-ep-configurator/pom.xml Mon Jan 23 16:56:06 2017
@@ -23,7 +23,7 @@
   <parent>
     <groupId>org.apache.uima</groupId>
     <artifactId>uimaj-parent</artifactId>
-    <version>3.0.1-SNAPSHOT</version>
+    <version>3.0.0-alpha-SNAPSHOT</version>
     <relativePath>../uimaj-parent/pom.xml</relativePath>
   </parent>
 

Modified: uima/uimaj/branches/experiment-v3-jcas/uimaj-ep-debug/pom.xml
URL: http://svn.apache.org/viewvc/uima/uimaj/branches/experiment-v3-jcas/uimaj-ep-debug/pom.xml?rev=1779954&r1=1779953&r2=1779954&view=diff
==============================================================================
--- uima/uimaj/branches/experiment-v3-jcas/uimaj-ep-debug/pom.xml (original)
+++ uima/uimaj/branches/experiment-v3-jcas/uimaj-ep-debug/pom.xml Mon Jan 23 16:56:06 2017
@@ -23,7 +23,7 @@
   <parent>
     <groupId>org.apache.uima</groupId>
     <artifactId>uimaj-parent</artifactId>
-    <version>3.0.1-SNAPSHOT</version>
+    <version>3.0.0-alpha-SNAPSHOT</version>
     <relativePath>../uimaj-parent/pom.xml</relativePath>
   </parent>
 

Modified: uima/uimaj/branches/experiment-v3-jcas/uimaj-ep-jcasgen/pom.xml
URL: http://svn.apache.org/viewvc/uima/uimaj/branches/experiment-v3-jcas/uimaj-ep-jcasgen/pom.xml?rev=1779954&r1=1779953&r2=1779954&view=diff
==============================================================================
--- uima/uimaj/branches/experiment-v3-jcas/uimaj-ep-jcasgen/pom.xml (original)
+++ uima/uimaj/branches/experiment-v3-jcas/uimaj-ep-jcasgen/pom.xml Mon Jan 23 16:56:06 2017
@@ -23,7 +23,7 @@
   <parent>
     <groupId>org.apache.uima</groupId>
     <artifactId>uimaj-parent</artifactId>
-    <version>3.0.1-SNAPSHOT</version>
+    <version>3.0.0-alpha-SNAPSHOT</version>
     <relativePath>../uimaj-parent/pom.xml</relativePath>
   </parent>
   

Modified: uima/uimaj/branches/experiment-v3-jcas/uimaj-ep-launcher/pom.xml
URL: http://svn.apache.org/viewvc/uima/uimaj/branches/experiment-v3-jcas/uimaj-ep-launcher/pom.xml?rev=1779954&r1=1779953&r2=1779954&view=diff
==============================================================================
--- uima/uimaj/branches/experiment-v3-jcas/uimaj-ep-launcher/pom.xml (original)
+++ uima/uimaj/branches/experiment-v3-jcas/uimaj-ep-launcher/pom.xml Mon Jan 23 16:56:06 2017
@@ -23,7 +23,7 @@
   <parent>
     <groupId>org.apache.uima</groupId>
     <artifactId>uimaj-parent</artifactId>
-    <version>3.0.1-SNAPSHOT</version>
+    <version>3.0.0-alpha-SNAPSHOT</version>
     <relativePath>../uimaj-parent/pom.xml</relativePath>
   </parent>
 

Modified: uima/uimaj/branches/experiment-v3-jcas/uimaj-ep-pear-packager/pom.xml
URL: http://svn.apache.org/viewvc/uima/uimaj/branches/experiment-v3-jcas/uimaj-ep-pear-packager/pom.xml?rev=1779954&r1=1779953&r2=1779954&view=diff
==============================================================================
--- uima/uimaj/branches/experiment-v3-jcas/uimaj-ep-pear-packager/pom.xml (original)
+++ uima/uimaj/branches/experiment-v3-jcas/uimaj-ep-pear-packager/pom.xml Mon Jan 23 16:56:06 2017
@@ -23,7 +23,7 @@
   <parent>
     <groupId>org.apache.uima</groupId>
     <artifactId>uimaj-parent</artifactId>
-    <version>3.0.1-SNAPSHOT</version>
+    <version>3.0.0-alpha-SNAPSHOT</version>
     <relativePath>../uimaj-parent/pom.xml</relativePath>
   </parent>
   

Modified: uima/uimaj/branches/experiment-v3-jcas/uimaj-ep-runtime/pom.xml
URL: http://svn.apache.org/viewvc/uima/uimaj/branches/experiment-v3-jcas/uimaj-ep-runtime/pom.xml?rev=1779954&r1=1779953&r2=1779954&view=diff
==============================================================================
--- uima/uimaj/branches/experiment-v3-jcas/uimaj-ep-runtime/pom.xml (original)
+++ uima/uimaj/branches/experiment-v3-jcas/uimaj-ep-runtime/pom.xml Mon Jan 23 16:56:06 2017
@@ -23,7 +23,7 @@
   <parent>
     <groupId>org.apache.uima</groupId>
     <artifactId>uimaj-parent</artifactId>
-    <version>3.0.1-SNAPSHOT</version>
+    <version>3.0.0-alpha-SNAPSHOT</version>
     <relativePath>../uimaj-parent/pom.xml</relativePath>
   </parent>
   

Modified: uima/uimaj/branches/experiment-v3-jcas/uimaj-examples/pom.xml
URL: http://svn.apache.org/viewvc/uima/uimaj/branches/experiment-v3-jcas/uimaj-examples/pom.xml?rev=1779954&r1=1779953&r2=1779954&view=diff
==============================================================================
--- uima/uimaj/branches/experiment-v3-jcas/uimaj-examples/pom.xml (original)
+++ uima/uimaj/branches/experiment-v3-jcas/uimaj-examples/pom.xml Mon Jan 23 16:56:06 2017
@@ -23,7 +23,7 @@
   <parent>
     <groupId>org.apache.uima</groupId>
     <artifactId>uimaj-parent</artifactId>
-    <version>3.0.1-SNAPSHOT</version>
+    <version>3.0.0-alpha-SNAPSHOT</version>
     <relativePath>../uimaj-parent/pom.xml</relativePath>
   </parent>
   

Modified: uima/uimaj/branches/experiment-v3-jcas/uimaj-json/pom.xml
URL: http://svn.apache.org/viewvc/uima/uimaj/branches/experiment-v3-jcas/uimaj-json/pom.xml?rev=1779954&r1=1779953&r2=1779954&view=diff
==============================================================================
--- uima/uimaj/branches/experiment-v3-jcas/uimaj-json/pom.xml (original)
+++ uima/uimaj/branches/experiment-v3-jcas/uimaj-json/pom.xml Mon Jan 23 16:56:06 2017
@@ -22,7 +22,7 @@
   <parent>
     <groupId>org.apache.uima</groupId>
     <artifactId>uimaj-parent</artifactId>
-    <version>3.0.1-SNAPSHOT</version>
+    <version>3.0.0-alpha-SNAPSHOT</version>
     <relativePath>../uimaj-parent/pom.xml</relativePath>
   </parent>
   <artifactId>uimaj-json</artifactId>

Modified: uima/uimaj/branches/experiment-v3-jcas/uimaj-parent/pom.xml
URL: http://svn.apache.org/viewvc/uima/uimaj/branches/experiment-v3-jcas/uimaj-parent/pom.xml?rev=1779954&r1=1779953&r2=1779954&view=diff
==============================================================================
--- uima/uimaj/branches/experiment-v3-jcas/uimaj-parent/pom.xml (original)
+++ uima/uimaj/branches/experiment-v3-jcas/uimaj-parent/pom.xml Mon Jan 23 16:56:06 2017
@@ -38,7 +38,7 @@
   <groupId>org.apache.uima</groupId>
   <artifactId>uimaj-parent</artifactId>
   <packaging>pom</packaging>
-  <version>3.0.1-SNAPSHOT</version>
+  <version>3.0.0-alpha-SNAPSHOT</version>
   <name>Apache UIMA Java SDK: ${project.artifactId}</name>
   <description>The common parent pom for the uimaj SDK</description>
   <url>${uimaWebsiteUrl}</url>

Modified: uima/uimaj/branches/experiment-v3-jcas/uimaj-test-util/pom.xml
URL: http://svn.apache.org/viewvc/uima/uimaj/branches/experiment-v3-jcas/uimaj-test-util/pom.xml?rev=1779954&r1=1779953&r2=1779954&view=diff
==============================================================================
--- uima/uimaj/branches/experiment-v3-jcas/uimaj-test-util/pom.xml (original)
+++ uima/uimaj/branches/experiment-v3-jcas/uimaj-test-util/pom.xml Mon Jan 23 16:56:06 2017
@@ -23,7 +23,7 @@
   <parent>
     <groupId>org.apache.uima</groupId>
     <artifactId>uimaj-parent</artifactId>
-    <version>3.0.1-SNAPSHOT</version>
+    <version>3.0.0-alpha-SNAPSHOT</version>
     <relativePath>../uimaj-parent/pom.xml</relativePath>
   </parent>
   

Modified: uima/uimaj/branches/experiment-v3-jcas/uimaj-tools/pom.xml
URL: http://svn.apache.org/viewvc/uima/uimaj/branches/experiment-v3-jcas/uimaj-tools/pom.xml?rev=1779954&r1=1779953&r2=1779954&view=diff
==============================================================================
--- uima/uimaj/branches/experiment-v3-jcas/uimaj-tools/pom.xml (original)
+++ uima/uimaj/branches/experiment-v3-jcas/uimaj-tools/pom.xml Mon Jan 23 16:56:06 2017
@@ -23,7 +23,7 @@
   <parent>
     <groupId>org.apache.uima</groupId>
     <artifactId>uimaj-parent</artifactId>
-    <version>3.0.1-SNAPSHOT</version>
+    <version>3.0.0-alpha-SNAPSHOT</version>
     <relativePath>../uimaj-parent/pom.xml</relativePath>
   </parent>
   

Modified: uima/uimaj/branches/experiment-v3-jcas/uimaj-tools/src/main/java/org/apache/uima/tools/jcasgen/Jg.java
URL: http://svn.apache.org/viewvc/uima/uimaj/branches/experiment-v3-jcas/uimaj-tools/src/main/java/org/apache/uima/tools/jcasgen/Jg.java?rev=1779954&r1=1779953&r2=1779954&view=diff
==============================================================================
--- uima/uimaj/branches/experiment-v3-jcas/uimaj-tools/src/main/java/org/apache/uima/tools/jcasgen/Jg.java (original)
+++ uima/uimaj/branches/experiment-v3-jcas/uimaj-tools/src/main/java/org/apache/uima/tools/jcasgen/Jg.java Mon Jan 23 16:56:06 2017
@@ -161,6 +161,11 @@ public class Jg {
     ((CASImpl) tcas).commitTypeSystem();
     builtInTypeSystem = ((CASImpl) tcas).getTypeSystemImpl();  // follow commit because commit may reuse existing type system
 
+    // setup noGen for semibuiltin types 
+    noGenTypes.add("org.apache.uima.jcas.cas.FSArrayList");
+    noGenTypes.add("org.apache.uima.jcas.cas.IntegerArrayList");
+    noGenTypes.add("org.apache.uima.jcas.cas.FSHashSet");
+    
     for (Iterator it = builtInTypeSystem.getTypeIterator(); it.hasNext();) {
       Type type = (Type) it.next();
       if (type.isFeatureFinal()) {

Modified: uima/uimaj/branches/experiment-v3-jcas/uimaj-v3migration-jcas/pom.xml
URL: http://svn.apache.org/viewvc/uima/uimaj/branches/experiment-v3-jcas/uimaj-v3migration-jcas/pom.xml?rev=1779954&r1=1779953&r2=1779954&view=diff
==============================================================================
--- uima/uimaj/branches/experiment-v3-jcas/uimaj-v3migration-jcas/pom.xml (original)
+++ uima/uimaj/branches/experiment-v3-jcas/uimaj-v3migration-jcas/pom.xml Mon Jan 23 16:56:06 2017
@@ -23,7 +23,7 @@
   <parent>
     <groupId>org.apache.uima</groupId>
     <artifactId>uimaj-parent</artifactId>
-    <version>3.0.1-SNAPSHOT</version>
+    <version>3.0.0-alpha-SNAPSHOT</version>
     <relativePath>../uimaj-parent/pom.xml</relativePath>
   </parent>