93350f1c4e
2009-03-13 08:14:58 +0100 jl r269453 : CWS-TOOLING: rebase CWS jl119 to branches/OOO310@269350 (milestone: OOO310:m5) 2009-03-10 16:01:33 +0100 jl r269280 : #i98990# apply patch by jbu: fixing the python script provider 2009-03-10 13:25:02 +0100 jl r269268 : #i93939# 2009-03-10 11:44:07 +0100 jl r269261 : #i93939# 2009-03-09 17:14:58 +0100 jl r269205 : #i93939# choose a different JRE when the selected one was uninstalled 2009-03-09 16:34:34 +0100 jl r269201 : #i93939# choose a different JRE when the selected one was uninstalled 2009-03-05 16:40:16 +0100 jl r268924 : #99618# Do not migrate java settings 2009-02-25 14:29:53 +0100 jl r268439 : #i99618# do not invalidate existing javasettings by using a new date in the update element
31 lines
599 B
Text
31 lines
599 B
Text
UDK_3_0_0 {
|
|
global:
|
|
# jvmfwk/framework.h:
|
|
jfw_freeJavaInfo;
|
|
jfw_areEqualJavaInfo;
|
|
jfw_findAllJREs;
|
|
jfw_findAndSelectJRE;
|
|
jfw_startVM;
|
|
jfw_isVMRunning;
|
|
jfw_getJavaInfoByPath;
|
|
jfw_setSelectedJRE;
|
|
jfw_getSelectedJRE;
|
|
jfw_setEnabled;
|
|
jfw_getEnabled;
|
|
jfw_setVMParameters;
|
|
jfw_getVMParameters;
|
|
jfw_setUserClassPath;
|
|
jfw_getUserClassPath;
|
|
jfw_setJRELocations;
|
|
jfw_getJRELocations;
|
|
jfw_addJRELocation;
|
|
jfw_lock;
|
|
jfw_unlock;
|
|
local:
|
|
*;
|
|
};
|
|
|
|
UDK_3.1 { # OOo 3.1.0
|
|
global:
|
|
jfw_existJRE;
|
|
} UDK_3_0_0;
|