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

[1/2] git commit: Remove file based deployers from AS

Updated Branches:
  refs/heads/master cf538d054 -> 42605bb5d


Remove file based deployers from AS


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

Branch: refs/heads/master
Commit: 20d08b21c8e73a4759dd253db05140e17079ee2e
Parents: 61d4106
Author: Udara Liyanage <ud...@wso2.com>
Authored: Thu Dec 12 14:37:16 2013 -0500
Committer: Udara Liyanage <ud...@wso2.com>
Committed: Thu Dec 12 14:37:16 2013 -0500

----------------------------------------------------------------------
 components/org.apache.stratos.autoscaler/pom.xml                | 4 ++--
 .../src/main/resources/META-INF/component.xml                   | 5 +++--
 2 files changed, 5 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/20d08b21/components/org.apache.stratos.autoscaler/pom.xml
----------------------------------------------------------------------
diff --git a/components/org.apache.stratos.autoscaler/pom.xml b/components/org.apache.stratos.autoscaler/pom.xml
index b239184..ea396a9 100644
--- a/components/org.apache.stratos.autoscaler/pom.xml
+++ b/components/org.apache.stratos.autoscaler/pom.xml
@@ -189,8 +189,8 @@
 							*;resolution:=optional
                         </Import-Package>
 						<DynamicImport-Package>*</DynamicImport-Package>
-						<Axis2Deployer>AutoscalerPolicyDeployer</Axis2Deployer>
-						<Axis2Deployer>DeploymentPolicyDeployer</Axis2Deployer>
+						<!--<Axis2Deployer>AutoscalerPolicyDeployer</Axis2Deployer>
+						<Axis2Deployer>DeploymentPolicyDeployer</Axis2Deployer>-->
 						<Embed-Dependency>*;scope=compile|runtime</Embed-Dependency>
 						<Embed-Directory>lib</Embed-Directory>
 					</instructions>

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/20d08b21/components/org.apache.stratos.autoscaler/src/main/resources/META-INF/component.xml
----------------------------------------------------------------------
diff --git a/components/org.apache.stratos.autoscaler/src/main/resources/META-INF/component.xml b/components/org.apache.stratos.autoscaler/src/main/resources/META-INF/component.xml
index ba5fc5a..506c3d3 100644
--- a/components/org.apache.stratos.autoscaler/src/main/resources/META-INF/component.xml
+++ b/components/org.apache.stratos.autoscaler/src/main/resources/META-INF/component.xml
@@ -18,7 +18,8 @@
   -->
 <component xmlns="http://products.wso2.org/carbon">
     <deployers>
-        <deployer>
+        <!--
+         <deployer>
             <directory>autoscale-policies</directory>
             <extension>xml</extension>
             <class>org.apache.stratos.autoscaler.policy.deployers.AutoscalerPolicyDeployer</class>
@@ -32,6 +33,6 @@
             <directory>partitions</directory>
             <extension>xml</extension>
             <class>org.apache.stratos.autoscaler.partition.deployers.PartitionDeployer</class>
-        </deployer>
+        </deployer>-->
     </deployers>
 </component>


[2/2] git commit: Merge branch 'remove-deployers'

Posted by ud...@apache.org.
Merge branch 'remove-deployers'


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

Branch: refs/heads/master
Commit: 42605bb5d8851c59bec7ceb18522a5a5d070e17d
Parents: cf538d0 20d08b2
Author: Udara Liyanage <ud...@wso2.com>
Authored: Thu Dec 12 14:38:03 2013 -0500
Committer: Udara Liyanage <ud...@wso2.com>
Committed: Thu Dec 12 14:38:03 2013 -0500

----------------------------------------------------------------------
 components/org.apache.stratos.autoscaler/pom.xml                | 4 ++--
 .../src/main/resources/META-INF/component.xml                   | 5 +++--
 2 files changed, 5 insertions(+), 4 deletions(-)
----------------------------------------------------------------------