Author: buildbot
Date: Mon Aug 13 11:20:58 2012
New Revision: 828791
Log:
Staging update by buildbot for ace
Modified:
websites/staging/ace/trunk/content/ (props changed)
websites/staging/ace/trunk/content/dev-doc/getting-started.html
Propchange: websites/staging/ace/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Mon Aug 13 11:20:58 2012
@@ -1 +1 @@
-1372365
+1372367
Modified: websites/staging/ace/trunk/content/dev-doc/getting-started.html
==============================================================================
--- websites/staging/ace/trunk/content/dev-doc/getting-started.html (original)
+++ websites/staging/ace/trunk/content/dev-doc/getting-started.html Mon Aug 13
11:20:58 2012
@@ -272,12 +272,17 @@
<h3 id="add-a-java-library">...add a Java library</h3>
<p>If you want to add a library that does not contain any OSGi metadata, you
can follow the steps below to add it to the "Library Repository" so it can be
used in all other projects within Apache ACE. If your library does have
sensible OSGi metadata, please follow the "...add an OSGi bundle" instructions
above.</p>
<ol>
-<li>Copy the library to the right location. The jar file for the library
should be copied to the following location:
<code>cnf/lib/foo/foo-1.0.0.jar</code></li>
+<li>Copy the library to the right location.
+ The jar file for the library should be copied to the following location:
<code>cnf/lib/foo/foo-1.0.0.jar</code></li>
<li>
-<p>Update the repository.xml. After making changes to anything in cnf/lib/ you
need to update the index file that describes the contents of the repository. To
do this enter the following commands:</p>
-<p>$ cd cnf
-$ ant
-$ java -cp bin org.apache.ace.bnd.LibraryIndexer</p>
+<p>Update the repository.xml.
+ After making changes to anything in cnf/lib/ you need to update the index
file that describes the contents of the repository. To do this enter the
following commands:</p>
+<div class="codehilite"><pre><span class="nv">$</span> <span
class="nv">cd</span> <span class="n">cnf</span>
+<span class="nv">$</span> <span class="nv">ant</span>
+<span class="nv">$</span> <span class="nv">java</span> <span
class="o">-</span><span class="n">cp</span> <span class="n">bin</span> <span
class="n">org</span><span class="o">.</span><span class="n">apache</span><span
class="o">.</span><span class="n">ace</span><span class="o">.</span><span
class="n">bnd</span><span class="o">.</span><span
class="n">LibraryIndexer</span>
+</pre></div>
+
+
</li>
</ol></div>
<hr>