From b9117bd7ba5db6ce31acdc5f48ef8fc5ed1d44bc Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Euzenat?= <Jerome.Euzenat@inria.fr>
Date: Sun, 4 Apr 2010 09:53:32 +0000
Subject: [PATCH] - moved build.properties out of the current directory

---
 build.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/build.xml b/build.xml
index f0a6a0aa..df8641a0 100644
--- a/build.xml
+++ b/build.xml
@@ -36,7 +36,7 @@
 
   <target name="bind">
     <tstamp><format locale="fr,fr" pattern="dd/MM/yyyy" property="TODAY"/></tstamp>
-    <property file="build.properties"/>
+    <property file="../build.properties"/>
     <!-- default values -->
     <property name="doing" value="running"/>
     <property name="version" value="4.0"/>
-- 
GitLab