From d64d4281ec5636ffc7511cc94fcc3171f34bb805 Mon Sep 17 00:00:00 2001 From: antelder Date: Thu, 10 Feb 2011 08:38:40 +0000 Subject: Rename these old samples in contrib git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1069273 13f79535-47bb-0310-9956-ffa450edef68 --- .../binding-notification-producer/pom.xml | 127 +++++++++++++++++++++ 1 file changed, 127 insertions(+) create mode 100644 sca-java-2.x/contrib/very-old-samples/binding-notification-producer/pom.xml (limited to 'sca-java-2.x/contrib/very-old-samples/binding-notification-producer/pom.xml') diff --git a/sca-java-2.x/contrib/very-old-samples/binding-notification-producer/pom.xml b/sca-java-2.x/contrib/very-old-samples/binding-notification-producer/pom.xml new file mode 100644 index 0000000000..ffe90c0cb3 --- /dev/null +++ b/sca-java-2.x/contrib/very-old-samples/binding-notification-producer/pom.xml @@ -0,0 +1,127 @@ + + + + 4.0.0 + + org.apache.tuscany.sca + tuscany-sca + 2.0-SNAPSHOT + ../../pom.xml + + sample-binding-notification-producer + Apache Tuscany SCA Notification Binding Producer Sample + 2.0-SNAPSHOT + A sample illustrating use of binding.notification + + + + org.apache.tuscany.sca + tuscany-implementation-notification + 2.0-SNAPSHOT + runtime + + + + org.apache.tuscany.sca + tuscany-binding-notification + 2.0-SNAPSHOT + runtime + + + + org.apache.tuscany.sca + tuscany-host-embedded + 2.0-SNAPSHOT + + + + org.apache.tuscany.sca + tuscany-implementation-java-runtime + 2.0-SNAPSHOT + runtime + + + + org.apache.tuscany.sca + tuscany-interface-wsdl-xml + 2.0-SNAPSHOT + runtime + + + + javax.servlet + servlet-api + 2.5 + provided + + + + org.apache.tuscany.sca + tuscany-host-jetty + 2.0-SNAPSHOT + runtime + + + + junit + junit + 4.5 + test + + + + + ${artifactId} + + + org.apache.maven.plugins + maven-compiler-plugin + + 1.5 + 1.5 + + + + org.apache.maven.plugins + maven-jar-plugin + + + + org.apache.tuscany.notification.remoteProducer.TrafficAdvisoryServer + + + + + + org.apache.maven.plugins + maven-surefire-plugin + + + + notification.httpPort + 8083 + + + + + + install + + -- cgit v1.2.3