Author: pkluegl
Date: Sun Aug  9 20:21:06 2015
New Revision: 1694904

URL: http://svn.apache.org/r1694904
Log:
UIMA-4552
- fixed file headers
- adapted sem ver build

Added:
    uima/ruta/trunk/ruta-core/marker-file-identifying-api-compatibility-check
      - copied unchanged from r1687790, 
uima/ruta/trunk/ruta-core/.activate-enforce-compatibility
Removed:
    uima/ruta/trunk/ruta-core/.activate-enforce-compatibility
Modified:
    uima/ruta/trunk/ruta-core/pom.xml
    
uima/ruta/trunk/ruta-core/src/main/java/org/apache/uima/ruta/extensions/RutaParseRuntimeException.java
    
uima/ruta/trunk/ruta-core/src/test/java/org/apache/uima/ruta/RutaParsingErrorTest.java
    uima/ruta/trunk/ruta-parent/pom.xml

Modified: uima/ruta/trunk/ruta-core/pom.xml
URL: 
http://svn.apache.org/viewvc/uima/ruta/trunk/ruta-core/pom.xml?rev=1694904&r1=1694903&r2=1694904&view=diff
==============================================================================
--- uima/ruta/trunk/ruta-core/pom.xml (original)
+++ uima/ruta/trunk/ruta-core/pom.xml Sun Aug  9 20:21:06 2015
@@ -142,6 +142,7 @@
                   
<exclude>src/test/resources/META-INF/org.apache.uima.fit/types.txt</exclude> 
<!-- test data -->
                   
<exclude>src/main/resources/META-INF/org.apache.uima.fit/*.txt</exclude>
                   <exclude>issuesFixed/**</exclude> <!-- generated -->
+                  <exclude>marker-file-identifying-*</exclude>
                 </excludes>
               </configuration>
             </execution>

Modified: 
uima/ruta/trunk/ruta-core/src/main/java/org/apache/uima/ruta/extensions/RutaParseRuntimeException.java
URL: 
http://svn.apache.org/viewvc/uima/ruta/trunk/ruta-core/src/main/java/org/apache/uima/ruta/extensions/RutaParseRuntimeException.java?rev=1694904&r1=1694903&r2=1694904&view=diff
==============================================================================
--- 
uima/ruta/trunk/ruta-core/src/main/java/org/apache/uima/ruta/extensions/RutaParseRuntimeException.java
 (original)
+++ 
uima/ruta/trunk/ruta-core/src/main/java/org/apache/uima/ruta/extensions/RutaParseRuntimeException.java
 Sun Aug  9 20:21:06 2015
@@ -1,3 +1,22 @@
+/*
+ * 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.ruta.extensions;
 
 import org.apache.uima.ruta.parser.RutaParser;

Modified: 
uima/ruta/trunk/ruta-core/src/test/java/org/apache/uima/ruta/RutaParsingErrorTest.java
URL: 
http://svn.apache.org/viewvc/uima/ruta/trunk/ruta-core/src/test/java/org/apache/uima/ruta/RutaParsingErrorTest.java?rev=1694904&r1=1694903&r2=1694904&view=diff
==============================================================================
--- 
uima/ruta/trunk/ruta-core/src/test/java/org/apache/uima/ruta/RutaParsingErrorTest.java
 (original)
+++ 
uima/ruta/trunk/ruta-core/src/test/java/org/apache/uima/ruta/RutaParsingErrorTest.java
 Sun Aug  9 20:21:06 2015
@@ -1,3 +1,22 @@
+/*
+ * 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.ruta;
 
 import static org.apache.uima.ruta.engine.Ruta.apply;

Modified: uima/ruta/trunk/ruta-parent/pom.xml
URL: 
http://svn.apache.org/viewvc/uima/ruta/trunk/ruta-parent/pom.xml?rev=1694904&r1=1694903&r2=1694904&view=diff
==============================================================================
--- uima/ruta/trunk/ruta-parent/pom.xml (original)
+++ uima/ruta/trunk/ruta-parent/pom.xml Sun Aug  9 20:21:06 2015
@@ -231,7 +231,7 @@ Creative Commons Attribution 3.0 License
       <id>enforce-compatibility</id>
       <activation>
         <file>
-          <exists>.activate-enforce-compatibility</exists>
+          <exists>marker-file-identifying-api-compatibility-check</exists>
         </file>
       </activation>
       <build>


Reply via email to