diff options
author | Christian Weiske <cweiske@cweiske.de> | 2011-05-25 19:43:36 +0200 |
---|---|---|
committer | Christian Weiske <cweiske@cweiske.de> | 2011-05-25 19:43:36 +0200 |
commit | 5ba53394fcda4ae9cfa9af52b37fb67517deeb5a (patch) | |
tree | 4416be7903a2b339382e9f933284f50797edc239 /build.xml | |
parent | 63b0a4b8cb38a8a7c41410900b9dfcc84e6a33a9 (diff) | |
download | semanticscuttle-5ba53394fcda4ae9cfa9af52b37fb67517deeb5a.tar.gz semanticscuttle-5ba53394fcda4ae9cfa9af52b37fb67517deeb5a.tar.bz2 |
implement request #1989987: theme support. merge themes branch with --squash
Diffstat (limited to 'build.xml')
-rw-r--r-- | build.xml | 13 |
1 files changed, 7 insertions, 6 deletions
@@ -121,18 +121,19 @@ <replacement path="src/SemanticScuttle/header.php" - type="pear-config" - from="@data_dir@" to="data_dir" + type="pear-config" from="@data_dir@" to="data_dir" + /> + <replacement + path="src/SemanticScuttle/header.php" + type="pear-config" from="@www_dir@" to="www_dir" /> <replacement path="www/www-header.php" - type="pear-config" - from="@data_dir@" to="data_dir" + type="pear-config" from="@data_dir@" to="data_dir" /> <replacement path="tests/prepare.php" - type="pear-config" - from="@data_dir@" to="data_dir" + type="pear-config" from="@data_dir@" to="data_dir" /> <changelog version="0.97" date="2010-06-09" license="GPL"> |