Author: sumedha Date: Tue Feb 17 21:26:55 2009 New Revision: 31018 URL: http://wso2.org/svn/browse/wso2?view=rev&revision=31018
Log: renamed org.wso2.dataservices to org.wso2.carbon.dataservice Modified: trunk/wsas/java/modules/distribution/LICENSE.txt trunk/wsas/java/modules/distribution/dist.xml trunk/wsas/java/modules/distribution/pom.xml Modified: trunk/wsas/java/modules/distribution/LICENSE.txt URL: http://wso2.org/svn/browse/wso2/trunk/wsas/java/modules/distribution/LICENSE.txt?rev=31018&r1=31017&r2=31018&view=diff ============================================================================== --- trunk/wsas/java/modules/distribution/LICENSE.txt (original) +++ trunk/wsas/java/modules/distribution/LICENSE.txt Tue Feb 17 21:26:55 2009 @@ -250,8 +250,8 @@ org.wso2.carbon.xml.apis-1.3.04.jar bundle apache2 org.wso2.carbon.xmlbeans-2.3.0.jar bundle apache2 org.wso2.carbon.xmlschema-1.4.2.jar bundle apache2 -org.wso2.dataservices.core-1.5.jar bundle apache2 -org.wso2.dataservices.ui-1.5.jar bundle apache2 +org.wso2.carbon.dataservices.core-1.5.jar bundle apache2 +org.wso2.carbon.dataservices.ui-1.5.jar bundle apache2 org.wso2.wsas.styles-3.0.jar bundle apache2 Modified: trunk/wsas/java/modules/distribution/dist.xml URL: http://wso2.org/svn/browse/wso2/trunk/wsas/java/modules/distribution/dist.xml?rev=31018&r1=31017&r2=31018&view=diff ============================================================================== --- trunk/wsas/java/modules/distribution/dist.xml (original) +++ trunk/wsas/java/modules/distribution/dist.xml Tue Feb 17 21:26:55 2009 @@ -9,8 +9,8 @@ <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.core:jar</include> - <include>org.wso2.dataservices:org.wso2.dataservices.ui:jar</include> + <include>org.wso2.carbon.dataservices:org.wso2.carbon.dataservices.core:jar</include> + <include>org.wso2.carbon.dataservices:org.wso2.carbon.dataservices.ui:jar</include> <!-- other bundles--> Modified: trunk/wsas/java/modules/distribution/pom.xml URL: http://wso2.org/svn/browse/wso2/trunk/wsas/java/modules/distribution/pom.xml?rev=31018&r1=31017&r2=31018&view=diff ============================================================================== --- trunk/wsas/java/modules/distribution/pom.xml (original) +++ trunk/wsas/java/modules/distribution/pom.xml Tue Feb 17 21:26:55 2009 @@ -18,13 +18,13 @@ <dependencies> <!-- TODO - need to change these to use WSAS related components --> <dependency> - <groupId>org.wso2.dataservices</groupId> - <artifactId>org.wso2.dataservices.core</artifactId> + <groupId>org.wso2.carbon.dataservices</groupId> + <artifactId>org.wso2.carbon.dataservices.core</artifactId> <version>${carbon.version}</version> </dependency> <dependency> - <groupId>org.wso2.dataservices</groupId> - <artifactId>org.wso2.dataservices.ui</artifactId> + <groupId>org.wso2.carbon.dataservices</groupId> + <artifactId>org.wso2.carbon.dataservices.ui</artifactId> <version>${carbon.version}</version> </dependency> <dependency> @@ -838,7 +838,6 @@ </filters> <descriptors> <descriptor>bin.xml</descriptor> - <descriptor>src.xml</descriptor> <descriptor>docs.xml</descriptor> </descriptors> </configuration> _______________________________________________ Wsas-java-dev mailing list [email protected] https://wso2.org/cgi-bin/mailman/listinfo/wsas-java-dev
