You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuscany.apache.org by lr...@apache.org on 2008/12/11 04:00:47 UTC

svn commit: r725556 - in /tuscany/branches/sca-java-1.x/modules: binding-gdata2-runtime/ binding-gdata2/ pom.xml

Author: lresende
Date: Wed Dec 10 19:00:47 2008
New Revision: 725556

URL: http://svn.apache.org/viewvc?rev=725556&view=rev
Log:
TUSCANY-2738 - Removing the binding-gdata2 as binding-gdata is now a superset in terms of functionality

Removed:
    tuscany/branches/sca-java-1.x/modules/binding-gdata2/
    tuscany/branches/sca-java-1.x/modules/binding-gdata2-runtime/
Modified:
    tuscany/branches/sca-java-1.x/modules/pom.xml

Modified: tuscany/branches/sca-java-1.x/modules/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/branches/sca-java-1.x/modules/pom.xml?rev=725556&r1=725555&r2=725556&view=diff
==============================================================================
--- tuscany/branches/sca-java-1.x/modules/pom.xml (original)
+++ tuscany/branches/sca-java-1.x/modules/pom.xml Wed Dec 10 19:00:47 2008
@@ -53,8 +53,8 @@
                 <!-- new bindings -->
                 <module>binding-atom</module>
                 <module>binding-atom-abdera</module>
-                <module>binding-gdata2</module>
-                <module>binding-gdata2-runtime</module>
+                <module>binding-gdata</module>
+                <module>binding-gdata-runtime</module>
                 <module>binding-http</module>
                 <module>binding-http-runtime</module>
                 <module>binding-jms</module>