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:38:23 UTC

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

Author: buildbot
Date: Sat Oct 27 12:38:22 2012
New Revision: 836340

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:38:22 2012
@@ -1 +1 @@
-1402790
+1402791

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:38:22 2012
@@ -100,18 +100,15 @@ But identify and manually add all featur
 <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>
 </ul>
-<pre>
-```
-    <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>
-```
-</pre>
-
+<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>