summaryrefslogtreecommitdiffstats
path: root/make/build.xml
diff options
context:
space:
mode:
authorMichael Bien <[email protected]>2010-08-28 18:17:49 +0200
committerMichael Bien <[email protected]>2010-08-28 18:17:49 +0200
commitf9f18e758bcf54b3e2e05641fd862e7df3676363 (patch)
treebe2702e53c4254cefad50498c89b1513b8ebd6c5 /make/build.xml
parentafa3632e8df813f54195c8a97833eff5c832d6ee (diff)
removed requirement to specify 'joal.lib.dir' property since its no longer used.
Diffstat (limited to 'make/build.xml')
-rwxr-xr-xmake/build.xml2
1 files changed, 0 insertions, 2 deletions
diff --git a/make/build.xml b/make/build.xml
index 639167f..fe55231 100755
--- a/make/build.xml
+++ b/make/build.xml
@@ -78,8 +78,6 @@
-->
<target name="base.init" depends="load.user.properties,gluegen.properties.load.user,gluegen.cpptasks.detect.os">
- <fail message="joal.lib.dir was not specified in joal.properties (and not defined elsewhere)." unless="joal.lib.dir"/>
-
<!-- Set the project root directory to be up one directory. -->
<property name="project.root" value=".." />