Author: nandana Date: Wed Mar 25 05:36:26 2009 New Revision: 32551 URL: http://wso2.org/svn/browse/wso2?view=rev&revision=32551
Log: adding the relying party to distro 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=32551&r1=32550&r2=32551&view=diff ============================================================================== --- trunk/solutions/identity/modules/distribution/pom.xml (original) +++ trunk/solutions/identity/modules/distribution/pom.xml Wed Mar 25 05:36:26 2009 @@ -53,7 +53,7 @@ <version>${carbon.version}</version> </dependency> - <dependency> + <dependency> <groupId>org.wso2.carbon</groupId> <artifactId>org.wso2.carbon.identity.sts.mgt.ui</artifactId> <version>${carbon.version}</version> @@ -65,12 +65,19 @@ <version>${carbon.version}</version> </dependency> - <dependency> + <dependency> <groupId>org.wso2.carbon</groupId> - <artifactId>org.wso2.carbon.identity.sts.mgt.ui</artifactId> + <artifactId>org.wso2.carbon.identity.relyingparty</artifactId> + <version>${carbon.version}</version> + </dependency> + + <dependency> + <groupId>org.wso2.carbon</groupId> + <artifactId>org.wso2.carbon.identity.relyingparty.ui</artifactId> <version>${carbon.version}</version> </dependency> + <dependency> <groupId>org.wso2.carbon</groupId> <artifactId>org.wso2.carbon.identity.user.registration.ui</artifactId> 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=32551&r1=32550&r2=32551&view=diff ============================================================================== --- trunk/solutions/identity/modules/distribution/src/assembly/dist.xml (original) +++ trunk/solutions/identity/modules/distribution/src/assembly/dist.xml Wed Mar 25 05:36:26 2009 @@ -28,6 +28,7 @@ <include>org.wso2.carbon:org.wso2.carbon.identity.user.registration.ui:jar</include> <include>org.wso2.carbon:org.wso2.carbon.identity.provider.ui:jar</include> <include>org.wso2.carbon:org.wso2.carbon.identity.sts.mgt.ui:jar</include> + <include>org.wso2.carbon:org.wso2.carbon.identity.relyingparty.ui:jar</include> </includes> @@ -57,6 +58,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> </includes> </dependencySet> _______________________________________________ Identity-dev mailing list [email protected] https://wso2.org/cgi-bin/mailman/listinfo/identity-dev
