<!-- 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">
/>
<!-- install-as for different directories -->
<regexp
- pattern="(<file name="data/(.+)")"
+ pattern="(<file name="data/(.+?)")"
+ replace="\1 install-as="\2""
+ />
+ <regexp
+ pattern="(<file name="doc/(.+?)")"
+ replace="\1 install-as="\2""
+ />
+ <regexp
+ pattern="(<file name="tests/(.+?)")"
+ replace="\1 install-as="\2""
+ />
+ <regexp
+ pattern="(<file name="www/(.+?)")"
replace="\1 install-as="SemanticScuttle/\2""
/>
+ <regexp
+ pattern="(<file name="src/(.+?)")"
+ replace="\1 install-as="\2""
+ />
</replaceregexp>
</filterchain>
</copy>