From d5f1d093fe6fa491cdec392dca7137639e98d149 Mon Sep 17 00:00:00 2001 From: jsdelfino Date: Mon, 15 Sep 2008 00:26:00 +0000 Subject: Pulled a recent revision of trunk into the sca-android branch, to apply the android patches from JIRA TUSCANY-2440 to it. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@695318 13f79535-47bb-0310-9956-ffa450edef68 --- .../samples/binding-notification-consumer/pom.xml | 115 +++++++++++++++++++++ 1 file changed, 115 insertions(+) create mode 100644 branches/sca-android/samples/binding-notification-consumer/pom.xml (limited to 'branches/sca-android/samples/binding-notification-consumer/pom.xml') diff --git a/branches/sca-android/samples/binding-notification-consumer/pom.xml b/branches/sca-android/samples/binding-notification-consumer/pom.xml new file mode 100644 index 0000000000..5b1fc256f6 --- /dev/null +++ b/branches/sca-android/samples/binding-notification-consumer/pom.xml @@ -0,0 +1,115 @@ + + + + 4.0.0 + + org.apache.tuscany.sca + tuscany-sca + 1.4-SNAPSHOT + ../../pom.xml + + sample-binding-notification-consumer + Apache Tuscany SCA Notification Binding Consumer Sample + 1.4-SNAPSHOT + A sample illustrating use of binding.notification + + + + org.apache.tuscany.sca + tuscany-implementation-notification + 1.4-SNAPSHOT + runtime + + + + org.apache.tuscany.sca + tuscany-binding-notification + 1.4-SNAPSHOT + runtime + + + + org.apache.tuscany.sca + tuscany-host-embedded + 1.4-SNAPSHOT + + + + org.apache.tuscany.sca + tuscany-implementation-java-runtime + 1.4-SNAPSHOT + runtime + + + + org.apache.tuscany.sca + tuscany-interface-java-xml + 1.4-SNAPSHOT + runtime + + + + org.apache.tuscany.sca + tuscany-interface-wsdl-xml + 1.4-SNAPSHOT + runtime + + + + org.apache.tuscany.sca + tuscany-host-jetty + 1.4-SNAPSHOT + runtime + + + + junit + junit + 4.2 + test + + + + + + + org.apache.maven.plugins + maven-compiler-plugin + + 1.5 + 1.5 + + + + org.apache.maven.plugins + maven-surefire-plugin + + + + notification.httpPort + 8083 + + + + + + install + + -- cgit v1.2.3