]> gitweb.fluxo.info Git - semanticscuttle.git/commitdiff
time to test the package
authorChristian Weiske <cweiske@cweiske.de>
Sat, 21 Aug 2010 23:07:29 +0000 (01:07 +0200)
committerChristian Weiske <cweiske@cweiske.de>
Sat, 21 Aug 2010 23:07:29 +0000 (01:07 +0200)
build.xml

index 2e1e0e88dac69959ba13cc5f5022d488c01e6ebf..389dfd4f7365a31b18e2759f195fd49858056599 100644 (file)
--- a/build.xml
+++ b/build.xml
      <dirroles key="src">php</dirroles>
      <dirroles key="tests">test</dirroles>
 
-     <!-- do not add the following file to the package -->
+     <!-- do not add the following files to the package.
+          copied from excludes above -->
+     <ignore>**/.gitignore</ignore>
+     <ignore>**/.svn</ignore>
      <ignore>build*</ignore>
+     <ignore>data/config.php</ignore>
+     <ignore>data/locales/messages.po</ignore>
+     <ignore>data/locales/*/LC_MESSAGES/messages.po</ignore>
      <ignore>dist/**</ignore>
-     <ignore>doc/developers</ignore>
+     <ignore>doc/developers/**</ignore>
      <ignore>scripts/**</ignore>
-     <ignore>**/messages.po</ignore>
+     <ignore>src/php-gettext/examples/**</ignore>
+     <ignore>src/php-gettext/bin/**</ignore>
 
      <changelog version="0.97" date="2010-06-09" license="GPL">
 - Many SQL optimizations - SemanticScuttle shows bookmarks 4 times faster now