Author: bdelacretaz
Date: Mon Jan 7 07:09:31 2008
New Revision: 609630
URL: http://svn.apache.org/viewvc?rev=609630&view=rev
Log:
README added
Added:
incubator/sling/trunk/launcher/app/README.txt (with props)
Added: incubator/sling/trunk/launcher/app/README.txt
URL:
http://svn.apache.org/viewvc/incubator/sling/trunk/launcher/app/README.txt?rev=609630&view=auto
==============================================================================
--- incubator/sling/trunk/launcher/app/README.txt (added)
+++ incubator/sling/trunk/launcher/app/README.txt Mon Jan 7 07:09:31 2008
@@ -0,0 +1,18 @@
+How to run the Sling launcher/app module
+----------------------------------------
+
+1) Build Sling using
+
+ mvn clean install
+
+in the top-level directory of the Sling source code.
+
+2) Come back to this directory and build using
+
+ mvn -P full clean install
+
+3) Start the generated jar with
+
+ java -jar
target/org.apache.sling.launcher.app-2.0.0-incubator-SNAPSHOT-full.jar
+
+Use the correct version number instead of 2.0.0-incubator-SNAPSHOT, if needed.
\ No newline at end of file
Propchange: incubator/sling/trunk/launcher/app/README.txt
------------------------------------------------------------------------------
svn:eol-style = native