You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ace.apache.org by ma...@apache.org on 2012/08/13 13:20:55 UTC

svn commit: r1372367 - /ace/site/trunk/content/dev-doc/getting-started.mdtext

Author: marrs
Date: Mon Aug 13 11:20:55 2012
New Revision: 1372367

URL: http://svn.apache.org/viewvc?rev=1372367&view=rev
Log:
More layout changes.

Modified:
    ace/site/trunk/content/dev-doc/getting-started.mdtext

Modified: ace/site/trunk/content/dev-doc/getting-started.mdtext
URL: http://svn.apache.org/viewvc/ace/site/trunk/content/dev-doc/getting-started.mdtext?rev=1372367&r1=1372366&r2=1372367&view=diff
==============================================================================
--- ace/site/trunk/content/dev-doc/getting-started.mdtext (original)
+++ ace/site/trunk/content/dev-doc/getting-started.mdtext Mon Aug 13 11:20:55 2012
@@ -146,9 +146,11 @@ The bundles will end up in the local rep
 
 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.
 
-1. Copy the library to the right location. The jar file for the library should be copied to the following location: `cnf/lib/foo/foo-1.0.0.jar`
-1. 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:
+1. Copy the library to the right location.
+	The jar file for the library should be copied to the following location: `cnf/lib/foo/foo-1.0.0.jar`
+1. 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:
 
-	$ cd cnf
-	$ ant
-	$ java -cp bin org.apache.ace.bnd.LibraryIndexer
+		$ cd cnf
+		$ ant
+		$ java -cp bin org.apache.ace.bnd.LibraryIndexer