From c3db1aac8fb2ec776ccfecdf6804849b5b112adb Mon Sep 17 00:00:00 2001 From: adrianocrestani Date: Tue, 8 Jul 2008 05:19:28 +0000 Subject: -adding the core-databinding, interface-java and interface-java-jaxws modules to android sandbox -commented the RMI code and added workaround for the Java Bean usage -commented the javax.jws code git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@674723 13f79535-47bb-0310-9956-ffa450edef68 --- sandbox/mobile-android/core-databinding/pom.xml | 76 +++++++++++++++++++++++++ 1 file changed, 76 insertions(+) create mode 100644 sandbox/mobile-android/core-databinding/pom.xml (limited to 'sandbox/mobile-android/core-databinding/pom.xml') diff --git a/sandbox/mobile-android/core-databinding/pom.xml b/sandbox/mobile-android/core-databinding/pom.xml new file mode 100644 index 0000000000..2d0facb551 --- /dev/null +++ b/sandbox/mobile-android/core-databinding/pom.xml @@ -0,0 +1,76 @@ + + + + + org.apache.tuscany.sca + tuscany-modules + 2.0-incubating-SNAPSHOT + ../pom.xml + + 4.0.0 + org.apache.tuscany.sca + tuscany-core-databinding + jar + Apache Tuscany SCA Core/DataBinding Integration + + + + org.apache.tuscany.sca + tuscany-databinding + ${project.version} + compile + + + + org.apache.tuscany.sca + tuscany-databinding-jaxb + ${project.version} + compile + + + + org.apache.tuscany.sca + tuscany-core-spi + ${project.version} + compile + + + + org.apache.tuscany.sca + tuscany-interface-java-xml + ${project.version} + compile + + + + org.apache.tuscany.sca + tuscany-interface-java-jaxws + ${project.version} + compile + + + + org.codehaus.woodstox + wstx-asl + runtime + 3.2.1 + + + -- cgit v1.2.3