You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by bd...@apache.org on 2008/03/18 18:01:54 UTC

svn commit: r638441 - /incubator/sling/trunk/launchpad/webapp/README.txt

Author: bdelacretaz
Date: Tue Mar 18 10:01:38 2008
New Revision: 638441

URL: http://svn.apache.org/viewvc?rev=638441&view=rev
Log:
fix typo

Modified:
    incubator/sling/trunk/launchpad/webapp/README.txt

Modified: incubator/sling/trunk/launchpad/webapp/README.txt
URL: http://svn.apache.org/viewvc/incubator/sling/trunk/launchpad/webapp/README.txt?rev=638441&r1=638440&r2=638441&view=diff
==============================================================================
--- incubator/sling/trunk/launchpad/webapp/README.txt (original)
+++ incubator/sling/trunk/launchpad/webapp/README.txt Tue Mar 18 10:01:38 2008
@@ -48,7 +48,7 @@
 example of running them against a Sling instance running on host xyzzy, port 1234,
 with the Sling webapp mounted under /foo:
 
-   mvn -o -s /dev/null \
+   mvn -o -s /dev/null test \
     -Dhttp.port=1234
     -Dtest.host=xyzzy \
     -Dhttp.base.path=foo \