]> gitweb.fluxo.info Git - semanticscuttle.git/commitdiff
package.xml now looks really good
authorChristian Weiske <cweiske@cweiske.de>
Sat, 21 Aug 2010 23:04:03 +0000 (01:04 +0200)
committerChristian Weiske <cweiske@cweiske.de>
Sat, 21 Aug 2010 23:04:03 +0000 (01:04 +0200)
build.xml

index 6134ad79d244ea616145475e9f9af6e780e3fd69..2e1e0e88dac69959ba13cc5f5022d488c01e6ebf 100644 (file)
--- a/build.xml
+++ b/build.xml
 
      <!-- 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="(&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>