Author: nandana Date: Mon May 4 03:17:49 2009 New Revision: 34778 URL: http://wso2.org/svn/browse/wso2?view=rev&revision=34778
Log: adding xkms management components Modified: trunk/solutions/identity/modules/distribution/pom.xml trunk/solutions/identity/modules/distribution/src/assembly/dist.xml Modified: trunk/solutions/identity/modules/distribution/pom.xml URL: http://wso2.org/svn/browse/wso2/trunk/solutions/identity/modules/distribution/pom.xml?rev=34778&r1=34777&r2=34778&view=diff ============================================================================== --- trunk/solutions/identity/modules/distribution/pom.xml (original) +++ trunk/solutions/identity/modules/distribution/pom.xml Mon May 4 03:17:49 2009 @@ -107,22 +107,33 @@ <artifactId>org.wso2.carbon.identity.user.registration.ui</artifactId> <version>${carbon.version}</version> </dependency> - + <dependency> <groupId>org.wso2.carbon</groupId> <artifactId>org.wso2.carbon.identity.user.profile</artifactId> <version>${carbon.version}</version> </dependency> - + <dependency> <groupId>org.wso2.carbon</groupId> <artifactId>org.wso2.carbon.identity.user.profile.ui</artifactId> <version>${carbon.version}</version> </dependency> - <dependency> <groupId>org.wso2.carbon</groupId> + <artifactId>org.wso2.carbon.xkms.mgt</artifactId> + <version>${carbon.version}</version> + </dependency> + + <dependency> + <groupId>org.wso2.carbon</groupId> + <artifactId>org.wso2.carbon.xkms.mgt.ui</artifactId> + <version>${carbon.version}</version> + </dependency> + + <dependency> + <groupId>org.wso2.carbon</groupId> <artifactId>org.wso2.carbon.ui.menu.registry</artifactId> <version>${carbon.version}</version> </dependency> Modified: trunk/solutions/identity/modules/distribution/src/assembly/dist.xml URL: http://wso2.org/svn/browse/wso2/trunk/solutions/identity/modules/distribution/src/assembly/dist.xml?rev=34778&r1=34777&r2=34778&view=diff ============================================================================== --- trunk/solutions/identity/modules/distribution/src/assembly/dist.xml (original) +++ trunk/solutions/identity/modules/distribution/src/assembly/dist.xml Mon May 4 03:17:49 2009 @@ -16,6 +16,7 @@ <include>org.wso2.carbon:org.wso2.carbon.logging.view.ui:jar</include> <include>org.wso2.carbon:org.wso2.carbon.server.admin.ui:jar</include> <include>org.wso2.carbon:org.wso2.carbon.statistics.ui:jar</include> + <include>org.wso2.carbon:org.wso2.carbon.xkms.mgt.ui:jar</include> <include>org.wso2.carbon:org.wso2.carbon.user.mgt.stub:jar</include> <include>org.wso2.carbon:org.wso2.carbon.user.mgt.ui:jar</include> @@ -34,7 +35,7 @@ <include>org.wso2.carbon:org.wso2.carbon.identity.relyingparty.ui:jar</include> <include>org.wso2.carbon:org.wso2.carbon.identity.provider.openid.ui:jar</include> <include>org.wso2.carbon:org.wso2.carbon.identity.provider.openid:jar</include> - <include>org.wso2.carbon:org.wso2.carbon.identity.menu.ui:jar</include> + <include>org.wso2.carbon:org.wso2.carbon.identity.menu.ui:jar</include> <include>org.wso2.carbon:org.wso2.carbon.identity.user.profile.ui:jar</include> </includes> @@ -52,6 +53,7 @@ <include>org.wso2.carbon:org.wso2.carbon.server.admin:jar</include> <include>org.wso2.carbon:org.wso2.carbon.statistics:jar</include> <include>org.wso2.carbon:org.wso2.carbon.xkms:jar</include> + <include>org.wso2.carbon:org.wso2.carbon.xkms.mgt:jar</include> <include>org.wso2.carbon:org.wso2.carbon.registry.app:jar</include> <include>org.wso2.carbon:org.wso2.carbon.registry.mgt.ui.resources:jar</include> <include>org.wso2.carbon:org.wso2.carbon.registry.mgt.ui.search:jar</include> @@ -61,7 +63,7 @@ <include>org.wso2.carbon:org.wso2.carbon.identity.provider:jar</include> <include>org.wso2.carbon:org.wso2.carbon.identity.sts:jar</include> <include>org.wso2.carbon:org.wso2.carbon.identity.sts.mgt:jar</include> - <include>org.wso2.carbon:org.wso2.carbon.identity.relyingparty:jar</include> + <include>org.wso2.carbon:org.wso2.carbon.identity.relyingparty:jar</include> <include>org.wso2.carbon:org.wso2.carbon.identity.user.profile:jar</include> <include>org.igniterealtime.smack.wso2:smack:jar</include> _______________________________________________ Identity-dev mailing list [email protected] https://wso2.org/cgi-bin/mailman/listinfo/identity-dev
