You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@stanbol.apache.org by bu...@apache.org on 2012/10/27 14:45:21 UTC

svn commit: r836341 - in /websites/staging/stanbol/trunk/content: ./ production/your-launcher.html

Author: buildbot
Date: Sat Oct 27 12:45:20 2012
New Revision: 836341

Log:
Staging update by buildbot for stanbol

Modified:
    websites/staging/stanbol/trunk/content/   (props changed)
    websites/staging/stanbol/trunk/content/production/your-launcher.html

Propchange: websites/staging/stanbol/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Sat Oct 27 12:45:20 2012
@@ -1 +1 @@
-1402791
+1402792

Modified: websites/staging/stanbol/trunk/content/production/your-launcher.html
==============================================================================
--- websites/staging/stanbol/trunk/content/production/your-launcher.html (original)
+++ websites/staging/stanbol/trunk/content/production/your-launcher.html Sat Oct 27 12:45:20 2012
@@ -97,20 +97,20 @@ But identify and manually add all featur
 <h2 id="dependencies-to-bundlelist">Dependencies to bundlelist</h2>
 <ul>
 <li>Bundlelist are in fact just jar. So you just need to declare them as dependencies in you launcher pom.xml to get the feature package and all required bundle for it.</li>
-<li>For example, if you want the entityHub feature in you server, you only need to add this dependency to your launcher pom.xml :<br />
+<li>
+<p>For example, if you want the entityHub feature in you server, you only need to add this dependency to your launcher pom.xml :<br />
+</p>
+<p><dependency>
+  <groupId>org.apache.stanbol</groupId>
+  <artifactId>org.apache.stanbol.entityhub.bundlelist</artifactId>
+  <version>0.11.0-SNAPSHOT</version>
+  <type>partialbundlelist</type>
+  <scope>provided</scope>
+</dependency></p>
+</li>
+<li>
+<p>Please note the <code>&lt;type&gt;partialbundlelist&lt;/type&gt;</code> property of the dependency.</p>
 </li>
-</ul>
-<p><code>&lt;pre&gt;
-    &lt;dependency&gt;
-      &lt;groupId&gt;org.apache.stanbol&lt;/groupId&gt;
-      &lt;artifactId&gt;org.apache.stanbol.entityhub.bundlelist&lt;/artifactId&gt;
-      &lt;version&gt;0.11.0-SNAPSHOT&lt;/version&gt;
-      &lt;type&gt;partialbundlelist&lt;/type&gt;
-      &lt;scope&gt;provided&lt;/scope&gt;
-    &lt;/dependency&gt;
-&lt;/pre&gt;</code></p>
-<ul>
-<li>Please note the <code>&lt;type&gt;partialbundlelist&lt;/type&gt;</code> property of the dependency.</li>
 <li>Also in actual Stanbol code base you can easily detect feature package bundlelist as their artifactId has the structure org.apache.stanbol.{feature-name}.bundlelist</li>
 </ul>
 <h2 id="build-your-launcher">Build <em>your</em> launcher</h2>