From bb91bd12e0c9c520ebfafb9cae29563554290039 Mon Sep 17 00:00:00 2001
From: al_xipe <al_xipe@localhost>
Date: Fri, 18 May 2007 00:04:32 +0000
Subject: [PATCH] Added fix for new naming paradigm.

---
 opends/tests/functional-tests/staf-installer.xml |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/opends/tests/functional-tests/staf-installer.xml b/opends/tests/functional-tests/staf-installer.xml
index 377774b..35deafe 100644
--- a/opends/tests/functional-tests/staf-installer.xml
+++ b/opends/tests/functional-tests/staf-installer.xml
@@ -36,7 +36,7 @@
   <!-- installer wide settings - top -->
     <property file="${project.home}/PRODUCT"/>
     <property name="product.name"
-              value="${SHORT_NAME}-${MAJOR_VERSION}.${MINOR_VERSION}" />
+              value="${SHORT_NAME}-${MAJOR_VERSION}.${MINOR_VERSION}.${POINT_VERSION}" />
     <!-- load user properties first if they have been set -->
     <property file="user.properties"/>
     <!-- this is the file where the default values are defined                -->

--
Gitblit v1.10.0