aboutsummaryrefslogtreecommitdiffstats
path: root/cgeo-calendar/build.xml
diff options
context:
space:
mode:
authorblafoo <github@blafoo.de>2012-02-10 20:08:18 +0100
committerblafoo <github@blafoo.de>2012-02-10 20:08:18 +0100
commitcb0b90c81b70ca8fc7a869963bce8be4c6ec33d5 (patch)
treef8ee5bc35c1646c8781282efa5c765a562e02c2c /cgeo-calendar/build.xml
parent543239f869dd97cb5ec65dbb916d04b9c8aad751 (diff)
downloadcgeo-cb0b90c81b70ca8fc7a869963bce8be4c6ec33d5.zip
cgeo-cb0b90c81b70ca8fc7a869963bce8be4c6ec33d5.tar.gz
cgeo-cb0b90c81b70ca8fc7a869963bce8be4c6ec33d5.tar.bz2
missing dependencies in cgeo-calendar build
Diffstat (limited to 'cgeo-calendar/build.xml')
-rw-r--r--cgeo-calendar/build.xml5
1 files changed, 4 insertions, 1 deletions
diff --git a/cgeo-calendar/build.xml b/cgeo-calendar/build.xml
index 0563fa6..26dd3fb 100644
--- a/cgeo-calendar/build.xml
+++ b/cgeo-calendar/build.xml
@@ -48,9 +48,12 @@
<!-- extension targets. Uncomment the ones where you want to do custom work
in between standard targets -->
-<!--
+
<target name="-pre-build">
+ <ant dir="../main" target="release" inheritall="false"/>
</target>
+
+<!--
<target name="-pre-compile">
</target>