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 [2/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/commons-nsprefix/pom.xml
URL: http://svn.apache.org/viewvc/stanbol/branches/new_bundlelists/bundlelists/modules/commons-nsprefix/pom.xml?rev=1444025&view=auto
==============================================================================
--- stanbol/branches/new_bundlelists/bundlelists/modules/commons-nsprefix/pom.xml (added)
+++ stanbol/branches/new_bundlelists/bundlelists/modules/commons-nsprefix/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.commons.nsprefix</artifactId>
+  <version>0.12.0-SNAPSHOT</version>
+  <packaging>partialbundlelist</packaging>
+
+  <name>Apache Stanbol Bundlelist for OpenNLP</name>
+  <description>This BUndlelist provides the Stanbol Commons OpenNLP service</description>
+
+  <scm>
+    <connection>
+      scm:svn:http://svn.apache.org/repos/asf/stanbol/trunk/launchers/bundlelists/modules/commons-nsprefix
+    </connection>
+    <developerConnection>
+      scm:svn:https://svn.apache.org/repos/asf/stanbol/trunk/launchers/bundlelists/modules/commons-nsprefix
+    </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/commons-nsprefix/src/main/bundles/list.xml
URL: http://svn.apache.org/viewvc/stanbol/branches/new_bundlelists/bundlelists/modules/commons-nsprefix/src/main/bundles/list.xml?rev=1444025&view=auto
==============================================================================
--- stanbol/branches/new_bundlelists/bundlelists/modules/commons-nsprefix/src/main/bundles/list.xml (added)
+++ stanbol/branches/new_bundlelists/bundlelists/modules/commons-nsprefix/src/main/bundles/list.xml Fri Feb  8 14:29:33 2013
@@ -0,0 +1,38 @@
+<?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>
+  <!-- Namespace prefix service -->
+    <startLevel level="27">
+    <bundle>
+      <groupId>org.apache.stanbol</groupId>
+      <artifactId>org.apache.stanbol.commons.namespaceprefix.service</artifactId>
+      <version>0.12.0-SNAPSHOT</version>
+    </bundle>
+    <bundle> <!-- Provides the Stanbol specific Prefix Mappings: Backward compatibility -->
+      <groupId>org.apache.stanbol</groupId>
+      <artifactId>org.apache.stanbol.commons.namespaceprefix.provider.stanbol</artifactId>
+      <version>0.12.0-SNAPSHOT</version>
+    </bundle>
+    <bundle> <!-- Provides the namespace prefixes managed by http://prefix.cc -->
+      <groupId>org.apache.stanbol</groupId>
+      <artifactId>org.apache.stanbol.commons.namespaceprefix.provider.prefixcc</artifactId>
+      <version>0.12.0-SNAPSHOT</version>
+    </bundle>
+  </startLevel>
+  
+</bundles>
\ No newline at end of file

Added: stanbol/branches/new_bundlelists/bundlelists/modules/commons-opennlp/pom.xml
URL: http://svn.apache.org/viewvc/stanbol/branches/new_bundlelists/bundlelists/modules/commons-opennlp/pom.xml?rev=1444025&view=auto
==============================================================================
--- stanbol/branches/new_bundlelists/bundlelists/modules/commons-opennlp/pom.xml (added)
+++ stanbol/branches/new_bundlelists/bundlelists/modules/commons-opennlp/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.commons.opennlp</artifactId>
+  <version>0.12.0-SNAPSHOT</version>
+  <packaging>partialbundlelist</packaging>
+
+  <name>Apache Stanbol Bundlelist for OpenNLP</name>
+  <description>This BUndlelist provides the Stanbol Commons OpenNLP service</description>
+
+  <scm>
+    <connection>
+      scm:svn:http://svn.apache.org/repos/asf/stanbol/trunk/launchers/bundlelists/modules/commons-opennlp
+    </connection>
+    <developerConnection>
+      scm:svn:https://svn.apache.org/repos/asf/stanbol/trunk/launchers/bundlelists/modules/commons-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.dep.commonlibs</artifactId>
+      <version>0.10.0-SNAPSHOT</version>
+      <type>partialbundlelist</type>
+    </dependency>
+    <dependency> <!-- for loading OpenNLP models via the datafileprovider service -->
+      <groupId>org.apache.stanbol</groupId>
+      <artifactId>org.apache.stanbol.launchers.bundlelists.commons.datafileprovider</artifactId>
+      <version>0.12.0-SNAPSHOT</version>
+      <type>partialbundlelist</type>
+    </dependency>
+  </dependencies>
+
+</project>

Added: stanbol/branches/new_bundlelists/bundlelists/modules/commons-opennlp/src/main/bundles/list.xml
URL: http://svn.apache.org/viewvc/stanbol/branches/new_bundlelists/bundlelists/modules/commons-opennlp/src/main/bundles/list.xml?rev=1444025&view=auto
==============================================================================
--- stanbol/branches/new_bundlelists/bundlelists/modules/commons-opennlp/src/main/bundles/list.xml (added)
+++ stanbol/branches/new_bundlelists/bundlelists/modules/commons-opennlp/src/main/bundles/list.xml Fri Feb  8 14:29:33 2013
@@ -0,0 +1,38 @@
+<?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>
+  <!-- OpenNLP as bundle + utilities -->
+  <startLevel level="27">
+    <bundle>
+      <groupId>org.apache.opennlp</groupId>
+      <artifactId>opennlp-maxent</artifactId>
+      <version>3.0.2-incubating</version>
+    </bundle>
+    <bundle>
+      <groupId>org.apache.opennlp</groupId>
+      <artifactId>opennlp-tools</artifactId>
+      <version>1.5.2-incubating</version>
+    </bundle>
+    <bundle>
+      <groupId>org.apache.stanbol</groupId>
+      <artifactId>org.apache.stanbol.commons.opennlp</artifactId>
+      <version>0.12.0-SNAPSHOT</version>
+    </bundle>
+  </startLevel>
+  
+</bundles>
\ No newline at end of file

Added: stanbol/branches/new_bundlelists/bundlelists/modules/commons-owl/pom.xml
URL: http://svn.apache.org/viewvc/stanbol/branches/new_bundlelists/bundlelists/modules/commons-owl/pom.xml?rev=1444025&view=auto
==============================================================================
--- stanbol/branches/new_bundlelists/bundlelists/modules/commons-owl/pom.xml (added)
+++ stanbol/branches/new_bundlelists/bundlelists/modules/commons-owl/pom.xml Fri Feb  8 14:29:33 2013
@@ -0,0 +1,87 @@
+<?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.commons.owl</artifactId>
+  <version>0.12.0-SNAPSHOT</version>
+  <packaging>partialbundlelist</packaging>
+
+  <name>Apache Stanbol Bundlelist for working with OWL Ontologies</name>
+  <description>Provides the OWL API and RESTful Services used to work with OWL ontologies</description>
+
+  <scm>
+    <connection>
+      scm:svn:http://svn.apache.org/repos/asf/stanbol/trunk/launchers/bundlelists/modules/commons-owl
+    </connection>
+    <developerConnection>
+      scm:svn:https://svn.apache.org/repos/asf/stanbol/trunk/launchers/bundlelists/modules/commons-owl
+    </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> <!-- For IO of RDF -->
+      <groupId>org.apache.stanbol</groupId>
+      <artifactId>org.apache.stanbol.launchers.bundlelists.dep.clerezza.io</artifactId>
+      <version>0.10.0-SNAPSHOT</version>
+      <type>partialbundlelist</type>
+    </dependency>
+    <dependency> <!-- Provides the Jena and ARQ dependencies -->
+      <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>
+    <dependency> <!-- required for the RESTful API and Web UI -->
+      <groupId>org.apache.stanbol</groupId>
+      <artifactId>org.apache.stanbol.launchers.bundlelists.commons.web</artifactId>
+      <version>0.12.0-SNAPSHOT</version>
+      <type>partialbundlelist</type>
+    </dependency>
+  </dependencies>
+
+</project>

Added: stanbol/branches/new_bundlelists/bundlelists/modules/commons-owl/src/main/bundles/list.xml
URL: http://svn.apache.org/viewvc/stanbol/branches/new_bundlelists/bundlelists/modules/commons-owl/src/main/bundles/list.xml?rev=1444025&view=auto
==============================================================================
--- stanbol/branches/new_bundlelists/bundlelists/modules/commons-owl/src/main/bundles/list.xml (added)
+++ stanbol/branches/new_bundlelists/bundlelists/modules/commons-owl/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>
+  <!--
+   *************************************************************************
+   The commons-owl module (see also the dependencies in the pom.xml file)
+   *************************************************************************
+   -->
+  <startLevel level="27">
+    <bundle>
+      <groupId>org.apache.stanbol</groupId>
+      <artifactId>org.apache.stanbol.commons.owl</artifactId>
+      <version>0.12.0-SNAPSHOT</version>
+    </bundle>
+  </startLevel>
+
+</bundles>
\ No newline at end of file

Added: stanbol/branches/new_bundlelists/bundlelists/modules/commons-security/pom.xml
URL: http://svn.apache.org/viewvc/stanbol/branches/new_bundlelists/bundlelists/modules/commons-security/pom.xml?rev=1444025&view=auto
==============================================================================
--- stanbol/branches/new_bundlelists/bundlelists/modules/commons-security/pom.xml (added)
+++ stanbol/branches/new_bundlelists/bundlelists/modules/commons-security/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.commons.security</artifactId>
+  <version>0.12.0-SNAPSHOT</version>
+  <packaging>partialbundlelist</packaging>
+
+  <name>Apache Stanbol Bundlelist for Security Support</name>
+  <description>This Bundlelist provides the Stanbol Commons Security service</description>
+
+  <scm>
+    <connection>
+      scm:svn:http://svn.apache.org/repos/asf/stanbol/trunk/launchers/bundlelists/modules/commons-security
+    </connection>
+    <developerConnection>
+      scm:svn:https://svn.apache.org/repos/asf/stanbol/trunk/launchers/bundlelists/modules/commons-security
+    </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> <!-- Stanbol security uses the clerezza plattform configuration -->
+      <groupId>org.apache.stanbol</groupId>
+      <artifactId>org.apache.stanbol.launchers.bundlelists.dep.clerezza.plattform</artifactId>
+      <version>0.10.0-SNAPSHOT</version>
+      <type>partialbundlelist</type>
+    </dependency>
+    <dependency> <!-- Stanbol security uses the Felix Webconsole for the config UI-->
+      <groupId>org.apache.stanbol</groupId>
+      <artifactId>org.apache.stanbol.launchers.bundlelists.dep.webconsole</artifactId>
+      <version>0.10.0-SNAPSHOT</version>
+      <type>partialbundlelist</type>
+    </dependency>
+  </dependencies>
+
+</project>

Added: stanbol/branches/new_bundlelists/bundlelists/modules/commons-security/src/main/bundles/list.xml
URL: http://svn.apache.org/viewvc/stanbol/branches/new_bundlelists/bundlelists/modules/commons-security/src/main/bundles/list.xml?rev=1444025&view=auto
==============================================================================
--- stanbol/branches/new_bundlelists/bundlelists/modules/commons-security/src/main/bundles/list.xml (added)
+++ stanbol/branches/new_bundlelists/bundlelists/modules/commons-security/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>
+  <!-- Stanbol Security bundles -->
+  <startLevel level="27">
+    <bundle>
+      <groupId>org.apache.stanbol</groupId>
+      <artifactId>org.apache.stanbol.commons.security.core</artifactId>
+      <version>0.12.0-SNAPSHOT</version>
+    </bundle>
+    <bundle>
+      <groupId>org.apache.stanbol</groupId>
+      <artifactId>org.apache.stanbol.commons.authentication.basic</artifactId>
+      <version>0.12.0-SNAPSHOT</version>
+    </bundle>
+    <bundle>
+      <groupId>org.apache.stanbol</groupId>
+      <artifactId>org.apache.stanbol.commons.security.fexilwebconsole</artifactId>
+      <version>0.12.0-SNAPSHOT</version>
+    </bundle>
+    <bundle>
+      <groupId>org.apache.stanbol</groupId>
+      <artifactId>org.apache.stanbol.commons.security.usermanagement</artifactId>
+      <version>0.12.0-SNAPSHOT</version>
+    </bundle>
+  </startLevel>
+  
+</bundles>
\ No newline at end of file

Added: stanbol/branches/new_bundlelists/bundlelists/modules/commons-solr/pom.xml
URL: http://svn.apache.org/viewvc/stanbol/branches/new_bundlelists/bundlelists/modules/commons-solr/pom.xml?rev=1444025&view=auto
==============================================================================
--- stanbol/branches/new_bundlelists/bundlelists/modules/commons-solr/pom.xml (added)
+++ stanbol/branches/new_bundlelists/bundlelists/modules/commons-solr/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.commons.solr</artifactId>
+  <version>0.12.0-SNAPSHOT</version>
+  <packaging>partialbundlelist</packaging>
+
+  <name>Apache Stanbol Bundlelist for Commons Solr</name>
+  <description>This includes the commons Solr modules as well as Lucene/Solr.</description>
+
+  <scm>
+    <connection>
+      scm:svn:http://svn.apache.org/repos/asf/stanbol/trunk/launchers/bundlelists/modules/commons-solr
+    </connection>
+    <developerConnection>
+      scm:svn:https://svn.apache.org/repos/asf/stanbol/trunk/launchers/bundlelists/modules/commons-solr
+    </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>
+    <dependency> <!-- for the managed solr server-->
+      <groupId>org.apache.stanbol</groupId>
+      <artifactId>org.apache.stanbol.launchers.bundlelists.commons.datafileprovider</artifactId>
+      <version>0.12.0-SNAPSHOT</version>
+      <type>partialbundlelist</type>
+    </dependency>
+  </dependencies>
+  
+</project>

Added: stanbol/branches/new_bundlelists/bundlelists/modules/commons-solr/src/main/bundles/list.xml
URL: http://svn.apache.org/viewvc/stanbol/branches/new_bundlelists/bundlelists/modules/commons-solr/src/main/bundles/list.xml?rev=1444025&view=auto
==============================================================================
--- stanbol/branches/new_bundlelists/bundlelists/modules/commons-solr/src/main/bundles/list.xml (added)
+++ stanbol/branches/new_bundlelists/bundlelists/modules/commons-solr/src/main/bundles/list.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.
+-->
+<bundles>
+
+  <!-- ********************************************************************* 
+    start level 10 TO 19 reserved for required libraries (internal and external) 
+    ********************************************************************* -->
+  <!-- General-purpose libraries -->
+  <startLevel level="20">
+    <bundle> <!-- commons-beanutils as bundle provided by servicemix.apache.org -->
+      <groupId>org.apache.servicemix.bundles</groupId>
+      <artifactId>org.apache.servicemix.bundles.commons-beanutils</artifactId>
+      <version>1.8.3_1</version>
+    </bundle>
+    <bundle> <!-- woodstox Stax impl as bundle provided by servicemix.apache.org -->
+      <groupId>org.apache.servicemix.bundles</groupId>
+      <artifactId>org.apache.servicemix.bundles.woodstox</artifactId>
+      <version>3.2.9_3</version>
+    </bundle>
+    <bundle> <!-- jarkata regexp as bundle provided by servicemix.apache.org -->
+      <groupId>org.apache.servicemix.bundles</groupId>
+      <artifactId>org.apache.servicemix.bundles.regexp</artifactId>
+      <version>1.3_3</version>
+    </bundle>
+  </startLevel>
+  
+  <!-- Apache Solr as bundle + utilities -->
+  <startLevel level="27">
+    <bundle>
+      <groupId>org.apache.stanbol</groupId>
+      <artifactId>org.apache.stanbol.commons.solr.core</artifactId>
+      <version>0.11.0</version>
+    </bundle>
+    <bundle>
+      <groupId>org.apache.stanbol</groupId>
+      <artifactId>org.apache.stanbol.commons.solr.managed</artifactId>
+      <version>0.11.0</version>
+    </bundle>
+    <bundle>
+      <groupId>org.apache.stanbol</groupId>
+      <artifactId>org.apache.stanbol.commons.solr.install</artifactId>
+      <version>0.11.0</version>
+    </bundle>
+  </startLevel>
+  <startLevel level="28">
+    <bundle> <!-- defualt config for Solr -->
+      <groupId>org.apache.stanbol</groupId>
+      <artifactId>org.apache.stanbol.commons.solr.defaults</artifactId>
+      <version>0.11.0</version>
+    </bundle>
+  </startLevel>
+  
+</bundles>
\ No newline at end of file

Added: stanbol/branches/new_bundlelists/bundlelists/modules/commons-web-ldpath/pom.xml
URL: http://svn.apache.org/viewvc/stanbol/branches/new_bundlelists/bundlelists/modules/commons-web-ldpath/pom.xml?rev=1444025&view=auto
==============================================================================
--- stanbol/branches/new_bundlelists/bundlelists/modules/commons-web-ldpath/pom.xml (added)
+++ stanbol/branches/new_bundlelists/bundlelists/modules/commons-web-ldpath/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.commons.web.ldpath</artifactId>
+  <version>0.12.0-SNAPSHOT</version>
+  <packaging>partialbundlelist</packaging>
+
+  <name>Apache Stanbol Bundlelist for ldpath</name>
+  <description>This BUndlelist provides the ldpath extension to JAX-RS and Freemaker</description>
+
+  <scm>
+    <connection>
+      scm:svn:http://svn.apache.org/repos/asf/stanbol/trunk/launchers/bundlelists/modules/commons-web-ldpath
+    </connection>
+    <developerConnection>
+      scm:svn:https://svn.apache.org/repos/asf/stanbol/trunk/launchers/bundlelists/modules/commons-web-ldpath
+    </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.commons.web</artifactId>
+      <version>0.12.0-SNAPSHOT</version>
+      <type>partialbundlelist</type>
+    </dependency>
+    <dependency> <!-- Ldpath dependency and Clerezza based impl. -->
+      <groupId>org.apache.stanbol</groupId>
+      <artifactId>org.apache.stanbol.launchers.bundlelists.commons.ldpath</artifactId>
+      <version>0.12.0-SNAPSHOT</version>
+      <type>partialbundlelist</type>
+    </dependency>
+  </dependencies>
+
+</project>

Added: stanbol/branches/new_bundlelists/bundlelists/modules/commons-web-ldpath/src/main/bundles/list.xml
URL: http://svn.apache.org/viewvc/stanbol/branches/new_bundlelists/bundlelists/modules/commons-web-ldpath/src/main/bundles/list.xml?rev=1444025&view=auto
==============================================================================
--- stanbol/branches/new_bundlelists/bundlelists/modules/commons-web-ldpath/src/main/bundles/list.xml (added)
+++ stanbol/branches/new_bundlelists/bundlelists/modules/commons-web-ldpath/src/main/bundles/list.xml Fri Feb  8 14:29:33 2013
@@ -0,0 +1,33 @@
+<?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>
+  <!-- LD Path -->
+  <startLevel level="27">
+	  <bundle>
+      <groupId>org.apache.stanbol</groupId>
+      <artifactId>org.apache.stanbol.commons.ldpathtemplate</artifactId>
+      <version>0.12.0-SNAPSHOT</version>
+    </bundle>
+	  <bundle>
+      <groupId>org.apache.stanbol</groupId>
+      <artifactId>org.apache.stanbol.commons.web.viewable.ldpath</artifactId>
+      <version>0.12.0-SNAPSHOT</version>
+    </bundle>
+  </startLevel>
+  
+</bundles>
\ No newline at end of file

Added: stanbol/branches/new_bundlelists/bundlelists/modules/commons-web-solr/pom.xml
URL: http://svn.apache.org/viewvc/stanbol/branches/new_bundlelists/bundlelists/modules/commons-web-solr/pom.xml?rev=1444025&view=auto
==============================================================================
--- stanbol/branches/new_bundlelists/bundlelists/modules/commons-web-solr/pom.xml (added)
+++ stanbol/branches/new_bundlelists/bundlelists/modules/commons-web-solr/pom.xml Fri Feb  8 14:29:33 2013
@@ -0,0 +1,83 @@
+<?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.commons.web.solr</artifactId>
+  <version>0.12.0-SNAPSHOT</version>
+  <packaging>partialbundlelist</packaging>
+
+  <name>Apache Stanbol Bundlelist for ldpath</name>
+  <description>
+    This Bundlelist provides the integration of the Solr RESTful services in the
+    Stanbol JAX-RS and Web UI
+  </description>
+
+  <scm>
+    <connection>
+      scm:svn:http://svn.apache.org/repos/asf/stanbol/trunk/launchers/bundlelists/modules/commons-web-solr
+    </connection>
+    <developerConnection>
+      scm:svn:https://svn.apache.org/repos/asf/stanbol/trunk/launchers/bundlelists/modules/commons-web-solr
+    </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.commons.web</artifactId>
+      <version>0.12.0-SNAPSHOT</version>
+      <type>partialbundlelist</type>
+    </dependency>
+    <dependency> <!-- for the clerezza implementation -->
+      <groupId>org.apache.stanbol</groupId>
+      <artifactId>org.apache.stanbol.launchers.bundlelists.commons.solr</artifactId>
+      <version>0.12.0-SNAPSHOT</version>
+      <type>partialbundlelist</type>
+    </dependency>
+  </dependencies>
+
+</project>

Added: stanbol/branches/new_bundlelists/bundlelists/modules/commons-web-solr/src/main/bundles/list.xml
URL: http://svn.apache.org/viewvc/stanbol/branches/new_bundlelists/bundlelists/modules/commons-web-solr/src/main/bundles/list.xml?rev=1444025&view=auto
==============================================================================
--- stanbol/branches/new_bundlelists/bundlelists/modules/commons-web-solr/src/main/bundles/list.xml (added)
+++ stanbol/branches/new_bundlelists/bundlelists/modules/commons-web-solr/src/main/bundles/list.xml Fri Feb  8 14:29:33 2013
@@ -0,0 +1,28 @@
+<?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>
+  <!-- LD Path -->
+  <startLevel level="27">
+    <bundle>
+      <groupId>org.apache.stanbol</groupId>
+      <artifactId>org.apache.stanbol.commons.solr.web</artifactId>
+      <version>0.11.0</version>
+    </bundle>
+  </startLevel>
+  
+</bundles>
\ No newline at end of file

Added: stanbol/branches/new_bundlelists/bundlelists/modules/commons-web-sparql/pom.xml
URL: http://svn.apache.org/viewvc/stanbol/branches/new_bundlelists/bundlelists/modules/commons-web-sparql/pom.xml?rev=1444025&view=auto
==============================================================================
--- stanbol/branches/new_bundlelists/bundlelists/modules/commons-web-sparql/pom.xml (added)
+++ stanbol/branches/new_bundlelists/bundlelists/modules/commons-web-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.commons.web.sparql</artifactId>
+  <version>0.12.0-SNAPSHOT</version>
+  <packaging>partialbundlelist</packaging>
+
+  <name>Apache Stanbol Bundlelist for the Stanbol SPARQL endpoint</name>
+  <description>This Bundlelist provides the '/sparql' endpoint</description>
+
+  <scm>
+    <connection>
+      scm:svn:http://svn.apache.org/repos/asf/stanbol/trunk/launchers/bundlelists/modules/commons-web-sparql
+    </connection>
+    <developerConnection>
+      scm:svn:https://svn.apache.org/repos/asf/stanbol/trunk/launchers/bundlelists/modules/commons-web-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.commons.web</artifactId>
+      <version>0.12.0-SNAPSHOT</version>
+      <type>partialbundlelist</type>
+    </dependency>
+    <dependency> <!-- rwequires the Clerezza SPARQL implementation -->
+      <groupId>org.apache.stanbol</groupId>
+      <artifactId>org.apache.stanbol.launchers.bundlelists.dep.clerezza.sparql</artifactId>
+      <version>0.10.0-SNAPSHOT</version>
+      <type>partialbundlelist</type>
+    </dependency>
+  </dependencies>
+
+</project>

Added: stanbol/branches/new_bundlelists/bundlelists/modules/commons-web-sparql/src/main/bundles/list.xml
URL: http://svn.apache.org/viewvc/stanbol/branches/new_bundlelists/bundlelists/modules/commons-web-sparql/src/main/bundles/list.xml?rev=1444025&view=auto
==============================================================================
--- stanbol/branches/new_bundlelists/bundlelists/modules/commons-web-sparql/src/main/bundles/list.xml (added)
+++ stanbol/branches/new_bundlelists/bundlelists/modules/commons-web-sparql/src/main/bundles/list.xml Fri Feb  8 14:29:33 2013
@@ -0,0 +1,33 @@
+<?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>
+  <!-- LD Path -->
+  <startLevel level="27">
+	  <bundle>
+      <groupId>org.apache.stanbol</groupId>
+      <artifactId>org.apache.stanbol.commons.ldpathtemplate</artifactId>
+      <version>0.12.0-SNAPSHOT</version>
+    </bundle>
+	  <bundle>
+      <groupId>org.apache.stanbol</groupId>
+      <artifactId>org.apache.stanbol.commons.web.viewable</artifactId>
+      <version>0.12.0-SNAPSHOT</version>
+    </bundle>
+  </startLevel>
+  
+</bundles>
\ No newline at end of file

Added: stanbol/branches/new_bundlelists/bundlelists/modules/commons-web/pom.xml
URL: http://svn.apache.org/viewvc/stanbol/branches/new_bundlelists/bundlelists/modules/commons-web/pom.xml?rev=1444025&view=auto
==============================================================================
--- stanbol/branches/new_bundlelists/bundlelists/modules/commons-web/pom.xml (added)
+++ stanbol/branches/new_bundlelists/bundlelists/modules/commons-web/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.commons.web</artifactId>
+  <version>0.12.0-SNAPSHOT</version>
+  <packaging>partialbundlelist</packaging>
+
+  <name>Apache Stanbol Bundlelist adding the JAX-RS and Web bundles to the Core Runtime</name>
+  <description>Provides the Modules required for the JAX-RS and Web UI</description>
+
+  <scm>
+    <connection>
+      scm:svn:http://svn.apache.org/repos/asf/stanbol/trunk/launchers/bundlelists/modules/commons-web
+    </connection>
+    <developerConnection>
+      scm:svn:https://svn.apache.org/repos/asf/stanbol/trunk/launchers/bundlelists/modules/commons-web
+    </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>
+    <dependency> <!-- for serializing and parsing RDF -->
+      <groupId>org.apache.stanbol</groupId>
+      <artifactId>org.apache.stanbol.launchers.bundlelists.dep.clerezza.io</artifactId>
+      <version>0.10.0-SNAPSHOT</version>
+      <type>partialbundlelist</type>
+    </dependency>
+  </dependencies>
+
+</project>

Added: stanbol/branches/new_bundlelists/bundlelists/modules/commons-web/src/main/bundles/list.xml
URL: http://svn.apache.org/viewvc/stanbol/branches/new_bundlelists/bundlelists/modules/commons-web/src/main/bundles/list.xml?rev=1444025&view=auto
==============================================================================
--- stanbol/branches/new_bundlelists/bundlelists/modules/commons-web/src/main/bundles/list.xml (added)
+++ stanbol/branches/new_bundlelists/bundlelists/modules/commons-web/src/main/bundles/list.xml Fri Feb  8 14:29:33 2013
@@ -0,0 +1,114 @@
+<?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>
+  <!-- 
+   *************************************************************************
+   HTTP service and Http related Utilities 
+   ************************************************************************* 
+   -->
+  <startLevel level="5">
+    <bundle>
+      <groupId>org.apache.felix</groupId>
+      <artifactId>org.apache.felix.http.whiteboard</artifactId>
+      <version>2.2.0</version>
+    </bundle>
+  </startLevel>
+  <startLevel level="6">
+    <!-- Allows to parse Http Headers as QueryParameter -->
+    <bundle>
+      <groupId>org.apache.stanbol</groupId>
+      <artifactId>org.apache.stanbol.commons.httpqueryheaders</artifactId>
+      <version>0.12.0-SNAPSHOT</version>
+    </bundle>
+  </startLevel>
+
+  <!--
+   *************************************************************************
+   Jersey as JAX-RS framework
+   *************************************************************************
+   -->
+  <startLevel level="24">
+    <!-- NOTE: jersey-core bug, must start before jersey-server to avoid
+     jersey spi class not found errors. Restart jersey-server manually if getting
+     those. -->
+    <bundle>
+      <groupId>com.sun.jersey</groupId>
+      <artifactId>jersey-core</artifactId>
+      <version>1.15</version>
+    </bundle>
+  </startLevel>
+  <startLevel level="25">
+    <bundle>
+      <groupId>com.sun.jersey</groupId>
+      <artifactId>jersey-server</artifactId>
+      <version>1.15</version>
+    </bundle>
+    <bundle>
+      <groupId>com.sun.jersey</groupId>
+      <artifactId>jersey-servlet</artifactId>
+      <version>1.15</version>
+    </bundle>
+    <!-- needed to read data from mime multipart requests -->
+    <bundle>
+      <groupId>com.sun.jersey.contribs</groupId>
+      <artifactId>jersey-multipart</artifactId>
+      <version>1.15</version>
+    </bundle>
+    <!-- dependency of jersey-multipart -->
+    <bundle>
+      <groupId>org.jvnet</groupId>
+      <artifactId>mimepull</artifactId>
+      <version>1.4</version>
+    </bundle>
+  </startLevel>
+  
+  <!--
+   *************************************************************************
+   Stanbol JAX-RS and Web interface modules
+   *************************************************************************
+   -->
+  <startLevel level="27">
+    <bundle>
+      <groupId>org.apache.stanbol</groupId>
+      <artifactId>org.apache.stanbol.commons.web.resources</artifactId>
+      <version>0.12.0-SNAPSHOT</version>
+    </bundle>
+    <bundle>
+      <groupId>org.apache.stanbol</groupId>
+      <artifactId>org.apache.stanbol.commons.web.base</artifactId>
+      <version>0.12.0-SNAPSHOT</version>
+    </bundle>
+    <bundle>
+      <groupId>org.apache.stanbol</groupId>
+      <artifactId>org.apache.stanbol.commons.web.base.jersey</artifactId>
+      <version>0.12.0-SNAPSHOT</version>
+    </bundle>
+    <bundle>
+      <groupId>org.apache.stanbol</groupId>
+      <artifactId>org.apache.stanbol.commons.web.home</artifactId>
+      <version>0.12.0-SNAPSHOT</version>
+    </bundle>
+    <bundle>
+      <groupId>org.apache.stanbol</groupId>
+      <artifactId>org.apache.stanbol.commons.web.viewable</artifactId>
+      <version>0.12.0-SNAPSHOT</version>
+    </bundle>
+</startLevel>
+
+
+</bundles>
\ No newline at end of file

Added: stanbol/branches/new_bundlelists/bundlelists/modules/contenthub-core/pom.xml
URL: http://svn.apache.org/viewvc/stanbol/branches/new_bundlelists/bundlelists/modules/contenthub-core/pom.xml?rev=1444025&view=auto
==============================================================================
--- stanbol/branches/new_bundlelists/bundlelists/modules/contenthub-core/pom.xml (added)
+++ stanbol/branches/new_bundlelists/bundlelists/modules/contenthub-core/pom.xml Fri Feb  8 14:29:33 2013
@@ -0,0 +1,87 @@
+<?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.contenthub.core</artifactId>
+  <version>0.11.0-SNAPSHOT</version>
+  <packaging>partialbundlelist</packaging>
+
+  <name>Apache Stanbol Bundlelist for Stanbol Contenthub Core Modules</name>
+  <description>
+    This Bundlelist provides the core modules for the Stanbol Contenthub including
+    the api, the Apache Solr/Lucene based implemetnations and the Featured Search
+  </description>
+
+  <scm>
+    <connection>
+      scm:svn:http://svn.apache.org/repos/asf/stanbol/trunk/launchers/bundlelists/modules/contenthub-core
+    </connection>
+    <developerConnection>
+      scm:svn:https://svn.apache.org/repos/asf/stanbol/trunk/launchers/bundlelists/modules/contenthub-core
+    </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>
+    <!-- 
+     The Contenthub depends on the Enhancer core, Commons LDpath as well as
+     the Enhancer LDpath. This dependencies includes all three
+     -->
+    <dependency> 
+      <groupId>org.apache.stanbol</groupId>
+      <artifactId>org.apache.stanbol.launchers.bundlelists.enhancer.ldpath</artifactId>
+      <version>0.11.0-SNAPSHOT</version>
+      <type>partialbundlelist</type>
+    </dependency>
+    <dependency> <!-- Solr is used for indexing and faceted Search -->
+      <groupId>org.apache.stanbol</groupId>
+      <artifactId>org.apache.stanbol.launchers.bundlelists.commons.solr</artifactId>
+      <version>0.12.0-SNAPSHOT</version>
+      <type>partialbundlelist</type>
+    </dependency>
+  </dependencies>
+
+</project>

Added: stanbol/branches/new_bundlelists/bundlelists/modules/contenthub-core/src/main/bundles/list.xml
URL: http://svn.apache.org/viewvc/stanbol/branches/new_bundlelists/bundlelists/modules/contenthub-core/src/main/bundles/list.xml?rev=1444025&view=auto
==============================================================================
--- stanbol/branches/new_bundlelists/bundlelists/modules/contenthub-core/src/main/bundles/list.xml (added)
+++ stanbol/branches/new_bundlelists/bundlelists/modules/contenthub-core/src/main/bundles/list.xml Fri Feb  8 14:29:33 2013
@@ -0,0 +1,55 @@
+<?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>
+  <!-- ********************************************************************* 
+    The Stanbol Contenthub Core modules
+    ********************************************************************* -->
+
+  <startLevel level="33">
+    <bundle>
+      <groupId>org.apache.stanbol</groupId>
+      <artifactId>org.apache.stanbol.contenthub.servicesapi</artifactId>
+      <version>0.11.0-SNAPSHOT</version>
+    </bundle>
+    <bundle>
+      <groupId>org.apache.stanbol</groupId>
+      <artifactId>org.apache.stanbol.contenthub.store.solr</artifactId>
+      <version>0.11.0-SNAPSHOT</version>
+    </bundle>
+    <bundle>
+      <groupId>org.apache.stanbol</groupId>
+      <artifactId>org.apache.stanbol.contenthub.ldpath</artifactId>
+      <version>0.11.0-SNAPSHOT</version>
+    </bundle>
+    <!-- Contenthub Solr Search -->
+    <bundle>
+      <groupId>org.apache.stanbol</groupId>
+      <artifactId>org.apache.stanbol.contenthub.search.solr
+      </artifactId>
+      <version>0.11.0-SNAPSHOT</version>
+    </bundle>
+    <!-- Contenthub Featured Search -->
+    <bundle>
+      <groupId>org.apache.stanbol</groupId>
+      <artifactId>org.apache.stanbol.contenthub.search.featured
+      </artifactId>
+      <version>0.11.0-SNAPSHOT</version>
+    </bundle>
+  </startLevel>
+</bundles>

Added: stanbol/branches/new_bundlelists/bundlelists/modules/contenthub-search-related/pom.xml
URL: http://svn.apache.org/viewvc/stanbol/branches/new_bundlelists/bundlelists/modules/contenthub-search-related/pom.xml?rev=1444025&view=auto
==============================================================================
--- stanbol/branches/new_bundlelists/bundlelists/modules/contenthub-search-related/pom.xml (added)
+++ stanbol/branches/new_bundlelists/bundlelists/modules/contenthub-search-related/pom.xml Fri Feb  8 14:29:33 2013
@@ -0,0 +1,84 @@
+<?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.contenthub.search.related</artifactId>
+  <version>0.11.0-SNAPSHOT</version>
+  <packaging>partialbundlelist</packaging>
+
+  <name>Apache Stanbol Bundlelist for Stanbol Contenthub Releated Keyword Search</name>
+  <description>
+    This Bundlelist provides the related keyword search extension for the contenthub.
+    It can be used to use the Stanbol Entityhub or Ontologies to search for related
+    keywords to the one parsed in an search query (some kind of Query contextualization)
+  </description>
+
+  <scm>
+    <connection>
+      scm:svn:http://svn.apache.org/repos/asf/stanbol/trunk/launchers/bundlelists/modules/contenthub-search-releated
+    </connection>
+    <developerConnection>
+      scm:svn:https://svn.apache.org/repos/asf/stanbol/trunk/launchers/bundlelists/modules/contenthub-search-releated
+    </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> <!-- the Contenthub -->
+      <groupId>org.apache.stanbol</groupId>
+      <artifactId>org.apache.stanbol.launchers.bundlelists.contenthub.core</artifactId>
+      <version>0.11.0-SNAPSHOT</version>
+      <type>partialbundlelist</type>
+    </dependency>
+    <dependency> <!-- The Entityhub is used for searching related keywords -->
+      <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/contenthub-search-related/src/main/bundles/list.xml
URL: http://svn.apache.org/viewvc/stanbol/branches/new_bundlelists/bundlelists/modules/contenthub-search-related/src/main/bundles/list.xml?rev=1444025&view=auto
==============================================================================
--- stanbol/branches/new_bundlelists/bundlelists/modules/contenthub-search-related/src/main/bundles/list.xml (added)
+++ stanbol/branches/new_bundlelists/bundlelists/modules/contenthub-search-related/src/main/bundles/list.xml Fri Feb  8 14:29:33 2013
@@ -0,0 +1,32 @@
+<?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>
+  <!-- ********************************************************************* 
+    The Stanbol Contenthub Search Releated modules
+    ********************************************************************* -->
+
+  <startLevel level="33">
+    <bundle>
+      <groupId>org.apache.stanbol</groupId>
+      <artifactId>org.apache.stanbol.contenthub.search.related
+      </artifactId>
+      <version>0.11.0-SNAPSHOT</version>
+    </bundle>
+  </startLevel>
+</bundles>

Added: stanbol/branches/new_bundlelists/bundlelists/modules/contenthub-web/pom.xml
URL: http://svn.apache.org/viewvc/stanbol/branches/new_bundlelists/bundlelists/modules/contenthub-web/pom.xml?rev=1444025&view=auto
==============================================================================
--- stanbol/branches/new_bundlelists/bundlelists/modules/contenthub-web/pom.xml (added)
+++ stanbol/branches/new_bundlelists/bundlelists/modules/contenthub-web/pom.xml Fri Feb  8 14:29:33 2013
@@ -0,0 +1,84 @@
+<?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.contenthub.web</artifactId>
+  <version>0.11.0-SNAPSHOT</version>
+  <packaging>partialbundlelist</packaging>
+
+  <name>Apache Stanbol Bundlelist for Stanbol Contenthub JAX-RS and Web UI</name>
+  <description>
+    This prvides the RESTful services as well as the Web UI for the Contenthub
+  </description>
+
+  <scm>
+    <connection>
+      scm:svn:http://svn.apache.org/repos/asf/stanbol/trunk/launchers/bundlelists/modules/contenthub-web
+    </connection>
+    <developerConnection>
+      scm:svn:https://svn.apache.org/repos/asf/stanbol/trunk/launchers/bundlelists/modules/contenthub-web
+    </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> <!-- the Contenthub -->
+      <groupId>org.apache.stanbol</groupId>
+      <artifactId>org.apache.stanbol.launchers.bundlelists.contenthub.core</artifactId>
+      <version>0.11.0-SNAPSHOT</version>
+      <type>partialbundlelist</type>
+    </dependency>
+    
+     <!-- The dependency to the Entityhub will be removed -->
+    <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/contenthub-web/src/main/bundles/list.xml
URL: http://svn.apache.org/viewvc/stanbol/branches/new_bundlelists/bundlelists/modules/contenthub-web/src/main/bundles/list.xml?rev=1444025&view=auto
==============================================================================
--- stanbol/branches/new_bundlelists/bundlelists/modules/contenthub-web/src/main/bundles/list.xml (added)
+++ stanbol/branches/new_bundlelists/bundlelists/modules/contenthub-web/src/main/bundles/list.xml Fri Feb  8 14:29:33 2013
@@ -0,0 +1,31 @@
+<?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>
+  <!-- ********************************************************************* 
+    The Contenthub Web module
+    ********************************************************************* -->
+
+  <startLevel level="33">
+    <bundle>
+      <groupId>org.apache.stanbol</groupId>
+      <artifactId>org.apache.stanbol.contenthub.web</artifactId>
+      <version>0.11.0-SNAPSHOT</version>
+    </bundle>
+  </startLevel>
+</bundles>

Added: stanbol/branches/new_bundlelists/bundlelists/modules/dep-clerezza-io/pom.xml
URL: http://svn.apache.org/viewvc/stanbol/branches/new_bundlelists/bundlelists/modules/dep-clerezza-io/pom.xml?rev=1444025&view=auto
==============================================================================
--- stanbol/branches/new_bundlelists/bundlelists/modules/dep-clerezza-io/pom.xml (added)
+++ stanbol/branches/new_bundlelists/bundlelists/modules/dep-clerezza-io/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.io</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-io
+    </connection>
+    <developerConnection>
+      scm:svn:https://svn.apache.org/repos/asf/stanbol/trunk/launchers/bundlelists/modules/dep-clerezza-io
+    </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-io/src/main/bundles/list.xml
URL: http://svn.apache.org/viewvc/stanbol/branches/new_bundlelists/bundlelists/modules/dep-clerezza-io/src/main/bundles/list.xml?rev=1444025&view=auto
==============================================================================
--- stanbol/branches/new_bundlelists/bundlelists/modules/dep-clerezza-io/src/main/bundles/list.xml (added)
+++ stanbol/branches/new_bundlelists/bundlelists/modules/dep-clerezza-io/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>
+  <!--
+   *********************************************************************
+   Apache Clerezza Parser and serializer
+   *********************************************************************
+   -->
+  <startLevel level="26">
+    <bundle>
+      <groupId>org.apache.clerezza</groupId>
+      <artifactId>rdf.rdfjson</artifactId>
+      <version>0.3-incubating</version>
+    </bundle>
+    <bundle>
+      <groupId>org.apache.clerezza</groupId>
+      <artifactId>rdf.jena.serializer</artifactId>
+      <version>0.9-incubating</version>
+    </bundle>
+    <bundle>
+      <groupId>org.apache.clerezza</groupId>
+      <artifactId>rdf.jena.parser</artifactId>
+      <version>0.10-incubating</version>
+    </bundle>
+    <!-- support for JSON-LD -->
+    <bundle>
+      <groupId>org.apache.stanbol</groupId>
+      <artifactId>org.apache.stanbol.commons.jsonld</artifactId>
+      <version>0.12.0-SNAPSHOT</version>
+    </bundle>
+  </startLevel>
+  
+  <!--
+   *********************************************************************
+   Apache Clerezza non RDF  modules
+   ********************************************************************* 
+   -->
+  <startLevel level="26">
+    <bundle>
+      <groupId>org.apache.clerezza.ext</groupId>
+      <artifactId>org.json.simple</artifactId>
+      <version>0.3-incubating</version>
+    </bundle>
+  </startLevel>
+
+  
+</bundles>
\ No newline at end of file

Added: stanbol/branches/new_bundlelists/bundlelists/modules/dep-clerezza-jena/pom.xml
URL: http://svn.apache.org/viewvc/stanbol/branches/new_bundlelists/bundlelists/modules/dep-clerezza-jena/pom.xml?rev=1444025&view=auto
==============================================================================
--- stanbol/branches/new_bundlelists/bundlelists/modules/dep-clerezza-jena/pom.xml (added)
+++ stanbol/branches/new_bundlelists/bundlelists/modules/dep-clerezza-jena/pom.xml Fri Feb  8 14:29:33 2013
@@ -0,0 +1,76 @@
+<?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.jena</artifactId>
+  <version>0.10.0-SNAPSHOT</version>
+  <packaging>partialbundlelist</packaging>
+
+  <name>Apache Stanbol Bundlelist for the core Clerezza libraries</name>
+  <description>
+    This Bundlelist provides the Clerezza Apache Jena integration
+    (excl. Jena TDB and Jena based Serializer/Parser)</description>
+
+  <scm>
+    <connection>
+      scm:svn:http://svn.apache.org/repos/asf/stanbol/trunk/launchers/bundlelists/modules/dep-clerezza-jena
+    </connection>
+    <developerConnection>
+      scm:svn:https://svn.apache.org/repos/asf/stanbol/trunk/launchers/bundlelists/modules/dep-clerezza-jena
+    </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>
+  </dependencies>
+  
+</project>

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