Author: fmeschbe
Date: Sat Mar 12 12:11:08 2011
New Revision: 1080924

URL: http://svn.apache.org/viewvc?rev=1080924&view=rev
Log:
Reformat and add note on removal on sling folder

Modified:
    sling/trunk/launchpad/builder/README.txt

Modified: sling/trunk/launchpad/builder/README.txt
URL: 
http://svn.apache.org/viewvc/sling/trunk/launchpad/builder/README.txt?rev=1080924&r1=1080923&r2=1080924&view=diff
==============================================================================
--- sling/trunk/launchpad/builder/README.txt (original)
+++ sling/trunk/launchpad/builder/README.txt Sat Mar 12 12:11:08 2011
@@ -1,16 +1,17 @@
-    Apache Sling Launchpad Builder
+Apache Sling Launchpad Builder
 
-The Launchpad Builder project produces both a Standalone Java Application 
which contains
-everything needed to run the Launchpad in a single JAR file and a Web 
Application. It also
-produces a feature descriptor for Apache Felix Karaf and a bundle list file 
which can be
-used by other projects wishing to build customized Launchpad packages.
+The Launchpad Builder project produces both a Standalone Java Application which
+contains everything needed to run the Launchpad in a single JAR file and a Web
+Application. It also produces a feature descriptor for Apache Felix Karaf and
+a bundle list file which can be used by other projects wishing to build
+customized Launchpad packages.
 
 Getting Started
 ===============
 
-This component uses a Maven 2 (http://maven.apache.org/) build
-environment. It requires a Java 5 JDK (or higher) and Maven 
(http://maven.apache.org/)
-2.0.7 or later. We recommend to use the latest Maven version.
+This component uses a Maven 2 (http://maven.apache.org/) build environment. 
+It requires a Java 5 JDK (or higher) and Maven (http://maven.apache.org/)
+2.2.1 or later. We recommend to use the latest Maven version.
 
 If you have Maven 2 installed, you can compile and
 package the jar using the following command:
@@ -24,7 +25,7 @@ Subversion (http://subversion.tigris.org
 the Apache Software Foundation. If you have Subversion installed,
 you can checkout the latest source using the following command:
 
-    svn checkout http://svn.apache.org/repos/asf/sling/trunk/launchpad/uber
+    svn checkout http://svn.apache.org/repos/asf/sling/trunk/launchpad/builder
 
 See the Subversion documentation for other source control features.
 
@@ -32,8 +33,9 @@ See the Subversion documentation for oth
 How to run the Sling launchpad/builder module in Standalone mode
 ----------------------------------------
 
-  NOTE: "mvn clean" does not delete the "sling" work directory - make sure to 
-  delete it manually if you want to start from a clean state.
+  NOTE: "mvn clean" deletes the "sling" work directory in the project base
+        directory. It is advisable to use a work directory outside of the
+        project directory.
 
 1) Build Sling using 
 
@@ -70,8 +72,8 @@ in the top-level directory of the Sling 
         
   OR
   
-   Deploy target/org.apache.sling.launchpad-6.war to your favorite application 
server
-   or servlet container.
+   Deploy target/org.apache.sling.launchpad-6.war to your favorite application
+   server or servlet container.
 
 How to run the Sling launchpad/builder module in Apache Felix Karaf
 ----------------------------------------


Reply via email to