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/12/17 15:28:07 UTC

[1/2] git commit: removing autosclaer stub jar from rest endpoint feature dependencies to stop it from getting packed

Updated Branches:
  refs/heads/master b797ef7a5 -> bdaf0e375


removing autosclaer stub jar from rest endpoint feature dependencies to stop it from getting packed


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

Branch: refs/heads/master
Commit: 76a14e36862e09b1934a187de4e54f21d3a75a4b
Parents: 9ce111c
Author: Isuru <is...@wso2.com>
Authored: Tue Dec 17 19:57:38 2013 +0530
Committer: Isuru <is...@wso2.com>
Committed: Tue Dec 17 19:57:38 2013 +0530

----------------------------------------------------------------------
 .../org.apache.stratos.rest.endpoint.feature/pom.xml             | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/76a14e36/features/manager/rest-endpoint/org.apache.stratos.rest.endpoint.feature/pom.xml
----------------------------------------------------------------------
diff --git a/features/manager/rest-endpoint/org.apache.stratos.rest.endpoint.feature/pom.xml b/features/manager/rest-endpoint/org.apache.stratos.rest.endpoint.feature/pom.xml
index e176835..22b6108 100644
--- a/features/manager/rest-endpoint/org.apache.stratos.rest.endpoint.feature/pom.xml
+++ b/features/manager/rest-endpoint/org.apache.stratos.rest.endpoint.feature/pom.xml
@@ -216,11 +216,11 @@
             <artifactId>carbon-cxf</artifactId>
             <version>1.0.0</version>
         </dependency>
-        <dependency>
+        <!--dependency>
             <groupId>org.apache.stratos</groupId>
             <artifactId>org.apache.stratos.autoscaler.service.stub</artifactId>
             <version>${project.version}</version>
-        </dependency>
+        </dependency-->
     </dependencies>
 
     <build>


[2/2] git commit: Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/incubator-stratos

Posted by is...@apache.org.
Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/incubator-stratos


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

Branch: refs/heads/master
Commit: bdaf0e375c4153febd3bfe5fb6eb345516f32fae
Parents: 76a14e3 b797ef7
Author: Isuru <is...@wso2.com>
Authored: Tue Dec 17 19:57:51 2013 +0530
Committer: Isuru <is...@wso2.com>
Committed: Tue Dec 17 19:57:51 2013 +0530

----------------------------------------------------------------------
 .../stratos/autoscaler/ClusterMonitor.java      |  2 +-
 .../stratos/cli/RestCommandLineService.java     | 78 +++++++++++++++++---
 .../apache/stratos/cli/utils/CliConstants.java  |  1 +
 3 files changed, 68 insertions(+), 13 deletions(-)
----------------------------------------------------------------------