build.properties | 2 +-
build.xml | 8 ++++----
win/VERSION.mak | 2 +-
3 files changed, 6 insertions(+), 6 deletions(-)
New commits:
commit 77d9e6a8d2536bd089d60e27b488f2a51370521e
Author: Noriko Hosoi <nhosoi(a)redhat.com>
Date: Fri Jul 15 20:58:18 2016 -0700
version 1.1.17
Fixing a wrong dir name man.8 to man8.
Note: win/VERSION.mak -- since 389-console-win-1.1.16 is not built,
PKGGUID is not touched.
diff --git a/build.properties b/build.properties
index e968e7a..6932803 100644
--- a/build.properties
+++ b/build.properties
@@ -23,7 +23,7 @@ lang=en
console.root=.
console.version=11
-console.dotversion=1.1.16
+console.dotversion=1.1.17
console.dotgenversion=1.1
theme.core=389-console
diff --git a/build.xml b/build.xml
index 8f7c4e0..7e150b3 100644
--- a/build.xml
+++ b/build.xml
@@ -42,8 +42,8 @@ END COPYRIGHT BLOCK
<property name="need_libdir" value=""/>
<property name="man.dir" value="/usr/share/man"/>
- <mkdir dir="${man.dir}"/>
- <mkdir dir="${man.dir}/man.8"/>
+ <mkdir dir="${built.dir}/${man.dir}"/>
+ <mkdir dir="${built.dir}/${man.dir}/man8"/>
<!-- Verify that the required jars exist -->
<fail message="LDAP JDK (${ldapjdk.jar.name}) does not exist in ${ldapjdk.local.location}">
@@ -122,7 +122,7 @@ END COPYRIGHT BLOCK
</target>
<target name="buildman">
<!-- Man Page -->
- <copy file="389-console.8" tofile="${man.dir}/man8/389-console.8"/>
- <chmod file="${man.dir}/man8/389-console.8" perm="644"/>
+ <copy file="389-console.8" tofile="${built.dir}/${man.dir}/man8/389-console.8"/>
+ <chmod file="${built.dir}/${man.dir}/man8/389-console.8" perm="644"/>
</target>
</project>
diff --git a/win/VERSION.mak b/win/VERSION.mak
index 6c8c80f..420d261 100644
--- a/win/VERSION.mak
+++ b/win/VERSION.mak
@@ -7,7 +7,7 @@ BRANDNOSPACE=389
# this is the vendor or manufacturer
VENDOR=389 Project
# the version
-VERSION=1.1.16
+VERSION=1.1.17
# the name of the product - this is used in the title of the
# installer, in the name of the folder, and in the name
# of the shortcuts