setsdkenv_unix.sh.in (ff3f4ebc) | setsdkenv_unix.sh.in (4f913391) |
---|---|
1#! /bin/sh 2############################################################### 3# 4# Licensed to the Apache Software Foundation (ASF) under one 5# or more contributor license agreements. See the NOTICE file 6# distributed with this work for additional information 7# regarding copyright ownership. The ASF licenses this file 8# to you under the Apache License, Version 2.0 (the --- 15 unchanged lines hidden (view full) --- 24# are necessary for building the examples of the Office Development Kit. 25# The Script was developed for the operating systems Solaris, Linux and MacOS. 26 27# The SDK name 28OO_SDK_NAME=@OO_SDK_NAME@ 29export OO_SDK_NAME 30 31# Installation directory of the Software Development Kit. | 1#! /bin/sh 2############################################################### 3# 4# Licensed to the Apache Software Foundation (ASF) under one 5# or more contributor license agreements. See the NOTICE file 6# distributed with this work for additional information 7# regarding copyright ownership. The ASF licenses this file 8# to you under the Apache License, Version 2.0 (the --- 15 unchanged lines hidden (view full) --- 24# are necessary for building the examples of the Office Development Kit. 25# The Script was developed for the operating systems Solaris, Linux and MacOS. 26 27# The SDK name 28OO_SDK_NAME=@OO_SDK_NAME@ 29export OO_SDK_NAME 30 31# Installation directory of the Software Development Kit. |
32# Example: OO_SDK_HOME=/opt/apacheopenoffice/basis3.0/sdk | 32# Example: OO_SDK_HOME=/opt/apacheopenoffice/basis4.0/sdk |
33OO_SDK_HOME='@OO_SDK_HOME@' 34 35# Office installation directory. | 33OO_SDK_HOME='@OO_SDK_HOME@' 34 35# Office installation directory. |
36# Example: OFFICE_HOME=/opt/apacheopenoffice3 | 36# Example: OFFICE_HOME=/opt/apacheopenoffice4 |
37OFFICE_HOME='@OFFICE_HOME@' 38OFFICE_BASE_HOME='@OFFICE_BASE_HOME@' 39 40# URE installation directory. 41# Example: OO_SDK_URE_HOME=/opt/apacheopenoffice/ure 42OO_SDK_URE_HOME='@OO_SDK_URE_HOME@' 43export OO_SDK_URE_HOME 44 --- 343 unchanged lines hidden --- | 37OFFICE_HOME='@OFFICE_HOME@' 38OFFICE_BASE_HOME='@OFFICE_BASE_HOME@' 39 40# URE installation directory. 41# Example: OO_SDK_URE_HOME=/opt/apacheopenoffice/ure 42OO_SDK_URE_HOME='@OO_SDK_URE_HOME@' 43export OO_SDK_URE_HOME 44 --- 343 unchanged lines hidden --- |