You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@felix.apache.org by ds...@apache.org on 2009/07/23 17:23:39 UTC

svn commit: r797102 - /felix/trunk/sigil/bldcommon/common.xml

Author: dsavage
Date: Thu Jul 23 15:23:30 2009
New Revision: 797102

URL: http://svn.apache.org/viewvc?rev=797102&view=rev
Log:
ensure cache dir is always relative to top dir even if run in sub app ctx

Modified:
    felix/trunk/sigil/bldcommon/common.xml

Modified: felix/trunk/sigil/bldcommon/common.xml
URL: http://svn.apache.org/viewvc/felix/trunk/sigil/bldcommon/common.xml?rev=797102&r1=797101&r2=797102&view=diff
==============================================================================
--- felix/trunk/sigil/bldcommon/common.xml (original)
+++ felix/trunk/sigil/bldcommon/common.xml Thu Jul 23 15:23:30 2009
@@ -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" />