summaryrefslogtreecommitdiff
path: root/odk/cfgWin.js
diff options
context:
space:
mode:
authorAriel Constenla-Haile <arielch@apache.org>2013-02-05 19:58:23 +0000
committerAriel Constenla-Haile <arielch@apache.org>2013-02-05 19:58:23 +0000
commitf1499b86d92dca538e3f05bdbd94b851a69e011b (patch)
tree8ac8789df82c7d0af87ad47be5266c51b82bee91 /odk/cfgWin.js
parente95f1d8134e25e272eb1dfc8ab9da48f88f53c4f (diff)
i119977 - Update version number to 4.0.0
Notes
Notes: ignore: aoo
Diffstat (limited to 'odk/cfgWin.js')
-rw-r--r--odk/cfgWin.js8
1 files changed, 4 insertions, 4 deletions
diff --git a/odk/cfgWin.js b/odk/cfgWin.js
index 11a2b6c87675..8162b26dc648 100644
--- a/odk/cfgWin.js
+++ b/odk/cfgWin.js
@@ -919,18 +919,18 @@ function writeBatFile(fdir, file)
"REM are necessary for building the examples of the Office Development Kit.\n" +
"REM The Script was developed for the operating systems Windows.\n" +
"REM The SDK name\n" +
- "REM Example: set OO_SDK_NAME=openoffice3.0_sdk\n" +
+ "REM Example: set OO_SDK_NAME=openoffice4.0_sdk\n" +
"set OO_SDK_NAME=" + oo_sdk_name +
"\n\n" +
"REM Installation directory of the Software Development Kit.\n" +
- "REM Example: set OO_SDK_HOME=C:\\Program Files\\Apache OpenOffice\\Basic 3.0\\sdk\n" +
+ "REM Example: set OO_SDK_HOME=C:\\Program Files\\Apache OpenOffice\\Basic 4.0\\sdk\n" +
"set OO_SDK_HOME=" + oo_sdk_home +
"\n\n" +
"REM Office installation directory.\n" +
- "REM Example: set OFFICE_HOME=C:\\Program Files\\Apache OpenOffice 3\n" +
+ "REM Example: set OFFICE_HOME=C:\\Program Files\\Apache OpenOffice 4\n" +
"set OFFICE_HOME=" + office_home +
"\n\n" +
- "REM Example: set OFFICE_HOME=C:\\Program Files\\Apache OpenOffice\\Basis 3.0\n" +
+ "REM Example: set OFFICE_HOME=C:\\Program Files\\Apache OpenOffice\\Basis 4.0\n" +
"set OFFICE_BASE_HOME=" + office_base_home +
"\n\n" +
"REM URE installation directory.\n" +