Updated Branches: refs/heads/master ffad24a43 -> 34faa854c
removing usage components and features from the build Project: http://git-wip-us.apache.org/repos/asf/incubator-stratos/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-stratos/commit/1cd00a74 Tree: http://git-wip-us.apache.org/repos/asf/incubator-stratos/tree/1cd00a74 Diff: http://git-wip-us.apache.org/repos/asf/incubator-stratos/diff/1cd00a74 Branch: refs/heads/master Commit: 1cd00a747e878f1b3186491baa37c6345bc9d73f Parents: 208b730 Author: Isuru <[email protected]> Authored: Wed Jan 8 07:37:03 2014 +0000 Committer: Isuru <[email protected]> Committed: Wed Jan 8 07:37:03 2014 +0000 ---------------------------------------------------------------------- components/pom.xml | 4 ++-- features/manager/pom.xml | 2 +- products/stratos-manager/modules/p2-profile-gen/pom.xml | 8 ++++---- 3 files changed, 7 insertions(+), 7 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/1cd00a74/components/pom.xml ---------------------------------------------------------------------- diff --git a/components/pom.xml b/components/pom.xml index 617884c..3488279 100644 --- a/components/pom.xml +++ b/components/pom.xml @@ -86,10 +86,10 @@ <module>org.apache.stratos.status.monitor.agent</module> <module>org.apache.stratos.status.monitor.ui</module> <!-- Usage --> - <module>org.apache.stratos.usage.agent</module> + <!--module>org.apache.stratos.usage.agent</module> <module>org.apache.stratos.usage</module> <module>org.apache.stratos.usage.summary.helper</module> - <module>org.apache.stratos.usage.ui</module> + <module>org.apache.stratos.usage.ui</module--> <module>org.apache.stratos.tenant.dispatcher</module> <module>org.apache.stratos.keystore.mgt</module> http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/1cd00a74/features/manager/pom.xml ---------------------------------------------------------------------- diff --git a/features/manager/pom.xml b/features/manager/pom.xml index 0e93c10..f518287 100644 --- a/features/manager/pom.xml +++ b/features/manager/pom.xml @@ -42,7 +42,7 @@ <module>tenant-mgt</module> <module>gapp</module> <!--module>throttling</module--> - <module>usage</module> + <!--module>usage</module--> <module>deployment</module> <module>status-monitor</module> <module>tenant-activity</module> http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/1cd00a74/products/stratos-manager/modules/p2-profile-gen/pom.xml ---------------------------------------------------------------------- diff --git a/products/stratos-manager/modules/p2-profile-gen/pom.xml b/products/stratos-manager/modules/p2-profile-gen/pom.xml index adfe580..051d4b3 100644 --- a/products/stratos-manager/modules/p2-profile-gen/pom.xml +++ b/products/stratos-manager/modules/p2-profile-gen/pom.xml @@ -173,12 +173,12 @@ <featureArtifactDef> org.apache.stratos:org.apache.stratos.tenant.activity.server.feature:${project.version} </featureArtifactDef> - <featureArtifactDef> + <!--featureArtifactDef> org.apache.stratos:org.apache.stratos.usage.feature:${project.version} </featureArtifactDef> <featureArtifactDef> org.apache.stratos:org.apache.stratos.usage.agent.feature:${project.version} - </featureArtifactDef> + </featureArtifactDef--> <!--featureArtifactDef> org.apache.stratos:org.apache.stratos.throttling.manager.feature:${project.version} </featureArtifactDef--> @@ -393,14 +393,14 @@ </feature> <!--End GApp SSO features --> - <feature> + <!--feature> <id>org.apache.stratos.usage.feature.group</id> <version>${project.version}</version> </feature> <feature> <id>org.apache.stratos.usage.agent.feature.group</id> <version>${project.version}</version> - </feature> + </feature--> <!--feature> <id>org.apache.stratos.throttling.manager.feature.group</id> <version>${project.version}</version>
