You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by ro...@apache.org on 2016/11/28 22:30:04 UTC

svn commit: r1771824 - /sling/site/trunk/content/documentation/development/getting-and-building-sling.mdtext

Author: rombert
Date: Mon Nov 28 22:30:03 2016
New Revision: 1771824

URL: http://svn.apache.org/viewvc?rev=1771824&view=rev
Log:
formatting fixes

Modified:
    sling/site/trunk/content/documentation/development/getting-and-building-sling.mdtext

Modified: sling/site/trunk/content/documentation/development/getting-and-building-sling.mdtext
URL: http://svn.apache.org/viewvc/sling/site/trunk/content/documentation/development/getting-and-building-sling.mdtext?rev=1771824&r1=1771823&r2=1771824&view=diff
==============================================================================
--- sling/site/trunk/content/documentation/development/getting-and-building-sling.mdtext (original)
+++ sling/site/trunk/content/documentation/development/getting-and-building-sling.mdtext Mon Nov 28 22:30:03 2016
@@ -120,10 +120,10 @@ you're working on at the moment.
 
 1. Enter the directory, then do a build and local install of the launchpad (below are unix/linux commands, slightly different under windows)
 
-    $ cd sling
-    $ cd launchpad/builder # you are now in the Sling SVN checkout
-    $ mvn --update-snapshots clean install
-    $ java -jar target/org.apache.sling.launchpad-*.jar -c test -f -
+        $ cd sling
+        $ cd launchpad/builder # you are now in the Sling SVN checkout
+        $ mvn --update-snapshots clean install
+        $ java -jar target/org.apache.sling.launchpad-*.jar -c test -f -
 
 <div class="note">
 When starting Sling inside the `launchpad/builder` folder you should not use the default Sling Home folder name `sling` because this folder is removed when running `mvn clean`.
@@ -139,11 +139,11 @@ After all messages have been printed you
 
 To stop Sling, just hit `Ctrl-C` in the console or click the *Stop* button on the *System Information* page of the Sling Management Console.
 
-1. Enter the directory of the bundle you're working on, then do a build and deploy the bundle to the running launchpad instance
+2. Enter the directory of the bundle you're working on, then do a build and deploy the bundle to the running launchpad instance
 
-    $ cd sling
-    $ cd bundles/servlets/get
-    $ mvn clean install sling:install
+        $ cd sling
+        $ cd bundles/servlets/get
+        $ mvn clean install sling:install
 
 The Maven build command ensure that: