Author: sumedha Date: Tue Nov 25 01:28:21 2008 New Revision: 24816 URL: http://wso2.org/svn/browse/wso2?view=rev&revision=24816
Log: added dataservice dependencies 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=24816&r1=24815&r2=24816&view=diff ============================================================================== --- trunk/wsas/java/carbon/distribution/bin.xml (original) +++ trunk/wsas/java/carbon/distribution/bin.xml Tue Nov 25 01:28:21 2008 @@ -90,9 +90,7 @@ <includes> <include>org.wso2.wsas:org.wso2.wsas.styles:jar</include> <include>org.wso2.dataservices:org.wso2.dataservices.core:jar</include> - <!-- <include>org.wso2.dataservices:org.wso2.dataservices.ui:jar</include> - --> <!-- other bundles--> Modified: trunk/wsas/java/carbon/distribution/pom.xml URL: http://wso2.org/svn/browse/wso2/trunk/wsas/java/carbon/distribution/pom.xml?rev=24816&r1=24815&r2=24816&view=diff ============================================================================== --- trunk/wsas/java/carbon/distribution/pom.xml (original) +++ trunk/wsas/java/carbon/distribution/pom.xml Tue Nov 25 01:28:21 2008 @@ -30,6 +30,11 @@ <version>${pom.version}</version> </dependency> <dependency> + <groupId>org.wso2.dataservices</groupId> + <artifactId>org.wso2.dataservices.ui</artifactId> + <version>${pom.version}</version> + </dependency> + <dependency> <groupId>org.wso2.wsas</groupId> <artifactId>org.wso2.wsas.styles</artifactId> <version>${pom.version}</version> _______________________________________________ Wsas-java-dev mailing list [email protected] https://wso2.org/cgi-bin/mailman/listinfo/wsas-java-dev
