summaryrefslogtreecommitdiffstats
path: root/build.xml
diff options
context:
space:
mode:
authorEduard Braun <eduard.braun2@gmx.de>2016-03-05 15:03:39 +0000
committerEduard Braun <eduard.braun2@gmx.de>2016-03-05 15:03:39 +0000
commitc8bcd8d3d0934f17a699b6eb3d205e5dc66a66ad (patch)
treeab9b9eeadefe1fa7d59b0ef84da9a408879c688c /build.xml
parentbtool: Switch regex library from T-Rex to SLRE (diff)
downloadinkscape-c8bcd8d3d0934f17a699b6eb3d205e5dc66a66ad.tar.gz
inkscape-c8bcd8d3d0934f17a699b6eb3d205e5dc66a66ad.zip
btool: Update buildfiles for previous commit
(bzr r14690)
Diffstat (limited to 'build.xml')
-rw-r--r--build.xml8
1 files changed, 4 insertions, 4 deletions
diff --git a/build.xml b/build.xml
index e26399f3f..022cdff4f 100644
--- a/build.xml
+++ b/build.xml
@@ -720,7 +720,7 @@
<!-- MSGFMT files -->
<copy todir="${dist}">
<fileset dir="${build}/locale">
- <exclude name=".*\.am"/>
+ <exclude name="\.am$"/>
</fileset>
</copy>
@@ -735,9 +735,9 @@
<copy todir="${dist}/lib"> <fileset dir="${devlibs}/lib/glib-2.0"/> </copy>
<copy todir="${dist}">
<fileset dir="share">
- <exclude name=".*\.am"/>
- <exclude name=".*\.in"/>
- <exclude name=".*\.sh"/>
+ <exclude name="\.am$"/>
+ <exclude name="\.in$"/>
+ <exclude name="\.sh$"/>
</fileset>
</copy>
<copy todir="${dist}/share"> <fileset dir="${devlibs}/share/locale"/> </copy>