From 07b7dfd1a70ba222b899d9813f8c449dbf3b785f Mon Sep 17 00:00:00 2001 From: lresende Date: Wed, 11 Nov 2009 23:07:28 +0000 Subject: Moving 1.x branches git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@835124 13f79535-47bb-0310-9956-ffa450edef68 --- .../samples/binding-notification-producer/pom.xml | 126 +++++++++++++++++++++ 1 file changed, 126 insertions(+) create mode 100644 sca-java-1.x/branches/sca-java-1.1/samples/binding-notification-producer/pom.xml (limited to 'sca-java-1.x/branches/sca-java-1.1/samples/binding-notification-producer/pom.xml') diff --git a/sca-java-1.x/branches/sca-java-1.1/samples/binding-notification-producer/pom.xml b/sca-java-1.x/branches/sca-java-1.1/samples/binding-notification-producer/pom.xml new file mode 100644 index 0000000000..e8543c2b60 --- /dev/null +++ b/sca-java-1.x/branches/sca-java-1.1/samples/binding-notification-producer/pom.xml @@ -0,0 +1,126 @@ + + + + 4.0.0 + + org.apache.tuscany.sca + tuscany-sca + 1.1-incubating-SNAPSHOT + ../../pom.xml + + sample-binding-notification-producer + Apache Tuscany SCA Notification Binding Producer Sample + 1.1-incubating-SNAPSHOT + A sample illustrating use of binding.notification + + + + org.apache.tuscany.sca + tuscany-implementation-notification + 1.1-incubating-SNAPSHOT + runtime + + + + org.apache.tuscany.sca + tuscany-binding-notification + 1.1-incubating-SNAPSHOT + runtime + + + + org.apache.tuscany.sca + tuscany-host-embedded + 1.1-incubating-SNAPSHOT + + + + org.apache.tuscany.sca + tuscany-implementation-java-runtime + 1.1-incubating-SNAPSHOT + runtime + + + + org.apache.tuscany.sca + tuscany-interface-wsdl-xml + 1.1-incubating-SNAPSHOT + runtime + + + + javax.servlet + servlet-api + 2.5 + provided + + + + org.apache.tuscany.sca + tuscany-host-jetty + 1.1-incubating-SNAPSHOT + runtime + + + + junit + junit + 4.2 + test + + + + + + + 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