You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@stanbol.apache.org by fc...@apache.org on 2012/05/16 10:42:37 UTC

svn commit: r1339060 - in /incubator/stanbol/trunk: ./ cmsadapter/core/ cmsadapter/jcr/ cmsadapter/parent/ cmsadapter/servicesapi/ cmsadapter/web/ commons/ commons/httpqueryheaders/ commons/installer/bundleprovider/ commons/jsonld/ commons/launchpad/ c...

Author: fchrist
Date: Wed May 16 08:42:34 2012
New Revision: 1339060

URL: http://svn.apache.org/viewvc?rev=1339060&view=rev
Log:
STANBOL-615 Reviewed and improved the build. Removed unused profiles. Reordered modules to match the depedency ordering. Fixed names of artifacts.

Modified:
    incubator/stanbol/trunk/README.md
    incubator/stanbol/trunk/cmsadapter/core/pom.xml
    incubator/stanbol/trunk/cmsadapter/jcr/pom.xml
    incubator/stanbol/trunk/cmsadapter/parent/pom.xml
    incubator/stanbol/trunk/cmsadapter/servicesapi/pom.xml
    incubator/stanbol/trunk/cmsadapter/web/pom.xml
    incubator/stanbol/trunk/commons/httpqueryheaders/pom.xml
    incubator/stanbol/trunk/commons/installer/bundleprovider/pom.xml
    incubator/stanbol/trunk/commons/jsonld/pom.xml
    incubator/stanbol/trunk/commons/launchpad/pom.xml
    incubator/stanbol/trunk/commons/opennlp/pom.xml
    incubator/stanbol/trunk/commons/owl/pom.xml
    incubator/stanbol/trunk/commons/pom.xml
    incubator/stanbol/trunk/commons/stanboltools/bundledatafileprovider/pom.xml
    incubator/stanbol/trunk/commons/stanboltools/datafileprovider/pom.xml
    incubator/stanbol/trunk/commons/stanboltools/offline/pom.xml
    incubator/stanbol/trunk/commons/testing/http/pom.xml
    incubator/stanbol/trunk/commons/testing/jarexec/pom.xml
    incubator/stanbol/trunk/commons/testing/stanbol/pom.xml
    incubator/stanbol/trunk/contenthub/ldpath/pom.xml
    incubator/stanbol/trunk/contenthub/parent/pom.xml
    incubator/stanbol/trunk/contenthub/pom.xml
    incubator/stanbol/trunk/contenthub/search/featured/pom.xml
    incubator/stanbol/trunk/contenthub/search/pom.xml
    incubator/stanbol/trunk/contenthub/search/related/pom.xml
    incubator/stanbol/trunk/contenthub/search/solr/pom.xml
    incubator/stanbol/trunk/contenthub/servicesapi/pom.xml
    incubator/stanbol/trunk/contenthub/store/clerezza/pom.xml
    incubator/stanbol/trunk/contenthub/store/inmemory/pom.xml
    incubator/stanbol/trunk/contenthub/web/pom.xml
    incubator/stanbol/trunk/data/defaultconfig/pom.xml
    incubator/stanbol/trunk/data/parent/pom.xml
    incubator/stanbol/trunk/data/pom.xml
    incubator/stanbol/trunk/demos/webvie/pom.xml
    incubator/stanbol/trunk/enhancer/defaults/pom.xml
    incubator/stanbol/trunk/enhancer/topic-web/pom.xml
    incubator/stanbol/trunk/entityhub/generic/core/pom.xml
    incubator/stanbol/trunk/entityhub/generic/servicesapi/pom.xml
    incubator/stanbol/trunk/entityhub/generic/test/pom.xml
    incubator/stanbol/trunk/entityhub/jersey/pom.xml
    incubator/stanbol/trunk/entityhub/ldpath/pom.xml
    incubator/stanbol/trunk/entityhub/parent/pom.xml
    incubator/stanbol/trunk/entityhub/pom.xml
    incubator/stanbol/trunk/entityhub/yard/clerezza/pom.xml
    incubator/stanbol/trunk/entityhub/yard/solr/pom.xml
    incubator/stanbol/trunk/frameworkfragment/pom.xml
    incubator/stanbol/trunk/launchers/bundlelists/osgiframework/pom.xml
    incubator/stanbol/trunk/launchers/bundlelists/stanbolcommons/pom.xml
    incubator/stanbol/trunk/launchers/full-war/pom.xml
    incubator/stanbol/trunk/launchers/full-war/src/main/bundles/list.xml
    incubator/stanbol/trunk/launchers/full/pom.xml
    incubator/stanbol/trunk/launchers/full/src/main/bundles/list.xml
    incubator/stanbol/trunk/launchers/stable/pom.xml
    incubator/stanbol/trunk/ontologymanager/ontonet/pom.xml
    incubator/stanbol/trunk/ontologymanager/pom.xml
    incubator/stanbol/trunk/ontologymanager/registry/pom.xml
    incubator/stanbol/trunk/ontologymanager/web/pom.xml
    incubator/stanbol/trunk/parent/pom.xml
    incubator/stanbol/trunk/pom.xml
    incubator/stanbol/trunk/releasing/stanbol-source-release/pom.xml
    incubator/stanbol/trunk/releasing/stanbol-source-release/src/main/resources/assemblies/stanbol.xml

Modified: incubator/stanbol/trunk/README.md
URL: http://svn.apache.org/viewvc/incubator/stanbol/trunk/README.md?rev=1339060&r1=1339059&r2=1339060&view=diff
==============================================================================
--- incubator/stanbol/trunk/README.md (original)
+++ incubator/stanbol/trunk/README.md Wed May 16 08:42:34 2012
@@ -27,41 +27,26 @@ need
 
     $ export MAVEN_OPTS="-Xmx512M -XX:MaxPermSize=128M"
 
-The Stanbol build system consists of the following profiles:
+If you want to skip the tests, add `-DskipTests` to the Maven command.
 
-   - 'stack'     - to build the Stanbol Stack
-   - 'framework' - to build the Stanbol Framework only
-   - 'kres'      - to build additional Reasoning components that
-                   are not yet in a stable state
 
-If you build Stanbol from a source tree that contains the whole Stanbol
-project, the 'stack' profile is activated by default. If you whish to activate
-another profile use the Maven -P command line switch.
+## Building Apache Stanbol
 
-If you build Stanbol from a source tree that just contains the Stanbol
-Framework, e.g. after downloading a Stanbol Framework source release, the
-'framework' profile will be activated by default.
-
-If you want to skip the tests for any build profile, add `-DskipTests` to the
-Maven command.
-
-
-## Building the Stanbol Stack
-
-This builds the Stanbol Framework plus available Enhancement Engines and a
+This builds the Apache Stanbol plus available Enhancement Engines and a
 default set of linked open data for the EntityHub. If you want to have a ready
-to use version of Stanbol, this is the way to go.
+to use version of Apache Stanbol, this is the way to go.
 
-In the Stanbol source directory type
+In the Apache Stanbol source directory type
 
     $ mvn install
+    
 
-### Launching the Stanbol server
+### Launching the Apache Stanbol Server
 
 The recommended lanchers are packaged under the `launchers/` folder. For
 instance:
 
-    $ java -Xmx1g -jar launchers/full/target/org.apache.stanbol.launchers.full-0.9.0-incubating-SNAPSHOT.jar
+    $ java -Xmx1g -jar launchers/full/target/org.apache.stanbol.launchers.full-0.10.0-incubating-SNAPSHOT.jar
 
 Your instance is then available on <http://localhost:8080>. You can change the
 default port number by passing a `-p 9090` options to the commandline launcher.
@@ -72,28 +57,7 @@ configuration and logs.
 
 If Stanbol is launched with a FactStore a folder named `factstore` is created
 in the current folder. This folder holds the FactStore database (Apache Derby).
-
-
-## Building the Stanbol Framework only
-
-This build is used to build the Stanbol Framework only. That is without any
-Enhancement Engines or prepared linked open data indexes for the EntityHub.
-
-In the Stanbol source directory type
-
-    $ mvn install -Pframework
-
-If you build Stanbol from a source tree that just contains the Stanbol
-Framework, e.g. after downloading a Stanbol Framework source release, the
-'framework' is activated automatically and it is enough to type
-
-    $ mvn install
-    
-
-## Preloading the Entity Hub cache with a DBpedia index
-
-TODO: write me!
-
+  
 
 ## Importing the source code as Eclipse projects
 
@@ -131,13 +95,13 @@ You can then apply the formatter to a se
 by pressing `Shift+Ctrl+F`.
 
 
-## Debugging a Stanbol instance from Eclipse
+## Debugging an Apache Stanbol Instance from Eclipse
 
 To debug a locally running Stanbol instance from eclipse, run the stanbol
 launcher with::
 
     $ java -Xdebug -Xrunjdwp:transport=dt_socket,address=8787,server=y,suspend=n \
