You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@stanbol.apache.org by rw...@apache.org on 2013/02/08 15:30:16 UTC

svn commit: r1444025 [3/5] - in /stanbol/branches/new_bundlelists: ./ bundlelists/ bundlelists/cmsadapter/ bundlelists/components/ bundlelists/components/cmsadapter/ bundlelists/components/cmsadapter/src/main/bundles/ bundlelists/components/contenthub/...

Added: stanbol/branches/new_bundlelists/bundlelists/modules/dep-clerezza-jenatdb/pom.xml
URL: http://svn.apache.org/viewvc/stanbol/branches/new_bundlelists/bundlelists/modules/dep-clerezza-jenatdb/pom.xml?rev=1444025&view=auto
==============================================================================
--- stanbol/branches/new_bundlelists/bundlelists/modules/dep-clerezza-jenatdb/pom.xml (added)
+++ stanbol/branches/new_bundlelists/bundlelists/modules/dep-clerezza-jenatdb/pom.xml Fri Feb  8 14:29:33 2013
@@ -0,0 +1,74 @@
+<?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>0.10.0-SNAPSHOT</version>
+    <relativePath>../..</relativePath>
+  </parent>
+
+  <groupId>org.apache.stanbol</groupId>
+  <artifactId>org.apache.stanbol.launchers.bundlelists.core.clerezza.jenatdb</artifactId>
+  <version>0.10.0-SNAPSHOT</version>
+  <packaging>partialbundlelist</packaging>
+
+  <name>Apache Stanbol Bundlelist for the core Clerezza Jena TDB storage support</name>
+  <description>This includes modules required to allow Clerzza to use the Jena TDB triple store</description>
+
+  <scm>
+    <connection>
+      scm:svn:http://svn.apache.org/repos/asf/stanbol/trunk/launchers/bundlelists/modules/dep-clerezza-jenatdb
+    </connection>
+    <developerConnection>
+      scm:svn:https://svn.apache.org/repos/asf/stanbol/trunk/launchers/bundlelists/modules/dep-clerezza-jenatdb
+    </developerConnection>
+    <url>http://stanbol.apache.org/</url>
+  </scm>
+
+  <build>
+    <plugins>
+      <plugin>
+        <groupId>org.apache.sling</groupId>
+        <artifactId>maven-launchpad-plugin</artifactId>
+        <executions>
+          <execution>
+            <id>attach-bundle-list</id>
+            <goals>
+              <goal>attach-bundle-list</goal>
+            </goals>
+            <configuration>
+              <includeDefaultBundles>false</includeDefaultBundles>
+            </configuration>
+          </execution>
+        </executions>
+      </plugin>
+    </plugins>
+  </build>
+  <dependencies>
+    <dependency>
+      <groupId>org.apache.stanbol</groupId>
+      <artifactId>org.apache.stanbol.launchers.bundlelists.dep.clerezza.jena</artifactId>
+      <version>0.10.0-SNAPSHOT</version>
+      <type>partialbundlelist</type>
+    </dependency>
+  </dependencies>
+  
+</project>

Added: stanbol/branches/new_bundlelists/bundlelists/modules/dep-clerezza-jenatdb/src/main/bundles/list.xml
URL: http://svn.apache.org/viewvc/stanbol/branches/new_bundlelists/bundlelists/modules/dep-clerezza-jenatdb/src/main/bundles/list.xml?rev=1444025&view=auto
==============================================================================
--- stanbol/branches/new_bundlelists/bundlelists/modules/dep-clerezza-jenatdb/src/main/bundles/list.xml (added)
+++ stanbol/branches/new_bundlelists/bundlelists/modules/dep-clerezza-jenatdb/src/main/bundles/list.xml Fri Feb  8 14:29:33 2013
@@ -0,0 +1,51 @@
+<?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.
+-->
+<bundles>
+  <!--
+   *********************************************************************
+   Apache Clerezza Jena TDB  modules
+   *********************************************************************
+   -->
+  <startLevel level="26">
+    <bundle>
+      <groupId>org.apache.clerezza</groupId>
+      <artifactId>rdf.jena.tdb.storage</artifactId>
+      <version>0.5-incubating</version>
+    </bundle>
+    <bundle>
+      <groupId>org.apache.clerezza.ext</groupId>
+      <artifactId>com.hp.hpl.jena.tdb</artifactId>
+      <version>0.3-incubating</version>
+    </bundle>
+  </startLevel>
+  
+  <!--
+   *********************************************************************
+   Apache Clerezza non RDF  modules
+   ********************************************************************* 
+   -->
+  <startLevel level="26">
+    <!-- bundle>
+      <groupId>org.apache.clerezza.ext</groupId>
+      <artifactId>javax.mail</artifactId>
+      <version>0.4-incubating</version>
+    </bundle -->
+  </startLevel>
+
+  
+</bundles>
\ No newline at end of file

Added: stanbol/branches/new_bundlelists/bundlelists/modules/dep-clerezza-plattform/pom.xml
URL: http://svn.apache.org/viewvc/stanbol/branches/new_bundlelists/bundlelists/modules/dep-clerezza-plattform/pom.xml?rev=1444025&view=auto
==============================================================================
--- stanbol/branches/new_bundlelists/bundlelists/modules/dep-clerezza-plattform/pom.xml (added)
+++ stanbol/branches/new_bundlelists/bundlelists/modules/dep-clerezza-plattform/pom.xml Fri Feb  8 14:29:33 2013
@@ -0,0 +1,80 @@
+<?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>0.10.0-SNAPSHOT</version>
+    <relativePath>../..</relativePath>
+  </parent>
+
+  <groupId>org.apache.stanbol</groupId>
+  <artifactId>org.apache.stanbol.launchers.bundlelists.dep.clerezza.plattform</artifactId>
+  <version>0.10.0-SNAPSHOT</version>
+  <packaging>partialbundlelist</packaging>
+
+  <name>Apache Stanbol Bundlelist for Apache Clerezza Plattform</name>
+  <description>This includes the modules required for the Clerezza Plattform</description>
+
+  <scm>
+    <connection>
+      scm:svn:http://svn.apache.org/repos/asf/stanbol/trunk/launchers/bundlelists/modules/dep-clerezza-plattform
+    </connection>
+    <developerConnection>
+      scm:svn:https://svn.apache.org/repos/asf/stanbol/trunk/launchers/bundlelists/modules/dep-clerezza-plattform
+    </developerConnection>
+    <url>http://stanbol.apache.org/</url>
+  </scm>
+
+  <build>
+    <plugins>
+      <plugin>
+        <groupId>org.apache.sling</groupId>
+        <artifactId>maven-launchpad-plugin</artifactId>
+        <executions>
+          <execution>
+            <id>attach-bundle-list</id>
+            <goals>
+              <goal>attach-bundle-list</goal>
+            </goals>
+            <configuration>
+              <includeDefaultBundles>false</includeDefaultBundles>
+            </configuration>
+          </execution>
+        </executions>
+      </plugin>
+    </plugins>
+  </build>
+  <dependencies>
+    <dependency>
+      <groupId>org.apache.stanbol</groupId>
+      <artifactId>org.apache.stanbol.launchers.bundlelists.dep.clerezza</artifactId>
+      <version>0.10.0-SNAPSHOT</version>
+      <type>partialbundlelist</type>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.stanbol</groupId>
+      <artifactId>org.apache.stanbol.launchers.bundlelists.dep.clerezza.jena</artifactId>
+      <version>0.10.0-SNAPSHOT</version>
+      <type>partialbundlelist</type>
+    </dependency>
+  </dependencies>
+  
+</project>

Added: stanbol/branches/new_bundlelists/bundlelists/modules/dep-clerezza-plattform/src/main/bundles/list.xml
URL: http://svn.apache.org/viewvc/stanbol/branches/new_bundlelists/bundlelists/modules/dep-clerezza-plattform/src/main/bundles/list.xml?rev=1444025&view=auto
==============================================================================
--- stanbol/branches/new_bundlelists/bundlelists/modules/dep-clerezza-plattform/src/main/bundles/list.xml (added)
+++ stanbol/branches/new_bundlelists/bundlelists/modules/dep-clerezza-plattform/src/main/bundles/list.xml Fri Feb  8 14:29:33 2013
@@ -0,0 +1,43 @@
+<?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.
+-->
+<bundles>
+  <!--
+   *********************************************************************
+   Apache Clerezza Jena based SPARQL implementation
+   *********************************************************************
+   -->
+  <startLevel level="27">
+		<bundle>
+			<groupId>org.apache.clerezza</groupId>
+			<artifactId>platform.config</artifactId>
+			<version>0.3-incubating</version>
+		</bundle>
+		<bundle>
+			<groupId>org.apache.clerezza</groupId>
+			<artifactId>platform</artifactId>
+			<version>0.1-incubating</version>
+		</bundle>
+		<bundle>
+			<groupId>org.apache.clerezza</groupId>
+			<artifactId>platform.graphprovider.content</artifactId>
+			<version>0.6-incubating</version>
+		</bundle>
+    <!-- TODO: check if more dependencies are required -->
+  </startLevel>
+  
+</bundles>
\ No newline at end of file

