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 [4/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/engines-refactor/pom.xml
URL: http://svn.apache.org/viewvc/stanbol/branches/new_bundlelists/bundlelists/modules/engines-refactor/pom.xml?rev=1444025&view=auto
==============================================================================
--- stanbol/branches/new_bundlelists/bundlelists/modules/engines-refactor/pom.xml (added)
+++ stanbol/branches/new_bundlelists/bundlelists/modules/engines-refactor/pom.xml Fri Feb  8 14:29:33 2013
@@ -0,0 +1,96 @@
+<?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.refactor</artifactId>
+  <version>0.10.0-SNAPSHOT</version>
+  <packaging>partialbundlelist</packaging>
+
+  <name>Apache Stanbol Bundlelist for Stanbol Enhancer Refactor Enhancement Engine</name>
+  <description>
+    This provides the Refactor Engine. It uses the Stanbol Rules component to
+    allow rulebased rewriting of the Enhancement metadata. It also uses the
+    Entityhub Component to load additional information for linked Entities.
+  </description>
+
+  <scm>
+    <connection>
+      scm:svn:http://svn.apache.org/repos/asf/stanbol/trunk/launchers/bundlelists/modules/engines-refactor
+    </connection>
+    <developerConnection>
+      scm:svn:https://svn.apache.org/repos/asf/stanbol/trunk/launchers/bundlelists/modules/engines-refactor
+    </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> <!-- This provides the c-->
+      <groupId>org.apache.stanbol</groupId>
+      <artifactId>org.apache.stanbol.launchers.bundlelists.entityhub.clerezza</artifactId>
+      <version>0.12.0-SNAPSHOT</version>
+      <type>partialbundlelist</type>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.stanbol</groupId>
+      <artifactId>org.apache.stanbol.launchers.bundlelists.ontologymanager</artifactId>
+      <version>0.10.0-SNAPSHOT</version>
+      <type>partialbundlelist</type>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.stanbol</groupId>
+      <artifactId>org.apache.stanbol.launchers.bundlelists.rules</artifactId>
+      <version>0.10.0-SNAPSHOT</version>
+      <type>partialbundlelist</type>
+    </dependency>
+  </dependencies>
+
+</project>

Added: stanbol/branches/new_bundlelists/bundlelists/modules/engines-refactor/src/main/bundles/list.xml
URL: http://svn.apache.org/viewvc/stanbol/branches/new_bundlelists/bundlelists/modules/engines-refactor/src/main/bundles/list.xml?rev=1444025&view=auto
==============================================================================
--- stanbol/branches/new_bundlelists/bundlelists/modules/engines-refactor/src/main/bundles/list.xml (added)
+++ stanbol/branches/new_bundlelists/bundlelists/modules/engines-refactor/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>

Added: stanbol/branches/new_bundlelists/bundlelists/modules/engines-sentiment/pom.xml
URL: http://svn.apache.org/viewvc/stanbol/branches/new_bundlelists/bundlelists/modules/engines-sentiment/pom.xml?rev=1444025&view=auto
==============================================================================
--- stanbol/branches/new_bundlelists/bundlelists/modules/engines-sentiment/pom.xml (added)
+++ stanbol/branches/new_bundlelists/bundlelists/modules/engines-sentiment/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.engines.sentiment</artifactId>
+  <version>0.10.0-SNAPSHOT</version>
+  <packaging>partialbundlelist</packaging>
+
+  <name>Apache Stanbol Bundlelist for Stanbol Enhancer Sentiment EnhancementEngines</name>
+  <description>This Bundlelist provides EnhancmentEngines for sentiment extraction </description>
+
+  <scm>
+    <connection>
+      scm:svn:http://svn.apache.org/repos/asf/stanbol/trunk/launchers/bundlelists/modules/engines-sentiment
+    </connection>
+    <developerConnection>
+      scm:svn:https://svn.apache.org/repos/asf/stanbol/trunk/launchers/bundlelists/modules/engines-sentiment
+    </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-sentiment/src/main/bundles/list.xml
URL: http://svn.apache.org/viewvc/stanbol/branches/new_bundlelists/bundlelists/modules/engines-sentiment/src/main/bundles/list.xml?rev=1444025&view=auto
==============================================================================
--- stanbol/branches/new_bundlelists/bundlelists/modules/engines-sentiment/src/main/bundles/list.xml (added)
+++ stanbol/branches/new_bundlelists/bundlelists/modules/engines-sentiment/src/main/bundles/list.xml Fri Feb  8 14:29:33 2013
@@ -0,0 +1,42 @@
+<?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 Sentiment extraction
+    ********************************************************************* -->
+
+  <!-- Stanbol Enhancer plug-ins (the Enhancement Engines) -->
+  <startLevel level="35">
+
+    <!-- Sentiment Enhancement Engines -->
+    <bundle><!-- Sentiment Word Classifiers -->
+      <groupId>org.apache.stanbol</groupId>
+      <artifactId>org.apache.stanbol.enhancer.engines.sentiment.wordclassifier</artifactId>
+      <version>0.10.0-SNAPSHOT</version>
+    </bundle>
+    <!-- NOT YET READY FOR DEFAULT CONFIG
+     <bundle>
+     <groupId>org.apache.stanbol</groupId>
+     <artifactId>org.apache.stanbol.enhancer.engines.sentiment.summarization</artifactId>
+     <version>0.10.0-SNAPSHOT</version>
+     </bundle> -->
+    
+  </startLevel>
+  
+</bundles>

Added: stanbol/branches/new_bundlelists/bundlelists/modules/engines-solr-chinese/pom.xml
URL: http://svn.apache.org/viewvc/stanbol/branches/new_bundlelists/bundlelists/modules/engines-solr-chinese/pom.xml?rev=1444025&view=auto
==============================================================================
--- stanbol/branches/new_bundlelists/bundlelists/modules/engines-solr-chinese/pom.xml (added)
+++ stanbol/branches/new_bundlelists/bundlelists/modules/engines-solr-chinese/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.engines.solr.chinese</artifactId>
+  <version>0.10.0-SNAPSHOT</version>
+  <packaging>partialbundlelist</packaging>
+
+  <name>Apache Stanbol Bundlelist for Stanbol Enhancer Engines baesd on Solr support for
+    Chinese</name>
+  <description>This Bundlelist provides Enhancement Engies and EntityLinking support
+  for Chinese based on Apache Solr/Lucene components (Smartcn and Paoding)</description>
+
+  <scm>
+    <connection>
+      scm:svn:http://svn.apache.org/repos/asf/stanbol/trunk/launchers/bundlelists/modules/engines-solr-chinese
+    </connection>
+    <developerConnection>
+      scm:svn:https://svn.apache.org/repos/asf/stanbol/trunk/launchers/bundlelists/modules/engines-solr-chinese
+    </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.engines.solr</artifactId>
+      <version>0.10.0-SNAPSHOT</version>
+      <type>partialbundlelist</type>
+    </dependency>
+  </dependencies>
+
+</project>

Added: stanbol/branches/new_bundlelists/bundlelists/modules/engines-solr-chinese/src/main/bundles/list.xml
URL: http://svn.apache.org/viewvc/stanbol/branches/new_bundlelists/bundlelists/modules/engines-solr-chinese/src/main/bundles/list.xml?rev=1444025&view=auto
==============================================================================
--- stanbol/branches/new_bundlelists/bundlelists/modules/engines-solr-chinese/src/main/bundles/list.xml (added)
+++ stanbol/branches/new_bundlelists/bundlelists/modules/engines-solr-chinese/src/main/bundles/list.xml Fri Feb  8 14:29:33 2013
@@ -0,0 +1,92 @@
+<?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>
+
+  <startLevel level="28"> <!-- commons.solr.core uses startlevel 27 -->
+    <!--
+     The paoding analyzer bundle (extension to o.a.s.commons.solr.core module)
+     -->
+    <bundle>
+      <groupId>org.apache.stanbol</groupId>
+      <artifactId>org.apache.stanbol.commons.solr.extras.paoding</artifactId>
+      <version>0.10.0-SNAPSHOT</version>
+    </bundle>
+    <!--
+     The smartcn analyzer bundle (extension to o.a.s.commons.solr.core module)
+     -->
+    <bundle>
+      <groupId>org.apache.stanbol</groupId>
+      <artifactId>org.apache.stanbol.commons.solr.extras.smartcn</artifactId>
+      <version>0.10.0-SNAPSHOT</version>
+    </bundle>
+  </startLevel>
+
+  <!-- *********************************************************************
+    Enhancement Engines that depend on Apache Solr/Lucene 
+    ********************************************************************* -->
+
+  <startLevel level="35"> <!-- same startlevel as other Enhancement Engines -->
+    <!--
+     The Chinese sentence detection and tokenizer EnhancementEngine based on
+     smartcn
+     -->
+    <bundle>
+      <groupId>org.apache.stanbol</groupId>
+      <artifactId>org.apache.stanbol.enhancer.engines.paoding.token</artifactId>
+      <version>0.10.0-SNAPSHOT</version>
+    </bundle>
+    <!--
+     The Chinese sentence detection and tokenizer EnhancementEngine based on
+     smartcn
+     -->
+    <bundle>
+      <groupId>org.apache.stanbol</groupId>
+      <artifactId>org.apache.stanbol.enhancer.engines.smartcn.token</artifactId>
+      <version>0.10.0-SNAPSHOT</version>
+    </bundle>
+  </startLevel>
+  
+  <!--
+   startlevel needs to be greater as those of the EntityLinkingEngine
+   (o.a.s.enhancer.engines.entitylinking.engine) module
+   -->
+  <startLevel level="36">
+    <!--
+     The Chinese LabelTokenizer required by the EntityLinkingEngine to compare
+     Tokens in the AnalyzedText with Labels of the Entities found in the
+     Controlled vocabulary.
+     -->
+    <bundle>
+      <groupId>org.apache.stanbol</groupId>
+      <artifactId>org.apache.stanbol.enhancer.engines.entitylinking.labeltokenizer.paoding</artifactId>
+      <version>0.10.0-SNAPSHOT</version>
+    </bundle>
+    <!--
+     The Chinese LabelTokenizer required by the EntityLinkingEngine to compare
+     Tokens in the AnalyzedText with Labels of the Entities found in the
+     Controlled vocabulary.
+     -->
+    <bundle>
+      <groupId>org.apache.stanbol</groupId>
+      <artifactId>org.apache.stanbol.enhancer.engines.entitylinking.labeltokenizer.smartcn</artifactId>
+      <version>0.10.0-SNAPSHOT</version>
+    </bundle>
+  </startLevel>
+  
+</bundles>

Added: stanbol/branches/new_bundlelists/bundlelists/modules/engines-solr/pom.xml
URL: http://svn.apache.org/viewvc/stanbol/branches/new_bundlelists/bundlelists/modules/engines-solr/pom.xml?rev=1444025&view=auto
==============================================================================
--- stanbol/branches/new_bundlelists/bundlelists/modules/engines-solr/pom.xml (added)
+++ stanbol/branches/new_bundlelists/bundlelists/modules/engines-solr/pom.xml Fri Feb  8 14:29:33 2013
@@ -0,0 +1,88 @@
+<?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.solr</artifactId>
+  <version>0.10.0-SNAPSHOT</version>
+  <packaging>partialbundlelist</packaging>
+
+  <name>Apache Stanbol Bundlelist for Stanbol Enhancer Engines and Services based on
+  Apache Solr/Lucene</name>
+  <description>This Bundlelist provides Enhancement Engies and services that deoend
+  ot Apache Solr/Lucene</description>
+
+  <scm>
+    <connection>
+      scm:svn:http://svn.apache.org/repos/asf/stanbol/trunk/launchers/bundlelists/modules/engines-solr
+    </connection>
+    <developerConnection>
+      scm:svn:https://svn.apache.org/repos/asf/stanbol/trunk/launchers/bundlelists/modules/engines-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.enhancer.core</artifactId>
+      <version>0.11.0-SNAPSHOT</version>
+      <type>partialbundlelist</type>
+    </dependency>
+    <dependency> <!-- Solr dependencies are provided by core.solr -->
+      <groupId>org.apache.stanbol</groupId>
+      <artifactId>org.apache.stanbol.launchers.bundlelists.commons.solr</artifactId>
+      <version>0.12.0-SNAPSHOT</version>
+      <type>partialbundlelist</type>
+    </dependency>
+    <dependency> <!-- The Solr LabelTokenizer implements an interface defined by 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>
+  </dependencies>
+
+</project>

Added: stanbol/branches/new_bundlelists/bundlelists/modules/engines-solr/src/main/bundles/list.xml
URL: http://svn.apache.org/viewvc/stanbol/branches/new_bundlelists/bundlelists/modules/engines-solr/src/main/bundles/list.xml?rev=1444025&view=auto
==============================================================================
--- stanbol/branches/new_bundlelists/bundlelists/modules/engines-solr/src/main/bundles/list.xml (added)
+++ stanbol/branches/new_bundlelists/bundlelists/modules/engines-solr/src/main/bundles/list.xml Fri Feb  8 14:29:33 2013
@@ -0,0 +1,35 @@
+<?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 that depend on Apache Solr/Lucene 
+    ********************************************************************* -->
+
+  <!-- Stanbol Enhancer plug-ins (the Enhancement Engines) -->
+  <startLevel level="35">
+
+    <bundle><!-- Lucene LabelTokenizing support -->
+      <groupId>org.apache.stanbol</groupId>
+      <artifactId>org.apache.stanbol.enhancer.engines.entitylinking.labeltokenizer.lucene</artifactId>
+      <version>0.10.0-SNAPSHOT</version>
+    </bundle>
+
+  </startLevel>
+  
+</bundles>

Added: stanbol/branches/new_bundlelists/bundlelists/modules/engines-tika/pom.xml
URL: http://svn.apache.org/viewvc/stanbol/branches/new_bundlelists/bundlelists/modules/engines-tika/pom.xml?rev=1444025&view=auto
==============================================================================
--- stanbol/branches/new_bundlelists/bundlelists/modules/engines-tika/pom.xml (added)
+++ stanbol/branches/new_bundlelists/bundlelists/modules/engines-tika/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.engines.tika</artifactId>
+  <version>0.10.0-SNAPSHOT</version>
+  <packaging>partialbundlelist</packaging>
+
+  <name>Apache Stanbol Bundlelist for Stanbol Enhancer Apache Tika based EnhancementEngines</name>
+  <description>This Bundlelist provides EnhancementEngines based on Apache Tika</description>
+
+  <scm>
+    <connection>
+      scm:svn:http://svn.apache.org/repos/asf/stanbol/trunk/launchers/bundlelists/modules/engines-tika
+    </connection>
+    <developerConnection>
+      scm:svn:https://svn.apache.org/repos/asf/stanbol/trunk/launchers/bundlelists/modules/engines-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.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.dep.tika</artifactId>
+      <version>0.10.0-SNAPSHOT</version>
+      <type>partialbundlelist</type>
+    </dependency>
+  </dependencies>
+
+</project>

Added: stanbol/branches/new_bundlelists/bundlelists/modules/engines-tika/src/main/bundles/list.xml
URL: http://svn.apache.org/viewvc/stanbol/branches/new_bundlelists/bundlelists/modules/engines-tika/src/main/bundles/list.xml?rev=1444025&view=auto
==============================================================================
--- stanbol/branches/new_bundlelists/bundlelists/modules/engines-tika/src/main/bundles/list.xml (added)
+++ stanbol/branches/new_bundlelists/bundlelists/modules/engines-tika/src/main/bundles/list.xml Fri Feb  8 14:29:33 2013
@@ -0,0 +1,50 @@
+<?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>
+
+  <!-- *********************************************************************
+    Apache Tika based Enhancement Engines 
+    ********************************************************************* -->
+
+  <!-- Stanbol Enhancer plug-ins (the Enhancement Engines) -->
+  <startLevel level="35">
+
+    <!-- language identification -->
+	 <bundle> <!-- based on Apache Tika language identification module -->
+      <groupId>org.apache.stanbol</groupId>
+      <artifactId>org.apache.stanbol.enhancer.engines.langid</artifactId>
+      <version>0.10.0-SNAPSHOT</version>
+    </bundle>
+    
+    <bundle><!-- Apache Tika Engine -->
+      <groupId>org.apache.stanbol</groupId>
+      <artifactId>org.apache.stanbol.enhancer.engines.tika</artifactId>
+      <version>0.10.0-SNAPSHOT</version>
+    </bundle>
+    
+    <!-- XMP Extractor engine -->
+    <bundle>
+      <groupId>org.apache.stanbol</groupId>
+      <artifactId>org.apache.stanbol.enhancer.engines.xmpextractor</artifactId>
+      <version>0.10.0-SNAPSHOT</version>
+    </bundle>
+
+  </startLevel>
+
+</bundles>

Added: stanbol/branches/new_bundlelists/bundlelists/modules/enhancer-benchmark/pom.xml
URL: http://svn.apache.org/viewvc/stanbol/branches/new_bundlelists/bundlelists/modules/enhancer-benchmark/pom.xml?rev=1444025&view=auto
==============================================================================
--- stanbol/branches/new_bundlelists/bundlelists/modules/enhancer-benchmark/pom.xml (added)
+++ stanbol/branches/new_bundlelists/bundlelists/modules/enhancer-benchmark/pom.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.
+-->
+<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.enhancer.benchmark</artifactId>
+  <version>0.11.0-SNAPSHOT</version>
+  <packaging>partialbundlelist</packaging>
+
+  <name>Apache Stanbol Bundlelist for Stanbol Enhancer Benchmarking Tool</name>
+  <description>
+    The enhancer Benchmarking tool
+  </description>
+
+  <scm>
+    <connection>
+      scm:svn:http://svn.apache.org/repos/asf/stanbol/trunk/launchers/bundlelists/modules/enhancer-benchmark
+    </connection>
+    <developerConnection>
+      scm:svn:https://svn.apache.org/repos/asf/stanbol/trunk/launchers/bundlelists/modules/enhancer-benchmark
+    </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.dep.velocity</artifactId>
+      <version>0.10.0-SNAPSHOT</version>
+      <type>partialbundlelist</type>
+    </dependency>
+  </dependencies>
+
+</project>

Added: stanbol/branches/new_bundlelists/bundlelists/modules/enhancer-benchmark/src/main/bundles/list.xml
URL: http://svn.apache.org/viewvc/stanbol/branches/new_bundlelists/bundlelists/modules/enhancer-benchmark/src/main/bundles/list.xml?rev=1444025&view=auto
==============================================================================
--- stanbol/branches/new_bundlelists/bundlelists/modules/enhancer-benchmark/src/main/bundles/list.xml (added)
+++ stanbol/branches/new_bundlelists/bundlelists/modules/enhancer-benchmark/src/main/bundles/list.xml Fri Feb  8 14:29:33 2013
@@ -0,0 +1,30 @@
+<?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 Enhancer LDpath module
+    ********************************************************************* -->
+  <startLevel level="30">
+    <bundle>
+      <groupId>org.apache.stanbol</groupId>
+      <artifactId>org.apache.stanbol.enhancer.benchmark</artifactId>
+      <version>0.11.0-SNAPSHOT</version>
+    </bundle>
+  </startLevel>
+</bundles>

Added: stanbol/branches/new_bundlelists/bundlelists/modules/enhancer-core/pom.xml
URL: http://svn.apache.org/viewvc/stanbol/branches/new_bundlelists/bundlelists/modules/enhancer-core/pom.xml?rev=1444025&view=auto
==============================================================================
--- stanbol/branches/new_bundlelists/bundlelists/modules/enhancer-core/pom.xml (added)
+++ stanbol/branches/new_bundlelists/bundlelists/modules/enhancer-core/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.enhancer.core</artifactId>
+  <version>0.11.0-SNAPSHOT</version>
+  <packaging>partialbundlelist</packaging>
+
+  <name>Apache Stanbol Bundlelist for Stanbol Enhancer Core Modules</name>
+  <description>This Bundlelist provides the core modules for the Stanbol Enahncer</description>
+
+  <scm>
+    <connection>
+      scm:svn:http://svn.apache.org/repos/asf/stanbol/trunk/launchers/bundlelists/modules/enhancer-core
+    </connection>
+    <developerConnection>
+      scm:svn:https://svn.apache.org/repos/asf/stanbol/trunk/launchers/bundlelists/modules/enhancer-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>
+    <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 clerezza implementation -->
+      <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/enhancer-core/src/main/bundles/list.xml
URL: http://svn.apache.org/viewvc/stanbol/branches/new_bundlelists/bundlelists/modules/enhancer-core/src/main/bundles/list.xml?rev=1444025&view=auto
==============================================================================
--- stanbol/branches/new_bundlelists/bundlelists/modules/enhancer-core/src/main/bundles/list.xml (added)
+++ stanbol/branches/new_bundlelists/bundlelists/modules/enhancer-core/src/main/bundles/list.xml Fri Feb  8 14:29:33 2013
@@ -0,0 +1,93 @@
+<?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 Enhancer API and Core Services 
+    ********************************************************************* -->
+
+  <!-- Stanbol Enhancer infrastructure and required libraries -->
+  <startLevel level="30">
+    <bundle>
+      <groupId>org.apache.stanbol</groupId>
+      <artifactId>org.apache.stanbol.enhancer.servicesapi</artifactId>
+      <version>0.11.0-SNAPSHOT</version>
+    </bundle>
+    <bundle>
+      <groupId>org.apache.stanbol</groupId>
+      <artifactId>org.apache.stanbol.enhancer.core</artifactId>
+      <version>0.11.0-SNAPSHOT</version>
+    </bundle>
+    <bundle> <!-- NLP processing (STANBOL-733) -->
+      <groupId>org.apache.stanbol</groupId>
+      <artifactId>org.apache.stanbol.enhancer.nlp</artifactId>
+      <version>0.11.0-SNAPSHOT</version>
+    </bundle>
+    <bundle> <!-- JSON serialization support for AnalyzedText (STANBOL-878) -->
+      <groupId>org.apache.stanbol</groupId>
+      <artifactId>org.apache.stanbol.enhancer.nlp.json</artifactId>
+      <version>0.11.0-SNAPSHOT</version>
+    </bundle>
+  </startLevel>
+  <!-- EnhancementJobManager implementations -->
+  <startLevel level="30">
+    <bundle>
+      <groupId>org.apache.stanbol</groupId>
+      <artifactId>org.apache.stanbol.enhancer.eventjobmanager</artifactId>
+      <version>0.11.0-SNAPSHOT</version>
+    </bundle>
+    <!-- bundle>  deprecated: does not support EnhancementChains
+      <groupId>org.apache.stanbol</groupId>
+      <artifactId>org.apache.stanbol.enhancer.weightedjobmanager</artifactId>
+      <version>0.11.0-SNAPSHOT</version>
+    </bundle -->
+  </startLevel>
+  <!-- Enhancement Chain implementations -->
+  <startLevel level="30">
+    <bundle>
+      <groupId>org.apache.stanbol</groupId>
+      <artifactId>org.apache.stanbol.enhancer.chain.allactive</artifactId>
+      <version>0.11.0-SNAPSHOT</version>
+    </bundle>
+    <bundle>
+      <groupId>org.apache.stanbol</groupId>
+      <artifactId>org.apache.stanbol.enhancer.chain.graph</artifactId>
+      <version>0.11.0-SNAPSHOT</version>
+    </bundle>
+    <bundle>
+      <groupId>org.apache.stanbol</groupId>
+      <artifactId>org.apache.stanbol.enhancer.chain.weighted</artifactId>
+      <version>0.11.0-SNAPSHOT</version>
+    </bundle>
+    <bundle>
+      <groupId>org.apache.stanbol</groupId>
+      <artifactId>org.apache.stanbol.enhancer.chain.list</artifactId>
+      <version>0.11.0-SNAPSHOT</version>
+    </bundle>
+  </startLevel>
+  
+  <!-- Default Configuration for the Stanbol Enhancer -->
+  
+  <startLevel level="36">
+    <bundle>
+      <groupId>org.apache.stanbol</groupId>
+      <artifactId>org.apache.stanbol.enhancer.defaults</artifactId>
+      <version>0.11.0-SNAPSHOT</version>
+    </bundle>
+  </startLevel>
+</bundles>

Added: stanbol/branches/new_bundlelists/bundlelists/modules/enhancer-ldpath/pom.xml
URL: http://svn.apache.org/viewvc/stanbol/branches/new_bundlelists/bundlelists/modules/enhancer-ldpath/pom.xml?rev=1444025&view=auto
==============================================================================
--- stanbol/branches/new_bundlelists/bundlelists/modules/enhancer-ldpath/pom.xml (added)
+++ stanbol/branches/new_bundlelists/bundlelists/modules/enhancer-ldpath/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.enhancer.ldpath</artifactId>
+  <version>0.11.0-SNAPSHOT</version>
+  <packaging>partialbundlelist</packaging>
+
+  <name>Apache Stanbol Bundlelist for Stanbol Enhancer LDpath Support</name>
+  <description>
+    Adds support for LDpath over ContentItems incl. support for accessing
+    Blobs via fn:contnet(..)
+  </description>
+
+  <scm>
+    <connection>
+      scm:svn:http://svn.apache.org/repos/asf/stanbol/trunk/launchers/bundlelists/modules/enhancer-ldpath
+    </connection>
+    <developerConnection>
+      scm:svn:https://svn.apache.org/repos/asf/stanbol/trunk/launchers/bundlelists/modules/enhancer-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.enhancer.core</artifactId>
+      <version>0.11.0-SNAPSHOT</version>
+      <type>partialbundlelist</type>
+    </dependency>
+    <dependency> <!-- for the clerezza implementation -->
+      <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/enhancer-ldpath/src/main/bundles/list.xml
URL: http://svn.apache.org/viewvc/stanbol/branches/new_bundlelists/bundlelists/modules/enhancer-ldpath/src/main/bundles/list.xml?rev=1444025&view=auto
==============================================================================
--- stanbol/branches/new_bundlelists/bundlelists/modules/enhancer-ldpath/src/main/bundles/list.xml (added)
+++ stanbol/branches/new_bundlelists/bundlelists/modules/enhancer-ldpath/src/main/bundles/list.xml Fri Feb  8 14:29:33 2013
@@ -0,0 +1,30 @@
+<?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 Enhancer LDpath module
+    ********************************************************************* -->
+  <startLevel level="30">
+    <bundle>
+      <groupId>org.apache.stanbol</groupId>
+      <artifactId>org.apache.stanbol.enhancer.ldpath</artifactId>
+      <version>0.11.0-SNAPSHOT</version>
+    </bundle>
+  </startLevel>
+</bundles>

Added: stanbol/branches/new_bundlelists/bundlelists/modules/enhancer-web/pom.xml
URL: http://svn.apache.org/viewvc/stanbol/branches/new_bundlelists/bundlelists/modules/enhancer-web/pom.xml?rev=1444025&view=auto
==============================================================================
--- stanbol/branches/new_bundlelists/bundlelists/modules/enhancer-web/pom.xml (added)
+++ stanbol/branches/new_bundlelists/bundlelists/modules/enhancer-web/pom.xml Fri Feb  8 14:29:33 2013
@@ -0,0 +1,86 @@
+<?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.enhancer.web</artifactId>
+  <version>0.11.0-SNAPSHOT</version>
+  <packaging>partialbundlelist</packaging>
+
+  <name>Apache Stanbol Bundlelist for Stanbol Enhancer JAX-RS and Web UI Modules</name>
+  <description>This Bundlelist provides the JAX-RS and Web UI modules for the Stanbol Enahncer</description>
+
+  <scm>
+    <connection>
+      scm:svn:http://svn.apache.org/repos/asf/stanbol/trunk/launchers/bundlelists/modules/enhancer-web
+    </connection>
+    <developerConnection>
+      scm:svn:https://svn.apache.org/repos/asf/stanbol/trunk/launchers/bundlelists/modules/enhancer-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.enhancer.core</artifactId>
+      <version>0.11.0-SNAPSHOT</version>
+      <type>partialbundlelist</type>
+    </dependency>
+    <dependency> <!-- The Stanbol JAX-RS and Web UI modules -->
+      <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> <!-- The RDF parser and Serializer -->
+      <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/enhancer-web/src/main/bundles/list.xml
URL: http://svn.apache.org/viewvc/stanbol/branches/new_bundlelists/bundlelists/modules/enhancer-web/src/main/bundles/list.xml?rev=1444025&view=auto
==============================================================================
--- stanbol/branches/new_bundlelists/bundlelists/modules/enhancer-web/src/main/bundles/list.xml (added)
+++ stanbol/branches/new_bundlelists/bundlelists/modules/enhancer-web/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 Enhancer Web fragment
+    ********************************************************************* -->
+
+  <startLevel level="31">
+    <bundle>
+      <groupId>org.apache.stanbol</groupId>
+      <artifactId>org.apache.stanbol.enhancer.jersey</artifactId>
+      <version>0.11.0-SNAPSHOT</version>
+    </bundle>
+  </startLevel>
+
+</bundles>

Added: stanbol/branches/new_bundlelists/bundlelists/modules/entityhub-clerezza/pom.xml
URL: http://svn.apache.org/viewvc/stanbol/branches/new_bundlelists/bundlelists/modules/entityhub-clerezza/pom.xml?rev=1444025&view=auto
==============================================================================
--- stanbol/branches/new_bundlelists/bundlelists/modules/entityhub-clerezza/pom.xml (added)
+++ stanbol/branches/new_bundlelists/bundlelists/modules/entityhub-clerezza/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.entityhub.clerezza</artifactId>
+  <version>0.12.0-SNAPSHOT</version>
+  <packaging>partialbundlelist</packaging>
+
+  <name>Apache Stanbol Bundlelist for Stanbol Entityhub Clerezza Modules</name>
+  <description>This Bundlelist provides Entityhub implementations based on Clerezza
+  including Linked Data and SPARQL support</description>
+
+  <scm>
+    <connection>
+      scm:svn:http://svn.apache.org/repos/asf/stanbol/trunk/launchers/bundlelists/modules/entityhub-clerezza
+    </connection>
+    <developerConnection>
+      scm:svn:https://svn.apache.org/repos/asf/stanbol/trunk/launchers/bundlelists/modules/entityhub-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.entityhub.core</artifactId>
+      <version>0.12.0-SNAPSHOT</version>
+      <type>partialbundlelist</type>
+    </dependency>
+    <dependency> <!-- Clerezza core and io is required -->
+      <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/entityhub-clerezza/src/main/bundles/list.xml
URL: http://svn.apache.org/viewvc/stanbol/branches/new_bundlelists/bundlelists/modules/entityhub-clerezza/src/main/bundles/list.xml?rev=1444025&view=auto
==============================================================================
--- stanbol/branches/new_bundlelists/bundlelists/modules/entityhub-clerezza/src/main/bundles/list.xml (added)
+++ stanbol/branches/new_bundlelists/bundlelists/modules/entityhub-clerezza/src/main/bundles/list.xml Fri Feb  8 14:29:33 2013
@@ -0,0 +1,44 @@
+<?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 infrastructure and required libraries-->
+  <startLevel level="30">
+    <bundle>
+      <groupId>org.apache.stanbol</groupId>
+      <artifactId>org.apache.stanbol.entityhub.model.clerezza</artifactId>
+      <version>0.12.0-SNAPSHOT</version>
+    </bundle>
+    <bundle>
+      <groupId>org.apache.stanbol</groupId>
+      <artifactId>org.apache.stanbol.entityhub.query.clerezza</artifactId>
+      <version>0.12.0-SNAPSHOT</version>
+    </bundle>
+    <bundle>
+      <groupId>org.apache.stanbol</groupId>
+      <artifactId>org.apache.stanbol.entityhub.site.linkeddata</artifactId>
+      <version>0.12.0-SNAPSHOT</version>
+    </bundle>
+    <bundle>
+      <groupId>org.apache.stanbol</groupId>
+      <artifactId>org.apache.stanbol.entityhub.yard.clerezza</artifactId>
+      <version>0.12.0-SNAPSHOT</version>
+    </bundle>
+  </startLevel>
+  
+</bundles>  
\ No newline at end of file

Added: stanbol/branches/new_bundlelists/bundlelists/modules/entityhub-core/pom.xml
URL: http://svn.apache.org/viewvc/stanbol/branches/new_bundlelists/bundlelists/modules/entityhub-core/pom.xml?rev=1444025&view=auto
==============================================================================
--- stanbol/branches/new_bundlelists/bundlelists/modules/entityhub-core/pom.xml (added)
+++ stanbol/branches/new_bundlelists/bundlelists/modules/entityhub-core/pom.xml Fri Feb  8 14:29:33 2013
@@ -0,0 +1,86 @@
+<?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.entityhub.core</artifactId>
+  <version>0.12.0-SNAPSHOT</version>
+  <packaging>partialbundlelist</packaging>
+
+  <name>Apache Stanbol Bundlelist for Stanbol Entityhub Core Modules</name>
+  <description>This Bundlelist provides the core modules for the Stanbol Entityhub</description>
+
+  <scm>
+    <connection>
+      scm:svn:http://svn.apache.org/repos/asf/stanbol/trunk/launchers/bundlelists/modules/entityhub-core
+    </connection>
+    <developerConnection>
+      scm:svn:https://svn.apache.org/repos/asf/stanbol/trunk/launchers/bundlelists/modules/entityhub-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>
+    <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> <!-- The Entityhub uses the Namespace Prefix service -->
+      <groupId>org.apache.stanbol</groupId>
+      <artifactId>org.apache.stanbol.launchers.bundlelists.commons.nsprefix</artifactId>
+      <version>0.12.0-SNAPSHOT</version>
+      <type>partialbundlelist</type>
+    </dependency>
+    <dependency> <!-- LDPath is supported by the Entityhub -->
+      <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/entityhub-core/src/main/bundles/list.xml
URL: http://svn.apache.org/viewvc/stanbol/branches/new_bundlelists/bundlelists/modules/entityhub-core/src/main/bundles/list.xml?rev=1444025&view=auto
==============================================================================
--- stanbol/branches/new_bundlelists/bundlelists/modules/entityhub-core/src/main/bundles/list.xml (added)
+++ stanbol/branches/new_bundlelists/bundlelists/modules/entityhub-core/src/main/bundles/list.xml Fri Feb  8 14:29:33 2013
@@ -0,0 +1,59 @@
+<?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>
+  <startLevel level="20">
+    <bundle> <!-- lib only used by the Entityhub -->
+      <groupId>joda-time</groupId>
+      <artifactId>joda-time</artifactId>
+      <version>1.6.2</version>
+    </bundle>
+  </startLevel>
+  <!-- Stanbol Entityhub infrastructure and required libraries-->
+  <startLevel level="30">
+    <bundle>
+      <groupId>org.apache.stanbol</groupId>
+      <artifactId>org.apache.stanbol.entityhub.servicesapi</artifactId>
+      <version>0.12.0-SNAPSHOT</version>
+    </bundle>
+    <bundle>
+      <groupId>org.apache.stanbol</groupId>
+      <artifactId>org.apache.stanbol.entityhub.site.managed</artifactId>
+      <version>0.12.0-SNAPSHOT</version>
+    </bundle>
+    <bundle>
+      <groupId>org.apache.stanbol</groupId>
+      <artifactId>org.apache.stanbol.entityhub.core</artifactId>
+      <version>0.12.0-SNAPSHOT</version>
+    </bundle>
+    <bundle>
+      <groupId>org.apache.stanbol</groupId>
+      <artifactId>org.apache.stanbol.entityhub.ldpath</artifactId>
+      <version>0.12.0-SNAPSHOT</version>
+    </bundle>   
+  </startLevel>
+  
+  <!-- Default configuration for the Entityhub -->
+  <startLevel level="32">
+    <bundle>
+      <groupId>org.apache.stanbol</groupId>
+      <artifactId>org.apache.stanbol.entityhub.defaults</artifactId>
+      <version>0.12.0-SNAPSHOT</version>
+    </bundle>
+  </startLevel>  
+</bundles>  
\ No newline at end of file

Added: stanbol/branches/new_bundlelists/bundlelists/modules/entityhub-solr/pom.xml
URL: http://svn.apache.org/viewvc/stanbol/branches/new_bundlelists/bundlelists/modules/entityhub-solr/pom.xml?rev=1444025&view=auto
==============================================================================
--- stanbol/branches/new_bundlelists/bundlelists/modules/entityhub-solr/pom.xml (added)
+++ stanbol/branches/new_bundlelists/bundlelists/modules/entityhub-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.entityhub.solr</artifactId>
+  <version>0.12.0-SNAPSHOT</version>
+  <packaging>partialbundlelist</packaging>
+
+  <name>Apache Stanbol Bundlelist for Stanbol Entityhub Solr Modules</name>
+  <description>This Bundlelist provides the Solr based Storage implementation for
+  the Stanbol Entityhub (SolrYard)</description>
+
+  <scm>
+    <connection>
+      scm:svn:http://svn.apache.org/repos/asf/stanbol/trunk/launchers/bundlelists/modules/entityhub-solr
+    </connection>
+    <developerConnection>
+      scm:svn:https://svn.apache.org/repos/asf/stanbol/trunk/launchers/bundlelists/modules/entityhub-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.entityhub.core</artifactId>
+      <version>0.12.0-SNAPSHOT</version>
+      <type>partialbundlelist</type>
+    </dependency>
+    <dependency> <!-- The Stanbol Commons Solr component-->
+      <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/entityhub-solr/src/main/bundles/list.xml
URL: http://svn.apache.org/viewvc/stanbol/branches/new_bundlelists/bundlelists/modules/entityhub-solr/src/main/bundles/list.xml?rev=1444025&view=auto
==============================================================================
--- stanbol/branches/new_bundlelists/bundlelists/modules/entityhub-solr/src/main/bundles/list.xml (added)
+++ stanbol/branches/new_bundlelists/bundlelists/modules/entityhub-solr/src/main/bundles/list.xml Fri Feb  8 14:29:33 2013
@@ -0,0 +1,29 @@
+<?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 infrastructure and required libraries-->
+  <startLevel level="30">
+    <bundle>
+      <groupId>org.apache.stanbol</groupId>
+      <artifactId>org.apache.stanbol.entityhub.yard.solr</artifactId>
+      <version>0.12.0-SNAPSHOT</version>
+    </bundle>
+  </startLevel>
+  
+</bundles>  
\ No newline at end of file

Added: stanbol/branches/new_bundlelists/bundlelists/modules/entityhub-web/pom.xml
URL: http://svn.apache.org/viewvc/stanbol/branches/new_bundlelists/bundlelists/modules/entityhub-web/pom.xml?rev=1444025&view=auto
==============================================================================
--- stanbol/branches/new_bundlelists/bundlelists/modules/entityhub-web/pom.xml (added)
+++ stanbol/branches/new_bundlelists/bundlelists/modules/entityhub-web/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.entityhub.web</artifactId>
+  <version>0.12.0-SNAPSHOT</version>
+  <packaging>partialbundlelist</packaging>
+
+  <name>Apache Stanbol Bundlelist for Stanbol Entityhub JAX-RS and Web modules</name>
+  <description>This Bundlelist provides the JAX-RS and Web Ui fof the Stanbol Entityhub</description>
+
+  <scm>
+    <connection>
+      scm:svn:http://svn.apache.org/repos/asf/stanbol/trunk/launchers/bundlelists/modules/entityhub-web
+    </connection>
+    <developerConnection>
+      scm:svn:https://svn.apache.org/repos/asf/stanbol/trunk/launchers/bundlelists/modules/entityhub-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.entityhub.core</artifactId>
+      <version>0.12.0-SNAPSHOT</version>
+      <type>partialbundlelist</type>
+    </dependency>
+    <dependency> <!-- The Stanbol JAX-RS and Web UI modules-->
+      <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/entityhub-web/src/main/bundles/list.xml
URL: http://svn.apache.org/viewvc/stanbol/branches/new_bundlelists/bundlelists/modules/entityhub-web/src/main/bundles/list.xml?rev=1444025&view=auto
==============================================================================
--- stanbol/branches/new_bundlelists/bundlelists/modules/entityhub-web/src/main/bundles/list.xml (added)
+++ stanbol/branches/new_bundlelists/bundlelists/modules/entityhub-web/src/main/bundles/list.xml Fri Feb  8 14:29:33 2013
@@ -0,0 +1,35 @@
+<?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>
+  <startLevel level="20">
+    <bundle>
+      <groupId>javax.mail</groupId>
+      <artifactId>mail</artifactId>
+      <version>1.4.5</version>
+    </bundle>
+  </startLevel>
+  <!-- Web Fragment -->
+  <startLevel level="31">
+    <bundle>
+      <groupId>org.apache.stanbol</groupId>
+      <artifactId>org.apache.stanbol.entityhub.jersey</artifactId>
+      <version>0.12.0-SNAPSHOT</version>
+    </bundle>
+  </startLevel>
+</bundles>
\ No newline at end of file

Modified: stanbol/branches/new_bundlelists/bundlelists/pom.xml
URL: http://svn.apache.org/viewvc/stanbol/branches/new_bundlelists/bundlelists/pom.xml?rev=1444025&r1=1444024&r2=1444025&view=diff
==============================================================================
--- stanbol/branches/new_bundlelists/bundlelists/pom.xml (original)
+++ stanbol/branches/new_bundlelists/bundlelists/pom.xml Fri Feb  8 14:29:33 2013
@@ -57,31 +57,79 @@
   </scm>
   
   <modules>
-    <!-- Commons -->
-    <module>osgiframework</module>
-    <module>stanbolcommons</module>
-
-    <!-- Data bundles -->
-    <module>defaultdata</module>
-    <module>opennlp</module>
-    <module>sentimentdata</module>
-
-    <!-- Components -->
-    <module>enhancer</module>
-    <module>entityhub</module>
-    <module>cmsadapter</module>
-    <module>contenthub</module>
-    <module>ontologymanager</module>
-    <module>reasoners</module>
-    <module>rules</module>
-
-    <!-- Specific features -->
-    <module>security</module>
-    <module>zzshell</module>
+    <!-- Bundlelists for Stanbol dependencies -->
+    <module>modules/dep-clerezza</module>
+    <module>modules/dep-clerezza-io</module>
+    <module>modules/dep-clerezza-jena</module>
+    <module>modules/dep-clerezza-jenatdb</module>
+    <module>modules/dep-clerezza-sparql</module>
+    <module>modules/dep-clerezza-plattform</module>
+    <module>modules/dep-commonlibs</module>
+    <module>modules/dep-sling</module>
+    <module>modules/dep-tika</module>
+    <module>modules/dep-velocity</module>
+    <module>modules/dep-webconsole</module>
+    
+    <!-- Bundlelists for Stanbol Commons modules -->
+    <module>modules/commons-datafileprovider</module>
+    <module>modules/commons-jobs</module>
+    <module>modules/commons-ldpath</module>
+    <module>modules/commons-nsprefix</module>
+    <module>modules/commons-opennlp</module>
+    <module>modules/commons-owl</module>
+    <module>modules/commons-security</module>
+    <module>modules/commons-solr</module>
+    <module>modules/commons-web</module>
+    <module>modules/commons-web-ldpath</module>
+    <module>modules/commons-web-solr</module>
+    <module>modules/commons-web-sparql</module>
+
+    <!-- Bundlelists for Stanbol Enhancer modules -->
+    <module>modules/enhancer-core</module>
+    <module>modules/enhancer-ldpath</module>
+    <module>modules/enhancer-benchmark</module>
+    <module>modules/enhancer-web</module>
+    <module>modules/engines-nodep</module>
+    <module>modules/engines-htmlextract</module>
+    <module>modules/engines-solr</module>
+    <module>modules/engines-solr-chinese</module>
+    <module>modules/engines-tika</module>
+    <module>modules/engines-sentiment</module>
+    <module>modules/engines-opennlp</module>
+    <module>modules/engines-integratedservices</module>
+    <module>modules/engines-refactor</module>
+    
+    <!-- Bundlelists for Stanbol Entityhub modules -->
+    <module>modules/entityhub-core</module>
+    <module>modules/entityhub-web</module>
+    <module>modules/entityhub-clerezza</module>
+    <module>modules/entityhub-solr</module>
+    <module>modules/engines-entityhub</module>
+
+    <!-- Bundlelists for Stanbol Contenthub modules -->
+    <module>modules/contenthub-core</module>
+    <module>modules/contenthub-search-related</module>
+    <module>modules/contenthub-web</module>
+    
+    <!-- data -->
+    <module>data/data-default</module>
+    <module>data/data-opennlp</module>
+    <module>data/data-sentiment</module>
+
+    <!-- Runtimes -->
+    <module>runtime/default</module>
+    <module>runtime/minimal</module>
+    
+    <!-- Components main bundlelists-->
+    <module>components/enhancer</module>
+    <module>components/entityhub</module>
+    <module>components/cmsadapter</module>
+    <module>components/contenthub</module>
+    <module>components/ontologymanager</module>
+    <module>components/reasoners</module>
+    <module>components/rules</module>
+    <module>components/zzshell</module> <!-- not really a component, but ... -->
     
-    <!-- language specific extensions -->
-    <module>language-extras/smartcn</module>
-    <module>language-extras/paoding</module>
   </modules>
 
   <profiles>