diff options
author | Christian Weiske <cweiske@cweiske.de> | 2010-08-22 01:07:29 +0200 |
---|---|---|
committer | Christian Weiske <cweiske@cweiske.de> | 2010-08-22 01:07:29 +0200 |
commit | aba3327b5b8beffea75687a11ccf034f5e0d0969 (patch) | |
tree | ba307eb2f9719bb01843d11fd7abe9e7b91b65d7 | |
parent | eaa847a93d4b9d0c77d70ef219836b9f89bd67c7 (diff) | |
download | semanticscuttle-aba3327b5b8beffea75687a11ccf034f5e0d0969.tar.gz semanticscuttle-aba3327b5b8beffea75687a11ccf034f5e0d0969.tar.bz2 |
time to test the package
-rw-r--r-- | build.xml | 13 |
1 files changed, 10 insertions, 3 deletions
@@ -100,12 +100,19 @@ <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 |