diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2014-12-02 15:41:20 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2014-12-02 15:42:37 +0100 |
commit | 0ffe0bf68abcab15cfa2b4c949d30262a4aaa0e0 (patch) | |
tree | 1c9eed60c97c1f98d794c9a5efa8d5cf2a06ada1 /odk/docs | |
parent | ce0513a9ee79d29f38db6b6b2bbc662826350eb6 (diff) |
Fold URE: Remove OO_SDK_URE_HOME on non-Windows
Change-Id: Iad0480eb39e2c1312c27cf9b90146c2beba592fd
Diffstat (limited to 'odk/docs')
-rw-r--r-- | odk/docs/install.html | 22 |
1 files changed, 6 insertions, 16 deletions
diff --git a/odk/docs/install.html b/odk/docs/install.html index 2ac300ffc9ff..a39323e14b1f 100644 --- a/odk/docs/install.html +++ b/odk/docs/install.html @@ -240,12 +240,6 @@ when you use the SDK build environment.</td> </tr> <tr> - <td class="cell20"><b>OO_SDK_URE_HOME</b></td> - <td class="cell80">Path to an existing UNO - Runtime Environment installation, e.g. - "/opt/libreoffice/ure".</td> - </tr> - <tr> <td class="cell20"><b>OO_SDK_HOME</b></td> <td class="cell80">Path to the SDK root directory, e.g. @@ -346,24 +340,20 @@ <tr valign="top"> <td class="cell20">OO_SDK_URE_BIN_DIR</td> <td class="cell80">The path within the chosen - URE installation where binary executables are - located (e.g., <i>$OO_SDK_URE_HOME/bin</i> - for a Unix installation).</td> + LibreOffice URE installation where binary + executables are located.</td> </tr> <tr valign="top"> <td class="cell20">OO_SDK_URE_LIB_DIR</td> <td class="cell80">The path within the chosen - URE installation where dynamic libraries are - located (e.g., <i>$OO_SDK_URE_HOME/lib</i> - for a Unix installation).</td> + LibreOffice URE installation where dynamic + libraries are located.</td> </tr> <tr valign="top"> <td class="cell20">OO_SDK_URE_JAVA_DIR</td> <td class="cell80">The path within the chosen - URE installation where Java JARs are - located (e.g., - <i>$OO_SDK_URE_HOME/share/java</i> for a Unix - installation).</td> + LibreOffice URE installation where Java JARs + are located.</td> </tr> <tr valign="top"> <td class="cell20">CLASSPATH</td> |