From a707cad8e7bf0e7e5dc9725d2d08e63456dcb82d Mon Sep 17 00:00:00 2001 From: Robert Greig Date: Wed, 28 Feb 2007 11:05:20 +0000 Subject: (Patch submitted by Rupert Smith). java_iop.diff This adds some interop tests (which are just copies of the existing topic tests) in a new integrationtests module. The java 1.4. client build has been updated to be able to run these tests. They succesfully talk to each other and the .net code. This is intended to be a starting point of a more in depth interop test as per the spec, but does not implement what is in the draft spec yet. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@512699 13f79535-47bb-0310-9956-ffa450edef68 --- java/client/distribution/src/main/assembly/client-bin.xml | 4 ++-- java/client/pom.xml | 1 - 2 files changed, 2 insertions(+), 3 deletions(-) (limited to 'java/client') diff --git a/java/client/distribution/src/main/assembly/client-bin.xml b/java/client/distribution/src/main/assembly/client-bin.xml index 0bea282f73..70874b09a4 100644 --- a/java/client/distribution/src/main/assembly/client-bin.xml +++ b/java/client/distribution/src/main/assembly/client-bin.xml @@ -69,8 +69,8 @@ qpid-${qpid.version}/lib false - org.apache.qpid:qpid-client:jar:java1.4 - org.apache.qpid:qpid-common:jar:java1.4 + org.apache.qpid:qpid-client:jar:java14 + org.apache.qpid:qpid-common:jar:java14 org.apache.qpid:qpid-client-distribution diff --git a/java/client/pom.xml b/java/client/pom.xml index 3a425cae1a..617390c059 100644 --- a/java/client/pom.xml +++ b/java/client/pom.xml @@ -38,7 +38,6 @@ 1.5 ${pom.version} ${project.build.directory} - -- cgit v1.2.1