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 <[email protected]> Authored: Thu Dec 12 14:37:16 2013 -0500 Committer: Udara Liyanage <[email protected]> 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>
