From d1f8ce7a3cc1ba49f2d0d9b17c51e343ebfc435f Mon Sep 17 00:00:00 2001
From: al_xipe <al_xipe@localhost>
Date: Sat, 28 Oct 2006 17:45:09 +0000
Subject: [PATCH] Removed reference to duplicate product properties file Removed the afore mentioned file also Changed build files to reflect the change and point to root dir PRODUCT file fixed the product version to allow the tests to work on the daily builds

---
 opends/tests/oulu-tests/build.xml |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diff --git a/opends/tests/oulu-tests/build.xml b/opends/tests/oulu-tests/build.xml
index 66dccd8..475a176 100644
--- a/opends/tests/oulu-tests/build.xml
+++ b/opends/tests/oulu-tests/build.xml
@@ -33,7 +33,10 @@
   </description>
   
   <property name="project.home.dir"  value="${basedir}/../.." />
-  <property file="../product.properties"                      />
+  <property file="../../PRODUCT"                              />
+  <property name="product.name"      value="${SHORT_NAME}"    />
+  <property name="product.version" 
+            value="${MAJOR_VERSION}.${MINOR_VERSION}${VERSION_QUALIFIER}"    />
   <!-- in case there's a custom installer properties file    -->
   <property file="../installer.properties"                    />
   <!-- in case there isn't - load default values             -->

--
Gitblit v1.10.0