You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@stanbol.apache.org by fc...@apache.org on 2013/07/31 15:11:42 UTC

svn commit: r1508844 - in /stanbol/trunk/ontologymanager: registry/src/test/resources/ontologies/registry/onmtest_additions.owl web/pom.xml

Author: fchrist
Date: Wed Jul 31 13:11:42 2013
New Revision: 1508844

URL: http://svn.apache.org/r1508844
Log:
STANBOL-1139 added missing AL headers for the Ontologymanager

Modified:
    stanbol/trunk/ontologymanager/registry/src/test/resources/ontologies/registry/onmtest_additions.owl
    stanbol/trunk/ontologymanager/web/pom.xml

Modified: stanbol/trunk/ontologymanager/registry/src/test/resources/ontologies/registry/onmtest_additions.owl
URL: http://svn.apache.org/viewvc/stanbol/trunk/ontologymanager/registry/src/test/resources/ontologies/registry/onmtest_additions.owl?rev=1508844&r1=1508843&r2=1508844&view=diff
==============================================================================
--- stanbol/trunk/ontologymanager/registry/src/test/resources/ontologies/registry/onmtest_additions.owl (original)
+++ stanbol/trunk/ontologymanager/registry/src/test/resources/ontologies/registry/onmtest_additions.owl Wed Jul 31 13:11:42 2013
@@ -1,4 +1,20 @@
 <?xml version="1.0"?>
+<!--
+  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.
+-->
 
 
 <!DOCTYPE rdf:RDF [

Modified: stanbol/trunk/ontologymanager/web/pom.xml
URL: http://svn.apache.org/viewvc/stanbol/trunk/ontologymanager/web/pom.xml?rev=1508844&r1=1508843&r2=1508844&view=diff
==============================================================================
--- stanbol/trunk/ontologymanager/web/pom.xml (original)
+++ stanbol/trunk/ontologymanager/web/pom.xml Wed Jul 31 13:11:42 2013
@@ -81,7 +81,7 @@
             <exclude>src/license/THIRD-PARTY.properties</exclude>
             
             <!-- MIT License  -->
-            <exclude>src/main/resources/org/apache/stanbol/ontologymanager/web/static/scripts/jquery-1.6.1</exclude>
+            <exclude>src/main/resources/META-INF/resources/static/ontonet/scripts/jquery-1.6.1</exclude>
           </excludes>
         </configuration>
       </plugin>