Author: fmeschbe
Date: Sat Mar 12 11:18:29 2011
New Revision: 1080918

URL: http://svn.apache.org/viewvc?rev=1080918&view=rev
Log:
Refer to release version without SNAPSHOT

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=1080918&r1=1080917&r2=1080918&view=diff
==============================================================================
--- sling/trunk/launchpad/builder/README.txt (original)
+++ sling/trunk/launchpad/builder/README.txt Sat Mar 12 11:18:29 2011
@@ -43,9 +43,9 @@ in the top-level directory of the Sling 
 
 2) Start the generated jar with
 
-        java -jar target/org.apache.sling.launchpad-6-SNAPSHOT-standalone.jar 
+        java -jar target/org.apache.sling.launchpad-6-standalone.jar 
         
-Use the correct version number instead of 6-SNAPSHOT, if needed.
+Use the correct version number instead of 6, if needed.
 
 3) Browse Sling in:
 
@@ -70,7 +70,7 @@ in the top-level directory of the Sling 
         
   OR
   
-   Deploy target/org.apache.sling.launchpad-6-SNAPSHOT.war to your favorite 
application server
+   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
@@ -96,7 +96,7 @@ in the top-level directory of the Sling 
 
 5) Add the Sling features reposity and install:
 
-        karaf@root:/> features:addUrl 
mvn:org.apache.sling/org.apache.sling.launchpad/6-SNAPSHOT/xml/features 
+        karaf@root:/> features:addUrl 
mvn:org.apache.sling/org.apache.sling.launchpad/6/xml/features 
         karaf@root:/> features:install sling
 
 6) Browse Sling in:


Reply via email to