From 33e1364dceb5a7cf66960e9636006f98dfab4353 Mon Sep 17 00:00:00 2001 From: cdwijayarathna Date: Fri, 18 Mar 2016 01:01:06 +0530 Subject: [PATCH 1/2] Add workflow impl and template features --- modules/p2-profile-gen/pom.xml | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) diff --git a/modules/p2-profile-gen/pom.xml b/modules/p2-profile-gen/pom.xml index 62e86d2c167..2a2c5aa6881 100644 --- a/modules/p2-profile-gen/pom.xml +++ b/modules/p2-profile-gen/pom.xml @@ -365,6 +365,12 @@ org.wso2.carbon.identity:org.wso2.carbon.user.mgt.workflow.feature:${carbon.identity.version} + + org.wso2.carbon.identity:org.wso2.carbon.identity.workflow.impl.feature:${carbon.identity.version} + + + org.wso2.carbon.identity:org.wso2.carbon.identity.workflow.template.server.feature:${carbon.identity.version} + @@ -761,6 +767,14 @@ org.wso2.carbon.identity.workflow.mgt.feature.group ${carbon.identity.version} + + org.wso2.carbon.identity.workflow.impl.feature.group + ${carbon.identity.version} + + + org.wso2.carbon.identity.workflow.template.server.feature.group + ${carbon.identity.version} + org.wso2.carbon.dashboards.shindig.feature.group @@ -1208,6 +1222,14 @@ org.wso2.carbon.identity.workflow.mgt.feature.group ${carbon.identity.version} + + org.wso2.carbon.identity.workflow.impl.feature.group + ${carbon.identity.version} + + + org.wso2.carbon.identity.workflow.template.server.feature.group + ${carbon.identity.version} + org.wso2.ciphertool.feature.group ${cipher-tool.version} @@ -1599,6 +1621,14 @@ org.wso2.carbon.identity.workflow.mgt.server.feature.group ${carbon.identity.version} + + org.wso2.carbon.identity.workflow.impl.feature.group + ${carbon.identity.version} + + + org.wso2.carbon.identity.workflow.template.server.feature.group + ${carbon.identity.version} + org.wso2.carbon.dashboards.shindig.feature.group From 869c10bb9cc253e4652541040f11510915284435 Mon Sep 17 00:00:00 2001 From: cdwijayarathna Date: Fri, 18 Mar 2016 02:11:43 +0530 Subject: [PATCH 2/2] Adding notification management extension features to p2 --- modules/p2-profile-gen/pom.xml | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) diff --git a/modules/p2-profile-gen/pom.xml b/modules/p2-profile-gen/pom.xml index 2a2c5aa6881..9515f314681 100644 --- a/modules/p2-profile-gen/pom.xml +++ b/modules/p2-profile-gen/pom.xml @@ -343,6 +343,12 @@ org.wso2.carbon.identity:org.wso2.carbon.identity.notification.mgt.feature:${carbon.identity.version} + + org.wso2.carbon.identity:org.wso2.carbon.identity.notification.mgt.json.feature:${carbon.identity.version} + + + org.wso2.carbon.identity:org.wso2.carbon.identity.notification.mgt.email.feature:${carbon.identity.version} + org.apache.axis2.transport:org.apache.axis2.transport.mail.feature:${axis2-transports.version} @@ -755,6 +761,14 @@ org.wso2.carbon.identity.notification.mgt.feature.group ${carbon.identity.version} + + org.wso2.carbon.identity.notification.mgt.json.feature.group + ${carbon.identity.version} + + + org.wso2.carbon.identity.notification.mgt.email.feature.group + ${carbon.identity.version} + org.apache.axis2.transport.mail.feature.group ${axis2-transports.version} @@ -1210,6 +1224,14 @@ org.wso2.carbon.identity.notification.mgt.feature.group ${carbon.identity.version} + + org.wso2.carbon.identity.notification.mgt.json.feature.group + ${carbon.identity.version} + + + org.wso2.carbon.identity.notification.mgt.email.feature.group + ${carbon.identity.version} + org.apache.axis2.transport.mail.feature.group ${axis2-transports.version} @@ -1609,6 +1631,14 @@ org.wso2.carbon.identity.notification.mgt.server.feature.group ${carbon.identity.version} + + org.wso2.carbon.identity.notification.mgt.email.feature.group + ${carbon.identity.version} + + + org.wso2.carbon.identity.notification.mgt.json.feature.group + ${carbon.identity.version} + org.apache.axis2.transport.mail.feature.group ${axis2-transports.version}