From a40e527938d76ba71f211da7e327adb50384ba69 Mon Sep 17 00:00:00 2001 From: lresende Date: Wed, 11 Nov 2009 23:26:33 +0000 Subject: Moving 1.x tags git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@835157 13f79535-47bb-0310-9956-ffa450edef68 --- .../samples/binding-notification-consumer/pom.xml | 116 +++++++++++++++++++++ 1 file changed, 116 insertions(+) create mode 100644 sca-java-1.x/tags/1.5.1-RC4/samples/binding-notification-consumer/pom.xml (limited to 'sca-java-1.x/tags/1.5.1-RC4/samples/binding-notification-consumer/pom.xml') diff --git a/sca-java-1.x/tags/1.5.1-RC4/samples/binding-notification-consumer/pom.xml b/sca-java-1.x/tags/1.5.1-RC4/samples/binding-notification-consumer/pom.xml new file mode 100644 index 0000000000..7b37497514 --- /dev/null +++ b/sca-java-1.x/tags/1.5.1-RC4/samples/binding-notification-consumer/pom.xml @@ -0,0 +1,116 @@ + + + + 4.0.0 + + org.apache.tuscany.sca + tuscany-sca + 1.5.1 + ../../pom.xml + + sample-binding-notification-consumer + Apache Tuscany SCA Sample Notification Binding Consumer + 1.5.1 + A sample illustrating use of binding.notification + + + + org.apache.tuscany.sca + tuscany-implementation-notification + 1.5.1 + runtime + + + + org.apache.tuscany.sca + tuscany-binding-notification + 1.5.1 + runtime + + + + org.apache.tuscany.sca + tuscany-host-embedded + 1.5.1 + + + + org.apache.tuscany.sca + tuscany-implementation-java-runtime + 1.5.1 + runtime + + + + org.apache.tuscany.sca + tuscany-interface-java-xml + 1.5.1 + runtime + + + + org.apache.tuscany.sca + tuscany-interface-wsdl-xml + 1.5.1 + runtime + + + + org.apache.tuscany.sca + tuscany-host-jetty + 1.5.1 + runtime + + + + junit + junit + 4.5 + test + + + + + ${artifactId} + + + 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