summaryrefslogtreecommitdiff
path: root/odk
diff options
context:
space:
mode:
authorFridrich Štrba <fridrich.strba@bluewin.ch>2011-03-24 09:40:09 +0100
committerFridrich Štrba <fridrich.strba@bluewin.ch>2011-03-24 09:40:09 +0100
commita613c9ad5be96a9880cb81571e2128676e3e2151 (patch)
treea241d2e378d9589fd15450e545464bc9a101b36e /odk
parente849c3f54dfe7c05c4867f4ea2609b6251f14788 (diff)
Some OOo -> LO changes (hopeful nothing broke with them)
Diffstat (limited to 'odk')
-rw-r--r--odk/docs/install.html20
-rw-r--r--odk/setsdkenv_unix.csh.in6
-rw-r--r--odk/setsdkenv_unix.sh.in6
-rwxr-xr-xodk/setsdkenv_windows.template14
-rw-r--r--odk/util/makefile.pmk4
5 files changed, 25 insertions, 25 deletions
diff --git a/odk/docs/install.html b/odk/docs/install.html
index baf9b5f1259f..87a07ca2364b 100644
--- a/odk/docs/install.html
+++ b/odk/docs/install.html
@@ -1,6 +1,6 @@
<html>
<head>
- <title>OpenOffice.org %PRODUCT_RELEASE% SDK - Installation Guide</title>
+ <title>LibreOffice %PRODUCT_RELEASE% SDK - Installation Guide</title>
<link rel="stylesheet" type="text/css" href="sdk_styles.css">
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<meta name="author" content="J&uuml;rgen Schmidt">
@@ -36,16 +36,16 @@
<table class="table3">
<tr>
<td colspan="2">
- <p>The OpenOffice.org %PRODUCT_RELEASE% SDK comes with a set of development tools, base
+ <p>The LibreOffice %PRODUCT_RELEASE% SDK comes with a set of development tools, base
libraries, header files and helper class files that can be used to
- develop Java/C++ components, to embed the OpenOffice.org %PRODUCT_RELEASE% application in
+ develop Java/C++ components, to embed the LibreOffice %PRODUCT_RELEASE% application in
your own programs, or to use the API (scripting or remote control the
office). For a complete working environment, we have some additional
requirements:</p>
</td>
</tr>
<tr valign="top">
- <td><b>OpenOffice.org %PRODUCT_RELEASE% installation</td>
+ <td><b>LibreOffice %PRODUCT_RELEASE% installation</td>
<td class="content80">The SDK works on top of an existing office
installation and uses the same libraries as the office installation.</td>
</tr>
@@ -134,7 +134,7 @@
<li><b>C:\Documents and Settings\&lt;username&gt;\Application Data\%OO_SDK_NAME%\setsdkenv_windows.bat</b></a>&nbsp;&nbsp;-> for Windows2000/XP or later
</ul>
<p>The automatically started configure script (Unix and Windows2000/XP)
- requests relevant information and directories (SDK, StarOffice, GNU make,
+ requests relevant information and directories (SDK, LibreOffice, GNU make,
Java, C++), in order to prepare a working SDK environment. After completing the
configure script once, the newly created script is always used to set the
necessary environment variables for using the SDK and the required
@@ -154,8 +154,8 @@
<table class="table4">
<tr valign="top">
<td class="cell20"><b>OFFICE_HOME</b></td>
- <td class="cell80">Path to an existing StarOffice&#153 or OpenOffice.org
- base installation, e.g. &quot;/opt/staroffice8&quot;. Be sure
+ <td class="cell80">Path to an existing LibreOffice
+ base installation, e.g. &quot;/opt/libreoffice8&quot;. Be sure
that it is not a user installation only. Exactly one of OFFICE_HOME
and OO_SDK_URE_HOME must be set. The other should be either unset or
set to an empty value.</td>
@@ -172,14 +172,14 @@
<tr>
<td class="cell20"><b>OO_SDK_URE_HOME</b></td>
<td class="cell80">Path to an existing UNO Runtime Environment
- installation, e.g. &quot;/opt/openoffice.org/ure&quot;. Exactly one of
+ installation, e.g. &quot;/opt/libreoffice/ure&quot;. Exactly one of
OFFICE_HOME and OO_SDK_URE_HOME must be set. The other should be
either unset or set to an empty value.</td>
</tr>
<tr>
<td class="cell20"><b>OO_SDK_HOME</b></td>
<td class="cell80">Path to the SDK root directory, e.g.
- &quot;/usr/local/StarOffice8_SDK&quot;</td>
+ &quot;/opt/libreoffice/sdk&quot;</td>
</tr>
<tr>
<td class="cell20"><b>OO_SDK_JAVA_HOME</b></td>
@@ -218,7 +218,7 @@
the output is generated in the SDK directory itself. If an output
directory is specified, the output is generated in a SDK dependent
subdirectory in this directory (e.g. &lt;OO_SDK_OUTPUT_DIR&gt;
- /OpenOffice.org %PRODUCT_RELEASE%/LINUXExample.out)</td>
+ /LibreOffice %PRODUCT_RELEASE%/LINUXExample.out)</td>
</tr>
<tr>
<td class="cell20"><b>SDK_AUTO_DEPLOYMENT</b></td>
diff --git a/odk/setsdkenv_unix.csh.in b/odk/setsdkenv_unix.csh.in
index 26f3b33a9393..cb2b0f5df695 100644
--- a/odk/setsdkenv_unix.csh.in
+++ b/odk/setsdkenv_unix.csh.in
@@ -8,16 +8,16 @@
setenv OO_SDK_NAME @OO_SDK_NAME@
# Installation directory of the Software Development Kit.
-# Example: setenv OO_SDK_HOME /opt/openoffice.org/basis3.0/sdk
+# Example: setenv OO_SDK_HOME /opt/libreoffice/basis3.4/sdk
setenv OO_SDK_HOME '@OO_SDK_HOME@'
# Office installation directory.
-# Example: set OFFICE_HOME=/opt/openoffice.org3
+# Example: set OFFICE_HOME=/opt/libreoffice
set OFFICE_HOME='@OFFICE_HOME@'
OFFICE_BASE_HOME='@OFFICE_BASE_HOME@'
# URE installation directory.
-# Example: setenv OO_SDK_URE_HOME /opt/openoffice.org/ure
+# Example: setenv OO_SDK_URE_HOME /opt/libreoffice/ure
setenv OO_SDK_URE_HOME '@OO_SDK_URE_HOME@'
# Directory of the make command.
diff --git a/odk/setsdkenv_unix.sh.in b/odk/setsdkenv_unix.sh.in
index bf9761df3e77..91bf164bffbc 100644
--- a/odk/setsdkenv_unix.sh.in
+++ b/odk/setsdkenv_unix.sh.in
@@ -9,16 +9,16 @@ OO_SDK_NAME=@OO_SDK_NAME@
export OO_SDK_NAME
# Installation directory of the Software Development Kit.
-# Example: OO_SDK_HOME=/opt/openoffice.org/basis3.0/sdk
+# Example: OO_SDK_HOME=/opt/libreoffice/basis3.4/sdk
OO_SDK_HOME='@OO_SDK_HOME@'
# Office installation directory.
-# Example: OFFICE_HOME=/opt/openoffice.org3
+# Example: OFFICE_HOME=/opt/libreoffice
OFFICE_HOME='@OFFICE_HOME@'
OFFICE_BASE_HOME='@OFFICE_BASE_HOME@'
# URE installation directory.
-# Example: OO_SDK_URE_HOME=/opt/openoffice.org/ure
+# Example: OO_SDK_URE_HOME=/opt/libreoffice/ure
OO_SDK_URE_HOME='@OO_SDK_URE_HOME@'
export OO_SDK_URE_HOME
diff --git a/odk/setsdkenv_windows.template b/odk/setsdkenv_windows.template
index d9dc4ec81fd4..fbe09f91755f 100755
--- a/odk/setsdkenv_windows.template
+++ b/odk/setsdkenv_windows.template
@@ -3,22 +3,22 @@ REM This script sets all enviroment variables, which
REM are necessary for building the examples of the Office Development Kit.
REM The Script was developed for the operating systems Windows.
REM The SDK name
-REM Example: set OO_SDK_NAME=openoffice3.0_sdk
-set OO_SDK_NAME=openoffice.org3.0_sdk
+REM Example: set OO_SDK_NAME=libreoffice3.4_sdk
+set OO_SDK_NAME=libreoffice3.4_sdk
REM Installation directory of the Software Development Kit.
-REM Example: set OO_SDK_HOME=C:\Program Files\OpenOffice.org\Basic 3.0\sdk
+REM Example: set OO_SDK_HOME=C:\Program Files\LibreOffice 3\Basis\sdk
set OO_SDK_HOME=
REM Office installation directory.
-REM Example: set OFFICE_HOME=C:\Program Files\OpenOffice.org 3
+REM Example: set OFFICE_HOME=C:\Program Files\LibreOffice 3
set OFFICE_HOME=
-REM Example: set OFFICE_HOME=C:\Program Files\OpenOffice.org\Basis 3.0
+REM Example: set OFFICE_HOME=C:\Program Files\LibreOffice 3\Basis
set OFFICE_BASE_HOME=
REM URE installation directory.
-REM Example: set OO_SDK_URE_HOME=C:\Program Files\OpenOffice.org\URE
+REM Example: set OO_SDK_URE_HOME=C:\Program Files\LibreOffice 3\URE
set OO_SDK_URE_HOME=
REM Directory of the make command.
@@ -45,7 +45,7 @@ REM Example: set OO_SDK_JAVA_HOME=C:\Program Files\Java\jdk1.6.0_05
set OO_SDK_JAVA_HOME=
REM Special output directory
-REM Example: set OO_SDK_OUT=C:\openoffice.org3.0_sdk
+REM Example: set OO_SDK_OUT=C:\Program Files\Libreoffice 3\Basis\sdk
set OO_SDK_OUT=
REM Automatic deployment
diff --git a/odk/util/makefile.pmk b/odk/util/makefile.pmk
index d6d1f997651a..6e9f2013d0c2 100644
--- a/odk/util/makefile.pmk
+++ b/odk/util/makefile.pmk
@@ -27,8 +27,8 @@
# used for sdk common files
PRODUCT_RELEASE=3.4
-OFFICENAME=OpenOffice.org
-SDKDIRNAME=openoffice.org$(PRODUCT_RELEASE)_sdk
+OFFICENAME=LibreOffice
+SDKDIRNAME=libreoffice$(PRODUCT_RELEASE)_sdk
OFFICEPRODUCTNAME=$(OFFICENAME) $(PRODUCT_RELEASE)
TITLE=$(OFFICENAME) $(PRODUCT_RELEASE) SDK
IDLDOCREFNAME="$(OFFICENAME) $(PRODUCT_RELEASE) API"