Updated Branches: refs/heads/master d69833e8d -> ffad24a43
update p2-profile Project: http://git-wip-us.apache.org/repos/asf/incubator-stratos/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-stratos/commit/57a001a0 Tree: http://git-wip-us.apache.org/repos/asf/incubator-stratos/tree/57a001a0 Diff: http://git-wip-us.apache.org/repos/asf/incubator-stratos/diff/57a001a0 Branch: refs/heads/master Commit: 57a001a04b7f88f88da257bfc9d92555b9061610 Parents: 2f6d853 Author: Pradeep Fernando <[email protected]> Authored: Wed Jan 8 11:53:19 2014 +0530 Committer: Pradeep Fernando <[email protected]> Committed: Wed Jan 8 11:53:19 2014 +0530 ---------------------------------------------------------------------- .../modules/p2-profile-gen/pom.xml | 25 ++++++++++++++++---- 1 file changed, 21 insertions(+), 4 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/57a001a0/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 a07e0c6..740be1a 100644 --- a/products/stratos-manager/modules/p2-profile-gen/pom.xml +++ b/products/stratos-manager/modules/p2-profile-gen/pom.xml @@ -262,8 +262,13 @@ </featureArtifactDef> <featureArtifactDef>org.wso2.carbon:org.wso2.carbon.identity.application.authentication.framework.server.feature:4.2.1</featureArtifactDef> <!--**************************************************Manager features end*********************************************--> - - + <featureArtifactDef> + org.jaggeryjs:org.jaggeryjs.feature:0.9.0.ALPHA4.wso2v1 + </featureArtifactDef> + <featureArtifactDef>caramel:caramel.feature:1.0.0</featureArtifactDef> + <featureArtifactDef> + org.wso2.store:org.wso2.store.feature:1.0.0 + </featureArtifactDef> </featureArtifacts> </configuration> </execution> @@ -445,8 +450,20 @@ <id>org.wso2.carbon.identity.authenticator.saml2.sso.ui.feature.group</id> <version>${wso2carbon.version}</version> </feature> - <!--****************************************Manager features end*********************************************--> - </features> + <!--****************************************Manager features end*********************************************--> + <feature> + <id>org.jaggeryjs.feature.group</id> + <version>0.9.0.ALPHA4.wso2v1</version> + </feature> + <feature> + <id>caramel.feature.group</id> + <version>1.0.0</version> + </feature> + <feature> + <id>org.wso2.store.feature.group</id> + <version>1.0.0</version> + </feature> + </features> </configuration> </execution>
