Author: isuru Date: Thu Mar 5 22:00:15 2009 New Revision: 31907 URL: http://wso2.org/svn/browse/wso2?view=rev&revision=31907
Log: correcting issues in separating bundles Modified: trunk/wsas/java/modules/distribution/dist.xml Modified: trunk/wsas/java/modules/distribution/dist.xml URL: http://wso2.org/svn/browse/wso2/trunk/wsas/java/modules/distribution/dist.xml?rev=31907&r1=31906&r2=31907&view=diff ============================================================================== --- trunk/wsas/java/modules/distribution/dist.xml (original) +++ trunk/wsas/java/modules/distribution/dist.xml Thu Mar 5 22:00:15 2009 @@ -45,12 +45,16 @@ <include>org.wso2.carbon:org.wso2.carbon.aarservices.ui:jar</include> <include>org.wso2.carbon:org.wso2.carbon.jarservices.ui:jar</include> <include>org.wso2.carbon:org.wso2.carbon.eventing.ui: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.mgt.ui.search: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.validator:jar</include> + <include>org.wso2.carbon:org.wso2.carbon.wsdl2code:jar</include> + <include>org.wso2.carbon:org.wso2.carbon.java2wsdl:jar</include> + <include>org.wso2.carbon:org.wso2.carbon.wsdlconverter:jar</include> + <include>org.wso2.carbon:org.wso2.carbon.policyeditor:jar</include> </includes> </dependencySet> @@ -85,19 +89,16 @@ <include>org.wso2.carbon:org.wso2.carbon.jaxws:jar</include> <include>org.wso2.carbon:org.wso2.carbon.jaxwsservices:jar</include> <include>org.wso2.carbon:org.wso2.carbon.ejbservices:jar</include> - <include>org.wso2.carbon:org.wso2.carbon.validator:jar</include> - <include>org.wso2.carbon:org.wso2.carbon.wsdl2code:jar</include> - <include>org.wso2.carbon:org.wso2.carbon.java2wsdl:jar</include> - <include>org.wso2.carbon:org.wso2.carbon.wsdlconverter: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.policyeditor:jar</include> <include>org.wso2.carbon:org.wso2.carbon.aarservices:jar</include> <include>org.wso2.carbon:org.wso2.carbon.jarservices:jar</include> <include>org.wso2.carbon:org.wso2.carbon.eventing.savan:jar</include> <include>org.wso2.carbon:org.wso2.carbon.eventing.core:jar</include> <include>org.wso2.carbon:org.wso2.carbon.eventing: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> </includes> </dependencySet> _______________________________________________ Wsas-java-dev mailing list [email protected] https://wso2.org/cgi-bin/mailman/listinfo/wsas-java-dev
