summaryrefslogtreecommitdiffstats
path: root/build.xml
diff options
context:
space:
mode:
authorJasper van de Gronde <jasper.vandegronde@gmail.com>2008-08-09 09:27:59 +0000
committerjaspervdg <jaspervdg@users.sourceforge.net>2008-08-09 09:27:59 +0000
commitd6546e709ef32579bfd6cc7ce2dbbbb97f64602e (patch)
tree7f87dabe7d2b6c280a52044b1fb30c063351a966 /build.xml
parentSnap to intersections of any kind of path (were we previously only could snap... (diff)
downloadinkscape-d6546e709ef32579bfd6cc7ce2dbbbb97f64602e.tar.gz
inkscape-d6546e709ef32579bfd6cc7ce2dbbbb97f64602e.zip
Small change to build.xml to not create the build directory twice (does no harm, but isn't needed either)
(bzr r6598)
Diffstat (limited to 'build.xml')
-rw-r--r--build.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/build.xml b/build.xml
index 879ca9382..a856c6667 100644
--- a/build.xml
+++ b/build.xml
@@ -89,13 +89,13 @@
<mkdir dir="${build}/java"/>
<mkdir dir="${build}/java/classes"/>
<mkdir dir="${build}/java/lib"/>
-
- <mkdir dir="${build}"/>
<mkdir dir="${dist}"/>
+
<copy file="${src}/helper/sp-marshal.h.mingw"
tofile="${src}/helper/sp-marshal.h"/>
<copy file="${src}/helper/sp-marshal.cpp.mingw"
tofile="${src}/helper/sp-marshal.cpp"/>
+
<makefile file="inkscape_version.h">
#define INKSCAPE_VERSION "${version}"
</makefile>