removing deprecated 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/56f573e8 Tree: http://git-wip-us.apache.org/repos/asf/incubator-stratos/tree/56f573e8 Diff: http://git-wip-us.apache.org/repos/asf/incubator-stratos/diff/56f573e8 Branch: refs/heads/master Commit: 56f573e834a6ad6cc8515d188ef6c4e4b851c71f Parents: eeba19c Author: Nirmal Fernando <[email protected]> Authored: Tue Feb 11 19:20:21 2014 +0530 Committer: Nirmal Fernando <[email protected]> Committed: Tue Feb 11 19:20:21 2014 +0530 ---------------------------------------------------------------------- components/org.apache.stratos.cloud.controller/pom.xml | 3 --- 1 file changed, 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/56f573e8/components/org.apache.stratos.cloud.controller/pom.xml ---------------------------------------------------------------------- diff --git a/components/org.apache.stratos.cloud.controller/pom.xml b/components/org.apache.stratos.cloud.controller/pom.xml index a658d18..d84e657 100644 --- a/components/org.apache.stratos.cloud.controller/pom.xml +++ b/components/org.apache.stratos.cloud.controller/pom.xml @@ -80,9 +80,6 @@ <Axis2Deployer>CloudControllerDeployer</Axis2Deployer> - <Axis2Deployer>CartridgeDeployer</Axis2Deployer> - - <Axis2Deployer>ServiceDeployer</Axis2Deployer> </instructions> </configuration> </plugin>