Added: stanbol/branches/new_bundlelists/bundlelists/modules/dep-clerezza-sparql/pom.xml
URL: http://svn.apache.org/viewvc/stanbol/branches/new_bundlelists/bundlelists/modules/dep-clerezza-sparql/pom.xml?rev=1444025&view=auto
==============================================================================
--- stanbol/branches/new_bundlelists/bundlelists/modules/dep-clerezza-sparql/pom.xml (added)
+++ stanbol/branches/new_bundlelists/bundlelists/modules/dep-clerezza-sparql/pom.xml Fri Feb  8 14:29:33 2013
@@ -0,0 +1,80 @@
+<?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>0.10.0-SNAPSHOT</version>
+    <relativePath>../..</relativePath>
+  </parent>
+
+  <groupId>org.apache.stanbol</groupId>
+  <artifactId>org.apache.stanbol.launchers.bundlelists.dep.clerezza.sparql</artifactId>
+  <version>0.10.0-SNAPSHOT</version>
+  <packaging>partialbundlelist</packaging>
+
+  <name>Apache Stanbol Bundlelist for Apache Clerezza SARQL</name>
+  <description>This includes the modules required for SPARQL in Clerezza</description>
+
+  <scm>
+    <connection>
+      scm:svn:http://svn.apache.org/repos/asf/stanbol/trunk/launchers/bundlelists/modules/dep-clerezza-sparql
+    </connection>
+    <developerConnection>
+      scm:svn:https://svn.apache.org/repos/asf/stanbol/trunk/launchers/bundlelists/modules/dep-clerezza-sparql
+    </developerConnection>
+    <url>http://stanbol.apache.org/</url>
+  </scm>
+
+  <build>
+    <plugins>
+      <plugin>
+        <groupId>org.apache.sling</groupId>
+        <artifactId>maven-launchpad-plugin</artifactId>
+        <executions>
+          <execution>
+            <id>attach-bundle-list</id>
+            <goals>
+              <goal>attach-bundle-list</goal>
+            </goals>
+            <configuration>
+              <includeDefaultBundles>false</includeDefaultBundles>
+            </configuration>
+          </execution>
+        </executions>
+      </plugin>
+    </plugins>
+  </build>
+  <dependencies>
+    <dependency>
+      <groupId>org.apache.stanbol</groupId>
+      <artifactId>org.apache.stanbol.launchers.bundlelists.dep.clerezza</artifactId>
+      <version>0.10.0-SNAPSHOT</version>
+      <type>partialbundlelist</type>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.stanbol</groupId>
+      <artifactId>org.apache.stanbol.launchers.bundlelists.dep.clerezza.jena</artifactId>
+      <version>0.10.0-SNAPSHOT</version>
+      <type>partialbundlelist</type>
+    </dependency>
+  </dependencies>
+  
+</project>

Added: stanbol/branches/new_bundlelists/bundlelists/modules/dep-clerezza-sparql/src/main/bundles/list.xml
URL: http://svn.apache.org/viewvc/stanbol/branches/new_bundlelists/bundlelists/modules/dep-clerezza-sparql/src/main/bundles/list.xml?rev=1444025&view=auto
==============================================================================
--- stanbol/branches/new_bundlelists/bundlelists/modules/dep-clerezza-sparql/src/main/bundles/list.xml (added)
+++ stanbol/branches/new_bundlelists/bundlelists/modules/dep-clerezza-sparql/src/main/bundles/list.xml Fri Feb  8 14:29:33 2013
@@ -0,0 +1,32 @@
+<?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.
+-->
+<bundles>
+  <!--
+   *********************************************************************
+   Apache Clerezza Jena based SPARQL implementation
+   *********************************************************************
+   -->
+  <startLevel level="26">
+    <bundle>
+      <groupId>org.apache.clerezza</groupId>
+      <artifactId>rdf.jena.sparql</artifactId>
+      <version>0.5-incubating</version>
+    </bundle>
+  </startLevel>
+  
+</bundles>
\ No newline at end of file

Added: stanbol/branches/new_bundlelists/bundlelists/modules/dep-clerezza/pom.xml
URL: http://svn.apache.org/viewvc/stanbol/branches/new_bundlelists/bundlelists/modules/dep-clerezza/pom.xml?rev=1444025&view=auto
==============================================================================
--- stanbol/branches/new_bundlelists/bundlelists/modules/dep-clerezza/pom.xml (added)
+++ stanbol/branches/new_bundlelists/bundlelists/modules/dep-clerezza/pom.xml Fri Feb  8 14:29:33 2013
@@ -0,0 +1,74 @@
+<?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>0.10.0-SNAPSHOT</version>
+    <relativePath>../..</relativePath>
+  </parent>
+
+  <groupId>org.apache.stanbol</groupId>
+  <artifactId>org.apache.stanbol.launchers.bundlelists.dep.clerezza</artifactId>
+  <version>0.10.0-SNAPSHOT</version>
+  <packaging>partialbundlelist</packaging>
+
+  <name>Apache Stanbol Bundlelist for the core Clerezza libraries</name>
+  <description>This includes just the core Clerezza Libraries (no SPRAQL and Serializer)</description>
+
+  <scm>
+    <connection>
+      scm:svn:http://svn.apache.org/repos/asf/stanbol/trunk/launchers/bundlelists/modules/dep-clerezza
+    </connection>
+    <developerConnection>
+      scm:svn:https://svn.apache.org/repos/asf/stanbol/trunk/launchers/bundlelists/modules/dep-clerezza
+    </developerConnection>
+    <url>http://stanbol.apache.org/</url>
+  </scm>
+
+  <build>
+    <plugins>
+      <plugin>
+        <groupId>org.apache.sling</groupId>
+        <artifactId>maven-launchpad-plugin</artifactId>
+        <executions>
+          <execution>
+            <id>attach-bundle-list</id>
+            <goals>
+              <goal>attach-bundle-list</goal>
+            </goals>
+            <configuration>
+              <includeDefaultBundles>false</includeDefaultBundles>
+            </configuration>
+          </execution>
+        </executions>
+      </plugin>
+    </plugins>
+  </build>
+  <dependencies>
+    <dependency>
+      <groupId>org.apache.stanbol</groupId>
+      <artifactId>org.apache.stanbol.launchers.bundlelists.dep.commonlibs</artifactId>
+      <version>0.10.0-SNAPSHOT</version>
+      <type>partialbundlelist</type>
+    </dependency>
+  </dependencies>
+  
+</project>

