aboutsummaryrefslogtreecommitdiffstats
path: root/resources/install
diff options
context:
space:
mode:
authorDamian Minkov <damencho@jitsi.org>2014-09-15 13:06:18 +0300
committerDamian Minkov <damencho@jitsi.org>2014-09-15 13:06:18 +0300
commitf4eeaf5cecde782ec69e2d3bd0425c8d2d0c7eb0 (patch)
tree7e2297cf080aeb99df60c56e497f380480df1e66 /resources/install
parent7aeb4abae659044f5b8911da3ebf5a5ef91cdb20 (diff)
downloadjitsi-f4eeaf5cecde782ec69e2d3bd0425c8d2d0c7eb0.zip
jitsi-f4eeaf5cecde782ec69e2d3bd0425c8d2d0c7eb0.tar.gz
jitsi-f4eeaf5cecde782ec69e2d3bd0425c8d2d0c7eb0.tar.bz2
Changes the exclude introduced in previous commit.
Diffstat (limited to 'resources/install')
-rw-r--r--resources/install/build.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/resources/install/build.xml b/resources/install/build.xml
index 155c7b7..ca0edbc 100644
--- a/resources/install/build.xml
+++ b/resources/install/build.xml
@@ -2373,7 +2373,7 @@
<fileset dir="${src}">
<include name="**/*"/>
<exclude name="**/growlnotification/**"/>
- <exclude name="**/impl/googlecontacts/**"/>
+ <exclude name="${extra.exclude}"/>
<exclude name="**/dict/**"/>
<exclude name="**/dictaccregwizz/**"/>
<exclude name="**/ssh/**"/>
@@ -2433,6 +2433,7 @@
<antcall target="deb-copy-jitsi">
<param name="target.dir" value="${debian.src.dir}"/>
+ <param name="extra.exclude" value="**/impl/googlecontacts/**"/>
</antcall>
<property name="debianize.dir" value="${debian.src.dir}/debian" />