aboutsummaryrefslogtreecommitdiff
path: root/build.xml
diff options
context:
space:
mode:
Diffstat (limited to 'build.xml')
-rw-r--r--build.xml22
1 files changed, 19 insertions, 3 deletions
diff --git a/build.xml b/build.xml
index 6134ad7..2e1e0e8 100644
--- a/build.xml
+++ b/build.xml
@@ -102,9 +102,9 @@
<!-- do not add the following file to the package -->
<ignore>build*</ignore>
- <ignore>dist</ignore>
+ <ignore>dist/**</ignore>
<ignore>doc/developers</ignore>
- <ignore>scripts</ignore>
+ <ignore>scripts/**</ignore>
<ignore>**/messages.po</ignore>
<changelog version="0.97" date="2010-06-09" license="GPL">
@@ -147,9 +147,25 @@
/>
<!-- install-as for different directories -->
<regexp
- pattern="(&lt;file name=&quot;data/(.+)&quot;)"
+ pattern="(&lt;file name=&quot;data/(.+?)&quot;)"
+ replace="\1 install-as=&quot;\2&quot;"
+ />
+ <regexp
+ pattern="(&lt;file name=&quot;doc/(.+?)&quot;)"
+ replace="\1 install-as=&quot;\2&quot;"
+ />
+ <regexp
+ pattern="(&lt;file name=&quot;tests/(.+?)&quot;)"
+ replace="\1 install-as=&quot;\2&quot;"
+ />
+ <regexp
+ pattern="(&lt;file name=&quot;www/(.+?)&quot;)"
replace="\1 install-as=&quot;SemanticScuttle/\2&quot;"
/>
+ <regexp
+ pattern="(&lt;file name=&quot;src/(.+?)&quot;)"
+ replace="\1 install-as=&quot;\2&quot;"
+ />
</replaceregexp>
</filterchain>
</copy>