Author: dimuthul Date: Fri Apr 24 01:58:07 2009 New Revision: 34071 URL: http://wso2.org/svn/browse/wso2?view=rev&revision=34071
Log: Addding the profile-mgt component. 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=34071&r1=34070&r2=34071&view=diff ============================================================================== --- trunk/solutions/identity/modules/distribution/pom.xml (original) +++ trunk/solutions/identity/modules/distribution/pom.xml Fri Apr 24 01:58:07 2009 @@ -264,7 +264,19 @@ <groupId>org.wso2.carbon</groupId> <artifactId>org.wso2.carbon.user.mgt.ui</artifactId> <version>${carbon.version}</version> + </dependency> + + <dependency> + <groupId>org.wso2.carbon</groupId> + <artifactId>org.wso2.carbon.profile.mgt</artifactId> + <version>${carbon.version}</version> </dependency> + + <dependency> + <groupId>org.wso2.carbon</groupId> + <artifactId>org.wso2.carbon.profile.ui</artifactId> + <version>${carbon.version}</version> + </dependency> <!-- Orbit dependency foe axis1service component --> <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=34071&r1=34070&r2=34071&view=diff ============================================================================== --- trunk/solutions/identity/modules/distribution/src/assembly/dist.xml (original) +++ trunk/solutions/identity/modules/distribution/src/assembly/dist.xml Fri Apr 24 01:58:07 2009 @@ -18,7 +18,8 @@ <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.registry.ui.resources:jar</include> <include>org.wso2.carbon:org.wso2.carbon.registry.ui.common:jar</include> @@ -69,7 +70,8 @@ <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.identity.base:jar</include> <include>org.openid4java.wso2:openid4java-nodeps:jar</include> </includes> _______________________________________________ Identity-dev mailing list [email protected] https://wso2.org/cgi-bin/mailman/listinfo/identity-dev
