From ecd0e7f457b35ba949f7f2665a740c4a976b9d06 Mon Sep 17 00:00:00 2001 From: Rajith Muditha Attapattu Date: Fri, 2 Nov 2007 14:09:31 +0000 Subject: Creating a back as we try to create yet another tag. All these aborted tags will be deleted once the final release is done git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/tags/M2@591339 13f79535-47bb-0310-9956-ffa450edef68 --- FinalAborted2/java/client/pom.xml | 271 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 271 insertions(+) create mode 100644 FinalAborted2/java/client/pom.xml (limited to 'FinalAborted2/java/client/pom.xml') diff --git a/FinalAborted2/java/client/pom.xml b/FinalAborted2/java/client/pom.xml new file mode 100644 index 0000000000..db8bcff660 --- /dev/null +++ b/FinalAborted2/java/client/pom.xml @@ -0,0 +1,271 @@ + + + 4.0.0 + org.apache.qpid + qpid-client + jar + 1.0-incubating-M2 + Qpid Client + http://cwiki.apache.org/confluence/display/qpid + + + org.apache.qpid + qpid + 1.0-incubating-M2 + ../pom.xml + + + + .. + 1.5 + ${pom.version} + ${project.build.directory} + + + + + + org.apache.qpid + qpid-common + + + + org.slf4j + slf4j-api + 1.4.0 + + + + org.apache.geronimo.specs + geronimo-jms_1.1_spec + + + + commons-collections + commons-collections + + + + commons-lang + commons-lang + + + + org.apache.mina + mina-filter-ssl + + + + + org.slf4j + slf4j-log4j12 + 1.4.0 + test + + + + org.apache.qpid + qpid-broker + test + + + + junit + junit + test + + + + org.easymock + easymockclassextension + test + + + + uk.co.thebadgerset + junit-toolkit + test + + + + + net.sf.retrotranslator + retrotranslator-runtime + provided + + + + junit + junit + provided + + + + + + + + + minijar-maven-plugin + org.codehaus.mojo + + + package + + ueberjar + + + false + [artifactId]-[version]-single.jar + single + true + + + + + + + org.codehaus.mojo + build-helper-maven-plugin + + + attach-artifacts + package + + attach-artifact + + + + + target/${artifactId}-${version}-single.jar + jar + single + + + + + + + + + + org.apache.maven.plugins + maven-antrun-plugin + + + + org.apache.maven.plugins + maven-surefire-plugin + + + + amqj.logging.level + ${amqj.logging.level} + + + log4j.configuration + ${log4j.configuration} + + + amqj.noAutoCreateVMBroker + true + + + + + + + org.apache.maven.plugins + maven-jar-plugin + + + package + + test-jar + + + + + + + + org.codehaus.mojo + retrotranslator-maven-plugin + + + retro-client + + translate-project + + + ${project.build.directory}/${project.build.finalName}-java14.jar + ${retrotranslator.verify} + + ${retrotranslator.1.4-rt-path} + ${retrotranslator.1.4-jce-path} + ${retrotranslator.1.4-jsse-path} + ${retrotranslator.1.4-sasl-path} + + false + java14 + true + + + + + + + + + + META-INF/ + false + ../resources/META-INF + + ** + + + + + + + + false + src/main/java + + client.log4j + + + + + + + -- cgit v1.2.1