-           -jar org.apache.stanbol.some.launcher.0.9-SNAPSHOT.jar -p 8080
+           -jar org.apache.stanbol.some.launcher-[VERSION].jar -p 8080
 
 In eclipse, you can then create a new "Debug Configuration" with type "Remote
 Java Application" and connect it to localhost on port 8787.
@@ -156,10 +120,10 @@ For example to check the licenses in the
 You should read [1,2] before doing any release related actions.
 
 To do a release test build, you have to activate the 'apache-release' profile.
-For building the framework plus signing the artifacts as it would be done during
+For building Apache Stanbol plus signing the artifacts as it would be done during
 a release you can use
 
-    $ mvn install -Pframework,apache-release
+    $ mvn install -Papache-release
 
 The 'apache-release' profile will be automatically activated when the Maven
 release plugin [3] is used. For doing official release you start with

Modified: incubator/stanbol/trunk/cmsadapter/core/pom.xml
URL: http://svn.apache.org/viewvc/incubator/stanbol/trunk/cmsadapter/core/pom.xml?rev=1339060&r1=1339059&r2=1339060&view=diff
==============================================================================
--- incubator/stanbol/trunk/cmsadapter/core/pom.xml (original)
+++ incubator/stanbol/trunk/cmsadapter/core/pom.xml Wed May 16 08:42:34 2012
@@ -26,7 +26,7 @@
   <version>0.10.0-incubating-SNAPSHOT</version>
   <packaging>bundle</packaging>
 
-  <name>Apache Stanbol CMS Adapter Core Bundle</name>
+  <name>Apache Stanbol CMS Adapter Core</name>
 
   <build>
     <plugins>

Modified: incubator/stanbol/trunk/cmsadapter/jcr/pom.xml
URL: http://svn.apache.org/viewvc/incubator/stanbol/trunk/cmsadapter/jcr/pom.xml?rev=1339060&r1=1339059&r2=1339060&view=diff
==============================================================================
--- incubator/stanbol/trunk/cmsadapter/jcr/pom.xml (original)
+++ incubator/stanbol/trunk/cmsadapter/jcr/pom.xml Wed May 16 08:42:34 2012
@@ -26,7 +26,7 @@
 	<version>0.10.0-incubating-SNAPSHOT</version>
 	<packaging>bundle</packaging>
 
-	<name>Apache Stanbol CMS Adapter JCR Bundle</name>
+	<name>Apache Stanbol CMS Adapter JCR</name>
 
 	<build>
 		<plugins>

Modified: incubator/stanbol/trunk/cmsadapter/parent/pom.xml
URL: http://svn.apache.org/viewvc/incubator/stanbol/trunk/cmsadapter/parent/pom.xml?rev=1339060&r1=1339059&r2=1339060&view=diff
==============================================================================
--- incubator/stanbol/trunk/cmsadapter/parent/pom.xml (original)
+++ incubator/stanbol/trunk/cmsadapter/parent/pom.xml Wed May 16 08:42:34 2012
@@ -25,7 +25,7 @@
   <version>0.10.0-incubating-SNAPSHOT</version>
   <packaging>pom</packaging>
 
-  <name>Apache Stanbol CMS Adapter parent POM</name>
+  <name>Apache Stanbol CMS Adapter Parent</name>
   <description>
     Parent POM for the Apache Stanbol CMS Adapter
   </description>

Modified: incubator/stanbol/trunk/cmsadapter/servicesapi/pom.xml
URL: http://svn.apache.org/viewvc/incubator/stanbol/trunk/cmsadapter/servicesapi/pom.xml?rev=1339060&r1=1339059&r2=1339060&view=diff
==============================================================================
--- incubator/stanbol/trunk/cmsadapter/servicesapi/pom.xml (original)
+++ incubator/stanbol/trunk/cmsadapter/servicesapi/pom.xml Wed May 16 08:42:34 2012
@@ -26,7 +26,7 @@
 	<version>0.10.0-incubating-SNAPSHOT</version>
 	<packaging>bundle</packaging>
 
-	<name>Apache Stanbol CMS adapter API bundle</name>
+	<name>Apache Stanbol CMS Adapter Service API</name>
 
 	<build>
 		<plugins>

Modified: incubator/stanbol/trunk/cmsadapter/web/pom.xml
URL: http://svn.apache.org/viewvc/incubator/stanbol/trunk/cmsadapter/web/pom.xml?rev=1339060&r1=1339059&r2=1339060&view=diff
==============================================================================
--- incubator/stanbol/trunk/cmsadapter/web/pom.xml (original)
+++ incubator/stanbol/trunk/cmsadapter/web/pom.xml Wed May 16 08:42:34 2012
@@ -26,7 +26,7 @@
 	<version>0.10.0-incubating-SNAPSHOT</version>
 	<packaging>bundle</packaging>
 
-	<name>Apache Stanbol CMS Adapter Web Bundle</name>
+	<name>Apache Stanbol CMS Adapter Web</name>
 
 	<build>
 		<plugins>

Modified: incubator/stanbol/trunk/commons/httpqueryheaders/pom.xml
URL: http://svn.apache.org/viewvc/incubator/stanbol/trunk/commons/httpqueryheaders/pom.xml?rev=1339060&r1=1339059&r2=1339060&view=diff
==============================================================================
--- incubator/stanbol/trunk/commons/httpqueryheaders/pom.xml (original)
+++ incubator/stanbol/trunk/commons/httpqueryheaders/pom.xml Wed May 16 08:42:34 2012
@@ -31,7 +31,7 @@
   <version>0.10.0-incubating-SNAPSHOT</version>
   <packaging>bundle</packaging>
 
-  <name>Apache Stanbol Http Query Headers</name>
+  <name>Apache Stanbol Commons HTTP Query Headers</name>
   <description>Allows to parse HTTP headers as QueryParameters by prefixing it with "header_{http-header}". This feature allows to bypass the inability of Internet Explorer to set headers for multi domain (CORS) requests. This is a general utility and has no dependencies to Apache Stanbol.</description>
   <scm>
     <connection>

Modified: incubator/stanbol/trunk/commons/installer/bundleprovider/pom.xml
URL: http://svn.apache.org/viewvc/incubator/stanbol/trunk/commons/installer/bundleprovider/pom.xml?rev=1339060&r1=1339059&r2=1339060&view=diff
==============================================================================
--- incubator/stanbol/trunk/commons/installer/bundleprovider/pom.xml (original)
+++ incubator/stanbol/trunk/commons/installer/bundleprovider/pom.xml Wed May 16 08:42:34 2012
@@ -30,9 +30,9 @@
   <version>0.10.0-incubating-SNAPSHOT</version>
   <packaging>bundle</packaging>
 
-  <name>Apache Stanbol Bundle Provider</name>
-  <description>Provides support for installing Configurations contained
-  within Bundles by using the Sling Installer infrastructure.</description>
+  <name>Apache Stanbol Commons Installer Bundle Provider</name>
+  <description>Provides support for installing configurations contained
+  within bundles by using the Sling installer infrastructure.</description>
   <scm>
     <connection>
       scm:svn:http://svn.apache.org/repos/asf/incubator/stanbol/trunk/commons/installer/bundleprovider

Modified: incubator/stanbol/trunk/commons/jsonld/pom.xml
URL: http://svn.apache.org/viewvc/incubator/stanbol/trunk/commons/jsonld/pom.xml?rev=1339060&r1=1339059&r2=1339060&view=diff
==============================================================================
--- incubator/stanbol/trunk/commons/jsonld/pom.xml (original)
+++ incubator/stanbol/trunk/commons/jsonld/pom.xml Wed May 16 08:42:34 2012
@@ -32,7 +32,7 @@
   <version>0.10.0-incubating-SNAPSHOT</version>
   <packaging>bundle</packaging>
 
-  <name>Apache Stanbol JSON-LD API</name>
+  <name>Apache Stanbol Commons JSON-LD API</name>
   <description>The Stanbol JSON-LD API to create JSON-LD structures,
   parse them from String representation and to serialize them to Strings.
   </description>

Modified: incubator/stanbol/trunk/commons/launchpad/pom.xml
URL: http://svn.apache.org/viewvc/incubator/stanbol/trunk/commons/launchpad/pom.xml?rev=1339060&r1=1339059&r2=1339060&view=diff
==============================================================================
--- incubator/stanbol/trunk/commons/launchpad/pom.xml (original)
+++ incubator/stanbol/trunk/commons/launchpad/pom.xml Wed May 16 08:42:34 2012
@@ -32,7 +32,7 @@
   <version>0.10.0-incubating-SNAPSHOT</version>
   <packaging>jar</packaging>
 
-  <name>Apache Stanbol Launchpad</name>
+  <name>Apache Stanbol Commons Launchpad</name>
   <description>
     Small wrapper over the Apache Sling Launchpad that is used to set 
     some Stanbol specific environment parameters

