summaryrefslogtreecommitdiffstats
path: root/build.xml
diff options
context:
space:
mode:
authorKrzysztof Kosi??ski <tweenk.pl@gmail.com>2009-05-10 02:02:33 +0000
committertweenk <tweenk@users.sourceforge.net>2009-05-10 02:02:33 +0000
commit634ba0ea39b5e74829d26d495519135868eeb416 (patch)
treec93d640fc89f30b1ca74d5d2394a565d095fa4e2 /build.xml
parentSet svn:ignore to '*.in' for a few dirs (diff)
downloadinkscape-634ba0ea39b5e74829d26d495519135868eeb416.tar.gz
inkscape-634ba0ea39b5e74829d26d495519135868eeb416.zip
Remove test-stubs.cpp: no longer needed.
(bzr r7843)
Diffstat (limited to 'build.xml')
-rw-r--r--build.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/build.xml b/build.xml
index 0d917ca71..62eda3aaa 100644
--- a/build.xml
+++ b/build.xml
@@ -333,7 +333,6 @@
<exclude name="svg/ftos.cpp"/>
<!--<exclude name="svg/test-svg.cpp"/>-->
<exclude name="svg/test-svg-main.cpp"/>
- <exclude name="svg/test-stubs.cpp"/>
<exclude name="util/list-container-test.cpp"/>
<exclude name="widgets/test-widgets.cpp"/>
<exclude name="xml/quote-test.cpp"/>
@@ -693,6 +692,8 @@
<copy todir="${dist}">
<fileset dir="share">
<exclude name=".*\.am"/>
+ <exclude name=".*\.in"/>
+ <exclude name=".*\.sh"/>
</fileset>
</copy>
<copy todir="${dist}/share"> <fileset dir="${devlibs}/share/locale"/> </copy>