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/installer.xml | 13 ++++++++-----
1 files changed, 8 insertions(+), 5 deletions(-)
diff --git a/opends/tests/installer.xml b/opends/tests/installer.xml
index de6faa0..a835583 100644
--- a/opends/tests/installer.xml
+++ b/opends/tests/installer.xml
@@ -34,11 +34,14 @@
<!-- this one has to be loaded first since it's used in
default.installer.properties
-->
- <property file="product.properties" />
- <!-- this is an optional file if you want to pass custom values -->
- <property file="installer.properties" />
- <!-- this is the file where the default values are defined -->
- <property file="default.installer.properties" />
+ <property file="../PRODUCT" />
+ <property name="product.name" value="${SHORT_NAME}" />
+ <property name="product.version"
+ value="${MAJOR_VERSION}.${MINOR_VERSION}${VERSION_QUALIFIER}" />
+ <!-- this is an optional file if you want to pass custom values -->
+ <property file="installer.properties" />
+ <!-- this is the file where the default values are defined -->
+ <property file="default.installer.properties" />
<!-- Define default values for mandatory properties in case the
property files would not be found
-->
--
Gitblit v1.10.0