Added: stanbol/branches/new_bundlelists/bundlelists/modules/dep-clerezza/src/main/bundles/list.xml
URL: http://svn.apache.org/viewvc/stanbol/branches/new_bundlelists/bundlelists/modules/dep-clerezza/src/main/bundles/list.xml?rev=1444025&view=auto
==============================================================================
--- stanbol/branches/new_bundlelists/bundlelists/modules/dep-clerezza/src/main/bundles/list.xml (added)
+++ stanbol/branches/new_bundlelists/bundlelists/modules/dep-clerezza/src/main/bundles/list.xml Fri Feb  8 14:29:33 2013
@@ -0,0 +1,82 @@
+<?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.
+-->
+<bundles>
+  <!-- *********************************************************************
+   Apache Clerezza RDF core modules
+   ********************************************************************* -->
+  <startLevel level="26">
+    <bundle>
+      <groupId>org.apache.clerezza</groupId>
+      <artifactId>rdf.core</artifactId>
+      <version>0.12-incubating</version>
+    </bundle>
+    <bundle>
+      <groupId>org.apache.clerezza</groupId>
+      <artifactId>rdf.utils</artifactId>
+      <version>0.13-incubating</version>
+    </bundle>
+    <bundle>
+      <groupId>org.apache.clerezza</groupId>
+      <artifactId>rdf.ontologies</artifactId>
+      <version>0.11-incubating</version>
+    </bundle>
+    <bundle>
+      <groupId>org.apache.clerezza</groupId>
+      <artifactId>rdf.rdfjson</artifactId>
+      <version>0.3-incubating</version>
+    </bundle>
+    <!-- 
+      Add support for fast index based in-memory models
+     -->
+    <bundle>
+      <groupId>org.apache.stanbol</groupId>
+      <artifactId>org.apache.stanbol.commons.indexedgraph</artifactId>
+      <version>0.12.0-SNAPSHOT</version>
+    </bundle>
+  </startLevel>
+  
+  <!--
+   *********************************************************************
+   Apache Clerezza non RDF  modules
+   ********************************************************************* 
+   -->
+  <startLevel level="26">
+    <bundle>
+      <groupId>org.apache.clerezza</groupId>
+      <artifactId>utils</artifactId>
+      <version>0.1-incubating</version>
+    </bundle>
+    <bundle>
+      <groupId>org.wymiwyg</groupId>
+      <artifactId>wymiwyg-commons-core</artifactId>
+      <version>0.7.5</version>
+    </bundle>
+    <bundle>
+      <groupId>org.apache.clerezza.ext</groupId>
+      <artifactId>com.ibm.icu</artifactId>
+      <version>0.5-incubating</version>
+    </bundle>
+    <!-- bundle>
+      <groupId>org.apache.clerezza.ext</groupId>
+      <artifactId>javax.mail</artifactId>
+      <version>0.4-incubating</version>
+    </bundle -->
+  </startLevel>
+
+  
+</bundles>
\ No newline at end of file

Added: stanbol/branches/new_bundlelists/bundlelists/modules/dep-commonlibs/pom.xml
URL: http://svn.apache.org/viewvc/stanbol/branches/new_bundlelists/bundlelists/modules/dep-commonlibs/pom.xml?rev=1444025&view=auto
==============================================================================
--- stanbol/branches/new_bundlelists/bundlelists/modules/dep-commonlibs/pom.xml (added)
+++ stanbol/branches/new_bundlelists/bundlelists/modules/dep-commonlibs/pom.xml Fri Feb  8 14:29:33 2013
@@ -0,0 +1,65 @@
+<?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>0.10.0-SNAPSHOT</version>
+    <relativePath>../..</relativePath>
+  </parent>
+
+  <groupId>org.apache.stanbol</groupId>
+  <artifactId>org.apache.stanbol.launchers.bundlelists.dep.commonlibs</artifactId>
+  <version>0.10.0-SNAPSHOT</version>
+  <packaging>partialbundlelist</packaging>
+
+  <name>Apache Stanbol Bundlelist for commonly used libs</name>
+  <description>This includes libs such as apache-commons, json, xml ... </description>
+
+  <scm>
+    <connection>
+      scm:svn:http://svn.apache.org/repos/asf/stanbol/trunk/launchers/bundlelists/modules/dep-commonlibs
+    </connection>
+    <developerConnection>
+      scm:svn:https://svn.apache.org/repos/asf/stanbol/trunk/launchers/bundlelists/modules/dep-commonlibs
+    </developerConnection>
+    <url>http://stanbol.apache.org/</url>
+  </scm>
+
+  <build>
+    <plugins>
+      <plugin>
+        <groupId>org.apache.sling</groupId>
+        <artifactId>maven-launchpad-plugin</artifactId>
+        <executions>
+          <execution>
+            <id>attach-bundle-list</id>
+            <goals>
+              <goal>attach-bundle-list</goal>
+            </goals>
+            <configuration>
+              <includeDefaultBundles>false</includeDefaultBundles>
+            </configuration>
+          </execution>
+        </executions>
+      </plugin>
+    </plugins>
+  </build>
+</project>

Added: stanbol/branches/new_bundlelists/bundlelists/modules/dep-commonlibs/src/main/bundles/list.xml
URL: http://svn.apache.org/viewvc/stanbol/branches/new_bundlelists/bundlelists/modules/dep-commonlibs/src/main/bundles/list.xml?rev=1444025&view=auto
==============================================================================
--- stanbol/branches/new_bundlelists/bundlelists/modules/dep-commonlibs/src/main/bundles/list.xml (added)
+++ stanbol/branches/new_bundlelists/bundlelists/modules/dep-commonlibs/src/main/bundles/list.xml Fri Feb  8 14:29:33 2013
@@ -0,0 +1,130 @@
+<?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.
+-->
+<bundles>
+
+
+  <!-- *********************************************************************
+    Apache Commons libs 
+    ********************************************************************* -->
+  <startLevel level="20">
+    <bundle>
+      <groupId>commons-cli</groupId>
+      <artifactId>commons-cli</artifactId>
+      <version>1.2</version>
+    </bundle>
+    <bundle>
+      <groupId>commons-lang</groupId>
+      <artifactId>commons-lang</artifactId>
+      <version>2.6</version>
+    </bundle>
+    <bundle>
+      <groupId>commons-collections</groupId>
+      <artifactId>commons-collections</artifactId>
+      <version>3.2.1</version>
+    </bundle>
+    <bundle>
+      <groupId>commons-io</groupId>
+      <artifactId>commons-io</artifactId>
+      <version>2.4</version>
+    </bundle>
+    <bundle>
+      <groupId>org.apache.commons</groupId>
+      <artifactId>commons-compress</artifactId>
+      <version>1.4.1</version>
+    </bundle>
+    <bundle> <!-- dependency of commons-compress 1.4+ -->
+      <groupId>org.tukaani</groupId>
+      <artifactId>xz</artifactId>
+      <version>1.2</version>
+    </bundle>
+    <bundle>
+      <groupId>commons-codec</groupId>
+      <artifactId>commons-codec</artifactId>
+      <version>1.7</version>
+    </bundle>
+    <bundle>
+      <groupId>commons-fileupload</groupId>
+      <artifactId>commons-fileupload</artifactId>
+      <version>1.2.2</version>
+    </bundle>
+    <bundle>
+      <groupId>org.apache.httpcomponents</groupId>
+      <artifactId>httpcore-osgi</artifactId>
+      <version>4.2.3</version>
+    </bundle>
+    <bundle>
+      <groupId>org.apache.httpcomponents</groupId>
+      <artifactId>httpclient-osgi</artifactId>
+      <version>4.2.3</version>
+    </bundle>
+    <!-- bundle - AFAIK only used by Solr ... so not in commonslib
+       <groupId>org.apache.servicemix.bundles</groupId>
+       <artifactId>org.apache.servicemix.bundles.commons-beanutils</artifactId>
+       <version>1.8.3_1</version>
+     </bundle -->
+    <!-- bundle - AFAIK only used by Solr ... so not in commonslib
+      <groupId>org.apache.servicemix.bundles</groupId>
+      <artifactId>org.apache.servicemix.bundles.regexp</artifactId>
+      <version>1.3_3</version>
+    </bundle> -->
+    <!-- bundle> - AFAIK only used by Solr ... so not in commonslib
+      <groupId>org.apache.servicemix.bundles</groupId>
+      <artifactId>org.apache.servicemix.bundles.woodstox</artifactId>
+      <version>3.2.9_3</version>
+    </bundle -->
+    <!-- bundle> - only used by the Entityhub
+      <groupId>joda-time</groupId>
+      <artifactId>joda-time</artifactId>
+      <version>1.6.2</version>
+    </bundle -->
+  </startLevel>
+
+  <!-- *********************************************************************
+   The different JSON libs used by Apache Stanbol
+   ********************************************************************* -->
+  <startLevel level="20">
+    <bundle> <!-- org.json as bundle provided by geronimo.apache.org-->
+      <groupId>org.apache.geronimo.bundles</groupId>
+      <artifactId>json</artifactId>
+      <version>20090211_1</version>
+    </bundle>
+    <bundle> <!-- used for simple JSON parsing/writing in Stanbol -->
+      <groupId>org.codehaus.jettison</groupId>
+      <artifactId>jettison</artifactId>
+      <version>1.3.3</version>
+    </bundle>
+    <bundle> <!-- used for stream parsing/serialization -->
+      <groupId>org.codehaus.jackson</groupId>
+      <artifactId>jackson-core-asl</artifactId>
+      <version>1.9.12</version>
+    </bundle>
+    <bundle> <!--  JSON Tree model and JSON - Object mappings -->
+      <groupId>org.codehaus.jackson</groupId>
+      <artifactId>jackson-mapper-asl</artifactId>
+      <version>1.9.12</version>
+    </bundle>
+    <bundle> <!-- for JAX-RS integration -->
+      <groupId>org.codehaus.jackson</groupId>
+      <artifactId>jackson-jaxrs</artifactId>
+      <version>1.9.12</version>
+    </bundle>
+    
+  </startLevel>
+  
+  
+</bundles>
\ No newline at end of file

