diff options
author | Aidan Skinner <aidan@apache.org> | 2009-05-25 13:19:49 +0000 |
---|---|---|
committer | Aidan Skinner <aidan@apache.org> | 2009-05-25 13:19:49 +0000 |
commit | bd99ec1bf64537628a63dd52b7f0793e42ee23a6 (patch) | |
tree | 372898f739cddb0527af58066e52eaa83239a49c /qpid/java/java.testprofile | |
parent | b1026352ae2413fd637798df1f49a96b5c4a14ab (diff) | |
download | qpid-python-bd99ec1bf64537628a63dd52b7f0793e42ee23a6.tar.gz |
Nuke derby.log and derbyDB in broker cleanup. Also, why does Derby not honor QPID_HOME? Lame.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@778415 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/java/java.testprofile')
-rw-r--r-- | qpid/java/java.testprofile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qpid/java/java.testprofile b/qpid/java/java.testprofile index 9581064ae3..16d831d02d 100644 --- a/qpid/java/java.testprofile +++ b/qpid/java/java.testprofile @@ -1,6 +1,6 @@ broker.language=java broker=${project.root}/build/bin/qpid-server -p @PORT -m @MPORT -c @CONFIG_FILE -l ${project.root}/log4j-test.xml -broker.clean=${project.root}/clean-dir ${build.data} +broker.clean=${project.root}/clean-dir ${build.data} ${project.root}/derbyDB ${project.root}/derby.log broker.ready=Qpid Broker Ready test.excludesfile=${project.root}/ExcludeList ${project.root}/XAExcludeList ${project.root}/08ExcludeList-nonvm |