You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@stratos.apache.org by im...@apache.org on 2014/05/03 09:56:49 UTC

git commit: Added note to CLI README file to mention that it only includes one jar file containing all dependent java libraries.

Repository: incubator-stratos
Updated Branches:
  refs/heads/4.0.0-incubating 646470197 -> 340b6bcc7


Added note to CLI README file to mention that it only includes one jar file containing all dependent java libraries.


Project: http://git-wip-us.apache.org/repos/asf/incubator-stratos/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-stratos/commit/340b6bcc
Tree: http://git-wip-us.apache.org/repos/asf/incubator-stratos/tree/340b6bcc
Diff: http://git-wip-us.apache.org/repos/asf/incubator-stratos/diff/340b6bcc

Branch: refs/heads/4.0.0-incubating
Commit: 340b6bcc72f947845683aef1332be2b7faa644a5
Parents: 6464701
Author: Imesh Gunaratne <im...@wso2.com>
Authored: Sat May 3 13:26:35 2014 +0530
Committer: Imesh Gunaratne <im...@wso2.com>
Committed: Sat May 3 13:26:35 2014 +0530

----------------------------------------------------------------------
 products/stratos-cli/distribution/README.txt | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/340b6bcc/products/stratos-cli/distribution/README.txt
----------------------------------------------------------------------
diff --git a/products/stratos-cli/distribution/README.txt b/products/stratos-cli/distribution/README.txt
index d94c2ff..8013487 100755
--- a/products/stratos-cli/distribution/README.txt
+++ b/products/stratos-cli/distribution/README.txt
@@ -5,7 +5,8 @@
 Welcome to the Apache Stratos CLI.
 
 The command line interface (CLI) is a powerful tool that clients can use
-to communicate with Stratos services. 
+to communicate with Stratos services. The CLI distribution only includes one
+jar file containing all dependent java libraries.
 
 The tenant can use the CLI tool on two separate modes if needed, which 
 are namely single command line mode and interactive mode.