package.xml now looks really good
This commit is contained in:
parent
4d9b6950cf
commit
eaa847a93d
1 changed files with 19 additions and 3 deletions
22
build.xml
22
build.xml
|
@ -102,9 +102,9 @@
|
||||||
|
|
||||||
<!-- do not add the following file to the package -->
|
<!-- do not add the following file to the package -->
|
||||||
<ignore>build*</ignore>
|
<ignore>build*</ignore>
|
||||||
<ignore>dist</ignore>
|
<ignore>dist/**</ignore>
|
||||||
<ignore>doc/developers</ignore>
|
<ignore>doc/developers</ignore>
|
||||||
<ignore>scripts</ignore>
|
<ignore>scripts/**</ignore>
|
||||||
<ignore>**/messages.po</ignore>
|
<ignore>**/messages.po</ignore>
|
||||||
|
|
||||||
<changelog version="0.97" date="2010-06-09" license="GPL">
|
<changelog version="0.97" date="2010-06-09" license="GPL">
|
||||||
|
@ -147,9 +147,25 @@
|
||||||
/>
|
/>
|
||||||
<!-- install-as for different directories -->
|
<!-- install-as for different directories -->
|
||||||
<regexp
|
<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""
|
replace="\1 install-as="SemanticScuttle/\2""
|
||||||
/>
|
/>
|
||||||
|
<regexp
|
||||||
|
pattern="(<file name="src/(.+?)")"
|
||||||
|
replace="\1 install-as="\2""
|
||||||
|
/>
|
||||||
</replaceregexp>
|
</replaceregexp>
|
||||||
</filterchain>
|
</filterchain>
|
||||||
</copy>
|
</copy>
|
||||||
|
|
Loading…
Reference in a new issue