From 9a89aa81128b20bf94f31f2ad3334628e55d389f Mon Sep 17 00:00:00 2001 From: Geeth Munasinghe Date: Fri, 23 Jan 2015 21:37:16 +0530 Subject: [PATCH] Adding the sso features and changing the filter.properties --- .../src/assembly/filter.properties | 2 +- product/modules/p2-profile-gen/pom.xml | 87 ++++++++++++++++++- 2 files changed, 84 insertions(+), 5 deletions(-) diff --git a/product/modules/distribution/src/assembly/filter.properties b/product/modules/distribution/src/assembly/filter.properties index 19404cf6e..6910642d5 100644 --- a/product/modules/distribution/src/assembly/filter.properties +++ b/product/modules/distribution/src/assembly/filter.properties @@ -1,5 +1,5 @@ product.name=WSO2 Mobile Device Manager -product.version=1.0.0-SNAPSHOT +product.version=2.0.0-SNAPSHOT product.key=MDM hotdeployment=true hotupdate=true diff --git a/product/modules/p2-profile-gen/pom.xml b/product/modules/p2-profile-gen/pom.xml index 0329734c5..5cb9a53ee 100644 --- a/product/modules/p2-profile-gen/pom.xml +++ b/product/modules/p2-profile-gen/pom.xml @@ -182,7 +182,7 @@ org.wso2.carbon:org.wso2.carbon.identity.thrift.authentication.feature:${carbon.platform.version} - org.wso2.carbon:org.wso2.carbon.identity.core.server.feature:${carbon.platform.version} + org.wso2.carbon:org.wso2.carbon.identity.core.feature:${carbon.platform.version} org.wso2.carbon:org.wso2.carbon.logging.mgt.feature:${carbon.platform.version} @@ -262,10 +262,46 @@ - org.wso2.carbon:org.wso2.carbon.identity.self.registration.server.feature:${carbon.platform.version} + org.wso2.carbon:org.wso2.carbon.identity.self.registration.feature:${carbon.platform.version} + + + org.wso2.carbon:org.wso2.carbon.security.mgt.feature:${carbon.platform.version} + + + org.wso2.carbon:org.wso2.carbon.identity.application.authenticator.basicauth.server.feature:${carbon.platform.version} + + + org.wso2.carbon:org.wso2.carbon.identity.application.authentication.framework.server.feature:${carbon.platform.version} + + + org.wso2.carbon:org.wso2.carbon.identity.authenticator.saml2.sso.server.feature:${carbon.platform.version} + + + org.wso2.carbon:org.wso2.carbon.identity.authenticator.saml2.sso.ui.feature:${carbon.platform.version} + + + org.wso2.carbon:org.wso2.carbon.identity.sso.saml.feature:${carbon.platform.version} + + + + + org.wso2.carbon:org.wso2.carbon.identity.user.profile.feature:${carbon.platform.version} + + + org.wso2.carbon:org.wso2.carbon.identity.application.mgt.feature:${carbon.platform.version} + + + org.wso2.carbon:org.wso2.carbon.idp.mgt.feature:${carbon.platform.version} + + + org.wso2.carbon:org.wso2.carbon.identity.mgt.feature:${carbon.platform.version} + + + + @@ -378,7 +414,7 @@ ${carbon.platform.version} - org.wso2.carbon.identity.core.server.feature.group + org.wso2.carbon.identity.core.feature.group ${carbon.platform.version} @@ -431,7 +467,7 @@ - org.wso2.carbon.identity.self.registration.server.feature.group + org.wso2.carbon.identity.self.registration.feature.group ${carbon.platform.version} @@ -494,6 +530,49 @@ org.wso2.carbon.um.ws.service.client.feature.group ${carbon.platform.version} + + + + + org.wso2.carbon.identity.application.authenticator.basicauth.server.feature.group + + ${carbon.platform.version} + + + + org.wso2.carbon.identity.application.authentication.framework.server.feature.group + + ${carbon.platform.version} + + + org.wso2.carbon.identity.authenticator.saml2.sso.server.feature.group + ${carbon.platform.version} + + + org.wso2.carbon.identity.authenticator.saml2.sso.ui.feature.group + ${carbon.platform.version} + + + + + org.wso2.carbon.identity.user.profile.feature.group + ${carbon.platform.version} + + + org.wso2.carbon.identity.application.mgt.feature.group + ${carbon.platform.version} + + + org.wso2.carbon.idp.mgt.feature.group + ${carbon.platform.version} + + + org.wso2.carbon.identity.mgt.feature.group + ${carbon.platform.version} + + + +