Author: sumedha Date: Fri Nov 21 03:18:02 2008 New Revision: 24487 URL: http://wso2.org/svn/browse/wso2?view=rev&revision=24487
Log: added data services dependency Modified: trunk/wsas/java/carbon/distribution/bin.xml trunk/wsas/java/carbon/distribution/pom.xml Modified: trunk/wsas/java/carbon/distribution/bin.xml URL: http://wso2.org/svn/browse/wso2/trunk/wsas/java/carbon/distribution/bin.xml?rev=24487&r1=24486&r2=24487&view=diff ============================================================================== --- trunk/wsas/java/carbon/distribution/bin.xml (original) +++ trunk/wsas/java/carbon/distribution/bin.xml Fri Nov 21 03:18:02 2008 @@ -74,10 +74,11 @@ <outputDirectory>wso2wsas-${pom.version}/webapps/ROOT/WEB-INF/plugins</outputDirectory> <includes> <include>org.wso2.wsas:org.wso2.wsas.styles:jar</include> -<!--- - <include>org.wso2.dataservices:org.wso2.dataservices:jar</include> + <include>org.wso2.dataservices:org.wso2.dataservices.core:jar</include> + <!-- <include>org.wso2.dataservices:org.wso2.dataservices.ui:jar</include> ---> + --> + <!-- other bundles--> <include>org.wso2.carbon:org.wso2.carbon.rm:jar</include> Modified: trunk/wsas/java/carbon/distribution/pom.xml URL: http://wso2.org/svn/browse/wso2/trunk/wsas/java/carbon/distribution/pom.xml?rev=24487&r1=24486&r2=24487&view=diff ============================================================================== --- trunk/wsas/java/carbon/distribution/pom.xml (original) +++ trunk/wsas/java/carbon/distribution/pom.xml Fri Nov 21 03:18:02 2008 @@ -24,13 +24,11 @@ </dependency> <!-- TODO - need to change these to use WSAS related components --> - <!-- <dependency> <groupId>org.wso2.dataservices</groupId> - <artifactId>org.wso2.dataservices</artifactId> + <artifactId>org.wso2.dataservices.core</artifactId> <version>${pom.version}</version> </dependency> - --> <dependency> <groupId>org.wso2.wsas</groupId> <artifactId>org.wso2.wsas.styles</artifactId> _______________________________________________ Wsas-java-dev mailing list [email protected] https://wso2.org/cgi-bin/mailman/listinfo/wsas-java-dev
