From e7bfaa4a7fe3dae4079e84010a1be5e80a63fc6a Mon Sep 17 00:00:00 2001 From: Rajith Muditha Attapattu Date: Mon, 26 Nov 2007 17:05:05 +0000 Subject: tag for M2 final release git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/tags/M2@598344 13f79535-47bb-0310-9956-ffa450edef68 --- Final/java/client/example/pom.xml | 152 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 152 insertions(+) create mode 100644 Final/java/client/example/pom.xml (limited to 'Final/java/client/example/pom.xml') diff --git a/Final/java/client/example/pom.xml b/Final/java/client/example/pom.xml new file mode 100644 index 0000000000..3d4cf21a2d --- /dev/null +++ b/Final/java/client/example/pom.xml @@ -0,0 +1,152 @@ + + + 4.0.0 + org.apache.qpid + qpid-example + jar + 1.0-incubating-M2 + Qpid Example + http://cwiki.apache.org/confluence/display/qpid + + + org.apache.qpid + qpid + 1.0-incubating-M2 + ../pom.xml + + + + ../.. + warn + + + + + org.apache.qpid + qpid-common + + + + org.apache.qpid + qpid-client + + + + log4j + log4j + + + + org.apache.geronimo.specs + geronimo-jms_1.1_spec + + + + jmscts + jmscts + 0.5-b2 + test + + + jms + jms + + + + + + + + + org.apache.maven.plugins + maven-surefire-plugin + + + + amqj.noAutoCreateVMBroker + true + + + amqj.logging.level + ${amqj.logging.level} + + + log4j.configuration + file:///${basedir}/src/main/java/log4j.properties + + + + + + + + org.apache.maven.plugins + maven-assembly-plugin + 2.2-SNAPSHOT + + + source-jar.xml + + target + target/assembly/work + + + + attach-artifacts + package + + attached + + + + + + + + + + + -- cgit v1.2.1