summaryrefslogtreecommitdiff
path: root/java/test-profiles
diff options
context:
space:
mode:
Diffstat (limited to 'java/test-profiles')
-rw-r--r--java/test-profiles/java-derby.testprofile4
-rwxr-xr-xjava/test-profiles/java.0.10.testprofile8
-rw-r--r--java/test-profiles/java.testprofile4
3 files changed, 12 insertions, 4 deletions
diff --git a/java/test-profiles/java-derby.testprofile b/java/test-profiles/java-derby.testprofile
index e7c1dc1fd6..2887501a9b 100644
--- a/java/test-profiles/java-derby.testprofile
+++ b/java/test-profiles/java-derby.testprofile
@@ -1,8 +1,8 @@
broker.language=java
-broker=${project.root}/build/bin/qpid-server -p @PORT -m @MPORT -c @CONFIG_FILE -l ${test.profiles}/log4j-test.xml
+broker=${project.root}/build/bin/qpid-server -p @PORT -m @MPORT --exclude-0-10 @PORT -c @CONFIG_FILE -l ${test.profiles}/log4j-test.xml
broker.clean=${test.profiles}/clean-dir ${build.data} ${project.root}/build/work/derbyDB
broker.ready=BRK-1004
broker.stopped=Exception
broker.config=${project.root}/build/etc/config-systests-derby.xml
-
+qpid.amqp.version=0-9
profile.excludes=08StandaloneExcludes
diff --git a/java/test-profiles/java.0.10.testprofile b/java/test-profiles/java.0.10.testprofile
new file mode 100755
index 0000000000..35e3530cab
--- /dev/null
+++ b/java/test-profiles/java.0.10.testprofile
@@ -0,0 +1,8 @@
+broker.language=java
+broker.version=0-10
+broker=${project.root}/build/bin/qpid-server -p @PORT -m @MPORT -c @CONFIG_FILE -l ${test.profiles}/log4j-test.xml
+broker.clean=${test.profiles}/clean-dir ${build.data} ${project.root}/build/work/derbyDB
+broker.ready=BRK-1004
+broker.stopped=Exception
+
+profile.excludes=08TransientExcludes 08StandaloneExcludes 010Excludes 010TransientExcludes
diff --git a/java/test-profiles/java.testprofile b/java/test-profiles/java.testprofile
index 05a801ee06..8dd835a335 100644
--- a/java/test-profiles/java.testprofile
+++ b/java/test-profiles/java.testprofile
@@ -1,7 +1,7 @@
broker.language=java
-broker=${project.root}/build/bin/qpid-server -p @PORT -m @MPORT -c @CONFIG_FILE -l ${test.profiles}/log4j-test.xml
+broker=${project.root}/build/bin/qpid-server -p @PORT -m @MPORT --exclude-0-10 @PORT -c @CONFIG_FILE -l ${test.profiles}/log4j-test.xml
broker.clean=${test.profiles}/clean-dir ${build.data} ${project.root}/build/work/derbyDB
broker.ready=BRK-1004
broker.stopped=Exception
-
+qpid.amqp.version=0-9
profile.excludes=08TransientExcludes 08StandaloneExcludes