Modified: incubator/stanbol/trunk/commons/opennlp/pom.xml
URL: http://svn.apache.org/viewvc/incubator/stanbol/trunk/commons/opennlp/pom.xml?rev=1339060&r1=1339059&r2=1339060&view=diff
==============================================================================
--- incubator/stanbol/trunk/commons/opennlp/pom.xml (original)
+++ incubator/stanbol/trunk/commons/opennlp/pom.xml Wed May 16 08:42:34 2012
@@ -32,7 +32,7 @@
   <version>0.10.0-incubating-SNAPSHOT</version>
   <packaging>bundle</packaging>
 
-  <name>Apache Stanbol Commons: Open NLP and Models</name>
+  <name>Apache Stanbol Commons OpenNLP Utilities and Models</name>
   <description>
     Provides a Bundle and support for the management of Models.
     The Data File Provider infrastructure is used to load requested

Modified: incubator/stanbol/trunk/commons/owl/pom.xml
URL: http://svn.apache.org/viewvc/incubator/stanbol/trunk/commons/owl/pom.xml?rev=1339060&r1=1339059&r2=1339060&view=diff
==============================================================================
--- incubator/stanbol/trunk/commons/owl/pom.xml (original)
+++ incubator/stanbol/trunk/commons/owl/pom.xml Wed May 16 08:42:34 2012
@@ -32,7 +32,7 @@
   <version>0.10.0-incubating-SNAPSHOT</version>
   <packaging>bundle</packaging>
 
-  <name>Apache Stanbol OWL libraries</name>
+  <name>Apache Stanbol Commons OWL Bundle</name>
   <description>
     Includes the libraries and utilities for managing 
     constructs of the OWL and OWL 2 languages.

Modified: incubator/stanbol/trunk/commons/pom.xml
URL: http://svn.apache.org/viewvc/incubator/stanbol/trunk/commons/pom.xml?rev=1339060&r1=1339059&r2=1339060&view=diff
==============================================================================
--- incubator/stanbol/trunk/commons/pom.xml (original)
+++ incubator/stanbol/trunk/commons/pom.xml Wed May 16 08:42:34 2012
@@ -36,30 +36,34 @@
 
   <modules>
     <module>jsonld</module>
-    <module>jobs</module>
-    <module>opennlp</module>
+
     <module>web/base</module>
     <module>web/home</module>
-    <module>web/sparql</module>
-    <module>testing/jarexec</module>
-    <module>testing/http</module>
-    <module>testing/stanbol</module>
-    <module>stanboltools/offline</module>
+
     <module>stanboltools/datafileprovider</module>
+    <module>stanboltools/offline</module>
     <module>stanboltools/bundledatafileprovider</module>
     <module>installer/bundleprovider</module>
+
     <module>solr/core</module>
     <module>solr/managed</module>
     <module>solr/web</module>
     <module>solr/install</module>
     <module>solr/defaults</module>
+
+    <module>web/sparql</module>
+    <module>jobs</module>
+  
+    <module>opennlp</module>
     <module>owl</module>
+  
     <module>indexedgraph</module>
     <module>ldpath/clerezza</module>
-    <!-- not in a stable state right now 
-    <module>installer/jarprovider</module>
-    -->
     <module>httpqueryheaders</module>
     <module>launchpad</module>
-    </modules>
+
+    <module>testing/jarexec</module>
+    <module>testing/http</module>
+    <module>testing/stanbol</module>
+  </modules>
 </project>

Modified: incubator/stanbol/trunk/commons/stanboltools/bundledatafileprovider/pom.xml
URL: http://svn.apache.org/viewvc/incubator/stanbol/trunk/commons/stanboltools/bundledatafileprovider/pom.xml?rev=1339060&r1=1339059&r2=1339060&view=diff
==============================================================================
--- incubator/stanbol/trunk/commons/stanboltools/bundledatafileprovider/pom.xml (original)
+++ incubator/stanbol/trunk/commons/stanboltools/bundledatafileprovider/pom.xml Wed May 16 08:42:34 2012
@@ -30,7 +30,7 @@
   <version>0.10.0-incubating-SNAPSHOT</version>
   <packaging>bundle</packaging>
 
