From 5f584586864cd44c68af6f9304b5cddebd15f7df Mon Sep 17 00:00:00 2001 From: Robert Greig Date: Tue, 20 Feb 2007 16:51:32 +0000 Subject: (Path submitted by Rupert Smith) Qpid-338. Custom SASL implementation for Java 1.4 retrotranslation of the Java client. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@509642 13f79535-47bb-0310-9956-ffa450edef68 --- qpid/java/client-java14/pom.xml | 152 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 152 insertions(+) create mode 100644 qpid/java/client-java14/pom.xml (limited to 'qpid/java/client-java14/pom.xml') diff --git a/qpid/java/client-java14/pom.xml b/qpid/java/client-java14/pom.xml new file mode 100644 index 0000000000..cf45250f94 --- /dev/null +++ b/qpid/java/client-java14/pom.xml @@ -0,0 +1,152 @@ + + + + 4.0.0 + org.apache.qpid + qpid-client-java14 + jar + 1.0-incubating-M2-SNAPSHOT + Qpid Client for Java 1.4 + http://cwiki.apache.org/confluence/display/qpid + + + org.apache.qpid + qpid + 1.0-incubating-M2-SNAPSHOT + + + + .. + 1.4 + ${pom.version} + ${project.build.directory} + ${basedir}/.. + ${basedir}/etc/sasl.properties + path/to/java1.4 + + + + + + + org.apache.qpid + qpid-client + jar + ${pom.version} + java14 + + + + + org.apache.qpid + qpid-common + jar + ${pom.version} + java14 + + + + net.sf.retrotranslator + retrotranslator-runtime + package + + + + + junit + junit + test + + + + + + + + + + org.apache.maven.plugins + maven-compiler-plugin + + ${java.source.version} + ${java.source.version} + + + + + + org.apache.maven.plugins + maven-assembly-plugin + ${assembly.version} + + single + + + + src/main/assembly/client-java14-bin.xml + + qpid-${pom.version} + ${qpid.targetDir} + gnu + + + + + + org.apache.maven.plugins + maven-surefire-plugin + + true + + + + surefire-it + integration-test + + test + + + false + once + ${jvm.1.4.bin} + + + amqj.logging.level + ${amqj.logging.level} + + + log4j.configuration + ${log4j.configuration} + + + amq.dynamicsaslregistrar.properties + ${sasl.properties} + + + + + + + + + + -- cgit v1.2.1