Author: ejiang
Date: Thu Aug 18 08:46:53 2011
New Revision: 794529
Log:
Publishing merge to aries site by ejiang
Modified:
websites/production/aries/ (props changed)
websites/production/aries/content/documentation/tools/repositoryGenerator.html
Propchange: websites/production/aries/
------------------------------------------------------------------------------
--- svn:mergeinfo (original)
+++ svn:mergeinfo Thu Aug 18 08:46:53 2011
@@ -1 +1 @@
-/websites/staging/aries/trunk:782169-794526
+/websites/staging/aries/trunk:782169-794528
Modified:
websites/production/aries/content/documentation/tools/repositoryGenerator.html
==============================================================================
---
websites/production/aries/content/documentation/tools/repositoryGenerator.html
(original)
+++
websites/production/aries/content/documentation/tools/repositoryGenerator.html
Thu Aug 18 08:46:53 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>