You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuscany.apache.org by js...@apache.org on 2007/02/28 18:54:07 UTC

svn commit: r512874 - in /incubator/tuscany/branches/sca-java-integration: sca/services/databinding/pom.xml testing/sca/itest/pom.xml

Author: jsdelfino
Date: Wed Feb 28 09:54:05 2007
New Revision: 512874

URL: http://svn.apache.org/viewvc?view=rev&rev=512874
Log:
Moving xmlbeans databinding and related integration tests out of default profile, as xmlbeans consistently fails to download, and the xmlbeans databinding does not seem to be used by any other binding or component implementation type anymore (and bsf is now using axiom)

Modified:
    incubator/tuscany/branches/sca-java-integration/sca/services/databinding/pom.xml
    incubator/tuscany/branches/sca-java-integration/testing/sca/itest/pom.xml

Modified: incubator/tuscany/branches/sca-java-integration/sca/services/databinding/pom.xml
URL: http://svn.apache.org/viewvc/incubator/tuscany/branches/sca-java-integration/sca/services/databinding/pom.xml?view=diff&rev=512874&r1=512873&r2=512874
==============================================================================
--- incubator/tuscany/branches/sca-java-integration/sca/services/databinding/pom.xml (original)
+++ incubator/tuscany/branches/sca-java-integration/sca/services/databinding/pom.xml Wed Feb 28 09:54:05 2007
@@ -40,7 +40,6 @@
             <modules>
                 <module>databinding-jaxb</module>
                 <module>databinding-sdo</module>
-                <module>databinding-xmlbeans</module>
             </modules>
         </profile>
 

Modified: incubator/tuscany/branches/sca-java-integration/testing/sca/itest/pom.xml
URL: http://svn.apache.org/viewvc/incubator/tuscany/branches/sca-java-integration/testing/sca/itest/pom.xml?view=diff&rev=512874&r1=512873&r2=512874
==============================================================================
--- incubator/tuscany/branches/sca-java-integration/testing/sca/itest/pom.xml (original)
+++ incubator/tuscany/branches/sca-java-integration/testing/sca/itest/pom.xml Wed Feb 28 09:54:05 2007
@@ -51,8 +51,6 @@
 	        <module>callBackSetCallbackConvTest</module>
 	        <module>conversationsTest</module>
 	        <module>wsdl</module>
-                <module>bindings</module>
-                <module>databinding</module>
             </modules>
         </profile>
 



---------------------------------------------------------------------
To unsubscribe, e-mail: tuscany-commits-unsubscribe@ws.apache.org
For additional commands, e-mail: tuscany-commits-help@ws.apache.org