adding jaggery feature to single jvm
Project: http://git-wip-us.apache.org/repos/asf/incubator-stratos/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-stratos/commit/b3ff3842 Tree: http://git-wip-us.apache.org/repos/asf/incubator-stratos/tree/b3ff3842 Diff: http://git-wip-us.apache.org/repos/asf/incubator-stratos/diff/b3ff3842 Branch: refs/heads/master Commit: b3ff3842c31627651ea4d26424e10ea2451925ab Parents: 167bbbf Author: Nirmal Fernando <[email protected]> Authored: Thu Mar 20 09:27:36 2014 +0530 Committer: Nirmal Fernando <[email protected]> Committed: Thu Mar 20 09:27:36 2014 +0530 ---------------------------------------------------------------------- products/stratos/modules/p2-profile-gen/pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/b3ff3842/products/stratos/modules/p2-profile-gen/pom.xml ---------------------------------------------------------------------- diff --git a/products/stratos/modules/p2-profile-gen/pom.xml b/products/stratos/modules/p2-profile-gen/pom.xml index b5ef4e8..a41b94d 100644 --- a/products/stratos/modules/p2-profile-gen/pom.xml +++ b/products/stratos/modules/p2-profile-gen/pom.xml @@ -748,7 +748,7 @@ <id>org.wso2.carbon.identity.authenticator.saml2.sso.ui.feature.group</id> <version>${carbon.platform.patch.version.4.2.2}</version> </feature> - <!--<feature> + <feature> <id>org.jaggeryjs.feature.group</id> <version>0.9.0.ALPHA4.wso2v3</version> </feature> @@ -759,7 +759,7 @@ <feature> <id>org.wso2.store.feature.group</id> <version>1.0.0</version> - </feature>--> + </feature> <feature> <id>org.wso2.carbon.identity.application.authenticator.basicauth.server.feature.group</id> <version>4.2.1</version>