Added: stanbol/branches/new_bundlelists/bundlelists/modules/dep-sling/pom.xml
URL: http://svn.apache.org/viewvc/stanbol/branches/new_bundlelists/bundlelists/modules/dep-sling/pom.xml?rev=1444025&view=auto
==============================================================================
--- stanbol/branches/new_bundlelists/bundlelists/modules/dep-sling/pom.xml (added)
+++ stanbol/branches/new_bundlelists/bundlelists/modules/dep-sling/pom.xml Fri Feb  8 14:29:33 2013
@@ -0,0 +1,68 @@
+<?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>0.10.0-SNAPSHOT</version>
+    <relativePath>../..</relativePath>
+  </parent>
+
+  <groupId>org.apache.stanbol</groupId>
+  <artifactId>org.apache.stanbol.launchers.bundlelists.dep.sling</artifactId>
+  <version>0.10.0-SNAPSHOT</version>
+  <packaging>partialbundlelist</packaging>
+
+  <name>Apache Stanbol Bundlelist for the Apche Sling and OSGI framework</name>
+  <description>
+    Provides the Apache Sling runtime as well core OSGI modules (excluding the
+    Felix Webconsole)
+  </description>
+
+  <scm>
+    <connection>
+      scm:svn:http://svn.apache.org/repos/asf/stanbol/trunk/launchers/bundlelists/modules/dep-sling
+    </connection>
+    <developerConnection>
+      scm:svn:https://svn.apache.org/repos/asf/stanbol/trunk/launchers/bundlelists/modules/dep-sling
+    </developerConnection>
+    <url>http://stanbol.apache.org/</url>
+  </scm>
+
+  <build>
+    <plugins>
+      <plugin>
+        <groupId>org.apache.sling</groupId>
+        <artifactId>maven-launchpad-plugin</artifactId>
+        <executions>
+          <execution>
+            <id>attach-bundle-list</id>
+            <goals>
+              <goal>attach-bundle-list</goal>
+            </goals>
+            <configuration>
+              <includeDefaultBundles>false</includeDefaultBundles>
+            </configuration>
+          </execution>
+        </executions>
+      </plugin>
+    </plugins>
+  </build>
+</project>

Added: stanbol/branches/new_bundlelists/bundlelists/modules/dep-sling/src/main/bundles/list.xml
URL: http://svn.apache.org/viewvc/stanbol/branches/new_bundlelists/bundlelists/modules/dep-sling/src/main/bundles/list.xml?rev=1444025&view=auto
==============================================================================
--- stanbol/branches/new_bundlelists/bundlelists/modules/dep-sling/src/main/bundles/list.xml (added)
+++ stanbol/branches/new_bundlelists/bundlelists/modules/dep-sling/src/main/bundles/list.xml Fri Feb  8 14:29:33 2013
@@ -0,0 +1,164 @@
+<?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.
+-->
+<bundles>
+  <!-- 
+   *************************************************************************
+   OSGi infrastructure
+   ************************************************************************* 
+   -->
+  <startLevel level="5">
+    <!-- JDK Package Exporter -->
+    <bundle>
+      <groupId>org.apache.stanbol</groupId>
+      <artifactId>org.apache.stanbol.commons.frameworkfragment</artifactId>
+      <version>0.12.0-SNAPSHOT</version>
+    </bundle>
+    <bundle>
+      <groupId>org.apache.sling</groupId>
+      <artifactId>org.apache.sling.commons.log</artifactId>
+      <version>2.1.2</version>
+    </bundle>
+    <bundle>
+      <groupId>org.apache.felix</groupId>
+      <artifactId>org.osgi.core</artifactId>
+      <version>1.4.0</version>
+    </bundle>
+    <bundle>
+      <groupId>org.apache.felix</groupId>
+      <artifactId>org.apache.felix.scr</artifactId>
+      <version>1.6.0</version>
+    </bundle>
+    <bundle>
+      <groupId>org.apache.felix</groupId>
+      <artifactId>org.apache.felix.configadmin</artifactId>
+      <version>1.2.8</version>
+    </bundle>
+    <bundle>
+      <groupId>org.apache.felix</groupId>
+      <artifactId>org.apache.felix.metatype</artifactId>
+      <version>1.0.4</version>
+    </bundle>
+    <bundle>
+      <groupId>org.apache.felix</groupId>
+      <artifactId>org.apache.felix.eventadmin</artifactId>
+      <version>1.2.14</version>
+    </bundle>
+    <!-- bundle>
+      <groupId>org.apache.felix</groupId>
+      <artifactId>org.apache.felix.dependencymanager</artifactId>
+      <version>3.0.0</version>
+    </bundle>
+    <bundle>
+      <groupId>org.apache.felix</groupId>
+      <artifactId>org.apache.felix.dependencymanager.runtime</artifactId>
+      <version>3.0.0</version>
+    </bundle -->
+    <!-- bundle>
+      <groupId>org.apache.felix</groupId>
+      <artifactId>org.apache.felix.deploymentadmin</artifactId>
+      <version>0.9.0</version>
+    </bundle -->
+    <bundle>
+      <groupId>org.apache.felix</groupId>
+      <artifactId>org.apache.felix.shell</artifactId>
+      <version>1.4.3</version>    
+    </bundle>
+    <!-- bundle>  OSGi Command Line Shell support (replaced by org.apache.felix.shell)
+      <groupId>org.apache.felix</groupId>
+      <artifactId>org.apache.felix.gogo.runtime</artifactId>
+      <version>0.10.0</version>
+    </bundle -->
+<!--     <bundle>
+      <groupId>org.apache.sling</groupId>
+      <artifactId>org.apache.sling.commons.osgi</artifactId>
+      <version>2.1.0</version>
+    </bundle>  -->
+    <bundle>
+      <groupId>org.apache.felix</groupId>
+      <artifactId>org.apache.felix.bundlerepository</artifactId>
+      <version>1.6.6</version>
+    </bundle>
+  </startLevel>
+
+  <!--
+   *************************************************************************
+   Apache Sling base
+   *************************************************************************
+   -->
+  <!-- Sling launchpad -->
+  <startLevel level="7">
+    <bundle>
+      <groupId>org.apache.sling</groupId>
+      <artifactId>org.apache.sling.launchpad.api</artifactId>
+      <version>1.1.0</version>
+    </bundle>
+    <bundle>
+      <groupId>org.apache.sling</groupId>
+      <artifactId>org.apache.sling.settings</artifactId>
+      <version>1.2.2</version>
+    </bundle>
+  </startLevel>
+  <startLevel level="8">
+    <!-- Apache Sling Installer incl. Stanbol Extensions -->
+    <bundle>
+      <groupId>org.apache.sling</groupId>
+      <artifactId>org.apache.sling.installer.api</artifactId>
+      <version>1.0.0</version>
+    </bundle>
+    <bundle>
+      <groupId>org.apache.sling</groupId>
+      <artifactId>org.apache.sling.installer.core</artifactId>
+      <version>3.4.4</version>
+    </bundle>
+    <bundle>
+      <groupId>org.apache.sling</groupId>
+      <artifactId>org.apache.sling.installer.factory.configuration</artifactId>
+      <version>1.0.8</version>
+    </bundle>
+    <bundle>
+      <groupId>org.apache.sling</groupId>
+      <artifactId>org.apache.sling.installer.provider.file</artifactId>
+      <version>1.0.2</version>
+    </bundle>
+    <bundle>
+      <groupId>org.apache.sling</groupId>
+      <artifactId>org.apache.sling.launchpad.installer</artifactId>
+      <version>1.2.0</version>
+    </bundle>
+    <bundle>
+      <groupId>org.apache.stanbol</groupId>
+      <artifactId>org.apache.stanbol.commons.installer.bundleprovider</artifactId>
+      <version>0.12.0-SNAPSHOT</version>
+    </bundle>
+  </startLevel>
+
+  <!--
+   *************************************************************************
+   Apache Stanbol core services
+   *************************************************************************
+   -->
+  <startLevel level="27">
+    <!-- Allows to run Stanbol in offline mode -->
+    <bundle>
+      <groupId>org.apache.stanbol</groupId>
+      <artifactId>org.apache.stanbol.commons.stanboltools.offline
+      </artifactId>
+      <version>0.12.0-SNAPSHOT</version>
+    </bundle>
+  </startLevel>
+</bundles>
\ No newline at end of file

