You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@stanbol.apache.org by re...@apache.org on 2014/03/27 18:25:19 UTC

svn commit: r1582414 - in /stanbol/trunk/launchers: bundlelists/enhancer-engines-restricted/ bundlelists/enhancer-engines-restricted/src/ bundlelists/enhancer-engines-restricted/src/main/ bundlelists/enhancer-engines-restricted/src/main/bundles/ bundle...

Author: reto
Date: Thu Mar 27 17:25:18 2014
New Revision: 1582414

URL: http://svn.apache.org/r1582414
Log:
STANBOL-1248: Added 4 enhancement engines accessing service with restricted public access to own bundlelist

Added:
    stanbol/trunk/launchers/bundlelists/enhancer-engines-restricted/   (with props)
    stanbol/trunk/launchers/bundlelists/enhancer-engines-restricted/pom.xml
    stanbol/trunk/launchers/bundlelists/enhancer-engines-restricted/src/
    stanbol/trunk/launchers/bundlelists/enhancer-engines-restricted/src/main/
    stanbol/trunk/launchers/bundlelists/enhancer-engines-restricted/src/main/bundles/
    stanbol/trunk/launchers/bundlelists/enhancer-engines-restricted/src/main/bundles/list.xml
Modified:
    stanbol/trunk/launchers/bundlelists/enhancer/src/main/bundles/list.xml
    stanbol/trunk/launchers/full/pom.xml

Propchange: stanbol/trunk/launchers/bundlelists/enhancer-engines-restricted/
------------------------------------------------------------------------------
--- svn:ignore (added)
+++ svn:ignore Thu Mar 27 17:25:18 2014
@@ -0,0 +1 @@
+target

Added: stanbol/trunk/launchers/bundlelists/enhancer-engines-restricted/pom.xml
URL: http://svn.apache.org/viewvc/stanbol/trunk/launchers/bundlelists/enhancer-engines-restricted/pom.xml?rev=1582414&view=auto
==============================================================================
--- stanbol/trunk/launchers/bundlelists/enhancer-engines-restricted/pom.xml (added)
+++ stanbol/trunk/launchers/bundlelists/enhancer-engines-restricted/pom.xml Thu Mar 27 17:25:18 2014
@@ -0,0 +1,41 @@
+<?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. -->
+<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>
+
+  <parent>
+    <groupId>org.apache.stanbol</groupId>
+    <artifactId>apache-stanbol-bundlelists</artifactId>
+    <version>1.0.0-SNAPSHOT</version>
+    <relativePath>..</relativePath>
+  </parent>
+
+  <artifactId>org.apache.stanbol.launchers.bundlelists.enhancer-engines-restricted</artifactId>
+  <version>1.0.0-SNAPSHOT</version>
+  <packaging>partialbundlelist</packaging>
+
+  <name>Apache Stanbol Bundlelist for Restricted Enhancement Engines</name>
+  <description>Any engine that access a service that cannot be accessed without 
+      limits or without providing a license key or similar belong to this list</description>
+
+  <build>
+    <plugins>
+      <plugin>
+        <groupId>org.apache.sling</groupId>
+        <artifactId>maven-launchpad-plugin</artifactId>
+      </plugin>
+    </plugins>
+  </build>
+</project>
+

