diff options
author | Gabor Kelemen <kelemeng@ubuntu.com> | 2023-04-25 18:22:48 +0200 |
---|---|---|
committer | Thorsten Behrens <thorsten.behrens@allotropia.de> | 2023-05-04 01:37:31 +0200 |
commit | f111333b5586c743ea71386f057b2ed5e0cea1ca (patch) | |
tree | 654292ba73b6bd18982f6af3bb42776574f696c2 /officecfg | |
parent | 4c65a29e7f35844e8c75b462cdf3a659c464b288 (diff) |
[API CHANGE] Drop deprecated Java config keys
Deprecated by
commit 095c439703a861a65a17a34b59ce626a7491ac56 (2002)
commit d8155fb911c85cfef2ed6f886797d2700f867e14 (2004)
Change-Id: Id37fdbee40f6d411dc4416763a1c1e79ee9ac232
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/150997
Tested-by: Jenkins
Reviewed-by: Thorsten Behrens <thorsten.behrens@allotropia.de>
Diffstat (limited to 'officecfg')
-rw-r--r-- | officecfg/registry/schema/org/openoffice/Office/Java.xcs | 48 |
1 files changed, 0 insertions, 48 deletions
diff --git a/officecfg/registry/schema/org/openoffice/Office/Java.xcs b/officecfg/registry/schema/org/openoffice/Office/Java.xcs index cda437daa9bb..e224edc1b251 100644 --- a/officecfg/registry/schema/org/openoffice/Office/Java.xcs +++ b/officecfg/registry/schema/org/openoffice/Office/Java.xcs @@ -24,32 +24,6 @@ <info> <desc>Provides information used to initialize a Java Virtual Machine. </desc> </info> - <prop oor:name="Home" oor:type="xs:string" oor:nillable="false"> - <!-- Notice: Default: depends on Java installation path --> - <info> - <deprecated/> - <desc>Specifies the path of the Java installation.</desc> - <label>Java Home</label> - </info> - <value>NULL</value> - </prop> - <prop oor:name="Version" oor:type="xs:string" oor:nillable="false"> - <!-- Notice: Default: depends on version used --> - <info> - <deprecated/> - <desc>Specifies the version of the Java installation that is used.</desc> - <label>Java Version</label> - </info> - <value>NULL</value> - </prop> - <prop oor:name="Enable" oor:type="xs:boolean" oor:nillable="false"> - <info> - <deprecated/> - <desc>Determines if the com.sun.star.java.JavaVirtualMachine service instantiates a JVM.</desc> - <label>Enable JVM</label> - </info> - <value>true</value> - </prop> <prop oor:name="Security" oor:type="xs:boolean" oor:nillable="false"> <!-- UIHints: Tools Options StarOffice Security [Section] Java --> <info> @@ -82,28 +56,6 @@ </enumeration> </constraints> </prop> - <prop oor:name="UserClassPath" oor:type="xs:string" oor:nillable="false"> - <!-- UIHints: Tools Options StarOffice Security [Section] Java --> - <info> - <deprecated/> - <desc>Specifies additional Java classes or jars which are contained in the classpath of the JVM (java.class.path system property).</desc> - <label>Classpath</label> - </info> - <value/> - <!-- JB: Empty default inserted into empty property node. Remove if NIL was intended --> - </prop> - <prop oor:name="Debug" oor:type="xs:boolean"> - <info> - <deprecated/> - <desc> Indicates that JVM supports debugging.</desc> - </info> - </prop> - <prop oor:name="Properties" oor:type="oor:string-list"> - <info> - <deprecated/> - <desc>Specifies properties for use with the Java VM.</desc> - </info> - </prop> <prop oor:name="RunUnoComponentsOutOfProcess" oor:type="xs:boolean" oor:nillable="false"> <info> <desc>Specifies whether JVM based UNO components are run via uno command outside the LibreOffice process.</desc> |