Added: stanbol/branches/new_bundlelists/bundlelists/modules/dep-tika/pom.xml
URL: http://svn.apache.org/viewvc/stanbol/branches/new_bundlelists/bundlelists/modules/dep-tika/pom.xml?rev=1444025&view=auto
==============================================================================
--- stanbol/branches/new_bundlelists/bundlelists/modules/dep-tika/pom.xml (added)
+++ stanbol/branches/new_bundlelists/bundlelists/modules/dep-tika/pom.xml Fri Feb  8 14:29:33 2013
@@ -0,0 +1,74 @@
+<?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>0.10.0-SNAPSHOT</version>
+    <relativePath>../..</relativePath>
+  </parent>
+
+  <groupId>org.apache.stanbol</groupId>
+  <artifactId>org.apache.stanbol.launchers.bundlelists.dep.tika</artifactId>
+  <packaging>partialbundlelist</packaging>
+
+  <name>Apache Stanbol Bundlelist for Apache Tika</name>
+  <description>This includes all modules as required for Apache Tika</description>
+
+  <scm>
+    <connection>
+      scm:svn:http://svn.apache.org/repos/asf/stanbol/trunk/launchers/bundlelists/modules/dep-tika
+    </connection>
+    <developerConnection>
+      scm:svn:https://svn.apache.org/repos/asf/stanbol/trunk/launchers/bundlelists/modules/dep-tika
+    </developerConnection>
+    <url>http://stanbol.apache.org/</url>
+  </scm>
+
+  <build>
+    <plugins>
+      <plugin>
+        <groupId>org.apache.sling</groupId>
+        <artifactId>maven-launchpad-plugin</artifactId>
+        <executions>
+          <execution>
+            <id>attach-bundle-list</id>
+            <goals>
+              <goal>attach-bundle-list</goal>
+            </goals>
+            <configuration>
+              <includeDefaultBundles>false</includeDefaultBundles>
+            </configuration>
+          </execution>
+        </executions>
+      </plugin>
+    </plugins>
+  </build>
+  
+  <dependencies>
+    <dependency>
+      <groupId>org.apache.stanbol</groupId>
+      <artifactId>org.apache.stanbol.launchers.bundlelists.dep.commonlibs</artifactId>
+      <version>0.10.0-SNAPSHOT</version>
+      <type>partialbundlelist</type>
+    </dependency>
+  </dependencies>
+  
+</project>

Added: stanbol/branches/new_bundlelists/bundlelists/modules/dep-tika/src/main/bundles/list.xml
URL: http://svn.apache.org/viewvc/stanbol/branches/new_bundlelists/bundlelists/modules/dep-tika/src/main/bundles/list.xml?rev=1444025&view=auto
==============================================================================
--- stanbol/branches/new_bundlelists/bundlelists/modules/dep-tika/src/main/bundles/list.xml (added)
+++ stanbol/branches/new_bundlelists/bundlelists/modules/dep-tika/src/main/bundles/list.xml Fri Feb  8 14:29:33 2013
@@ -0,0 +1,42 @@
+<?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.
+-->
+<bundles>
+
+  <!-- ********************************************************************* 
+    Apache Tika modules 
+    ********************************************************************* -->
+  <!-- Note: that Tika only inits the Parser correctly if the start level of
+   tika-core is lower than tika-bundle
+   -->
+  <startLevel level="26">
+    <bundle> <!-- Apache Tika core (required by the LangId and TikaEngine) -->
+      <groupId>org.apache.tika</groupId>
+      <artifactId>tika-core</artifactId>
+      <version>1.2</version>
+    </bundle>
+  </startLevel>
+  <startLevel level="27">
+    <bundle> <!-- Apache Tika bundle (required by the TikaEngine) -->
+      <groupId>org.apache.tika</groupId>
+      <artifactId>tika-bundle</artifactId>
+      <version>1.2</version>
+    </bundle>
+  </startLevel>
+
+  
+</bundles>
\ No newline at end of file

Added: stanbol/branches/new_bundlelists/bundlelists/modules/dep-velocity/pom.xml
URL: http://svn.apache.org/viewvc/stanbol/branches/new_bundlelists/bundlelists/modules/dep-velocity/pom.xml?rev=1444025&view=auto
==============================================================================
--- stanbol/branches/new_bundlelists/bundlelists/modules/dep-velocity/pom.xml (added)
+++ stanbol/branches/new_bundlelists/bundlelists/modules/dep-velocity/pom.xml Fri Feb  8 14:29:33 2013
@@ -0,0 +1,74 @@
+<?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>0.10.0-SNAPSHOT</version>
+    <relativePath>../..</relativePath>
+  </parent>
+
+  <groupId>org.apache.stanbol</groupId>
+  <artifactId>org.apache.stanbol.launchers.bundlelists.dep.velocity</artifactId>
+  <packaging>partialbundlelist</packaging>
+
+  <name>Apache Stanbol Bundlelist for Apache Velocity</name>
+  <description>This provides Apache Velocity</description>
+
+  <scm>
+    <connection>
+      scm:svn:http://svn.apache.org/repos/asf/stanbol/trunk/launchers/bundlelists/modules/dep-velocity
+    </connection>
+    <developerConnection>
+      scm:svn:https://svn.apache.org/repos/asf/stanbol/trunk/launchers/bundlelists/modules/dep-velocity
+    </developerConnection>
+    <url>http://stanbol.apache.org/</url>
+  </scm>
+
+  <build>
+    <plugins>
+      <plugin>
+        <groupId>org.apache.sling</groupId>
+        <artifactId>maven-launchpad-plugin</artifactId>
+        <executions>
+          <execution>
+            <id>attach-bundle-list</id>
+            <goals>
+              <goal>attach-bundle-list</goal>
+            </goals>
+            <configuration>
+              <includeDefaultBundles>false</includeDefaultBundles>
+            </configuration>
+          </execution>
+        </executions>
+      </plugin>
+    </plugins>
+  </build>
+  
+  <dependencies>
+    <dependency>
+      <groupId>org.apache.stanbol</groupId>
+      <artifactId>org.apache.stanbol.launchers.bundlelists.dep.commonlibs</artifactId>
+      <version>0.10.0-SNAPSHOT</version>
+      <type>partialbundlelist</type>
+    </dependency>
+  </dependencies>
+  
+</project>

Added: stanbol/branches/new_bundlelists/bundlelists/modules/dep-velocity/src/main/bundles/list.xml
URL: http://svn.apache.org/viewvc/stanbol/branches/new_bundlelists/bundlelists/modules/dep-velocity/src/main/bundles/list.xml?rev=1444025&view=auto
==============================================================================
--- stanbol/branches/new_bundlelists/bundlelists/modules/dep-velocity/src/main/bundles/list.xml (added)
+++ stanbol/branches/new_bundlelists/bundlelists/modules/dep-velocity/src/main/bundles/list.xml Fri Feb  8 14:29:33 2013
@@ -0,0 +1,36 @@
+<?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.
+-->
+<bundles>
+
+  <!-- ********************************************************************* 
+    Apache Velocity modules 
+    ********************************************************************* -->
+  <startLevel level="20">
+    <bundle>
+      <groupId>org.apache.velocity</groupId>
+      <artifactId>velocity</artifactId>
+      <version>1.7</version>
+    </bundle>
+    <bundle>
+      <groupId>org.apache.servicemix.bundles</groupId>
+      <artifactId>org.apache.servicemix.bundles.velocity-tools</artifactId>
+      <version>2.0_1</version>
+    </bundle>
+  </startLevel>
+  
+</bundles>
\ No newline at end of file

