ensure cache dir is always relative to top dir even if run in sub app ctx
git-svn-id: https://svn.apache.org/repos/asf/felix/trunk@797102 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/sigil/bldcommon/common.xml b/sigil/bldcommon/common.xml
index 2b6209d..915f6b4 100644
--- a/sigil/bldcommon/common.xml
+++ b/sigil/bldcommon/common.xml
@@ -341,7 +341,7 @@
<isset property="env.SIGIL_HOME" />
</condition>
- <property name="sigil.home" value="cache/ant" />
+ <property name="sigil.home" value="${common.dir}/../cache/ant" />
<property name="sigil.jar.dir" value="${sigil.home}/lib" />
<property name="ivy.jar.file" value="${sigil.jar.dir}/ivy.jar" />
<property name="sigil.jar.file" value="${sigil.jar.dir}/sigil-ivy-plugin.jar" />