Author: florent
Date: Mon Jan 23 16:35:53 2012
New Revision: 1234888
URL: http://svn.apache.org/viewvc?rev=1234888&view=rev
Log:
launcher for try the jobmanager
Added:
incubator/stanbol/branches/cameltrial/launchers/camellauncher/
- copied from r1234834,
incubator/stanbol/branches/cameltrial/launchers/full/
Modified:
incubator/stanbol/branches/cameltrial/launchers/camellauncher/pom.xml
Modified: incubator/stanbol/branches/cameltrial/launchers/camellauncher/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/stanbol/branches/cameltrial/launchers/camellauncher/pom.xml?rev=1234888&r1=1234834&r2=1234888&view=diff
==============================================================================
--- incubator/stanbol/branches/cameltrial/launchers/camellauncher/pom.xml
(original)
+++ incubator/stanbol/branches/cameltrial/launchers/camellauncher/pom.xml Mon
Jan 23 16:35:53 2012
@@ -26,11 +26,11 @@
</parent>
<groupId>org.apache.stanbol</groupId>
- <artifactId>org.apache.stanbol.launchers.full</artifactId>
+ <artifactId>org.apache.stanbol.launchers.camellauncher</artifactId>
<packaging>jar</packaging>
- <name>Apache Stanbol Launcher - Full</name>
- <description>Runnable jar that runs the full Stanbol
configuration</description>
+ <name>Apache Stanbol Launcher - a Camel based JobManager</name>
+ <description>The framework launcher that run with a Camel based
jobmanager.</description>
<scm>
<connection>
@@ -169,13 +169,21 @@
</dependency>
<!-- Stanbol Enhancer Bundle List -->
- <dependency>
+ <!--<dependency>
<groupId>org.apache.stanbol</groupId>
<artifactId>org.apache.stanbol.enhancer.bundlelist</artifactId>
<type>partialbundlelist</type>
<scope>provided</scope>
+ </dependency>-->
+
+ <!-- Stanbol Camel JobManager Bundle List -->
+ <dependency>
+ <groupId>org.apache.stanbol</groupId>
+
<artifactId>org.apache.stanbol.enhancer.jobmanager.cameljobmanager.bundlelist</artifactId>
+ <version>0.9.0-incubating-SNAPSHOT</version>
+ <type>partialbundlelist</type>
+ <scope>provided</scope>
</dependency>
-
<!-- Stanbol Entityhub Bundle List -->
<dependency>
<groupId>org.apache.stanbol</groupId>