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/08/01 14:31:18 UTC

svn commit: r1509204 - in /stanbol/trunk: demos/webvie/ demos/webvie/src/main/resources/META-INF/resources/static/enhancervie/ launchers/bundlelists/ launchers/bundlelists/cmsadapter/src/license/ reasoners/ reasoners/jena/ reasoners/manager/ reasoners/...

Author: fchrist
Date: Thu Aug  1 12:31:18 2013
New Revision: 1509204

URL: http://svn.apache.org/r1509204
Log:
STANBOL-1139 Added AL headers and info for Reasoners, Bundlelists, WebVIE

Added:
    stanbol/trunk/demos/webvie/src/main/resources/META-INF/resources/static/enhancervie/README.md
Modified:
    stanbol/trunk/demos/webvie/pom.xml
    stanbol/trunk/launchers/bundlelists/cmsadapter/src/license/THIRD-PARTY.properties
    stanbol/trunk/launchers/bundlelists/pom.xml
    stanbol/trunk/reasoners/jena/pom.xml
    stanbol/trunk/reasoners/manager/pom.xml
    stanbol/trunk/reasoners/owlapi/pom.xml
    stanbol/trunk/reasoners/owlapi/src/license/THIRD-PARTY.properties
    stanbol/trunk/reasoners/pom.xml
    stanbol/trunk/reasoners/servicesapi/pom.xml
    stanbol/trunk/reasoners/test/pom.xml
    stanbol/trunk/reasoners/web/nbactions.xml
    stanbol/trunk/reasoners/web/pom.xml

Modified: stanbol/trunk/demos/webvie/pom.xml
URL: http://svn.apache.org/viewvc/stanbol/trunk/demos/webvie/pom.xml?rev=1509204&r1=1509203&r2=1509204&view=diff
==============================================================================
--- stanbol/trunk/demos/webvie/pom.xml (original)
+++ stanbol/trunk/demos/webvie/pom.xml Thu Aug  1 12:31:18 2013
@@ -1,96 +1,99 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!--
-  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.
+	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/maven-v4_0_0.xsd">
-    <modelVersion>4.0.0</modelVersion>
+		 xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+	<modelVersion>4.0.0</modelVersion>
 