Added: stanbol/branches/new_bundlelists/bundlelists/modules/dep-webconsole/pom.xml
URL: http://svn.apache.org/viewvc/stanbol/branches/new_bundlelists/bundlelists/modules/dep-webconsole/pom.xml?rev=1444025&view=auto
==============================================================================
--- stanbol/branches/new_bundlelists/bundlelists/modules/dep-webconsole/pom.xml (added)
+++ stanbol/branches/new_bundlelists/bundlelists/modules/dep-webconsole/pom.xml Fri Feb  8 14:29:33 2013
@@ -0,0 +1,75 @@
+<?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>stanbol-parent</artifactId>
+    <version>4-SNAPSHOT</version>
+    <relativePath>../../../parent</relativePath>
+  </parent>
+
+  <groupId>org.apache.stanbol</groupId>
+  <artifactId>org.apache.stanbol.launchers.bundlelists.dep.webconsole</artifactId>
+  <version>0.10.0-SNAPSHOT</version>
+  <packaging>partialbundlelist</packaging>
+
+  <name>Apache Stanbol Bundlelist adding the Felix Webconsole to the Core Runtime</name>
+  <description>Provides the core OSGI Webconsole including additinal plugins</description>
+
+  <scm>
+    <connection>
+      scm:svn:http://svn.apache.org/repos/asf/stanbol/trunk/launchers/bundlelists/modules/dep-webconsole
+    </connection>
+    <developerConnection>
+      scm:svn:https://svn.apache.org/repos/asf/stanbol/trunk/launchers/bundlelists/modules/dep-webconsole
+    </developerConnection>
+    <url>http://stanbol.apache.org/</url>
+  </scm>
+
+  <build>
+    <plugins>
+      <plugin>
+        <groupId>org.apache.sling</groupId>
+        <artifactId>maven-launchpad-plugin</artifactId>
+        <executions>
+          <execution>
+            <id>attach-bundle-list</id>
+            <goals>
+              <goal>attach-bundle-list</goal>
+            </goals>
+            <configuration>
+              <includeDefaultBundles>false</includeDefaultBundles>
+            </configuration>
+          </execution>
+        </executions>
+      </plugin>
+    </plugins>
+  </build>
+  
+  <dependencies>
+    <dependency>
+      <groupId>org.apache.stanbol</groupId>
+      <artifactId>org.apache.stanbol.launchers.bundlelists.dep.sling</artifactId>
+      <version>0.10.0-SNAPSHOT</version>
+      <type>partialbundlelist</type>
+    </dependency>
+  </dependencies>
+
+</project>

Added: stanbol/branches/new_bundlelists/bundlelists/modules/dep-webconsole/src/main/bundles/list.xml
URL: http://svn.apache.org/viewvc/stanbol/branches/new_bundlelists/bundlelists/modules/dep-webconsole/src/main/bundles/list.xml?rev=1444025&view=auto
==============================================================================
--- stanbol/branches/new_bundlelists/bundlelists/modules/dep-webconsole/src/main/bundles/list.xml (added)
+++ stanbol/branches/new_bundlelists/bundlelists/modules/dep-webconsole/src/main/bundles/list.xml Fri Feb  8 14:29:33 2013
@@ -0,0 +1,62 @@
+<?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.
+-->
+<bundles>
+  <!-- Felix web console and plugins -->
+  <startLevel level="21">
+    <bundle>
+      <groupId>org.apache.felix</groupId>
+      <artifactId>org.apache.felix.webconsole</artifactId>
+      <version>4.0.0</version>
+    </bundle>
+    <bundle>
+      <groupId>org.apache.sling</groupId>
+      <artifactId>org.apache.sling.extensions.threaddump</artifactId>
+      <version>0.2.2</version>
+    </bundle>
+    <bundle>
+      <groupId>org.apache.felix</groupId>
+      <artifactId>org.apache.felix.webconsole.plugins.packageadmin</artifactId>
+      <version>1.0.0</version>
+    </bundle>
+    <bundle>
+      <groupId>org.apache.felix</groupId>
+      <artifactId>org.apache.felix.webconsole.plugins.ds</artifactId>
+      <version>1.0.0</version>
+    </bundle>
+    <bundle>
+      <groupId>org.apache.felix</groupId>
+      <artifactId>org.apache.felix.webconsole.plugins.obr</artifactId>
+      <version>1.0.0</version>
+    </bundle>
+    <bundle>
+      <groupId>org.apache.felix</groupId>
+      <artifactId>org.apache.felix.webconsole.plugins.event</artifactId>
+      <version>1.0.2</version>
+    </bundle>
+    <bundle>
+      <groupId>org.apache.felix</groupId>
+      <artifactId>org.apache.felix.webconsole.plugins.memoryusage</artifactId>
+      <version>1.0.4</version>
+    </bundle>
+    <bundle> <!-- The Apache Sling Installer WebConsole plugin -->
+      <groupId>org.apache.sling</groupId>
+      <artifactId>org.apache.sling.installer.console</artifactId>
+      <version>1.0.0</version>
+    </bundle>
+  </startLevel>
+</bundles>
\ No newline at end of file

Added: stanbol/branches/new_bundlelists/bundlelists/modules/engines-entityhub/pom.xml
URL: http://svn.apache.org/viewvc/stanbol/branches/new_bundlelists/bundlelists/modules/engines-entityhub/pom.xml?rev=1444025&view=auto
==============================================================================
--- stanbol/branches/new_bundlelists/bundlelists/modules/engines-entityhub/pom.xml (added)
+++ stanbol/branches/new_bundlelists/bundlelists/modules/engines-entityhub/pom.xml Fri Feb  8 14:29:33 2013
@@ -0,0 +1,89 @@
+<?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>0.10.0-SNAPSHOT</version>
+    <relativePath>../..</relativePath>
+  </parent>
+
+  <groupId>org.apache.stanbol</groupId>
+  <artifactId>org.apache.stanbol.launchers.bundlelists.engines.entityhub</artifactId>
+  <version>0.10.0-SNAPSHOT</version>
+  <packaging>partialbundlelist</packaging>
+
+  <name>Apache Stanbol Bundlelist for Stanbol Enhancer Entityhub based EnhancementEngines</name>
+  <description>
+    This Bundlelist provides EnhancementEngines that depend on the Stanbol
+    Entityhub component
+  </description>
+
+  <scm>
+    <connection>
+      scm:svn:http://svn.apache.org/repos/asf/stanbol/trunk/launchers/bundlelists/components/engines-entityhub
+    </connection>
+    <developerConnection>
+      scm:svn:https://svn.apache.org/repos/asf/stanbol/trunk/launchers/bundlelists/components/engines-entityhub
+    </developerConnection>
+    <url>http://stanbol.apache.org/</url>
+  </scm>
+
+  <build>
+    <plugins>
+      <plugin>
+        <groupId>org.apache.sling</groupId>
+        <artifactId>maven-launchpad-plugin</artifactId>
+        <executions>
+          <execution>
+            <id>attach-bundle-list</id>
+            <goals>
+              <goal>attach-bundle-list</goal>
+            </goals>
+            <configuration>
+              <includeDefaultBundles>false</includeDefaultBundles>
+            </configuration>
+          </execution>
+        </executions>
+      </plugin>
+    </plugins>
+  </build>
+  <dependencies>
+    <dependency>
+      <groupId>org.apache.stanbol</groupId>
+      <artifactId>org.apache.stanbol.launchers.bundlelists.enhancer.core</artifactId>
+      <version>0.11.0-SNAPSHOT</version>
+      <type>partialbundlelist</type>
+    </dependency>
+    <dependency> <!-- The EntityhubLinkingEngine depends on the EntityLinking Engine -->
+      <groupId>org.apache.stanbol</groupId>
+      <artifactId>org.apache.stanbol.launchers.bundlelists.engines.nodep</artifactId>
+      <version>0.10.0-SNAPSHOT</version>
+      <type>partialbundlelist</type>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.stanbol</groupId>
+      <artifactId>org.apache.stanbol.launchers.bundlelists.entityhub.core</artifactId>
+      <version>0.12.0-SNAPSHOT</version>
+      <type>partialbundlelist</type>
+    </dependency>
+  </dependencies>
+
+</project>

