Author: buildbot
Date: Thu Aug 18 08:46:48 2011
New Revision: 794528
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
Thu Aug 18 08:46:48 2011
@@ -250,13 +250,17 @@
<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>Obtain the tool <Br/>
+<li>
+<p>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.
<br/><br/>
-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.<br/><br/></li>
-<li>Execute the command line tool<br/><blockquote><em>java -jar
org.apache.aries.application.tooling.repository.generator-xxx.jar [repository
xml location] url1 [url2...]</em></blockquote>
+to the '<em>application->application-tooling-repository-generator</em>',
and then run <em>mvn install</em>, copy all jars from the the target directory.
<br/><br/></p>
+</li>
+<li>
+<p>Execute the command line tool<br/></p>
+<blockquote>
+<p><em>java -jar
org.apache.aries.application.tooling.repository.generator-xxx.jar [repository
xml location] url1 [url2...]</em></p>
+</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>