You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@chemistry.apache.org by bu...@apache.org on 2011/09/23 19:21:26 UTC

svn commit: r796171 - /websites/staging/chemistry/trunk/content/java/developing/dev-osgi.html

Author: buildbot
Date: Fri Sep 23 17:21:25 2011
New Revision: 796171

Log:
Staging update by buildbot

Modified:
    websites/staging/chemistry/trunk/content/java/developing/dev-osgi.html

Modified: websites/staging/chemistry/trunk/content/java/developing/dev-osgi.html
==============================================================================
--- websites/staging/chemistry/trunk/content/java/developing/dev-osgi.html (original)
+++ websites/staging/chemistry/trunk/content/java/developing/dev-osgi.html Fri Sep 23 17:21:25 2011
@@ -190,8 +190,8 @@ Apache Chemistry - OSGi Support for Open
 <li><strong>chemistry-opencmis-osgi-client</strong></li>
 <li><strong>chemistry-opencmis-osgi-server</strong></li>
 </ul>
-<p>The single bundles include all required libraries build by OpenCMIS while making use of the Bundle-ClassPath entry in MANIFEST-MF file. Basically the bundles are selfcontained for own dependencies.
-Transitive dependencies have to be deployed to OSGi runtime and are configured via the Import-Package entry in MANIFEST.MF.  Maven will help you for doing a deep analysis of all required secondary bundles:</p>
+<p>The single bundles include all required libraries build by OpenCMIS while making use of the Bundle-ClassPath entry in MANIFEST-MF file. Basically the bundle contains all chemistry libraries required for client or server.
+Other dependencies have to be deployed to OSGi runtime and are configured via the Import-Package entry in MANIFEST.MF.  Maven will help you for doing a deep analysis of all required secondary bundles:</p>
 <div class="codehilite"><pre><span class="n">mvn</span> <span class="n">dependency:tree</span>
 </pre></div>