You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@stratos.apache.org by is...@apache.org on 2013/07/25 08:17:20 UTC

git commit: Stratos.sh in CC

Updated Branches:
  refs/heads/master 72e70a273 -> a80436bf8


Stratos.sh in CC

Signed-off-by: Isuru Perera <is...@apache.org>


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

Branch: refs/heads/master
Commit: a80436bf889754454b3bcde08d200b774f5dd823
Parents: 72e70a2
Author: Udara Liyanage <ud...@wso2.com>
Authored: Thu Jul 25 11:40:01 2013 +0530
Committer: Isuru Perera <is...@apache.org>
Committed: Thu Jul 25 11:46:53 2013 +0530

----------------------------------------------------------------------
 products/cloud_controller/README.txt                          | 4 ++--
 .../modules/distribution/src/main/assembly/bin.xml            | 7 ++++---
 2 files changed, 6 insertions(+), 5 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/a80436bf/products/cloud_controller/README.txt
----------------------------------------------------------------------
diff --git a/products/cloud_controller/README.txt b/products/cloud_controller/README.txt
index 8adcd5f..85befc6 100644
--- a/products/cloud_controller/README.txt
+++ b/products/cloud_controller/README.txt
@@ -1,8 +1,8 @@
 ================================================================================
-                        WSO2 Cloud Controller Server 1.0.1
+                        Apache Cloud Controller Server 3.0.0-SNAPSHOT
 ================================================================================
 
-Welcome to the Apache Stratos CC 1.0.1 release.
+Welcome to the Apache Stratos CC 3.0.0-SNAPSHOT release.
 
 Apache Stratos Cloud Controller plays a vital role in Stratos 2.0 and is open source and freely
 distributed. Apache Stratos CC is available under the Apache Software License v2.0.

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/a80436bf/products/cloud_controller/modules/distribution/src/main/assembly/bin.xml
----------------------------------------------------------------------
diff --git a/products/cloud_controller/modules/distribution/src/main/assembly/bin.xml b/products/cloud_controller/modules/distribution/src/main/assembly/bin.xml
index 41dc99e..38d1896 100644
--- a/products/cloud_controller/modules/distribution/src/main/assembly/bin.xml
+++ b/products/cloud_controller/modules/distribution/src/main/assembly/bin.xml
@@ -47,8 +47,8 @@
             <directory>target/wso2carbon-core-${carbon.kernel.version}</directory>
             <outputDirectory>stratos-cc-${pom.version}</outputDirectory>
             <excludes>
-                <exclude>**/stratos.sh</exclude>
-                <exclude>**/stratos.bat</exclude>
+                <exclude>**/wso2server.sh</exclude>
+                <exclude>**/wso2server.bat</exclude>
             </excludes>
 	    <includes>
                 <include>**/*.sh</include>
@@ -277,12 +277,13 @@
             <destName>release-notes.html</destName>
             <fileMode>644</fileMode>
         </file-->
+<!--
         <file>
             <source>target/wso2carbon-core-${carbon.kernel.version}/bin/README.txt</source>
             <outputDirectory>stratos-cc-${pom.version}/bin/</outputDirectory>
             <filtered>true</filtered>
             <fileMode>644</fileMode>
-        </file>
+        </file>-->
         <file>
             <source>target/wso2carbon-core-${carbon.kernel.version}/bin/version.txt</source>
             <outputDirectory>stratos-cc-${pom.version}/bin/</outputDirectory>