Author: cwiklik
Date: Wed Jan 23 19:50:29 2019
New Revision: 1851967

URL: http://svn.apache.org/viewvc?rev=1851967&view=rev
Log:
DUCC_5962 new project for v3 workitem

Added:
    uima/uima-ducc/trunk/uima-ducc-workitem-v3/   (with props)
    uima/uima-ducc/trunk/uima-ducc-workitem-v3/.project   (with props)
    uima/uima-ducc/trunk/uima-ducc-workitem-v3/README.txt   (with props)
    uima/uima-ducc/trunk/uima-ducc-workitem-v3/pom.xml   (with props)
    uima/uima-ducc/trunk/uima-ducc-workitem-v3/src/
    uima/uima-ducc/trunk/uima-ducc-workitem-v3/src/main/
    uima/uima-ducc/trunk/uima-ducc-workitem-v3/src/main/java/
    uima/uima-ducc/trunk/uima-ducc-workitem-v3/src/main/resources/
    uima/uima-ducc/trunk/uima-ducc-workitem-v3/src/test/
    uima/uima-ducc/trunk/uima-ducc-workitem-v3/src/test/java/
    uima/uima-ducc/trunk/uima-ducc-workitem-v3/src/test/resources/
    uima/uima-ducc/trunk/uima-ducc-workitem-v3/target/
    uima/uima-ducc/trunk/uima-ducc-workitem-v3/target/classes/
    uima/uima-ducc/trunk/uima-ducc-workitem-v3/target/classes/META-INF/

Propchange: uima/uima-ducc/trunk/uima-ducc-workitem-v3/
------------------------------------------------------------------------------
--- svn:ignore (added)
+++ svn:ignore Wed Jan 23 19:50:29 2019
@@ -0,0 +1,6 @@
+.project
+.settings
+.classpath
+target/*
+target
+

Added: uima/uima-ducc/trunk/uima-ducc-workitem-v3/.project
URL: 
http://svn.apache.org/viewvc/uima/uima-ducc/trunk/uima-ducc-workitem-v3/.project?rev=1851967&view=auto
==============================================================================
Binary file - no diff available.

Propchange: uima/uima-ducc/trunk/uima-ducc-workitem-v3/.project
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: uima/uima-ducc/trunk/uima-ducc-workitem-v3/.project
------------------------------------------------------------------------------
    svn:mime-type = application/xml

Added: uima/uima-ducc/trunk/uima-ducc-workitem-v3/README.txt
URL: 
http://svn.apache.org/viewvc/uima/uima-ducc/trunk/uima-ducc-workitem-v3/README.txt?rev=1851967&view=auto
==============================================================================
--- uima/uima-ducc/trunk/uima-ducc-workitem-v3/README.txt (added)
+++ uima/uima-ducc/trunk/uima-ducc-workitem-v3/README.txt Wed Jan 23 19:50:29 
2019
@@ -0,0 +1 @@
+These jcas classes are compatible with uima v.3
\ No newline at end of file

Propchange: uima/uima-ducc/trunk/uima-ducc-workitem-v3/README.txt
------------------------------------------------------------------------------
    svn:eol-style = native

Added: uima/uima-ducc/trunk/uima-ducc-workitem-v3/pom.xml
URL: 
http://svn.apache.org/viewvc/uima/uima-ducc/trunk/uima-ducc-workitem-v3/pom.xml?rev=1851967&view=auto
==============================================================================
--- uima/uima-ducc/trunk/uima-ducc-workitem-v3/pom.xml (added)
+++ uima/uima-ducc/trunk/uima-ducc-workitem-v3/pom.xml Wed Jan 23 19:50:29 2019
@@ -0,0 +1,57 @@
+<!--
+   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.    
+-->    
+<project xmlns="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";>
+  <modelVersion>4.0.0</modelVersion>
+    <parent>
+    <artifactId>uima-ducc-parent</artifactId>
+    <groupId>org.apache.uima</groupId>
+    <version>2.2.3-SNAPSHOT</version>
+    <relativePath>../uima-ducc-parent/pom.xml</relativePath>
+  </parent>
+  
+  <artifactId>uima-ducc-workitem-v3</artifactId>
+
+  <name>${uima.ducc} ${project.artifactId}</name>
+  
+     <!-- Special inheritance note even though the <scm> element that follows 
+               is exactly the same as those in super poms, it cannot be 
inherited because 
+               there is some special code that computes the connection 
elements from the 
+               chain of parent poms, if this is omitted. Keeping this a bit 
factored allows 
+               cutting/pasting the <scm> element, and just changing the 
following two properties -->
+  <scm>
+       <connection>
+      
scm:svn:http://svn.apache.org/repos/asf/uima/uima-ducc/trunk/uima-ducc-workitem-v3
+    </connection>
+       <developerConnection>
+      
scm:svn:https://svn.apache.org/repos/asf/uima/uima-ducc/trunk/uima-ducc-workitem-v3
+    </developerConnection>
+       <url>
+      http://svn.apache.org/viewvc/uima/uima-ducc/trunk/uima-ducc-workitem-v3
+    </url>
+  </scm>
+  
+  <dependencies>
+         
+               <dependency>
+                       <groupId>org.apache.uima</groupId>
+                       <artifactId>uimaj-core</artifactId>
+                       <version>${org.apache.uima.version}</version>
+               </dependency>
+  </dependencies>
+</project>
\ No newline at end of file

Propchange: uima/uima-ducc/trunk/uima-ducc-workitem-v3/pom.xml
------------------------------------------------------------------------------
    svn:eol-style = native


Reply via email to