Updated Branches: refs/heads/carbon-4.2.0-upgrade cd87dbcc0 -> 500eaf523
Reverting mediation feature removal Project: http://git-wip-us.apache.org/repos/asf/incubator-stratos/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-stratos/commit/b6952717 Tree: http://git-wip-us.apache.org/repos/asf/incubator-stratos/tree/b6952717 Diff: http://git-wip-us.apache.org/repos/asf/incubator-stratos/diff/b6952717 Branch: refs/heads/carbon-4.2.0-upgrade Commit: b69527178186dfb7c1545e3c1c2ed64ca443a6f4 Parents: cd87dbc Author: Sajith Kariyawasam <[email protected]> Authored: Sat Jan 4 23:11:29 2014 +0530 Committer: Sajith Kariyawasam <[email protected]> Committed: Sat Jan 4 23:11:29 2014 +0530 ---------------------------------------------------------------------- .../cloud-controller/modules/p2-profile/pom.xml | 25 ++++++++++---------- 1 file changed, 12 insertions(+), 13 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/b6952717/products/cloud-controller/modules/p2-profile/pom.xml ---------------------------------------------------------------------- diff --git a/products/cloud-controller/modules/p2-profile/pom.xml b/products/cloud-controller/modules/p2-profile/pom.xml index 64695b7..4e8082c 100644 --- a/products/cloud-controller/modules/p2-profile/pom.xml +++ b/products/cloud-controller/modules/p2-profile/pom.xml @@ -164,9 +164,9 @@ org.wso2.carbon:org.wso2.carbon.task.server.feature:${carbon.version} </featureArtifactDef> - <!-- <featureArtifactDef> + <featureArtifactDef> org.wso2.carbon:org.wso2.carbon.mediation.initializer.feature:${carbon.version} - </featureArtifactDef> --> + </featureArtifactDef> <featureArtifactDef> org.wso2.carbon:org.wso2.carbon.logging.mgt.feature:${carbon.version} @@ -176,13 +176,12 @@ org.wso2.carbon:org.wso2.carbon.endpoint.server.feature:${carbon.version} </featureArtifactDef> - <!-- <featureArtifactDef> + <featureArtifactDef> org.wso2.carbon:org.wso2.carbon.sequences.server.feature:${carbon.version} - </featureArtifactDef> --> - -<!-- <featureArtifactDef> + </featureArtifactDef> + <featureArtifactDef> org.wso2.carbon:org.wso2.carbon.mediators.server.feature:${carbon.version} - </featureArtifactDef> --> + </featureArtifactDef> <featureArtifactDef> org.wso2.carbon:org.wso2.carbon.relay.server.feature:${carbon.version} @@ -263,10 +262,10 @@ <id>org.wso2.carbon.datasource.server.feature.group</id> <version>${carbon.version}</version> </feature> - <!-- <feature> + <feature> <id>org.wso2.carbon.mediation.initializer.feature.group</id> <version>${carbon.version}</version> - </feature> --> + </feature> <feature> <id>org.wso2.carbon.service.mgt.server.feature.group</id> <version>${carbon.version}</version> @@ -283,14 +282,14 @@ <id>org.wso2.carbon.endpoint.server.feature.group</id> <version>${carbon.version}</version> </feature> - <!-- <feature> + <feature> <id>org.wso2.carbon.sequences.server.feature.group</id> <version>${carbon.version}</version> - </feature> --> -<!-- <feature> + </feature> + <feature> <id>org.wso2.carbon.mediators.server.feature.group</id> <version>${carbon.version}</version> - </feature> --> + </feature> <feature> <id>org.wso2.carbon.relay.server.feature.group</id> <version>${carbon.version}</version>
