aboutsummaryrefslogtreecommitdiff
path: root/build.xml
diff options
context:
space:
mode:
authorChristian Weiske <cweiske@cweiske.de>2010-08-22 01:07:29 +0200
committerChristian Weiske <cweiske@cweiske.de>2010-08-22 01:07:29 +0200
commitaba3327b5b8beffea75687a11ccf034f5e0d0969 (patch)
treeba307eb2f9719bb01843d11fd7abe9e7b91b65d7 /build.xml
parenteaa847a93d4b9d0c77d70ef219836b9f89bd67c7 (diff)
downloadsemanticscuttle-aba3327b5b8beffea75687a11ccf034f5e0d0969.tar.gz
semanticscuttle-aba3327b5b8beffea75687a11ccf034f5e0d0969.tar.bz2
time to test the package
Diffstat (limited to 'build.xml')
-rw-r--r--build.xml13
1 files changed, 10 insertions, 3 deletions
diff --git a/build.xml b/build.xml
index 2e1e0e8..389dfd4 100644
--- a/build.xml
+++ b/build.xml
@@ -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