package.xml now looks really good

This commit is contained in:
Christian Weiske 2010-08-22 01:04:03 +02:00
parent 4d9b6950cf
commit eaa847a93d

View File

@ -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>