From 09dc33d2c3d2b1dbd8e2e79ad33d6fe4ed91562d 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
---
opendj-sdk/opends/tests/installer.xml | 13 ++++++++-----
1 files changed, 8 insertions(+), 5 deletions(-)
diff --git a/opendj-sdk/opends/tests/installer.xml b/opendj-sdk/opends/tests/installer.xml
index de6faa0..a835583 100644
--- a/opendj-sdk/opends/tests/installer.xml
+++ b/opendj-sdk/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