From cf85f93e52b8f6f5bfb120798ecf6b49706c8f5f Mon Sep 17 00:00:00 2001
From: al_xipe <al_xipe@localhost>
Date: Thu, 17 May 2007 16:52:47 +0000
Subject: [PATCH] 1.ixed script to accomodate the new versioning paradigm
---
opends/tests/gui-tests/build.xml | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/opends/tests/gui-tests/build.xml b/opends/tests/gui-tests/build.xml
index 0e9d861..5889a89 100644
--- a/opends/tests/gui-tests/build.xml
+++ b/opends/tests/gui-tests/build.xml
@@ -33,7 +33,7 @@
<!-- Product properties -->
<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}"/>
<property name="pkg.path"
value="${project.home}${file.separator}build${file.separator}package${file.separator}${product.name}.zip"/>
<property name="instance.path" value="${basedir}${file.separator}${product.name}"/>
--
Gitblit v1.10.0