Author: buildbot
Date: Mon Apr 18 16:07:47 2011
New Revision: 788485
Log:
Staging update by buildbot
Modified:
websites/staging/aries/trunk/content/documentation/tools/repositoryGenerator.html
Modified: websites/staging/aries/trunk/content/documentation/tools/repositoryGenerator.html
==============================================================================
--- websites/staging/aries/trunk/content/documentation/tools/repositoryGenerator.html (original)
+++ websites/staging/aries/trunk/content/documentation/tools/repositoryGenerator.html Mon
Apr 18 16:07:47 2011
@@ -241,20 +241,15 @@
<div class="wiki-content"><h2 id="repository_generation_tool">Repository
Generation Tool</h2>
<p>It is a command line tool to generate a repository xml for a list of bundles. The
instruction is as follows.</p>
<ol>
-<li>
-<p>Obtain the tool <Br/>
-Build the tool from Aries trunk. The easiest way to obtain the tool is to download the aries
trunk, navigate
-to the '<em>application->application-tooling-repository-generator</em>',
and then run <em>mvn install</em>, copy all jars from the the target directory.
</p>
-</li>
-<li>
-<p>Download the tool <br/>
+<li>Obtain the tool <Br/>
+ a. Build the tool from Aries trunk. <br/>
+ The easiest way to obtain the tool is to download the aries trunk, navigate
+to the '<em>application->application-tooling-repository-generator</em>',
and then run <em>mvn install</em>, copy all jars from the the target directory.
</li>
+</ol>
+<p>b. Download the tool <br/>
The tool can be downloaded from <a href="repositorygenerator.zip">here</a>. Unzip
the zip to a directory and change the current directory to that directory.</p>
-</li>
-<li>
-<p>Execute the command line tool</p>
-<blockquote>
-<p><em>java -jar org.apache.aries.application.tooling.repository.generator-xxx.jar
[repository xml location] url1 [url2...]</em></p>
-</blockquote>
+<ol>
+<li>Execute the command line tool<blockquote><em>java -jar org.apache.aries.application.tooling.repository.generator-xxx.jar
[repository xml location] url1 [url2...]</em></blockquote>
</li>
</ol>
<p>Note: The text under the [] is optional. If [repository xml loaction] is absent,
the repository.xml file will be generated under the current directory. </p>
|