diff options
author | Sven Gothel <[email protected]> | 2010-04-28 01:36:08 +0200 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2010-04-28 01:36:08 +0200 |
commit | bb251c6e1089da4a247350371fff425abf093e1e (patch) | |
tree | c32a3480ed4c446137a780a3408b706c3a622112 /make/build-common.xml | |
parent | 3dae4b359e9494c34cc6056e43f1c835fca53100 (diff) |
Oops .. broke the tests, adding 'else' value ; fix assertion in test
Diffstat (limited to 'make/build-common.xml')
-rw-r--r-- | make/build-common.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/make/build-common.xml b/make/build-common.xml index bbc99b589..be323398e 100644 --- a/make/build-common.xml +++ b/make/build-common.xml @@ -153,7 +153,7 @@ <property name="build.junit" value="${build}/test/build" /> <property name="obj.junit" value="${build.junit}/obj"/> - <condition property="obj.custom" value="${custom.libdir}${path.separator}"> + <condition property="obj.custom" value="${custom.libdir}${path.separator}" else=""> <isset property="custom.libdir"/> </condition> |