Added: stanbol/branches/new_bundlelists/bundlelists/modules/engines-entityhub/src/main/bundles/list.xml
URL: http://svn.apache.org/viewvc/stanbol/branches/new_bundlelists/bundlelists/modules/engines-entityhub/src/main/bundles/list.xml?rev=1444025&view=auto
==============================================================================
--- stanbol/branches/new_bundlelists/bundlelists/modules/engines-entityhub/src/main/bundles/list.xml (added)
+++ stanbol/branches/new_bundlelists/bundlelists/modules/engines-entityhub/src/main/bundles/list.xml Fri Feb  8 14:29:33 2013
@@ -0,0 +1,47 @@
+<?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>
+  <!-- ********************************************************************* 
+    Stanbol Entityhub based Enhancement Engines 
+    ********************************************************************* -->
+
+  <!-- Stanbol Enhancer plug-ins (the Enhancement Engines) -->
+  <startLevel level="35">
+    <!-- Named Entity Linking -->
+    <bundle>
+      <groupId>org.apache.stanbol</groupId>
+      <artifactId>org.apache.stanbol.enhancer.engine.entitytagging</artifactId>
+      <version>0.10.0-SNAPSHOT</version>
+    </bundle>
+    <!-- EntityLinking for the Stanbol Entityhub -->
+    <bundle>
+      <groupId>org.apache.stanbol</groupId>
+      <artifactId>org.apache.stanbol.enhancer.engines.entityhublinking</artifactId>
+      <version>0.10.0-SNAPSHOT</version>
+    </bundle>
+    <!-- Topic Engine-->
+    <bundle>
+      <groupId>org.apache.stanbol</groupId>
+      <artifactId>org.apache.stanbol.enhancer.engine.topic</artifactId>
+      <version>0.10.0-SNAPSHOT</version>
+    </bundle>
+    
+  </startLevel>
+
+</bundles>

Added: stanbol/branches/new_bundlelists/bundlelists/modules/engines-integratedservices/pom.xml
URL: http://svn.apache.org/viewvc/stanbol/branches/new_bundlelists/bundlelists/modules/engines-integratedservices/pom.xml?rev=1444025&view=auto
==============================================================================
--- stanbol/branches/new_bundlelists/bundlelists/modules/engines-integratedservices/pom.xml (added)
+++ stanbol/branches/new_bundlelists/bundlelists/modules/engines-integratedservices/pom.xml Fri Feb  8 14:29:33 2013
@@ -0,0 +1,75 @@
+<?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>0.10.0-SNAPSHOT</version>
+    <relativePath>../..</relativePath>
+  </parent>
+
+  <groupId>org.apache.stanbol</groupId>
+  <artifactId>org.apache.stanbol.launchers.bundlelists.engines.integratedservices</artifactId>
+  <version>0.10.0-SNAPSHOT</version>
+  <packaging>partialbundlelist</packaging>
+
+  <name>Apache Stanbol Bundlelist for Stanbol Enhancer Engines that integrate Enhancement Services</name>
+  <description>This Bundlelist provides Engines for remote services such as
+    Zemanta, OpenCalais, DBpedia Spotlight, Celi NLP and Geonames.</description>
+
+  <scm>
+    <connection>
+      scm:svn:http://svn.apache.org/repos/asf/stanbol/trunk/launchers/bundlelists/modules/engines-integratedservices
+    </connection>
+    <developerConnection>
+      scm:svn:https://svn.apache.org/repos/asf/stanbol/trunk/launchers/bundlelists/modules/engines-integratedservices
+    </developerConnection>
+    <url>http://stanbol.apache.org/</url>
+  </scm>
+
+  <build>
+    <plugins>
+      <plugin>
+        <groupId>org.apache.sling</groupId>
+        <artifactId>maven-launchpad-plugin</artifactId>
+        <executions>
+          <execution>
+            <id>attach-bundle-list</id>
+            <goals>
+              <goal>attach-bundle-list</goal>
+            </goals>
+            <configuration>
+              <includeDefaultBundles>false</includeDefaultBundles>
+            </configuration>
+          </execution>
+        </executions>
+      </plugin>
+    </plugins>
+  </build>
+  <dependencies>
+    <dependency>
+      <groupId>org.apache.stanbol</groupId>
+      <artifactId>org.apache.stanbol.launchers.bundlelists.enhancer.core</artifactId>
+      <version>0.11.0-SNAPSHOT</version>
+      <type>partialbundlelist</type>
+    </dependency>
+  </dependencies>
+
+</project>

Added: stanbol/branches/new_bundlelists/bundlelists/modules/engines-integratedservices/src/main/bundles/list.xml
URL: http://svn.apache.org/viewvc/stanbol/branches/new_bundlelists/bundlelists/modules/engines-integratedservices/src/main/bundles/list.xml?rev=1444025&view=auto
==============================================================================
--- stanbol/branches/new_bundlelists/bundlelists/modules/engines-integratedservices/src/main/bundles/list.xml (added)
+++ stanbol/branches/new_bundlelists/bundlelists/modules/engines-integratedservices/src/main/bundles/list.xml Fri Feb  8 14:29:33 2013
@@ -0,0 +1,58 @@
+<?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>
+  <!-- ********************************************************************* 
+    Enhancement Engines for Integrated Services 
+    ********************************************************************* -->
+
+
+  <!-- Stanbol Enhancer plug-ins (the Enhancement Engines) -->
+  <startLevel level="35">
+
+    <bundle> <!-- http://www.opencalais.com/ -->
+      <groupId>org.apache.stanbol</groupId>
+      <artifactId>org.apache.stanbol.enhancer.engines.opencalais</artifactId>
+      <version>0.10.0-SNAPSHOT</version>
+    </bundle>
+    <bundle> <!-- http://www.zemanta.com/ -->
+      <groupId>org.apache.stanbol</groupId>
+      <artifactId>org.apache.stanbol.enhancer.engines.zemanta</artifactId>
+      <version>0.10.0-SNAPSHOT</version>
+    </bundle>
+    <bundle> <!-- http://www.geonames.org/ -->
+      <groupId>org.apache.stanbol</groupId>
+      <artifactId>org.apache.stanbol.enhancer.engines.geonames</artifactId>
+      <version>0.10.0-SNAPSHOT</version>
+    </bundle>
+    
+    <bundle> <!-- http://linguagrid.org/ -->
+      <groupId>org.apache.stanbol</groupId>
+	  <artifactId>org.apache.stanbol.enhancer.engines.celi</artifactId>
+      <version>0.10.0-SNAPSHOT</version>
+    </bundle>
+    
+     <!-- DBpedia Spotlight Engines (STANBOL-706) -->
+    <bundle>
+      <groupId>org.apache.stanbol</groupId>
+      <artifactId>org.apache.stanbol.enhancer.engines.dbpspotlight</artifactId>
+      <version>0.10.0-SNAPSHOT</version>
+    </bundle>
+  </startLevel>
+  
+</bundles>

Added: stanbol/branches/new_bundlelists/bundlelists/modules/engines-nodep/pom.xml
URL: http://svn.apache.org/viewvc/stanbol/branches/new_bundlelists/bundlelists/modules/engines-nodep/pom.xml?rev=1444025&view=auto
==============================================================================
--- stanbol/branches/new_bundlelists/bundlelists/modules/engines-nodep/pom.xml (added)
+++ stanbol/branches/new_bundlelists/bundlelists/modules/engines-nodep/pom.xml Fri Feb  8 14:29:33 2013
@@ -0,0 +1,75 @@
+<?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>stanbol-parent</artifactId>
+    <version>4-SNAPSHOT</version>
+    <relativePath>../../../parent</relativePath>
+  </parent>
+
+  <groupId>org.apache.stanbol</groupId>
+  <artifactId>org.apache.stanbol.launchers.bundlelists.engines.nodep</artifactId>
+  <version>0.10.0-SNAPSHOT</version>
+  <packaging>partialbundlelist</packaging>
+
+  <name>Apache Stanbol Bundlelist for Stanbol Enhancer Core EnhancementEngines</name>
+  <description>This Bundlelist provides often used Enhancement Engines without major
+  external dependencies</description>
+
+  <scm>
+    <connection>
+      scm:svn:http://svn.apache.org/repos/asf/stanbol/trunk/launchers/bundlelists/modules/engines-nodep
+    </connection>
+    <developerConnection>
+      scm:svn:https://svn.apache.org/repos/asf/stanbol/trunk/launchers/bundlelists/modules/engines-nodep
+    </developerConnection>
+    <url>http://stanbol.apache.org/</url>
+  </scm>
+
+  <build>
+    <plugins>
+      <plugin>
+        <groupId>org.apache.sling</groupId>
+        <artifactId>maven-launchpad-plugin</artifactId>
+        <executions>
+          <execution>
+            <id>attach-bundle-list</id>
+            <goals>
+              <goal>attach-bundle-list</goal>
+            </goals>
+            <configuration>
+              <includeDefaultBundles>false</includeDefaultBundles>
+            </configuration>
+          </execution>
+        </executions>
+      </plugin>
+    </plugins>
+  </build>
+  <dependencies>
+    <dependency>
+      <groupId>org.apache.stanbol</groupId>
+      <artifactId>org.apache.stanbol.launchers.bundlelists.enhancer.core</artifactId>
+      <version>0.11.0-SNAPSHOT</version>
+      <type>partialbundlelist</type>
+    </dependency>
+  </dependencies>
+
+</project>

