From 413130adfe213db6f6d66cba78dbb140e848128c Mon Sep 17 00:00:00 2001 From: Pavel fljot Date: Sun, 6 Jan 2013 18:16:35 +0200 Subject: [PATCH] Add ant property libs.dir to template --- build.template.properties | 1 + 1 file changed, 1 insertion(+) diff --git a/build.template.properties b/build.template.properties index 3eedc0a..7c234e1 100644 --- a/build.template.properties +++ b/build.template.properties @@ -8,5 +8,6 @@ project.name = ${ant.project.name} # Project-path relative properties src.dir = ${basedir}/src +libs.dir = ${basedir}/libs binrelease.dir = ${basedir}/bin asdoc.dir = ${binrelease.dir}/docs \ No newline at end of file