diff options
| author | Keith Wall <kwall@apache.org> | 2012-03-27 11:04:02 +0000 |
|---|---|---|
| committer | Keith Wall <kwall@apache.org> | 2012-03-27 11:04:02 +0000 |
| commit | 95049a0fc8d159736a770f47c17b35bbac35ab4d (patch) | |
| tree | 8c1ddb6a6a4c82bfc7eb984ebe91639bbaf71166 /java/module.xml | |
| parent | 1284af874a028a88cc99b9c6f255fde9b05d4ee2 (diff) | |
| download | qpid-python-95049a0fc8d159736a770f47c17b35bbac35ab4d.tar.gz | |
QPID-3913: Add functionality to upgrade bdbstore automatically on broker start-up. Store message content using single chunk. Change store version to 6. Remove implementations of tuple bindings for previous versions.
Applied patch from Phil Harvey<phil@philharveyonline.com> Oleksandr Rudyy<orudyy@gmail.com>
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1305809 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'java/module.xml')
| -rw-r--r-- | java/module.xml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/java/module.xml b/java/module.xml index 3c2be75d8f..438d4fc5a7 100644 --- a/java/module.xml +++ b/java/module.xml @@ -48,6 +48,7 @@ <property name="module.api" location="${build.api}/${module}/"/> <property name="module.test.api" location="${build.test.api}/${module}"/> <property name="module.test.classes" location="${module.build}/test/classes"/> + <property name="module.test.resources" location="${module.build}/test/resources"/> <property name="module.results" location="${build.results}/${module}"/> <property name="module.failed" location="${module.results}/FAILED"/> <property name="module.src" location="src/main/java"/> @@ -179,6 +180,7 @@ <path refid="module.class.path"/> <pathelement path="${module.test.depends.path}"/> <path refid="module.test.libs"/> + <pathelement path="${module.test.resources}"/> </path> <property name="javac.deprecation" value="off"/> |