Added: stanbol/branches/new_bundlelists/bundlelists/modules/engines-nodep/src/main/bundles/list.xml
URL: http://svn.apache.org/viewvc/stanbol/branches/new_bundlelists/bundlelists/modules/engines-nodep/src/main/bundles/list.xml?rev=1444025&view=auto
==============================================================================
--- stanbol/branches/new_bundlelists/bundlelists/modules/engines-nodep/src/main/bundles/list.xml (added)
+++ stanbol/branches/new_bundlelists/bundlelists/modules/engines-nodep/src/main/bundles/list.xml Fri Feb  8 14:29:33 2013
@@ -0,0 +1,63 @@
+<?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>
+  <!-- ********************************************************************* 
+    Enhancement Engines without major external dependencies
+    ********************************************************************* -->
+
+  <!-- Stanbol Enhancer plug-ins (the Enhancement Engines) -->
+  <startLevel level="35">
+    
+    <!-- language identification -->
+
+    <bundle> 
+      <groupId>org.apache.stanbol</groupId>
+      <artifactId>org.apache.stanbol.enhancer.engines.langdetect</artifactId>
+      <version>0.10.0-SNAPSHOT</version>
+    </bundle>
+
+    <bundle><!-- RESTful Language Identification engine -->
+      <groupId>org.apache.stanbol</groupId> <!-- see STANBOL-895 -->
+      <artifactId>org.apache.stanbol.enhancer.engines.restful.nlp</artifactId>
+      <version>0.10.0-SNAPSHOT</version>
+    </bundle>
+
+    
+    <!-- NLP processing engines (all STANBOL-733 and sub-tasks) -->
+    <bundle><!-- RESTful NLP Analysis engine -->
+      <groupId>org.apache.stanbol</groupId>
+      <artifactId>org.apache.stanbol.enhancer.engines.restful.nlp</artifactId>
+      <version>0.10.0-SNAPSHOT</version>
+    </bundle>
+    <!-- NLP metadata to RDF (using NIF 1.0) - NOT YET READY FOR DEFAULT CONFIG
+     <bundle>
+     <groupId>org.apache.stanbol</groupId>
+     <artifactId>org.apache.stanbol.enhancer.engines.nlp2rdf</artifactId>
+     <version>0.10.0-SNAPSHOT</version>
+     </bundle>  -->
+        
+    <!-- Stanbol EntityLinking -->
+    <bundle><!-- Engine -->
+      <groupId>org.apache.stanbol</groupId>
+      <artifactId>org.apache.stanbol.enhancer.engines.entitylinking.engine</artifactId>
+      <version>0.10.0-SNAPSHOT</version>
+    </bundle>
+  </startLevel>
+  
+</bundles>

Added: stanbol/branches/new_bundlelists/bundlelists/modules/engines-opennlp/pom.xml
URL: http://svn.apache.org/viewvc/stanbol/branches/new_bundlelists/bundlelists/modules/engines-opennlp/pom.xml?rev=1444025&view=auto
==============================================================================
--- stanbol/branches/new_bundlelists/bundlelists/modules/engines-opennlp/pom.xml (added)
+++ stanbol/branches/new_bundlelists/bundlelists/modules/engines-opennlp/pom.xml Fri Feb  8 14:29:33 2013
@@ -0,0 +1,81 @@
+<?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>0.10.0-SNAPSHOT</version>
+    <relativePath>../..</relativePath>
+  </parent>
+
+  <groupId>org.apache.stanbol</groupId>
+  <artifactId>org.apache.stanbol.launchers.bundlelists.engines.opennlp</artifactId>
+  <version>0.10.0-SNAPSHOT</version>
+  <packaging>partialbundlelist</packaging>
+
+  <name>Apache Stanbol Bundlelist for Stanbol Enhancer OpenNLP based EnhancementEngines</name>
+  <description>This Bundlelist provides EnhancementEngines based on OpenNLP
+  external dependencies</description>
+
+  <scm>
+    <connection>
+      scm:svn:http://svn.apache.org/repos/asf/stanbol/trunk/launchers/bundlelists/modules/engines-opennlp
+    </connection>
+    <developerConnection>
+      scm:svn:https://svn.apache.org/repos/asf/stanbol/trunk/launchers/bundlelists/modules/engines-opennlp
+    </developerConnection>
+    <url>http://stanbol.apache.org/</url>
+  </scm>
+
+  <build>
+    <plugins>
+      <plugin>
+        <groupId>org.apache.sling</groupId>
+        <artifactId>maven-launchpad-plugin</artifactId>
+        <executions>
+          <execution>
+            <id>attach-bundle-list</id>
+            <goals>
+              <goal>attach-bundle-list</goal>
+            </goals>
+            <configuration>
+              <includeDefaultBundles>false</includeDefaultBundles>
+            </configuration>
+          </execution>
+        </executions>
+      </plugin>
+    </plugins>
+  </build>
+  <dependencies>
+    <dependency>
+      <groupId>org.apache.stanbol</groupId>
+      <artifactId>org.apache.stanbol.launchers.bundlelists.enhancer.core</artifactId>
+      <version>0.11.0-SNAPSHOT</version>
+      <type>partialbundlelist</type>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.stanbol</groupId>
+      <artifactId>org.apache.stanbol.launchers.bundlelists.commons.opennlp</artifactId>
+      <version>0.12.0-SNAPSHOT</version>
+      <type>partialbundlelist</type>
+    </dependency>
+  </dependencies>
+
+</project>

Added: stanbol/branches/new_bundlelists/bundlelists/modules/engines-opennlp/src/main/bundles/list.xml
URL: http://svn.apache.org/viewvc/stanbol/branches/new_bundlelists/bundlelists/modules/engines-opennlp/src/main/bundles/list.xml?rev=1444025&view=auto
==============================================================================
--- stanbol/branches/new_bundlelists/bundlelists/modules/engines-opennlp/src/main/bundles/list.xml (added)
+++ stanbol/branches/new_bundlelists/bundlelists/modules/engines-opennlp/src/main/bundles/list.xml Fri Feb  8 14:29:33 2013
@@ -0,0 +1,61 @@
+<?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>
+  <!-- ********************************************************************* 
+    OpenNLP based NLP processing engines 
+    ********************************************************************* -->
+
+  <!-- Stanbol Enhancer plug-ins (the Enhancement Engines) -->
+  <startLevel level="35">
+    <!-- NLP processing engines (all STANBOL-733 and sub-tasks) -->
+    <bundle><!-- sentence detection with OpenNLP -->
+      <groupId>org.apache.stanbol</groupId>
+      <artifactId>org.apache.stanbol.enhancer.engines.opennlp.sentence</artifactId>
+      <version>0.10.0-SNAPSHOT</version>
+    </bundle>
+    <bundle><!-- OpenNLP based tokenizing of Texts -->
+      <groupId>org.apache.stanbol</groupId>
+      <artifactId>org.apache.stanbol.enhancer.engines.opennlp.token</artifactId>
+      <version>0.10.0-SNAPSHOT</version>
+    </bundle>
+    <bundle><!-- POS tagging with OpenNLP -->
+      <groupId>org.apache.stanbol</groupId>
+      <artifactId>org.apache.stanbol.enhancer.engines.opennlp.pos</artifactId>
+      <version>0.10.0-SNAPSHOT</version>
+    </bundle>
+    <bundle><!-- Chunking tagging with OpenNLP -->
+      <groupId>org.apache.stanbol</groupId>
+      <artifactId>org.apache.stanbol.enhancer.engines.opennlp.chunker</artifactId>
+      <version>0.10.0-SNAPSHOT</version>
+    </bundle>
+    <bundle> <!-- Open NLP based NER -->
+      <groupId>org.apache.stanbol</groupId>
+      <artifactId>org.apache.stanbol.enhancer.engines.opennlp.ner</artifactId>
+      <version>0.10.0-SNAPSHOT</version>
+    </bundle>
+    
+    <!-- Stanbol Enhancer EntityLinking Engine -->
+    <bundle><!-- OpenNLP LabelTokenizing support -->
+      <groupId>org.apache.stanbol</groupId>
+      <artifactId>org.apache.stanbol.enhancer.engines.entitylinking.labeltokenizer.opennlp</artifactId>
+      <version>0.10.0-SNAPSHOT</version>
+    </bundle>
+  </startLevel>
+
+</bundles>