-  <name>Apache Stanbol Data File Provider for Bundles</name>
+  <name>Apache Stanbol Commons Data File Provider for Bundles</name>
   <description>
     This uses the Bundle Extender Pattern (http://www.aqute.biz/Snippets/Extender)
     to automatically Bundles that provide Data Files and makes them available

Modified: incubator/stanbol/trunk/commons/stanboltools/datafileprovider/pom.xml
URL: http://svn.apache.org/viewvc/incubator/stanbol/trunk/commons/stanboltools/datafileprovider/pom.xml?rev=1339060&r1=1339059&r2=1339060&view=diff
==============================================================================
--- incubator/stanbol/trunk/commons/stanboltools/datafileprovider/pom.xml (original)
+++ incubator/stanbol/trunk/commons/stanboltools/datafileprovider/pom.xml Wed May 16 08:42:34 2012
@@ -30,7 +30,7 @@
   <version>0.10.0-incubating-SNAPSHOT</version>
   <packaging>bundle</packaging>
 
-  <name>Apache Stanbol Data File Provider</name>
+  <name>Apache Stanbol Commons Data File Provider</name>
   <description>
     Main DataFileProvider services
     </description>

Modified: incubator/stanbol/trunk/commons/stanboltools/offline/pom.xml
URL: http://svn.apache.org/viewvc/incubator/stanbol/trunk/commons/stanboltools/offline/pom.xml?rev=1339060&r1=1339059&r2=1339060&view=diff
==============================================================================
--- incubator/stanbol/trunk/commons/stanboltools/offline/pom.xml (original)
+++ incubator/stanbol/trunk/commons/stanboltools/offline/pom.xml Wed May 16 08:42:34 2012
@@ -29,7 +29,7 @@
   <version>0.10.0-incubating-SNAPSHOT</version>
   <packaging>bundle</packaging>
 
-  <name>Apache Stanbol Offline Utilities</name>
+  <name>Apache Stanbol Commons Offline Utilities</name>
   <description>
     Offline mode utilities for Stanbol
   </description>

Modified: incubator/stanbol/trunk/commons/testing/http/pom.xml
URL: http://svn.apache.org/viewvc/incubator/stanbol/trunk/commons/testing/http/pom.xml?rev=1339060&r1=1339059&r2=1339060&view=diff
==============================================================================
--- incubator/stanbol/trunk/commons/testing/http/pom.xml (original)
+++ incubator/stanbol/trunk/commons/testing/http/pom.xml Wed May 16 08:42:34 2012
@@ -30,7 +30,7 @@
   <version>0.10.0-incubating-SNAPSHOT</version>
   <packaging>jar</packaging>
 
-  <name>Apache Stanbol Jar Http Testing Library</name>
+  <name>Apache Stanbol Commons Testing HTTP Testing Library</name>
   <description>
     Utilities for HTTP-based testing.
     Not Stanbol-specific, should be reusable in other contexts.

Modified: incubator/stanbol/trunk/commons/testing/jarexec/pom.xml
URL: http://svn.apache.org/viewvc/incubator/stanbol/trunk/commons/testing/jarexec/pom.xml?rev=1339060&r1=1339059&r2=1339060&view=diff
==============================================================================
--- incubator/stanbol/trunk/commons/testing/jarexec/pom.xml (original)
+++ incubator/stanbol/trunk/commons/testing/jarexec/pom.xml Wed May 16 08:42:34 2012
@@ -30,7 +30,7 @@
   <version>0.10.0-incubating-SNAPSHOT</version>
   <packaging>jar</packaging>
 
-  <name>Apache Stanbol Jar Executor</name>
+  <name>Apache Stanbol Commons Testing Jar Executor</name>
   <description>
     Jar file execution utilities.
     Not Stanbol-specific, should be reusable in other contexts.

Modified: incubator/stanbol/trunk/commons/testing/stanbol/pom.xml
URL: http://svn.apache.org/viewvc/incubator/stanbol/trunk/commons/testing/stanbol/pom.xml?rev=1339060&r1=1339059&r2=1339060&view=diff
==============================================================================
--- incubator/stanbol/trunk/commons/testing/stanbol/pom.xml (original)
+++ incubator/stanbol/trunk/commons/testing/stanbol/pom.xml Wed May 16 08:42:34 2012
@@ -30,7 +30,7 @@
   <version>0.10.0-incubating-SNAPSHOT</version>
   <packaging>jar</packaging>
 
-  <name>Apache Stanbol Testing Utilities</name>
+  <name>Apache Stanbol Commons Testing Stanbol Utilities</name>
   <description>
     Stanbol-specific testing utilities
   </description>

Modified: incubator/stanbol/trunk/contenthub/ldpath/pom.xml
URL: http://svn.apache.org/viewvc/incubator/stanbol/trunk/contenthub/ldpath/pom.xml?rev=1339060&r1=1339059&r2=1339060&view=diff
==============================================================================
--- incubator/stanbol/trunk/contenthub/ldpath/pom.xml (original)
+++ incubator/stanbol/trunk/contenthub/ldpath/pom.xml Wed May 16 08:42:34 2012
@@ -32,7 +32,7 @@
   <version>0.10.0-incubating-SNAPSHOT</version>
   <packaging>bundle</packaging>
 
-  <name>Apache Stanbol Contenthub Clerezza LDPath Backend Implementation</name>
+  <name>Apache Stanbol Contenthub Clerezza LDPath Backend</name>
 
   <build>
     <plugins>

Modified: incubator/stanbol/trunk/contenthub/parent/pom.xml
URL: http://svn.apache.org/viewvc/incubator/stanbol/trunk/contenthub/parent/pom.xml?rev=1339060&r1=1339059&r2=1339060&view=diff
==============================================================================
--- incubator/stanbol/trunk/contenthub/parent/pom.xml (original)
+++ incubator/stanbol/trunk/contenthub/parent/pom.xml Wed May 16 08:42:34 2012
@@ -25,7 +25,7 @@
   <version>0.10.0-incubating-SNAPSHOT</version>
   <packaging>pom</packaging>
 
-  <name>Apache Stanbol Contenthub parent POM</name>
+  <name>Apache Stanbol Contenthub Parent</name>
   <description>
     Parent POM for the Apache Stanbol Contenthub component
   </description>

Modified: incubator/stanbol/trunk/contenthub/pom.xml
URL: http://svn.apache.org/viewvc/incubator/stanbol/trunk/contenthub/pom.xml?rev=1339060&r1=1339059&r2=1339060&view=diff
==============================================================================
--- incubator/stanbol/trunk/contenthub/pom.xml (original)
+++ incubator/stanbol/trunk/contenthub/pom.xml Wed May 16 08:42:34 2012
@@ -41,8 +41,8 @@
     <module>store</module>
     <module>search</module>
     <module>web</module>
-    <module>bundlelist</module>
     <module>ldpath</module>
+    <module>bundlelist</module>
   </modules>
 
 </project>

Modified: incubator/stanbol/trunk/contenthub/search/featured/pom.xml
URL: http://svn.apache.org/viewvc/incubator/stanbol/trunk/contenthub/search/featured/pom.xml?rev=1339060&r1=1339059&r2=1339060&view=diff
==============================================================================
--- incubator/stanbol/trunk/contenthub/search/featured/pom.xml (original)
+++ incubator/stanbol/trunk/contenthub/search/featured/pom.xml Wed May 16 08:42:34 2012
@@ -26,7 +26,7 @@
   <version>0.10.0-incubating-SNAPSHOT</version>
   <packaging>bundle</packaging>
 
-  <name>Apache Stanbol Featured Search</name>
+  <name>Apache Stanbol Contenthub Featured Search</name>
 
   <description>Aggregates the results of SolrSearch and RelatedKeywordSearch</description>
   <build>

Modified: incubator/stanbol/trunk/contenthub/search/pom.xml
URL: http://svn.apache.org/viewvc/incubator/stanbol/trunk/contenthub/search/pom.xml?rev=1339060&r1=1339059&r2=1339060&view=diff
==============================================================================
--- incubator/stanbol/trunk/contenthub/search/pom.xml (original)
+++ incubator/stanbol/trunk/contenthub/search/pom.xml Wed May 16 08:42:34 2012
@@ -19,7 +19,7 @@
   <version>0.10.0-incubating-SNAPSHOT</version>
   <packaging>pom</packaging>
 
-  <name>Apache Stanbol Search Reactor</name>
+  <name>Apache Stanbol Contenthub Search Reactor</name>
   <description>
     Pseudo project to build the complete semantic search project
   </description>

Modified: incubator/stanbol/trunk/contenthub/search/related/pom.xml
URL: http://svn.apache.org/viewvc/incubator/stanbol/trunk/contenthub/search/related/pom.xml?rev=1339060&r1=1339059&r2=1339060&view=diff
==============================================================================
--- incubator/stanbol/trunk/contenthub/search/related/pom.xml (original)
+++ incubator/stanbol/trunk/contenthub/search/related/pom.xml Wed May 16 08:42:34 2012
@@ -26,7 +26,7 @@
   <version>0.10.0-incubating-SNAPSHOT</version>
   <packaging>bundle</packaging>
 
-  <name>Apache Stanbol Search Related Keyword Searcher</name>
+  <name>Apache Stanbol Contenthub Search Related Keyword Searcher</name>
 
   <description>Finds ontlogy classes and individuals based on query keywords. Finds related keywords from various types of source e.g Wordnet, an external ontology, semantic information obtained through referenced sites.
   </description>

Modified: incubator/stanbol/trunk/contenthub/search/solr/pom.xml
URL: http://svn.apache.org/viewvc/incubator/stanbol/trunk/contenthub/search/solr/pom.xml?rev=1339060&r1=1339059&r2=1339060&view=diff
==============================================================================
--- incubator/stanbol/trunk/contenthub/search/solr/pom.xml (original)
+++ incubator/stanbol/trunk/contenthub/search/solr/pom.xml Wed May 16 08:42:34 2012
@@ -26,7 +26,7 @@
   <version>0.10.0-incubating-SNAPSHOT</version>
   <packaging>bundle</packaging>
 
-  <name>Apache Stanbol Search Solr Searcher</name>
+  <name>Apache Stanbol Contenthub Search Solr Searcher</name>
 
   <description>Finds indexed document from Solr according to field constraints</description>
   <build>

Modified: incubator/stanbol/trunk/contenthub/servicesapi/pom.xml
URL: http://svn.apache.org/viewvc/incubator/stanbol/trunk/contenthub/servicesapi/pom.xml?rev=1339060&r1=1339059&r2=1339060&view=diff
==============================================================================
--- incubator/stanbol/trunk/contenthub/servicesapi/pom.xml (original)
+++ incubator/stanbol/trunk/contenthub/servicesapi/pom.xml Wed May 16 08:42:34 2012
@@ -26,7 +26,7 @@
   <version>0.10.0-incubating-SNAPSHOT</version>
   <packaging>bundle</packaging>
 
-  <name>Apache Stanbol Contenthub API Bundle</name>
+  <name>Apache Stanbol Contenthub Service API</name>
 
   <build>
     <plugins>

Modified: incubator/stanbol/trunk/contenthub/store/clerezza/pom.xml
URL: http://svn.apache.org/viewvc/incubator/stanbol/trunk/contenthub/store/clerezza/pom.xml?rev=1339060&r1=1339059&r2=1339060&view=diff
==============================================================================
--- incubator/stanbol/trunk/contenthub/store/clerezza/pom.xml (original)
+++ incubator/stanbol/trunk/contenthub/store/clerezza/pom.xml Wed May 16 08:42:34 2012
@@ -26,7 +26,7 @@
   <version>0.10.0-incubating-SNAPSHOT</version>
   <packaging>bundle</packaging>
 
-  <name>Apache Stanbol Contenthub Clerezza Store Implementation</name>
+  <name>Apache Stanbol Contenthub Clerezza Store</name>
   <description>Persists documents into the Clerezza Store</description>
 
   <build>

Modified: incubator/stanbol/trunk/contenthub/store/inmemory/pom.xml
URL: http://svn.apache.org/viewvc/incubator/stanbol/trunk/contenthub/store/inmemory/pom.xml?rev=1339060&r1=1339059&r2=1339060&view=diff
==============================================================================
--- incubator/stanbol/trunk/contenthub/store/inmemory/pom.xml (original)
+++ incubator/stanbol/trunk/contenthub/store/inmemory/pom.xml Wed May 16 08:42:34 2012
@@ -26,7 +26,7 @@
   <version>0.10.0-incubating-SNAPSHOT</version>
   <packaging>bundle</packaging>
 
-  <name>Apache Stanbol Contenthub InMemory Store Implementation</name>
+  <name>Apache Stanbol Contenthub InMemory Store</name>
   <description>Persists documents into the InMemory Store (lives in memory)</description>
 
   <build>

Modified: incubator/stanbol/trunk/contenthub/web/pom.xml
URL: http://svn.apache.org/viewvc/incubator/stanbol/trunk/contenthub/web/pom.xml?rev=1339060&r1=1339059&r2=1339060&view=diff
==============================================================================
--- incubator/stanbol/trunk/contenthub/web/pom.xml (original)
+++ incubator/stanbol/trunk/contenthub/web/pom.xml Wed May 16 08:42:34 2012
@@ -25,7 +25,7 @@
   <version>0.10.0-incubating-SNAPSHOT</version>
   <packaging>bundle</packaging>
 
-  <name>Apache Stanbol Content Hub Web</name>
+  <name>Apache Stanbol Contenthub Web</name>
   <description>HTTP endpoint to create and search for content items enriched
     with enhancer's annotations and links to entities from the entity hub.
   </description>

Modified: incubator/stanbol/trunk/data/defaultconfig/pom.xml
URL: http://svn.apache.org/viewvc/incubator/stanbol/trunk/data/defaultconfig/pom.xml?rev=1339060&r1=1339059&r2=1339060&view=diff
==============================================================================
--- incubator/stanbol/trunk/data/defaultconfig/pom.xml (original)
+++ incubator/stanbol/trunk/data/defaultconfig/pom.xml Wed May 16 08:42:34 2012
@@ -25,9 +25,9 @@
   <version>0.10.0-incubating-SNAPSHOT</version>
   <packaging>bundle</packaging>
 
-  <name>Apache Stanbol Default Configuration</name>
-  <description>This provides the default configuration as used by the 
-      different launchers provided by Apache Stanbol</description>
+  <name>Apache Stanbol Data Default Configuration</name>
+  <description>This provides the default configuration as used by the different launchers provided by Apache Stanbol.</description>
+
   <scm>
     <connection>
       scm:svn:http://svn.apache.org/repos/asf/incubator/stanbol/trunk/data/defaultconfig

Modified: incubator/stanbol/trunk/data/parent/pom.xml
URL: http://svn.apache.org/viewvc/incubator/stanbol/trunk/data/parent/pom.xml?rev=1339060&r1=1339059&r2=1339060&view=diff
==============================================================================
--- incubator/stanbol/trunk/data/parent/pom.xml (original)
+++ incubator/stanbol/trunk/data/parent/pom.xml Wed May 16 08:42:34 2012
@@ -31,7 +31,7 @@
   <version>0.10.0-incubating-SNAPSHOT</version>
   <packaging>pom</packaging>
 
-  <name>Apache Stanbol Data parent POM</name>
+  <name>Apache Stanbol Data Parent</name>
   <description>
     Parent POM for the Apache Stanbol Data modules
   </description>

Modified: incubator/stanbol/trunk/data/pom.xml
URL: http://svn.apache.org/viewvc/incubator/stanbol/trunk/data/pom.xml?rev=1339060&r1=1339059&r2=1339060&view=diff
==============================================================================
--- incubator/stanbol/trunk/data/pom.xml (original)
+++ incubator/stanbol/trunk/data/pom.xml Wed May 16 08:42:34 2012
@@ -24,7 +24,7 @@
   <version>0.10.0-incubating-SNAPSHOT</version>
   <packaging>pom</packaging>
   
-  <name>Apache Stanbol Data reactor</name>
+  <name>Apache Stanbol Data Reactor</name>
 
   <scm>
       <connection>

Modified: incubator/stanbol/trunk/demos/webvie/pom.xml
URL: http://svn.apache.org/viewvc/incubator/stanbol/trunk/demos/webvie/pom.xml?rev=1339060&r1=1339059&r2=1339060&view=diff
==============================================================================
--- incubator/stanbol/trunk/demos/webvie/pom.xml (original)
+++ incubator/stanbol/trunk/demos/webvie/pom.xml Wed May 16 08:42:34 2012
@@ -27,14 +27,12 @@
   </parent>
 
   <groupId>org.apache.stanbol</groupId>
-  <artifactId>org.apache.stanbol.commons.web.vie</artifactId>
+  <artifactId>org.apache.stanbol.demos.enhancer.vie</artifactId>
   <version>0.10.0-incubating-SNAPSHOT</version>
   <packaging>bundle</packaging>
 
-  <name>Apache Stanbol Commons Web Content Editable Enhancer UI</name>
-  <description>VIE (https://github.com/bergie/VIE) based user interface for 
-  Stanbol (Enhancer and Entityhub)
-  </description>
+  <name>Apache Stanbol Demos Enhancer VIE UI</name>
+  <description>VIE (https://github.com/bergie/VIE) based user interface for Stanbol (Enhancer and Entityhub)</description>
 
   <build>
     <!-- make it an OSGi bundle -->
@@ -49,11 +47,6 @@
         <extensions>true</extensions>
         <configuration>
           <instructions>
-<!--             <Export-Package>
-              org.apache.stanbol.commons.web.vie.*
-            </Export-Package>  -->
-            <!-- Accept any version of the JAX RS API as Jersey is exposing the
-             0.0.0 version -->
             <Import-Package>
               javax.ws.rs.*; version="[0,2)",
               *

Modified: incubator/stanbol/trunk/enhancer/defaults/pom.xml
URL: http://svn.apache.org/viewvc/incubator/stanbol/trunk/enhancer/defaults/pom.xml?rev=1339060&r1=1339059&r2=1339060&view=diff
==============================================================================
--- incubator/stanbol/trunk/enhancer/defaults/pom.xml (original)
+++ incubator/stanbol/trunk/enhancer/defaults/pom.xml Wed May 16 08:42:34 2012
@@ -30,7 +30,7 @@
   <version>0.10.0-incubating-SNAPSHOT</version>
   <packaging>bundle</packaging>
 
-  <name>Apache Stanbol Enhancer default configuration</name>
+  <name>Apache Stanbol Enhancer Defaults Configuration</name>
   <description>This provides the default configuration for the Enhancer. This bundle can be removed by users that want/need to provide their own configuration conflicting with the defaults.</description>
   <scm>
     <connection>

Modified: incubator/stanbol/trunk/enhancer/topic-web/pom.xml
URL: http://svn.apache.org/viewvc/incubator/stanbol/trunk/enhancer/topic-web/pom.xml?rev=1339060&r1=1339059&r2=1339060&view=diff
==============================================================================
--- incubator/stanbol/trunk/enhancer/topic-web/pom.xml (original)
+++ incubator/stanbol/trunk/enhancer/topic-web/pom.xml Wed May 16 08:42:34 2012
@@ -26,7 +26,7 @@
   <version>0.10.0-incubating-SNAPSHOT</version>
   <packaging>bundle</packaging>
 
-  <name>Apache Stanbol Enhancer Enhancement Engine : Topic Classification - Web API</name>
+  <name>Apache Stanbol Enhancer Topic Classification - Web API</name>
   <description>
     REST API to manage training datasets and models for the topic
     classification enhancer engine.

Modified: incubator/stanbol/trunk/entityhub/generic/core/pom.xml
URL: http://svn.apache.org/viewvc/incubator/stanbol/trunk/entityhub/generic/core/pom.xml?rev=1339060&r1=1339059&r2=1339060&view=diff
==============================================================================
--- incubator/stanbol/trunk/entityhub/generic/core/pom.xml (original)
+++ incubator/stanbol/trunk/entityhub/generic/core/pom.xml Wed May 16 08:42:34 2012
@@ -32,7 +32,7 @@
   <version>0.10.0-incubating-SNAPSHOT</version>
   <packaging>bundle</packaging>
 
-  <name>Apache Stanbol Entityhub Core</name>
+  <name>Apache Stanbol Entityhub Generic Core</name>
   <description>The Core Components of the Entityhub. This includes the default
     implementations for the services defined by the services API as well as an
     in-memory implementation of the model.

Modified: incubator/stanbol/trunk/entityhub/generic/servicesapi/pom.xml
URL: http://svn.apache.org/viewvc/incubator/stanbol/trunk/entityhub/generic/servicesapi/pom.xml?rev=1339060&r1=1339059&r2=1339060&view=diff
==============================================================================
--- incubator/stanbol/trunk/entityhub/generic/servicesapi/pom.xml (original)
+++ incubator/stanbol/trunk/entityhub/generic/servicesapi/pom.xml Wed May 16 08:42:34 2012
@@ -32,7 +32,7 @@
   <version>0.10.0-incubating-SNAPSHOT</version>
   <packaging>bundle</packaging>
 
-  <name>Apache Stanbol Entityhub Services API</name>
+  <name>Apache Stanbol Entityhub Generic Service API</name>
   <description>The Services API of the Entityhub</description>
 
   <inceptionYear>2010</inceptionYear>

Modified: incubator/stanbol/trunk/entityhub/generic/test/pom.xml
URL: http://svn.apache.org/viewvc/incubator/stanbol/trunk/entityhub/generic/test/pom.xml?rev=1339060&r1=1339059&r2=1339060&view=diff
==============================================================================
--- incubator/stanbol/trunk/entityhub/generic/test/pom.xml (original)
+++ incubator/stanbol/trunk/entityhub/generic/test/pom.xml Wed May 16 08:42:34 2012
@@ -32,7 +32,7 @@
   <version>0.10.0-incubating-SNAPSHOT</version>
   <packaging>jar</packaging>
 
-  <name>Apache Stanbol Entityhub - Test Framework</name>
+  <name>Apache Stanbol Entityhub Generic Test Framework</name>
   <description>Unit test framework for the Interfaces defined within the
     services APO of the Entityhub.
   </description>

Modified: incubator/stanbol/trunk/entityhub/jersey/pom.xml
URL: http://svn.apache.org/viewvc/incubator/stanbol/trunk/entityhub/jersey/pom.xml?rev=1339060&r1=1339059&r2=1339060&view=diff
==============================================================================
--- incubator/stanbol/trunk/entityhub/jersey/pom.xml (original)
+++ incubator/stanbol/trunk/entityhub/jersey/pom.xml Wed May 16 08:42:34 2012
@@ -25,7 +25,7 @@
   <version>0.10.0-incubating-SNAPSHOT</version>
   <packaging>bundle</packaging>
 
-  <name>Apache Stanbol Entityhub HTTP Endpoint</name>
+  <name>Apache Stanbol Entityhub Web Jersey HTTP Endpoint</name>
   <description></description>
   <scm>
     <connection>

Modified: incubator/stanbol/trunk/entityhub/ldpath/pom.xml
URL: http://svn.apache.org/viewvc/incubator/stanbol/trunk/entityhub/ldpath/pom.xml?rev=1339060&r1=1339059&r2=1339060&view=diff
==============================================================================
--- incubator/stanbol/trunk/entityhub/ldpath/pom.xml (original)
+++ incubator/stanbol/trunk/entityhub/ldpath/pom.xml Wed May 16 08:42:34 2012
@@ -25,7 +25,7 @@
   <version>0.10.0-incubating-SNAPSHOT</version>
   <packaging>bundle</packaging>
 
-  <name>Apache Stanbol Entityhub LDPath implementation</name>
+  <name>Apache Stanbol Entityhub LDPath Support</name>
   <description>Implementation of the LDPath (http://code.google.com/p/ldpath/) API for the Entityhub</description>
 
   <scm>

Modified: incubator/stanbol/trunk/entityhub/parent/pom.xml
URL: http://svn.apache.org/viewvc/incubator/stanbol/trunk/entityhub/parent/pom.xml?rev=1339060&r1=1339059&r2=1339060&view=diff
==============================================================================
--- incubator/stanbol/trunk/entityhub/parent/pom.xml (original)
+++ incubator/stanbol/trunk/entityhub/parent/pom.xml Wed May 16 08:42:34 2012
@@ -31,7 +31,7 @@
   <version>0.10.0-incubating-SNAPSHOT</version>
   <packaging>pom</packaging>
 
-  <name>Apache Stanbol Entityhub parent POM</name>
+  <name>Apache Stanbol Entityhub Parent</name>
   <description>
     Parent POM for the Apache Stanbol Entityhub component
   </description>

Modified: incubator/stanbol/trunk/entityhub/pom.xml
URL: http://svn.apache.org/viewvc/incubator/stanbol/trunk/entityhub/pom.xml?rev=1339060&r1=1339059&r2=1339060&view=diff
==============================================================================
--- incubator/stanbol/trunk/entityhub/pom.xml (original)
+++ incubator/stanbol/trunk/entityhub/pom.xml Wed May 16 08:42:34 2012
@@ -25,7 +25,7 @@
   <version>0.10.0-incubating-SNAPSHOT</version>
   <packaging>pom</packaging>
 
-  <name>Apache Stanbol Entityhub reactor</name>
+  <name>Apache Stanbol Entityhub Reactor</name>
   <description>
     Pseudo project to build the complete Apache Stanbol Entityhub component
   </description>

Modified: incubator/stanbol/trunk/entityhub/yard/clerezza/pom.xml
URL: http://svn.apache.org/viewvc/incubator/stanbol/trunk/entityhub/yard/clerezza/pom.xml?rev=1339060&r1=1339059&r2=1339060&view=diff
==============================================================================
--- incubator/stanbol/trunk/entityhub/yard/clerezza/pom.xml (original)
+++ incubator/stanbol/trunk/entityhub/yard/clerezza/pom.xml Wed May 16 08:42:34 2012
@@ -32,7 +32,7 @@
   <version>0.10.0-incubating-SNAPSHOT</version>
   <packaging>bundle</packaging>
 
-  <name>Apache Stanbol Entityhub Yard implementation hased on Clerezza</name>
+  <name>Apache Stanbol Entityhub Yard based on Clerezza</name>
   <description>This bundle provides implementation of the Entityhub Yard interface(s)
     based on a RDF Triple store by using the Clerezza framework.
   </description>

Modified: incubator/stanbol/trunk/entityhub/yard/solr/pom.xml
URL: http://svn.apache.org/viewvc/incubator/stanbol/trunk/entityhub/yard/solr/pom.xml?rev=1339060&r1=1339059&r2=1339060&view=diff
==============================================================================
--- incubator/stanbol/trunk/entityhub/yard/solr/pom.xml (original)
+++ incubator/stanbol/trunk/entityhub/yard/solr/pom.xml Wed May 16 08:42:34 2012
@@ -32,7 +32,7 @@
   <version>0.10.0-incubating-SNAPSHOT</version>
   <packaging>bundle</packaging>
 
-  <name>Apache Stanbol Entityhub Yard implementation hased on Solr</name>
+  <name>Apache Stanbol Entityhub Yard based on Solr</name>
   <description>This bundle provides implementation of the Entityhub Yard interface(s)
     based on a Solr Search Server
   </description>

Modified: incubator/stanbol/trunk/frameworkfragment/pom.xml
URL: http://svn.apache.org/viewvc/incubator/stanbol/trunk/frameworkfragment/pom.xml?rev=1339060&r1=1339059&r2=1339060&view=diff
==============================================================================
--- incubator/stanbol/trunk/frameworkfragment/pom.xml (original)
+++ incubator/stanbol/trunk/frameworkfragment/pom.xml Wed May 16 08:42:34 2012
@@ -32,10 +32,7 @@
 
   <name>Apache Stanbol Default Framework Fragment Bundle</name>
 
-  <description>
-    Fragment bundle that causes additional packages from the JVM
-    environment to be exported. 
-  </description>
+  <description>Fragment bundle that causes additional packages from the JVM environment to be exported.</description>
 
   <build>
     <plugins>

Modified: incubator/stanbol/trunk/launchers/bundlelists/osgiframework/pom.xml
URL: http://svn.apache.org/viewvc/incubator/stanbol/trunk/launchers/bundlelists/osgiframework/pom.xml?rev=1339060&r1=1339059&r2=1339060&view=diff
==============================================================================
--- incubator/stanbol/trunk/launchers/bundlelists/osgiframework/pom.xml (original)
+++ incubator/stanbol/trunk/launchers/bundlelists/osgiframework/pom.xml Wed May 16 08:42:34 2012
@@ -30,7 +30,7 @@
   <version>0.10.0-incubating-SNAPSHOT</version>
   <packaging>partialbundlelist</packaging>
 
-  <name>Apache Stanbol OSGi Framework Bundle List </name>
+  <name>Apache Stanbol Launchers OSGi Framework Bundle List</name>
   <description>This is a Maven project which produces the partial list containing the OSGi framework bundles</description>
 
   <scm>

Modified: incubator/stanbol/trunk/launchers/bundlelists/stanbolcommons/pom.xml
URL: http://svn.apache.org/viewvc/incubator/stanbol/trunk/launchers/bundlelists/stanbolcommons/pom.xml?rev=1339060&r1=1339059&r2=1339060&view=diff
==============================================================================
--- incubator/stanbol/trunk/launchers/bundlelists/stanbolcommons/pom.xml (original)
+++ incubator/stanbol/trunk/launchers/bundlelists/stanbolcommons/pom.xml Wed May 16 08:42:34 2012
@@ -30,7 +30,7 @@
   <version>0.10.0-incubating-SNAPSHOT</version>
   <packaging>partialbundlelist</packaging>
 
-  <name>Apache Stanbol Commons Bundle List </name>
+  <name>Apache Stanbol Launchers Commons Bundle List </name>
   <description>This is a Maven project which produces the partial list containing the common bundles that are used throughout the Stanbol.</description>
 
   <scm>

Modified: incubator/stanbol/trunk/launchers/full-war/pom.xml
URL: http://svn.apache.org/viewvc/incubator/stanbol/trunk/launchers/full-war/pom.xml?rev=1339060&r1=1339059&r2=1339060&view=diff
==============================================================================
--- incubator/stanbol/trunk/launchers/full-war/pom.xml (original)
+++ incubator/stanbol/trunk/launchers/full-war/pom.xml Wed May 16 08:42:34 2012
@@ -30,7 +30,7 @@
   <version>0.10.0-incubating-SNAPSHOT</version>
   <packaging>war</packaging>
 
-  <name>Apache Stanbol Launcher - Full WAR</name>
+  <name>Apache Stanbol Launchers Full Launcher as WAR</name>
   <description>WAR packaging for Apache Stanbol Full Launcher</description>
 
   <scm>

Modified: incubator/stanbol/trunk/launchers/full-war/src/main/bundles/list.xml
URL: http://svn.apache.org/viewvc/incubator/stanbol/trunk/launchers/full-war/src/main/bundles/list.xml?rev=1339060&r1=1339059&r2=1339060&view=diff
==============================================================================
--- incubator/stanbol/trunk/launchers/full-war/src/main/bundles/list.xml (original)
+++ incubator/stanbol/trunk/launchers/full-war/src/main/bundles/list.xml Wed May 16 08:42:34 2012
@@ -75,7 +75,7 @@
     <!-- The Content-Editable based UI for Enhancing Text written on a Webpage -->
     <bundle>
         <groupId>org.apache.stanbol</groupId>
-        <artifactId>org.apache.stanbol.commons.web.vie</artifactId>
+        <artifactId>org.apache.stanbol.demos.enhancer.vie</artifactId>
         <version>0.10.0-incubating-SNAPSHOT</version>
     </bundle>
   </startLevel>

Modified: incubator/stanbol/trunk/launchers/full/pom.xml
URL: http://svn.apache.org/viewvc/incubator/stanbol/trunk/launchers/full/pom.xml?rev=1339060&r1=1339059&r2=1339060&view=diff
==============================================================================
--- incubator/stanbol/trunk/launchers/full/pom.xml (original)
+++ incubator/stanbol/trunk/launchers/full/pom.xml Wed May 16 08:42:34 2012
@@ -30,7 +30,7 @@
   <version>0.10.0-incubating-SNAPSHOT</version>
   <packaging>jar</packaging>
 
-  <name>Apache Stanbol Launcher - Full</name>
+  <name>Apache Stanbol Launchers Full Launcher</name>
   <description>Runnable jar that runs the full Stanbol configuration</description>
 
   <scm>

Modified: incubator/stanbol/trunk/launchers/full/src/main/bundles/list.xml
URL: http://svn.apache.org/viewvc/incubator/stanbol/trunk/launchers/full/src/main/bundles/list.xml?rev=1339060&r1=1339059&r2=1339060&view=diff
==============================================================================
--- incubator/stanbol/trunk/launchers/full/src/main/bundles/list.xml (original)
+++ incubator/stanbol/trunk/launchers/full/src/main/bundles/list.xml Wed May 16 08:42:34 2012
@@ -72,7 +72,7 @@
     <!-- The Content-Editable based UI for Enhancing Text written on a Webpage -->
     <bundle>
         <groupId>org.apache.stanbol</groupId>
-        <artifactId>org.apache.stanbol.commons.web.vie</artifactId>
+        <artifactId>org.apache.stanbol.demos.enhancer.vie</artifactId>
         <version>0.10.0-incubating-SNAPSHOT</version>
     </bundle>
   </startLevel>

Modified: incubator/stanbol/trunk/launchers/stable/pom.xml
URL: http://svn.apache.org/viewvc/incubator/stanbol/trunk/launchers/stable/pom.xml?rev=1339060&r1=1339059&r2=1339060&view=diff
==============================================================================
--- incubator/stanbol/trunk/launchers/stable/pom.xml (original)
+++ incubator/stanbol/trunk/launchers/stable/pom.xml Wed May 16 08:42:34 2012
@@ -30,7 +30,7 @@
   <version>0.10.0-incubating-SNAPSHOT</version>
   <packaging>jar</packaging>
 
-  <name>Apache Stanbol Launcher - Stable</name>
+  <name>Apache Stanbol Launchers Stable Launcher</name>
   <description>Runnable jar that runs the stable Stanbol configuration.</description>
 
   <scm>

Modified: incubator/stanbol/trunk/ontologymanager/ontonet/pom.xml
URL: http://svn.apache.org/viewvc/incubator/stanbol/trunk/ontologymanager/ontonet/pom.xml?rev=1339060&r1=1339059&r2=1339060&view=diff
==============================================================================
--- incubator/stanbol/trunk/ontologymanager/ontonet/pom.xml (original)
+++ incubator/stanbol/trunk/ontologymanager/ontonet/pom.xml Wed May 16 08:42:34 2012
@@ -32,7 +32,7 @@
   <version>0.10.0-incubating-SNAPSHOT</version>
   <packaging>bundle</packaging>
 
-  <name>Apache Stanbol Ontology Network Manager</name>
+  <name>Apache Stanbol Ontology Manager Network Manager</name>
   <description>
     A controlled environment for managing ontologies and ontology
       networks and user sessions managing them.

Modified: incubator/stanbol/trunk/ontologymanager/pom.xml
URL: http://svn.apache.org/viewvc/incubator/stanbol/trunk/ontologymanager/pom.xml?rev=1339060&r1=1339059&r2=1339060&view=diff
==============================================================================
--- incubator/stanbol/trunk/ontologymanager/pom.xml (original)
+++ incubator/stanbol/trunk/ontologymanager/pom.xml Wed May 16 08:42:34 2012
@@ -25,7 +25,7 @@
   <version>0.10.0-incubating-SNAPSHOT</version>
   <packaging>pom</packaging>
 
-  <name>Apache Stanbol Ontology Manager reactor</name>
+  <name>Apache Stanbol Ontology Manager Reactor</name>
   <description>
     Pseudo project to build the complete Apache Stanbol Ontology Manager.
   </description>

Modified: incubator/stanbol/trunk/ontologymanager/registry/pom.xml
URL: http://svn.apache.org/viewvc/incubator/stanbol/trunk/ontologymanager/registry/pom.xml?rev=1339060&r1=1339059&r2=1339060&view=diff
==============================================================================
--- incubator/stanbol/trunk/ontologymanager/registry/pom.xml (original)
+++ incubator/stanbol/trunk/ontologymanager/registry/pom.xml Wed May 16 08:42:34 2012
@@ -32,7 +32,7 @@
   <version>0.10.0-incubating-SNAPSHOT</version>
   <packaging>bundle</packaging>
 
-  <name>Apache Stanbol Ontology Registry Manager</name>
+  <name>Apache Stanbol Ontology Manager Registry Manager</name>
   <description>
     A facility for storing, caching and managing local ontology registries and central repositories.
   </description>

Modified: incubator/stanbol/trunk/ontologymanager/web/pom.xml
URL: http://svn.apache.org/viewvc/incubator/stanbol/trunk/ontologymanager/web/pom.xml?rev=1339060&r1=1339059&r2=1339060&view=diff
==============================================================================
--- incubator/stanbol/trunk/ontologymanager/web/pom.xml (original)
+++ incubator/stanbol/trunk/ontologymanager/web/pom.xml Wed May 16 08:42:34 2012
@@ -31,7 +31,7 @@
   <version>0.10.0-incubating-SNAPSHOT</version>
   <packaging>bundle</packaging>
 
-  <name>Apache Stanbol OntoNet Web</name>
+  <name>Apache Stanbol Ontology Manager Web</name>
   <description>Home page of Apache Stanbol OntoNet HTTP endpoints.</description>
   <scm>
     <connection>

Modified: incubator/stanbol/trunk/parent/pom.xml
URL: http://svn.apache.org/viewvc/incubator/stanbol/trunk/parent/pom.xml?rev=1339060&r1=1339059&r2=1339060&view=diff
==============================================================================
--- incubator/stanbol/trunk/parent/pom.xml (original)
+++ incubator/stanbol/trunk/parent/pom.xml Wed May 16 08:42:34 2012
@@ -32,7 +32,7 @@
   <packaging>pom</packaging>
   <version>0.10.0-incubating-SNAPSHOT</version>
 
-  <name>Apache Stanbol Parent POM</name>
+  <name>Apache Stanbol Parent</name>
   <description>Parent POM for the Apache Stanbol project</description>
 
   <inceptionYear>2010</inceptionYear>

Modified: incubator/stanbol/trunk/pom.xml
URL: http://svn.apache.org/viewvc/incubator/stanbol/trunk/pom.xml?rev=1339060&r1=1339059&r2=1339060&view=diff
==============================================================================
--- incubator/stanbol/trunk/pom.xml (original)
+++ incubator/stanbol/trunk/pom.xml Wed May 16 08:42:34 2012
@@ -32,9 +32,7 @@
   <packaging>pom</packaging>
 
   <name>Apache Stanbol Reactor</name>
-  <description>
-    Pseudo project to build the complete stanbol project
-  </description>
+  <description>Pseudo project to build Apache Stanbol.</description>
 
   <inceptionYear>2010</inceptionYear>
 
@@ -48,13 +46,28 @@
     <url>http://incubator.apache.org/stanbol/</url>
   </scm>
 
+  <properties>
+    <sourceReleaseAssemblyDescriptor>
+      stanbol-source-release-zip-tar
+    </sourceReleaseAssemblyDescriptor>
+  </properties>  
+
+  <build>
+    <finalName>apache-stanbol-${project.version}</finalName>  
+  </build>
+
   <!-- These modules form the Stanbol Framework -->
   <modules>
     <module>parent</module>
-    <module>commons</module>
     <module>data</module>
+    <module>commons</module>
     <module>frameworkfragment</module>
 
+    <module>entityhub</module>
+    <module>ontologymanager</module>
+
+    <module>rules</module>
+
     <module>enhancer/parent</module>
     <module>enhancer/generic/servicesapi</module>
     <module>enhancer/generic/core</module>
@@ -65,73 +78,35 @@
     <module>enhancer/chain/graph</module>
     <module>enhancer/chain/weighted</module>
     <module>enhancer/chain/list</module>
+
     <module>enhancer/jersey</module>
     <module>enhancer/ldpath</module>
     <module>enhancer/benchmark</module>
     <module>enhancer/defaults</module>
     <module>enhancer/bundlelist</module>
 
-    <module>cmsadapter</module>
     <module>contenthub</module>
-    <module>entityhub</module>
+
+    <module>enhancer/engines</module>
+    <module>enhancer/topic-web</module>
+
+    <module>cmsadapter</module>
+
     <module>factstore</module>
-    <module>ontologymanager</module>
-    <module>rules</module>
     <module>reasoners</module>
-  </modules>
 
-  <profiles>
-    <profile>
-      <id>stack</id>
-      <activation>
-        <activeByDefault>true</activeByDefault>
-      </activation>
-      <properties>
-        <sourceReleaseAssemblyDescriptor>
-          stack-source-release-zip-tar
-        </sourceReleaseAssemblyDescriptor>
-      </properties>
-      <build>
-        <finalName>apache-stanbol-${project.version}</finalName>  
-      </build>
-      <modules>
-        <module>demos/webvie</module>
+    <module>demos/webvie</module>
 
-        <module>enhancer/engines</module>
-        <module>enhancer/topic-web</module>
+    <module>launchers/bundlelists/osgiframework</module>
+    <module>launchers/bundlelists/stanbolcommons</module>
+    <module>launchers/full</module>
+    <module>integration-tests</module>
 
-        <module>launchers/bundlelists/osgiframework</module>
-        <module>launchers/bundlelists/stanbolcommons</module>
-        <module>launchers/stable</module>
-        <module>launchers/stateless</module>
-        <module>launchers/full</module>
-        <module>launchers/full-war</module>
-        <module>integration-tests</module>
-      </modules>
-    </profile>
-    <profile>
-      <id>framework</id>
-      <activation>
-        <activeByDefault>false</activeByDefault>
-        <!-- The framework profile is activated automatically if the
-             full launcher is missing. This is used for framework releases
-             where the full launcher is not packaged. -->
-        <file>
-          <missing>launchers/full</missing>
-        </file>
-      </activation>
-      <properties>
-        <sourceReleaseAssemblyDescriptor>
-          framework-source-release-zip-tar
-        </sourceReleaseAssemblyDescriptor>
-      </properties>
-      <build>
-        <finalName>apache-stanbol-framework-${project.version}</finalName> 
-      </build>
-      <modules>
-        <module>launchers/framework</module>
-      </modules>
-    </profile>
+    <module>launchers/stable</module>
+    <module>launchers/full-war</module>
+  </modules>
+
+  <profiles>
     <profile>
       <id>rat</id>
       <activation>
@@ -145,6 +120,22 @@
             <configuration>
               <excludeSubProjects>false</excludeSubProjects>
               <excludes>
+                <!-- exclude hidden files -->
+                <exclude>**/.*</exclude>
+                <exclude>**/.*/*</exclude>
+                <exclude>**/.*/**/*</exclude>
+
+                <!-- exclude build files -->
+                <exclude>**/target/**</exclude>
+                <exclude>**/*.log</exclude>
+                <exclude>launchers/full/sling/**</exclude>
+                <exclude>launchers/full/factstore/**</exclude>                
+
+                <!-- exclude generated files listing the licenses of deps -->
+                <exclude>DEPENDENCIES</exclude>
+                <exclude>DEPENDENCIES-BY-LICENSE</exclude>
+                <exclude>**/src/license/THIRD-PARTY.properties</exclude>
+
                 <!-- AL20 files without header by file type -->
                 <exclude>**/*.config</exclude>
                 <exclude>**/*.cfg</exclude>
@@ -152,6 +143,7 @@
                 <exclude>**/*.txt</exclude>
                 <exclude>**/*.tsv</exclude>
                 <exclude>**/*.sem</exclude>
+
                 <!-- Open NLP model files. Not in SVN, but downloaded during build -->
                 <exclude>**/*.bin</exclude> 
                 <exclude>**/test/**/*.eml</exclude>
@@ -164,9 +156,6 @@
                 <exclude>**/test/**/*.odt</exclude>
 
                 <!-- approved licenses, see modules' POMs for details -->
-                <exclude>DEPENDENCIES</exclude>
-                <exclude>DEPENDENCIES-BY-LICENSE</exclude>
-                <exclude>**/src/license/THIRD-PARTY.properties</exclude>
                 <exclude>commons/web/home/src/main/resources/org/apache/stanbol/commons/web/home/static/scripts/jquery-1.4.2.js</exclude>
                 <exclude>contenthub/web/src/main/resources/org/apache/stanbol/contenthub/web/static/scripts/jit.js</exclude>
                 <exclude>contenthub/web/src/main/resources/org/apache/stanbol/contenthub/web/static/style/jquery-ui-1.8.11.custom.css</exclude>
@@ -184,29 +173,10 @@
                 <exclude>PLAYGROUND.txt</exclude>
                 <exclude>conventions/**</exclude>
                 <exclude>contrib/**</exclude>
-                <exclude>enhancer/data/text-examples/**</exclude>
-                <exclude>enhancer/query-rendering/**</exclude>
-                <exclude>enhancer/stores/**</exclude>
-                <exclude>enhancer/autotagging/**</exclude>
-                <exclude>enhancer/engines/autotagging/**</exclude>
-                <exclude>enhancer/SemiAutomaticContentEnhancer/**</exclude>
-                <exclude>enhancer/engines/taxonomylinking/**</exclude>
                 <exclude>demos/**</exclude>
+                <exclude>enhancer/data/text-examples/**</exclude>
                 <exclude>launchers/kres/**</exclude>
-                <exclude>reasoners/hermit/**</exclude>
-                <exclude>reasoners/owllink/**</exclude>
                 <exclude>reengineer/**</exclude>
-
-                <!-- exclude hidden files -->
-                <exclude>**/.*</exclude>
-                <exclude>**/.*/*</exclude>
-                <exclude>**/.*/**/*</exclude>
-
-                <!-- exclude generated files -->
-                <exclude>**/target/**</exclude>
-                <exclude>**/*.log</exclude>
-                <exclude>launchers/full/sling/**</exclude>
-                <exclude>launchers/full/factstore/**</exclude>
               </excludes>
             </configuration>
           </plugin>
@@ -244,10 +214,8 @@
           </plugin>
         </plugins>
       </build>
-
       <modules>
-        <module>releasing/framework/stanbol-framework-source-release-assembly-descriptor</module>
-        <module>releasing/stack/stanbol-stack-source-release-assembly-descriptor</module>
+        <module>releasing/stanbol-source-release</module>
       </modules>
     </profile>
 
@@ -258,11 +226,7 @@
         <activeByDefault>false</activeByDefault>
       </activation>
       <modules>
-        <module>reasoners</module>
         <module>reengineer</module>
-        <!--
-        <module>explanation</module>
-        -->
         <module>launchers/kres</module>
       </modules>
     </profile>

Modified: incubator/stanbol/trunk/releasing/stanbol-source-release/pom.xml
URL: http://svn.apache.org/viewvc/incubator/stanbol/trunk/releasing/stanbol-source-release/pom.xml?rev=1339060&r1=1339059&r2=1339060&view=diff
==============================================================================
--- incubator/stanbol/trunk/releasing/stanbol-source-release/pom.xml (original)
+++ incubator/stanbol/trunk/releasing/stanbol-source-release/pom.xml Wed May 16 08:42:34 2012
@@ -29,7 +29,7 @@
   <version>0.10.0-incubating-SNAPSHOT</version>
   <packaging>jar</packaging>
   
-  <name>Apache Stanbol Source Release Assembly Descriptor</name>
+  <name>Apache Stanbol Releasing Source Release Assembly Descriptor</name>
   <description>
     This jar contains a customized source assembly descriptor to produce Apache Stanbol compliant source bundles.
   </description>

Modified: incubator/stanbol/trunk/releasing/stanbol-source-release/src/main/resources/assemblies/stanbol.xml
URL: http://svn.apache.org/viewvc/incubator/stanbol/trunk/releasing/stanbol-source-release/src/main/resources/assemblies/stanbol.xml?rev=1339060&r1=1339059&r2=1339060&view=diff
==============================================================================
--- incubator/stanbol/trunk/releasing/stanbol-source-release/src/main/resources/assemblies/stanbol.xml (original)
+++ incubator/stanbol/trunk/releasing/stanbol-source-release/src/main/resources/assemblies/stanbol.xml Wed May 16 08:42:34 2012
@@ -45,7 +45,6 @@
         <exclude>demos/**</exclude>
 
         <!-- exclude components of KReS profile -->
-        <exclude>ontologymanager/store/**</exclude>
         <exclude>reengineering/**</exclude>
         <exclude>launchers/kres/**</exclude>