Updated Branches: refs/heads/master 9e80103cb -> 14d6419dc
Removed lb.common feature from load-balancer feature Project: http://git-wip-us.apache.org/repos/asf/incubator-stratos/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-stratos/commit/14d6419d Tree: http://git-wip-us.apache.org/repos/asf/incubator-stratos/tree/14d6419d Diff: http://git-wip-us.apache.org/repos/asf/incubator-stratos/diff/14d6419d Branch: refs/heads/master Commit: 14d6419dc5f615293605bc4f3c20060ccdeabf56 Parents: 9e80103 Author: Imesh Gunaratne <[email protected]> Authored: Wed Oct 16 00:36:58 2013 +0530 Committer: Imesh Gunaratne <[email protected]> Committed: Wed Oct 16 00:36:58 2013 +0530 ---------------------------------------------------------------------- .../org.apache.stratos.lb.endpoint.server.feature/pom.xml | 1 - features/load-balancer/pom.xml | 3 +-- 2 files changed, 1 insertion(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/14d6419d/features/load-balancer/org.apache.stratos.lb.endpoint.server.feature/pom.xml ---------------------------------------------------------------------- diff --git a/features/load-balancer/org.apache.stratos.lb.endpoint.server.feature/pom.xml b/features/load-balancer/org.apache.stratos.lb.endpoint.server.feature/pom.xml index 9c688de..7e94842 100644 --- a/features/load-balancer/org.apache.stratos.lb.endpoint.server.feature/pom.xml +++ b/features/load-balancer/org.apache.stratos.lb.endpoint.server.feature/pom.xml @@ -77,7 +77,6 @@ <importFeatures> <importFeatureDef>org.wso2.carbon.core.server:${wso2carbon.version}</importFeatureDef> <importFeatureDef>org.apache.synapse.wso2:${synapse.wso2.version}</importFeatureDef> - <importFeatureDef>org.apache.stratos.lb.common:${project.version}</importFeatureDef> </importFeatures> </configuration> </execution> http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/14d6419d/features/load-balancer/pom.xml ---------------------------------------------------------------------- diff --git a/features/load-balancer/pom.xml b/features/load-balancer/pom.xml index 27bdaee..3e5378c 100644 --- a/features/load-balancer/pom.xml +++ b/features/load-balancer/pom.xml @@ -33,8 +33,7 @@ <url>http://apache.org</url> <modules> - <module>org.apache.stratos.lb.common.feature</module> - <module>org.apache.stratos.lb.endpoint.server.feature</module> + <module>org.apache.stratos.lb.endpoint.server.feature</module> </modules> </project>