-    <parent>
-        <groupId>org.apache.stanbol</groupId>
-        <artifactId>stanbol-parent</artifactId>
-        <version>4-SNAPSHOT</version>
-        <relativePath>../../parent</relativePath>
-    </parent>
-
-    <groupId>org.apache.stanbol</groupId>
-    <artifactId>org.apache.stanbol.demos.enhancer.vie</artifactId>
-    <version>0.10.0-SNAPSHOT</version>
-    <packaging>bundle</packaging>
-
-    <name>Apache Stanbol Demos Enhancer VIE UI</name>
-    <description>VIE (https://github.com/bergie/VIE) based user interface for Stanbol (Enhancer and Entityhub)
-    </description>
-
-    <build>
-        <!-- make it an OSGi bundle -->
-        <plugins>
-            <plugin>
-                <groupId>org.apache.felix</groupId>
-                <artifactId>maven-scr-plugin</artifactId>
-            </plugin>
-            <plugin>
-                <groupId>org.apache.felix</groupId>
-                <artifactId>maven-bundle-plugin</artifactId>
-                <extensions>true</extensions>
-                <configuration>
-                    <instructions>
-                        <Import-Package>
-                            javax.ws.rs.*; version="[0,2)",
-                            *
-                        </Import-Package>
-                    </instructions>
-                </configuration>
-            </plugin>
-            <plugin>
-                <groupId>org.apache.rat</groupId>
-                <artifactId>apache-rat-plugin</artifactId>
-                <version>0.8</version>
-                <configuration>
-                    <excludes>
-                        <exclude>src/main/resources/META-INF/resources/static/enhancervie/annotate.css</exclude>
-                    </excludes>
-                </configuration>
-            </plugin>
-
-        </plugins>
-    </build>
-
-    <dependencies>
-
-        <!-- dependencies on other IKS modules -->
-        <dependency>
-            <groupId>org.apache.stanbol</groupId>
-            <artifactId>org.apache.stanbol.commons.web.base</artifactId>
-            <version>0.12.0-SNAPSHOT</version>
-        </dependency>
-
-        <!-- Jersey -->
-        <dependency>
-            <groupId>org.apache.stanbol</groupId>
-            <artifactId>org.apache.stanbol.commons.web.viewable</artifactId>
-            <version>0.11.0</version>
-        </dependency>
-
-        <!-- OSGi tax -->
-        <dependency>
-            <groupId>org.apache.felix</groupId>
-            <artifactId>org.apache.felix.scr.annotations</artifactId>
-        </dependency>
+	<parent>
+		<groupId>org.apache.stanbol</groupId>
+		<artifactId>stanbol-parent</artifactId>
+		<version>4-SNAPSHOT</version>
+		<relativePath>../../parent</relativePath>
+	</parent>
+
+	<groupId>org.apache.stanbol</groupId>
+	<artifactId>org.apache.stanbol.demos.enhancer.vie</artifactId>
+	<version>0.10.0-SNAPSHOT</version>
+	<packaging>bundle</packaging>
+
+	<name>Apache Stanbol Demos Enhancer VIE UI</name>
+	<description>VIE (https://github.com/bergie/VIE) based user interface for Stanbol (Enhancer and Entityhub)
+	</description>
+
+	<build>
+		<!-- make it an OSGi bundle -->
+		<plugins>
+			<plugin>
+				<groupId>org.apache.felix</groupId>
+				<artifactId>maven-scr-plugin</artifactId>
+			</plugin>
+			<plugin>
+				<groupId>org.apache.felix</groupId>
+				<artifactId>maven-bundle-plugin</artifactId>
+				<extensions>true</extensions>
+				<configuration>
+					<instructions>
+						<Import-Package>
+							javax.ws.rs.*; version="[0,2)",
+							*
+						</Import-Package>
+					</instructions>
+				</configuration>
+			</plugin>
+			<plugin>
+				<groupId>org.apache.rat</groupId>
+				<artifactId>apache-rat-plugin</artifactId>
+				<configuration>
+					<excludes>
+						<exclude>src/license/THIRD-PARTY.properties</exclude>
+
+						<!-- For license information of included static resources (JS, CSS) see
+								 src/main/resources/META-INF/resources/static/enhancervie/README.md -->
+						<exclude>src/main/resources/META-INF/resources/static/enhancervie/**</exclude>
+					</excludes>
+				</configuration>
+			</plugin>
+
+		</plugins>
+	</build>
+
+	<dependencies>
+
+		<!-- dependencies on other IKS modules -->
+		<dependency>
+			<groupId>org.apache.stanbol</groupId>
+			<artifactId>org.apache.stanbol.commons.web.base</artifactId>
+			<version>0.12.0-SNAPSHOT</version>
+		</dependency>
+
+		<!-- Jersey -->
+		<dependency>
+			<groupId>org.apache.stanbol</groupId>
+			<artifactId>org.apache.stanbol.commons.web.viewable</artifactId>
+			<version>0.11.0</version>
+		</dependency>
+
+		<!-- OSGi tax -->
+		<dependency>
+			<groupId>org.apache.felix</groupId>
+			<artifactId>org.apache.felix.scr.annotations</artifactId>
+		</dependency>
 
-    </dependencies>
+	</dependencies>
 
 </project>

Added: stanbol/trunk/demos/webvie/src/main/resources/META-INF/resources/static/enhancervie/README.md
URL: http://svn.apache.org/viewvc/stanbol/trunk/demos/webvie/src/main/resources/META-INF/resources/static/enhancervie/README.md?rev=1509204&view=auto
==============================================================================
--- stanbol/trunk/demos/webvie/src/main/resources/META-INF/resources/static/enhancervie/README.md (added)
+++ stanbol/trunk/demos/webvie/src/main/resources/META-INF/resources/static/enhancervie/README.md Thu Aug  1 12:31:18 2013
@@ -0,0 +1,56 @@
+<!--
+  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.
+-->
+
+The Apache Stanbol WebVIE Demo includes a set of third party Javascript
+libraries and stylesheets. This file lists all included files and their
+licenses.
+
+jquery/jquery-ui.min.css
+jquery/jquery-1.8.2.js
+Smoothness/jquery.ui.base.css
+Smoothness/jquery.ui.resizable.css
+Smoothness/jquery.ui.accordion.css
+Smoothness/jquery.ui.button.css
+Smoothness/jquery.ui.progressbar.css
+Smoothness/jquery.ui.tabs.css
+Smoothness/jquery.ui.dialog.css
+Smoothness/jquery.ui.datepicker.css
+Smoothness/jquery.ui.slider.css
+Smoothness/jquery.ui.all.css
+Smoothness/jquery-ui-1.8.13.custom.css
+Smoothness/jquery.ui.autocomplete.css
+Smoothness/jquery.ui.theme.css
+Smoothness/jquery.ui.core.css
+Smoothness/jquery.ui.selectable.css
+vie/vie.js
+jquery.rdfquery.debug.js
+Aristo/jquery-ui-1.8.7.custom.css
+Aristo/jquery.ui.menu.css
+backboneJS/backbone.js
+backboneJS/backbone.min.js
+vie.entitypreview.js
+annotate.js
+hallo/format.js
+hallo/hallo.js
+underscore/underscore-min.js
+json/json2.js
+json/cycle.js
+json/json.js
+json/json_parse.js
+json/json_parse_state.js
+jquery.rdfquery.min.js
+jqueryui/jquery-ui.1.10.2.min.js

Modified: stanbol/trunk/launchers/bundlelists/cmsadapter/src/license/THIRD-PARTY.properties
URL: http://svn.apache.org/viewvc/stanbol/trunk/launchers/bundlelists/cmsadapter/src/license/THIRD-PARTY.properties?rev=1509204&r1=1509203&r2=1509204&view=diff
==============================================================================
--- stanbol/trunk/launchers/bundlelists/cmsadapter/src/license/THIRD-PARTY.properties (original)
+++ stanbol/trunk/launchers/bundlelists/cmsadapter/src/license/THIRD-PARTY.properties Thu Aug  1 12:31:18 2013
@@ -10,7 +10,6 @@
 # - Day Specification License
 # - Day Specification License addendum
 # - Eclipse Public License, Version 1.0
-# - GNU General Public Library
 # - GNU General Public License (GPL), Version 2 with classpath exception
 # - GNU Lesser General Public License (LGPL)
 # - GNU Lesser General Public License (LGPL), Version 2.1
@@ -23,7 +22,7 @@
 # Please fill the missing licenses for dependencies :
 #
 #
-#Tue Jul 23 20:56:13 CEST 2013
+#Thu Aug 01 14:05:27 CEST 2013
 asm--asm--3.1=BSD License
 com.sun.org.apache.xml.internal--resolver--20050927=The Apache Software License, Version 2.0
 com.sun.xml.bind--jaxb-impl--2.1.11=Common Development And Distribution License (CDDL), Version 1.0
@@ -32,6 +31,7 @@ com.sun.xml.stream.buffer--streambuffer-
 javax.servlet--servlet-api--2.5=Common Development And Distribution License (CDDL), Version 1.0
 javax.xml.bind--jaxb-api--2.1=Common Development And Distribution License (CDDL), Version 1.0
 javax.xml.soap--saaj-api--1.3=Common Development And Distribution License (CDDL), Version 1.0
+javax.xml.stream--stax-api--1.0=Common Development And Distribution License (CDDL), Version 1.0
 javax.xml.ws--jaxws-api--2.1=Common Development And Distribution License (CDDL), Version 1.0
 org.apache.zookeeper--zookeeper--3.4.5=The Apache Software License, Version 2.0
 org.codehaus.jettison--jettison--1.3=The Apache Software License, Version 2.0

Modified: stanbol/trunk/launchers/bundlelists/pom.xml
URL: http://svn.apache.org/viewvc/stanbol/trunk/launchers/bundlelists/pom.xml?rev=1509204&r1=1509203&r2=1509204&view=diff
==============================================================================
--- stanbol/trunk/launchers/bundlelists/pom.xml (original)
+++ stanbol/trunk/launchers/bundlelists/pom.xml Thu Aug  1 12:31:18 2013
@@ -120,6 +120,7 @@
                 <exclude>DEPENDENCIES</exclude>
                 <exclude>DEPENDENCIES-BY-LICENSE</exclude>
                 <exclude>RAT-REPORT</exclude>
+                <exclude>**/src/license/THIRD-PARTY.properties</exclude>
 
                 <!-- exclude certain file types -->
                 <exclude>**/*.config</exclude>

Modified: stanbol/trunk/reasoners/jena/pom.xml
URL: http://svn.apache.org/viewvc/stanbol/trunk/reasoners/jena/pom.xml?rev=1509204&r1=1509203&r2=1509204&view=diff
==============================================================================
--- stanbol/trunk/reasoners/jena/pom.xml (original)
+++ stanbol/trunk/reasoners/jena/pom.xml Thu Aug  1 12:31:18 2013
@@ -23,14 +23,12 @@
 
   <parent>
     <groupId>org.apache.stanbol</groupId>
-    <artifactId>stanbol-parent</artifactId>
-    <version>4-SNAPSHOT</version>
-    <relativePath>../../parent</relativePath>
+    <artifactId>apache-stanbol-reasoners</artifactId>
+    <version>0.10.0-SNAPSHOT</version>
+    <relativePath>..</relativePath>
   </parent>
 
-  <groupId>org.apache.stanbol</groupId>
   <artifactId>org.apache.stanbol.reasoners.jena</artifactId>
-  <version>0.10.0-SNAPSHOT</version>
   <packaging>bundle</packaging>
 
   <name>Apache Stanbol Reasoners Jena</name>

Modified: stanbol/trunk/reasoners/manager/pom.xml
URL: http://svn.apache.org/viewvc/stanbol/trunk/reasoners/manager/pom.xml?rev=1509204&r1=1509203&r2=1509204&view=diff
==============================================================================
--- stanbol/trunk/reasoners/manager/pom.xml (original)
+++ stanbol/trunk/reasoners/manager/pom.xml Thu Aug  1 12:31:18 2013
@@ -23,14 +23,12 @@
 
   <parent>
     <groupId>org.apache.stanbol</groupId>
-    <artifactId>stanbol-parent</artifactId>
-    <version>4-SNAPSHOT</version>
-    <relativePath>../../parent</relativePath>
+    <artifactId>apache-stanbol-reasoners</artifactId>
+    <version>0.10.0-SNAPSHOT</version>
+    <relativePath>..</relativePath>
   </parent>
 
-  <groupId>org.apache.stanbol</groupId>
   <artifactId>org.apache.stanbol.reasoners.manager</artifactId>
-  <version>0.10.0-SNAPSHOT</version>
   <packaging>bundle</packaging>
 
   <name>Apache Stanbol Reasoners Service Manager</name>

Modified: stanbol/trunk/reasoners/owlapi/pom.xml
URL: http://svn.apache.org/viewvc/stanbol/trunk/reasoners/owlapi/pom.xml?rev=1509204&r1=1509203&r2=1509204&view=diff
==============================================================================
--- stanbol/trunk/reasoners/owlapi/pom.xml (original)
+++ stanbol/trunk/reasoners/owlapi/pom.xml Thu Aug  1 12:31:18 2013
@@ -23,14 +23,12 @@
 
   <parent>
     <groupId>org.apache.stanbol</groupId>
-    <artifactId>stanbol-parent</artifactId>
-    <version>4-SNAPSHOT</version>
-    <relativePath>../../parent</relativePath>
+    <artifactId>apache-stanbol-reasoners</artifactId>
+    <version>0.10.0-SNAPSHOT</version>
+    <relativePath>..</relativePath>
   </parent>
 
-  <groupId>org.apache.stanbol</groupId>
   <artifactId>org.apache.stanbol.reasoners.owlapi</artifactId>
-  <version>0.10.0-SNAPSHOT</version>
   <packaging>bundle</packaging>
 
   <name>Apache Stanbol Reasoners OWL API</name>

Modified: stanbol/trunk/reasoners/owlapi/src/license/THIRD-PARTY.properties
URL: http://svn.apache.org/viewvc/stanbol/trunk/reasoners/owlapi/src/license/THIRD-PARTY.properties?rev=1509204&r1=1509203&r2=1509204&view=diff
==============================================================================
--- stanbol/trunk/reasoners/owlapi/src/license/THIRD-PARTY.properties (original)
+++ stanbol/trunk/reasoners/owlapi/src/license/THIRD-PARTY.properties Thu Aug  1 12:31:18 2013
@@ -20,8 +20,7 @@
 # Please fill the missing licenses for dependencies :
 #
 #
-#Tue Jul 23 16:59:40 CEST 2013
-asm--asm--3.1=BSD License
+#Thu Aug 01 09:27:14 CEST 2013
 javax.servlet--servlet-api--2.5=Common Development And Distribution License (CDDL), Version 1.0
 org.codehaus.jettison--jettison--1.3=The Apache Software License, Version 2.0
 org.osgi--org.osgi.compendium--4.1.0=The Apache Software License, Version 2.0

Modified: stanbol/trunk/reasoners/pom.xml
URL: http://svn.apache.org/viewvc/stanbol/trunk/reasoners/pom.xml?rev=1509204&r1=1509203&r2=1509204&view=diff
==============================================================================
--- stanbol/trunk/reasoners/pom.xml (original)
+++ stanbol/trunk/reasoners/pom.xml Thu Aug  1 12:31:18 2013
@@ -25,17 +25,36 @@
     <version>4-SNAPSHOT</version>
     <relativePath>../parent</relativePath>
   </parent>
+
   <groupId>org.apache.stanbol</groupId>
-  <artifactId>org.apache.stanbol.reasoners.reactor</artifactId>
+  <artifactId>apache-stanbol-reasoners</artifactId>
   <version>0.10.0-SNAPSHOT</version>
   <packaging>pom</packaging>
 
-  <name>Apache Stanbol Reasoners Reactor</name>
+  <name>Apache Stanbol Reasoners</name>
   <description>
     Pseudo project to build the complete Apache Stanbol Reasoners.
   </description>
 
   <inceptionYear>2011</inceptionYear>
+  <licenses>
+    <license>
+      <name>Apache Software License, Version 2.0</name>
+      <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
+      <distribution>repo</distribution>
+      <comments>A business-friendly OSS license</comments>
+    </license>
+  </licenses>
+
+  <scm>
+    <connection>
+      scm:svn:http://svn.apache.org/repos/asf/stanbol/trunk/reasoners
+    </connection>
+    <developerConnection>
+      scm:svn:https://svn.apache.org/repos/asf/stanbol/trunk/reasoners
+    </developerConnection>
+    <url>http://stanbol.apache.org</url>
+  </scm>
 
   <modules>
     <module>servicesapi</module>
@@ -46,8 +65,102 @@
     <module>web</module>
   </modules>
   
+  <build>
+    <pluginManagement>
+      <plugins>
+        <plugin>
+          <groupId>org.apache.felix</groupId>
+          <artifactId>maven-bundle-plugin</artifactId>
+          <inherited>true</inherited>
+          <configuration>
+            <instructions>
+              <Bundle-Category>Stanbol Reasoners</Bundle-Category>
+            </instructions>
+          </configuration>
+        </plugin>
+      </plugins>
+    </pluginManagement>
+  </build>
+
   <profiles>
     <profile>
+      <id>apache-release</id>
+      <activation>
+        <activeByDefault>false</activeByDefault>
+      </activation>
+      <build>
+        <plugins>
+          <plugin>
+            <groupId>org.apache.rat</groupId>
+            <artifactId>apache-rat-plugin</artifactId>
+            <configuration>
+              <excludeSubProjects>false</excludeSubProjects>
+              <excludes>
+                <!--
+                  All license headers are also checked per
+                  artifact. These excludes are necessary
+                  to make the reactor build suceed. Consider
+                  the excluded files here as already checked
+                  in the artifacts.
+                -->
+
+                <!-- exclude hidden files -->
+                <exclude>**/.*</exclude>
+                <exclude>**/.*/*</exclude>
+                <exclude>**/.*/**/*</exclude>
+
+                <!-- exclude build files -->
+                <exclude>**/target/**</exclude>
+                <exclude>**/*.log</exclude>             
+
+                <!-- exclude generated files listing the licenses of deps -->
+                <exclude>DEPENDENCIES</exclude>
+                <exclude>DEPENDENCIES-BY-LICENSE</exclude>
+                <exclude>RAT-REPORT</exclude>
+                <exclude>**/src/license/THIRD-PARTY.properties</exclude>
+
+                <!-- exclude certain file types -->
+                <exclude>**/*.config</exclude>
+                <exclude>**/*.cfg</exclude>
+                <exclude>**/*.ref</exclude>
+                <exclude>**/*.txt</exclude>
+                <exclude>**/*.tsv</exclude>
+                <exclude>**/*.sem</exclude>
+                <exclude>**/*.ldpath</exclude>
+                <exclude>**/*.mappings</exclude>
+
+                <!-- exclude test files --> 
+                <exclude>**/test/**/*.eml</exclude>
+                <exclude>**/test/**/*.nt</exclude>
+                <exclude>**/test/**/*.nq</exclude>
+                <exclude>**/test/**/*.html</exclude>
+                <exclude>**/test/**/*.xhtml</exclude>
+                <exclude>**/test/**/*.rdf</exclude>
+                <exclude>**/test/**/*.rtf</exclude>
+                <exclude>**/test/**/*.rules</exclude>
+                <exclude>**/test/**/*.odt</exclude>
+                <exclude>**/test/**/*.config</exclude>
+
+                <!-- JS libs -->
+                <exclude>**/META-INF/resources/static/**/jquery-1.6.1</exclude>
+              </excludes>
+            </configuration>
+          </plugin>
+          <plugin>
+            <groupId>org.codehaus.mojo</groupId>
+            <artifactId>license-maven-plugin</artifactId>
+            <executions>
+              <execution>
+                <goals>
+                  <goal>aggregate-add-third-party</goal>
+                </goals>
+              </execution>
+            </executions>
+          </plugin>
+        </plugins>
+      </build>
+    </profile>    
+    <profile>
       <id>do-tests</id>
       <activation>
         <activeByDefault>false</activeByDefault>

Modified: stanbol/trunk/reasoners/servicesapi/pom.xml
URL: http://svn.apache.org/viewvc/stanbol/trunk/reasoners/servicesapi/pom.xml?rev=1509204&r1=1509203&r2=1509204&view=diff
==============================================================================
--- stanbol/trunk/reasoners/servicesapi/pom.xml (original)
+++ stanbol/trunk/reasoners/servicesapi/pom.xml Thu Aug  1 12:31:18 2013
@@ -23,14 +23,12 @@
 
   <parent>
     <groupId>org.apache.stanbol</groupId>
-    <artifactId>stanbol-parent</artifactId>
-    <version>4-SNAPSHOT</version>
-    <relativePath>../../parent</relativePath>
+    <artifactId>apache-stanbol-reasoners</artifactId>
+    <version>0.10.0-SNAPSHOT</version>
+    <relativePath>..</relativePath>
   </parent>
 
-  <groupId>org.apache.stanbol</groupId>
   <artifactId>org.apache.stanbol.reasoners.servicesapi</artifactId>
-  <version>0.10.0-SNAPSHOT</version>
   <packaging>bundle</packaging>
 
   <name>Apache Stanbol Reasoners Services API</name>

Modified: stanbol/trunk/reasoners/test/pom.xml
URL: http://svn.apache.org/viewvc/stanbol/trunk/reasoners/test/pom.xml?rev=1509204&r1=1509203&r2=1509204&view=diff
==============================================================================
--- stanbol/trunk/reasoners/test/pom.xml (original)
+++ stanbol/trunk/reasoners/test/pom.xml Thu Aug  1 12:31:18 2013
@@ -22,14 +22,12 @@
 
   <parent>
     <groupId>org.apache.stanbol</groupId>
-    <artifactId>stanbol-parent</artifactId>
-    <version>4-SNAPSHOT</version>
-    <relativePath>../../parent</relativePath>
+    <artifactId>apache-stanbol-reasoners</artifactId>
+    <version>0.10.0-SNAPSHOT</version>
+    <relativePath>..</relativePath>
   </parent>
 
-  <groupId>org.apache.stanbol</groupId>
   <artifactId>org.apache.stanbol.reasoners.test</artifactId>
-  <version>0.10.0-SNAPSHOT</version>
   <packaging>jar</packaging>
 
   <name>Apache Stanbol Reasoners Test Framework</name>

Modified: stanbol/trunk/reasoners/web/nbactions.xml
URL: http://svn.apache.org/viewvc/stanbol/trunk/reasoners/web/nbactions.xml?rev=1509204&r1=1509203&r2=1509204&view=diff
==============================================================================
--- stanbol/trunk/reasoners/web/nbactions.xml (original)
+++ stanbol/trunk/reasoners/web/nbactions.xml Thu Aug  1 12:31:18 2013
@@ -1,4 +1,20 @@
 <?xml version="1.0" encoding="UTF-8"?>
+<!--
+  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.
+-->
 <actions>
   <action>
     <actionName>CUSTOM-deploy to localhost:8080</actionName>

Modified: stanbol/trunk/reasoners/web/pom.xml
URL: http://svn.apache.org/viewvc/stanbol/trunk/reasoners/web/pom.xml?rev=1509204&r1=1509203&r2=1509204&view=diff
==============================================================================
--- stanbol/trunk/reasoners/web/pom.xml (original)
+++ stanbol/trunk/reasoners/web/pom.xml Thu Aug  1 12:31:18 2013
@@ -1,14 +1,20 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<!-- 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. -->
+<!--
+   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/maven-v4_0_0.xsd">
 
@@ -16,14 +22,12 @@
 
   <parent>
     <groupId>org.apache.stanbol</groupId>
-    <artifactId>stanbol-parent</artifactId>
-    <version>4-SNAPSHOT</version>
-    <relativePath>../../parent</relativePath>
+    <artifactId>apache-stanbol-reasoners</artifactId>
+    <version>0.10.0-SNAPSHOT</version>
+    <relativePath>..</relativePath>
   </parent>
 
-  <groupId>org.apache.stanbol</groupId>
   <artifactId>org.apache.stanbol.reasoners.web</artifactId>
-  <version>0.10.0-SNAPSHOT</version>
   <packaging>bundle</packaging>
 
   <name>Apache Stanbol Reasoners Web</name>
@@ -67,7 +71,7 @@
             <exclude>src/license/THIRD-PARTY.properties</exclude>
 
             <!-- MIT License -->
-            <exclude>src/main/resources/org/apache/stanbol/reasoners/web/static/jquery/jquery-1.6.1</exclude>
+            <exclude>src/main/resources/META-INF/resources/static/reasoners/jquery/jquery-1.6.1</exclude>
           </excludes>
         </configuration>
       </plugin>