diff options
| author | Krzysztof Kosi??ski <tweenk.pl@gmail.com> | 2009-05-10 02:02:33 +0000 |
|---|---|---|
| committer | tweenk <tweenk@users.sourceforge.net> | 2009-05-10 02:02:33 +0000 |
| commit | 634ba0ea39b5e74829d26d495519135868eeb416 (patch) | |
| tree | c93d640fc89f30b1ca74d5d2394a565d095fa4e2 /build.xml | |
| parent | Set svn:ignore to '*.in' for a few dirs (diff) | |
| download | inkscape-634ba0ea39b5e74829d26d495519135868eeb416.tar.gz inkscape-634ba0ea39b5e74829d26d495519135868eeb416.zip | |
Remove test-stubs.cpp: no longer needed.
(bzr r7843)
Diffstat (limited to 'build.xml')
| -rw-r--r-- | build.xml | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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> |
