Author: ruwan
Date: Mon Aug 3 11:04:40 2009 New Revision: 42473 URL: http://wso2.org/svn/browse/wso2?view=rev&revision=42473 Log: Fixing the assembly to include new registry (renamed) bundles Modified: trunk/esb/java/modules/distribution/src/main/assembly/dist.xml Modified: trunk/esb/java/modules/distribution/src/main/assembly/dist.xml URL: http://wso2.org/svn/browse/wso2/trunk/esb/java/modules/distribution/src/main/assembly/dist.xml?rev=42473&r1=42472&r2=42473&view=diff ============================================================================== --- trunk/esb/java/modules/distribution/src/main/assembly/dist.xml (original) +++ trunk/esb/java/modules/distribution/src/main/assembly/dist.xml Mon Aug 3 11:04:40 2009 @@ -58,7 +58,13 @@ <include>org.wso2.carbon:org.wso2.carbon.eventing:jar</include> <include>org.wso2.carbon:org.wso2.carbon.eventing.eventsource:jar</include> <include>org.wso2.carbon:org.wso2.carbon.eventing.impl:jar</include> + <include>org.wso2.carbon:org.wso2.carbon.tryit.external:jar</include> <include>org.wso2.carbon:org.wso2.carbon.registry.eventing:jar</include> + <include>org.wso2.carbon:org.wso2.carbon.registry.resource:jar</include> + <include>org.wso2.carbon:org.wso2.carbon.registry.info:jar</include> + <include>org.wso2.carbon:org.wso2.carbon.registry.properties:jar</include> + <include>org.wso2.carbon:org.wso2.carbon.registry.relations:jar</include> + <include>org.wso2.carbon:org.wso2.carbon.registry.search:jar</include> <include>org.wso2.carbon:org.wso2.carbon.module.mgt:jar</include> <include>org.wso2.carbon:org.wso2.carbon.sts:jar</include> <include>org.drools.wso2:drools:jar</include> @@ -168,19 +174,13 @@ <include>org.wso2.carbon:org.wso2.carbon.application.mgt.synapse.ui:jar</include> <include>org.wso2.carbon:org.wso2.carbon.tryit.external.ui:jar</include> - - <include>org.wso2.carbon:org.wso2.carbon.tryit.external:jar</include> - <include>org.wso2.carbon:org.wso2.carbon.registry.mgt.ui.resources: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.info:jar</include> - <include>org.wso2.carbon:org.wso2.carbon.registry.mgt.ui.info:jar</include> - <include>org.wso2.carbon:org.wso2.carbon.registry.ui.properties:jar</include> - <include>org.wso2.carbon:org.wso2.carbon.registry.mgt.ui.properties:jar</include> - <include>org.wso2.carbon:org.wso2.carbon.registry.ui.relations:jar</include> - <include>org.wso2.carbon:org.wso2.carbon.registry.mgt.ui.relations:jar</include> - <include>org.wso2.carbon:org.wso2.carbon.registry.ui.search:jar</include> - <include>org.wso2.carbon:org.wso2.carbon.registry.mgt.ui.search:jar</include> + + <include>org.wso2.carbon:org.wso2.carbon.registry.resource.ui:jar</include> + <include>org.wso2.carbon:org.wso2.carbon.registry.common.ui:jar</include> + <include>org.wso2.carbon:org.wso2.carbon.registry.info.ui:jar</include> + <include>org.wso2.carbon:org.wso2.carbon.registry.properties.ui:jar</include> + <include>org.wso2.carbon:org.wso2.carbon.registry.relations.ui:jar</include> + <include>org.wso2.carbon:org.wso2.carbon.registry.search.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.statistics.ui:jar</include> _______________________________________________ Esb-java-dev mailing list [hidden email] https://wso2.org/cgi-bin/mailman/listinfo/esb-java-dev |
Free forum by Nabble | Edit this page |