Author: prabath Date: Sun Apr 26 07:09:10 2009 New Revision: 34133 URL: http://wso2.org/svn/browse/wso2?view=rev&revision=34133
Log: integrating claim management Modified: trunk/solutions/identity/modules/distribution/pom.xml trunk/solutions/identity/modules/distribution/src/assembly/dist.xml trunk/solutions/identity/pom.xml Modified: trunk/solutions/identity/modules/distribution/pom.xml URL: http://wso2.org/svn/browse/wso2/trunk/solutions/identity/modules/distribution/pom.xml?rev=34133&r1=34132&r2=34133&view=diff ============================================================================== --- trunk/solutions/identity/modules/distribution/pom.xml (original) +++ trunk/solutions/identity/modules/distribution/pom.xml Sun Apr 26 07:09:10 2009 @@ -278,6 +278,18 @@ <version>${carbon.version}</version> </dependency> + <dependency> + <groupId>org.wso2.carbon</groupId> + <artifactId>org.wso2.carbon.claim.mgt</artifactId> + <version>${carbon.version}</version> + </dependency> + + <dependency> + <groupId>org.wso2.carbon</groupId> + <artifactId>org.wso2.carbon.claim.mgt.ui</artifactId> + <version>${carbon.version}</version> + </dependency> + <!-- Orbit dependency foe axis1service component --> <dependency> <groupId>org.apache.axis.wso2</groupId> 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=34133&r1=34132&r2=34133&view=diff ============================================================================== --- trunk/solutions/identity/modules/distribution/src/assembly/dist.xml (original) +++ trunk/solutions/identity/modules/distribution/src/assembly/dist.xml Sun Apr 26 07:09:10 2009 @@ -18,9 +18,11 @@ <include>org.wso2.carbon:org.wso2.carbon.statistics.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> + <include>org.wso2.carbon:org.wso2.carbon.user.mgt.ui:jar</include> <include>org.wso2.carbon:org.wso2.carbon.profile.ui:jar</include> + <include>org.wso2.carbon:org.wso2.carbon.claim.mgt.ui:jar</include> + <include>org.wso2.carbon:org.wso2.carbon.registry.ui.resources:jar</include> <include>org.wso2.carbon:org.wso2.carbon.registry.ui.common:jar</include> <include>org.wso2.carbon:org.wso2.carbon.registry.ui.search:jar</include> @@ -70,8 +72,9 @@ <include>org.wso2.carbon:org.wso2.carbon.security.rampart:jar</include> <include>org.springframework.ws.wso2:spring.framework:jar</include> <include>org.apache.axis.wso2:axis:jar</include> - <include>org.wso2.carbon:org.wso2.carbon.user.mgt:jar</include> + <include>org.wso2.carbon:org.wso2.carbon.user.mgt:jar</include> <include>org.wso2.carbon:org.wso2.carbon.profile.mgt:jar</include> + <include>org.wso2.carbon:org.wso2.carbon.claim.mgt:jar</include> <include>org.wso2.carbon:org.wso2.carbon.identity.base:jar</include> <include>org.openid4java.wso2:openid4java-nodeps:jar</include> </includes> Modified: trunk/solutions/identity/pom.xml URL: http://wso2.org/svn/browse/wso2/trunk/solutions/identity/pom.xml?rev=34133&r1=34132&r2=34133&view=diff ============================================================================== --- trunk/solutions/identity/pom.xml (original) +++ trunk/solutions/identity/pom.xml Sun Apr 26 07:09:10 2009 @@ -9,7 +9,7 @@ <packaging>pom</packaging> <description>WSO2 Identity Solution</description> <version>SNAPSHOT</version> - <name>WSO2 Identity Solution</name> + <name>WSO2 Identity Server</name> <url>http://wso2.org/projects/solutions/identity</url> <licenses> @@ -71,6 +71,12 @@ <email>nandana AT wso2.com</email> <organization>WSO2</organization> </developer> + <developer> + <name>Prabath Siriwardena</name> + <id>prabath</id> + <email>prabath AT wso2.com</email> + <organization>WSO2</organization> + </developer> </developers> <scm> _______________________________________________ Identity-dev mailing list [email protected] https://wso2.org/cgi-bin/mailman/listinfo/identity-dev
