Author: nandana Date: Tue Mar 24 00:23:09 2009 New Revision: 32438 URL: http://wso2.org/svn/browse/wso2?view=rev&revision=32438
Log: cleaning up the distribution 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=32438&r1=32437&r2=32438&view=diff ============================================================================== --- trunk/solutions/identity/modules/distribution/pom.xml (original) +++ trunk/solutions/identity/modules/distribution/pom.xml Tue Mar 24 00:23:09 2009 @@ -11,22 +11,12 @@ <modelVersion>4.0.0</modelVersion> <artifactId>wso2is</artifactId> <packaging>jar</packaging> - <name>Identity Solution : Distribution</name> + <name>Identity Solution</name> <url></url> <description>Identity Solution : Distribution</description> <dependencies> - <!-- TODO - need to change these to use WSAS related components --> - <dependency> - <groupId>org.wso2.carbon.dataservices</groupId> - <artifactId>org.wso2.carbon.dataservices.core</artifactId> - <version>${carbon.version}</version> - </dependency> - <dependency> - <groupId>org.wso2.carbon.dataservices</groupId> - <artifactId>org.wso2.carbon.dataservices.ui</artifactId> - <version>${carbon.version}</version> - </dependency> + <dependency> <groupId>org.wso2.solutions.identity</groupId> <artifactId>org.wso2.solutions.identity.styles</artifactId> @@ -35,7 +25,13 @@ <dependency> <groupId>org.wso2.carbon</groupId> - <artifactId>org.wso2.carbon.ui.menu.tools</artifactId> + <artifactId>org.wso2.carbon.identity.user.registration</artifactId> + <version>${carbon.version}</version> + </dependency> + + <dependency> + <groupId>org.wso2.carbon</groupId> + <artifactId>org.wso2.carbon.identity.user.registration.ui</artifactId> <version>${carbon.version}</version> </dependency> @@ -113,12 +109,6 @@ <version>${carbon.version}</version> </dependency> - <!--<dependency>--> - <!--<groupId>org.wso2.carbon</groupId>--> - <!--<artifactId>org.wso2.carbon.documentation</artifactId>--> - <!--<version>${carbon.version}</version>--> - <!--</dependency>--> - <dependency> <groupId>org.wso2.carbon</groupId> <artifactId>org.wso2.carbon.security.mgt.ui</artifactId> @@ -160,106 +150,10 @@ <artifactId>org.wso2.carbon.logging.view.ui</artifactId> <version>${carbon.version}</version> </dependency> - <!-- - <dependency> - <groupId>org.wso2.carbon</groupId> - <artifactId>org.wso2.carbon.logging.ext</artifactId> - <version>SNAPSHOT</version> - </dependency> - --> - <dependency> - <groupId>org.wso2.carbon</groupId> - <artifactId>org.wso2.carbon.throttle</artifactId> - <version>${carbon.version}</version> - </dependency> - - <dependency> - <groupId>org.wso2.carbon</groupId> - <artifactId>org.wso2.carbon.throttle.ui</artifactId> - <version>${carbon.version}</version> - </dependency> - - <dependency> - <groupId>org.wso2.carbon</groupId> - <artifactId>org.wso2.carbon.tracer</artifactId> - <version>${carbon.version}</version> - </dependency> - - <dependency> - <groupId>org.wso2.carbon</groupId> - <artifactId>org.wso2.carbon.tracer.ui</artifactId> - <version>${carbon.version}</version> - </dependency> - - <dependency> - <groupId>org.wso2.carbon</groupId> - <artifactId>org.wso2.carbon.validator</artifactId> - <version>${carbon.version}</version> - </dependency> - - <dependency> - <groupId>org.wso2.carbon</groupId> - <artifactId>org.wso2.carbon.validator.ui</artifactId> - <version>${carbon.version}</version> - </dependency> - - <dependency> - <groupId>org.wso2.carbon</groupId> - <artifactId>org.wso2.carbon.wsdl2code</artifactId> - <version>${carbon.version}</version> - </dependency> - - <dependency> - <groupId>org.wso2.carbon</groupId> - <artifactId>org.wso2.carbon.wsdl2code.ui</artifactId> - <version>${carbon.version}</version> - </dependency> <dependency> <groupId>org.wso2.carbon</groupId> - <artifactId>org.wso2.carbon.java2wsdl</artifactId> - <version>${carbon.version}</version> - </dependency> - - <dependency> - <groupId>org.wso2.carbon</groupId> - <artifactId>org.wso2.carbon.java2wsdl.ui</artifactId> - <version>${carbon.version}</version> - </dependency> - - <dependency> - <groupId>org.wso2.carbon</groupId> - <artifactId>org.wso2.carbon.wsdlconverter</artifactId> - <version>${carbon.version}</version> - </dependency> - - <dependency> - <groupId>org.wso2.carbon</groupId> - <artifactId>org.wso2.carbon.wsdlconverter.ui</artifactId> - <version>${carbon.version}</version> - </dependency> - - <dependency> - <groupId>org.wso2.carbon</groupId> - <artifactId>org.wso2.carbon.codegen</artifactId> - <version>${carbon.version}</version> - </dependency> - - <dependency> - <groupId>org.wso2.carbon</groupId> - <artifactId>org.wso2.carbon.codegen.ui</artifactId> - <version>${carbon.version}</version> - </dependency> - - <dependency> - <groupId>org.wso2.carbon</groupId> - <artifactId>org.wso2.carbon.module.mgt</artifactId> - <version>${carbon.version}</version> - </dependency> - - <dependency> - <groupId>org.wso2.carbon</groupId> - <artifactId>org.wso2.carbon.module.mgt.ui</artifactId> + <artifactId>org.wso2.carbon.throttle</artifactId> <version>${carbon.version}</version> </dependency> @@ -271,24 +165,6 @@ <dependency> <groupId>org.wso2.carbon</groupId> - <artifactId>org.wso2.carbon.service.mgt.ui</artifactId> - <version>${carbon.version}</version> - </dependency> - - <dependency> - <groupId>org.wso2.carbon</groupId> - <artifactId>org.wso2.carbon.operation.mgt</artifactId> - <version>${carbon.version}</version> - </dependency> - - <dependency> - <groupId>org.wso2.carbon</groupId> - <artifactId>org.wso2.carbon.operation.mgt.ui</artifactId> - <version>${carbon.version}</version> - </dependency> - - <dependency> - <groupId>org.wso2.carbon</groupId> <artifactId>org.wso2.carbon.transport.mgt</artifactId> <version>${carbon.version}</version> </dependency> @@ -766,6 +642,7 @@ <delete file="target/wso2is-${pom.version}.jar"/> <delete dir="target/sources"/> <delete dir="target/site"/> + <delete dir="src/site"/> </tasks> </configuration> <goals> 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=32438&r1=32437&r2=32438&view=diff ============================================================================== --- trunk/solutions/identity/modules/distribution/src/assembly/dist.xml (original) +++ trunk/solutions/identity/modules/distribution/src/assembly/dist.xml Tue Mar 24 00:23:09 2009 @@ -7,39 +7,33 @@ <dependencySet> <outputDirectory>wso2is-${pom.version}/webapps/ROOT/WEB-INF/plugins/console</outputDirectory> <includes> + <include>org.wso2.solutions.identity:org.wso2.solutions.identity.styles:jar</include> - <include>org.wso2.carbon.dataservices:org.wso2.carbon.dataservices.ui:jar</include> + <include>org.wso2.carbon:org.wso2.carbon.rm.ui:jar</include> <include>org.wso2.carbon:org.wso2.carbon.security.mgt.ui:jar</include> <include>org.wso2.carbon:org.wso2.carbon.logging.admin.ui:jar</include> <include>org.wso2.carbon:org.wso2.carbon.logging.view.ui:jar</include> - <include>org.wso2.carbon:org.wso2.carbon.throttle.ui:jar</include> - <include>org.wso2.carbon:org.wso2.carbon.caching.ui:jar</include> - <include>org.wso2.carbon:org.wso2.carbon.tracer.ui:jar</include> - <include>org.wso2.carbon:org.wso2.carbon.transport.mgt.ui:jar</include> - <include>org.wso2.carbon:org.wso2.carbon.transport.http.ui:jar</include> - <include>org.wso2.carbon:org.wso2.carbon.transport.https.ui:jar</include> - <include>org.wso2.carbon:org.wso2.carbon.transport.jms.ui:jar</include> - <include>org.wso2.carbon:org.wso2.carbon.transport.mail.ui:jar</include> - <include>org.wso2.carbon:org.wso2.carbon.service.mgt.ui:jar</include> - <include>org.wso2.carbon:org.wso2.carbon.operation.mgt.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.viewflows.ui:jar</include> <include>org.wso2.carbon:org.wso2.carbon.sts.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.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> <include>org.wso2.carbon:org.wso2.carbon.ui.menu.registry:jar</include> + + <include>org.wso2.carbon:org.wso2.carbon.identity.user.registration.ui:jar</include> + </includes> </dependencySet> <dependencySet> <outputDirectory>wso2is-${pom.version}/webapps/ROOT/WEB-INF/plugins/server</outputDirectory> <includes> - <include>org.wso2.carbon.dataservices:org.wso2.carbon.dataservices.core:jar</include> <include>org.wso2.carbon:org.wso2.carbon.rm:jar</include> <include>org.wso2.carbon:org.wso2.carbon.security.mgt:jar</include> <include>org.wso2.carbon:org.wso2.carbon.security.rahas:jar</include> @@ -48,21 +42,18 @@ <include>org.wso2.carbon:org.wso2.carbon.xfer:jar</include> <include>org.wso2.carbon:org.wso2.carbon.mex:jar</include> <include>org.wso2.carbon:org.wso2.carbon.caching:jar</include> - <include>org.wso2.carbon:org.wso2.carbon.tracer:jar</include> - <include>org.wso2.carbon:org.wso2.carbon.transport.mgt:jar</include> - <include>org.wso2.carbon:org.wso2.carbon.transport.http:jar</include> - <include>org.wso2.carbon:org.wso2.carbon.transport.https:jar</include> - <include>org.wso2.carbon:org.wso2.carbon.transport.jms:jar</include> - <include>org.wso2.carbon:org.wso2.carbon.transport.mail:jar</include> + <include>org.wso2.carbon:org.wso2.carbon.service.mgt:jar</include> <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.viewflows:jar</include> - <include>org.wso2.carbon:org.wso2.carbon.jaxws:jar</include> <include>org.wso2.carbon:org.wso2.carbon.sts:jar</include> <include>org.wso2.carbon:org.wso2.carbon.xkms: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> + + <include>org.wso2.carbon:org.wso2.carbon.identity.user.registration:jar</include> + + </includes> </dependencySet> _______________________________________________ Identity-dev mailing list [email protected] https://wso2.org/cgi-bin/mailman/listinfo/identity-dev