Added: stanbol/trunk/launchers/bundlelists/enhancer-engines-restricted/src/main/bundles/list.xml
URL: http://svn.apache.org/viewvc/stanbol/trunk/launchers/bundlelists/enhancer-engines-restricted/src/main/bundles/list.xml?rev=1582414&view=auto
==============================================================================
--- stanbol/trunk/launchers/bundlelists/enhancer-engines-restricted/src/main/bundles/list.xml (added)
+++ stanbol/trunk/launchers/bundlelists/enhancer-engines-restricted/src/main/bundles/list.xml Thu Mar 27 17:25:18 2014
@@ -0,0 +1,46 @@
+<?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.
+-->
+
+<bundles>
+    <!-- ********************************************************************* 
+    start level 10 TO 19 reserved for required libraries (internal and external) 
+    ********************************************************************* -->
+    <startLevel level="36">
+        <bundle> <!-- http://www.opencalais.com/ -->
+            <groupId>org.apache.stanbol</groupId>
+            <artifactId>org.apache.stanbol.enhancer.engines.opencalais</artifactId>
+            <version>1.0.0-SNAPSHOT</version>
+        </bundle>
+        <bundle> <!-- http://www.zemanta.com/ -->
+            <groupId>org.apache.stanbol</groupId>
+            <artifactId>org.apache.stanbol.enhancer.engines.zemanta</artifactId>
+            <version>1.0.0-SNAPSHOT</version>
+        </bundle>
+        <bundle> <!-- http://www.geonames.org/ -->
+            <groupId>org.apache.stanbol</groupId>
+            <artifactId>org.apache.stanbol.enhancer.engines.geonames</artifactId>
+            <version>1.0.0-SNAPSHOT</version>
+        </bundle>
+        <bundle> <!-- http://linguagrid.org/ -->
+            <groupId>org.apache.stanbol</groupId>
+            <artifactId>org.apache.stanbol.enhancer.engines.celi</artifactId>
+            <version>1.0.0-SNAPSHOT</version>
+        </bundle>
+    </startLevel>
+
+</bundles>

Modified: stanbol/trunk/launchers/bundlelists/enhancer/src/main/bundles/list.xml
URL: http://svn.apache.org/viewvc/stanbol/trunk/launchers/bundlelists/enhancer/src/main/bundles/list.xml?rev=1582414&r1=1582413&r2=1582414&view=diff
==============================================================================
--- stanbol/trunk/launchers/bundlelists/enhancer/src/main/bundles/list.xml (original)
+++ stanbol/trunk/launchers/bundlelists/enhancer/src/main/bundles/list.xml Thu Mar 27 17:25:18 2014
@@ -324,26 +324,6 @@
     
     <!-- External Service Integration -->
 
-    <bundle> <!-- http://www.opencalais.com/ -->
-      <groupId>org.apache.stanbol</groupId>
-      <artifactId>org.apache.stanbol.enhancer.engines.opencalais</artifactId>
-      <version>1.0.0-SNAPSHOT</version>
-    </bundle>
-    <bundle> <!-- http://www.zemanta.com/ -->
-      <groupId>org.apache.stanbol</groupId>
-      <artifactId>org.apache.stanbol.enhancer.engines.zemanta</artifactId>
-      <version>1.0.0-SNAPSHOT</version>
-    </bundle>
-    <bundle> <!-- http://www.geonames.org/ -->
-      <groupId>org.apache.stanbol</groupId>
-      <artifactId>org.apache.stanbol.enhancer.engines.geonames</artifactId>
-      <version>1.0.0-SNAPSHOT</version>
-    </bundle>
-    <bundle> <!-- http://linguagrid.org/ -->
-      <groupId>org.apache.stanbol</groupId>
-	  <artifactId>org.apache.stanbol.enhancer.engines.celi</artifactId>
-      <version>1.0.0-SNAPSHOT</version>
-    </bundle>
     <bundle> <!-- DBpedia Spotlight Engines (STANBOL-706) -->
       <groupId>org.apache.stanbol</groupId>
       <artifactId>org.apache.stanbol.enhancer.engines.dbpspotlight</artifactId>

Modified: stanbol/trunk/launchers/full/pom.xml
URL: http://svn.apache.org/viewvc/stanbol/trunk/launchers/full/pom.xml?rev=1582414&r1=1582413&r2=1582414&view=diff
==============================================================================
--- stanbol/trunk/launchers/full/pom.xml (original)
+++ stanbol/trunk/launchers/full/pom.xml Thu Mar 27 17:25:18 2014
@@ -243,6 +243,14 @@
       <type>partialbundlelist</type>
       <scope>provided</scope>
     </dependency>
+    
+    <dependency>
+      <groupId>org.apache.stanbol</groupId>
+      <artifactId>org.apache.stanbol.launchers.bundlelists.enhancer-engines-restricted</artifactId>
+      <version>1.0.0-SNAPSHOT</version>
+      <type>partialbundlelist</type>
+      <scope>provided</scope>
+    </dependency>
 
     <!-- Stanbol Entityhub Bundle List -->
     <dependency>