Kaydet (Commit) 7c48a2a8 authored tarafından Thomas Arnhold's avatar Thomas Arnhold

API CHANGE: cleanup of Java.xcs

Remove deprecated items. All are unused in the code.

since 2002 (d8155fb9):

Install/AdditionalClasspath
Install/AdditionalSearchPath
Install/ExcludeVersion
Install/InstallationPackage
Install/PackageInstallationDirectory
Install/RequiredVersion
Install/Vendor
Install/VerifiedVersion
Install/Version

VirtualMachine/DebugPort
VirtualMachine/DisableAsyncGC
VirtualMachine/EnableClassGC
VirtualMachine/EnableVerboseGC
VirtualMachine/EnvironmentType
VirtualMachine/JavaLibPath
VirtualMachine/JavaStackSize
VirtualMachine/MaxHeapSize
VirtualMachine/MinHeapSize
VirtualMachine/NativeStackSize
VirtualMachine/RunTimeLib
VirtualMachine/SystemClassPath
VirtualMachine/VMType
VirtualMachine/Verbose
VirtualMachine/VerifyMode

Change-Id: Iefde5b6d4ff57dc708059681a247efa419c11013
üst ad8ca80c
...@@ -46,26 +46,6 @@ ...@@ -46,26 +46,6 @@
</info> </info>
<value>NULL</value> <value>NULL</value>
</prop> </prop>
<prop oor:name="RunTimeLib" oor:type="xs:string" oor:nillable="false">
<!-- OldPath: Java -->
<!-- OldLocation: java.ini -->
<info>
<deprecated/>
<desc>Specifies the JVM shared library that is used.</desc>
</info>
<value/>
<!-- JB: Empty default inserted into empty property node. Remove if NIL was intended -->
</prop>
<prop oor:name="SystemClassPath" oor:type="xs:string" oor:nillable="false">
<!-- OldPath: Java -->
<!-- OldLocation: java.ini -->
<info>
<deprecated/>
<desc>Contains jars of the Office installation and may also contain other jars or folders.</desc>
</info>
<value/>
<!-- JB: Empty default inserted into empty property node. Remove if NIL was intended -->
</prop>
<prop oor:name="Enable" oor:type="xs:boolean" oor:nillable="false"> <prop oor:name="Enable" oor:type="xs:boolean" oor:nillable="false">
<!-- OldPath: Java --> <!-- OldPath: Java -->
<!-- OldLocation: java.ini --> <!-- OldLocation: java.ini -->
...@@ -132,157 +112,6 @@ ...@@ -132,157 +112,6 @@
<desc> Indicates that JVM supports debugging.</desc> <desc> Indicates that JVM supports debugging.</desc>
</info> </info>
</prop> </prop>
<prop oor:name="DebugPort" oor:type="xs:int">
<!-- OldPath: Java -->
<!-- OldLocation: java.ini -->
<info>
<deprecated/>
<desc>Determines the port for debugging.</desc>
</info>
</prop>
<prop oor:name="EnableVerboseGC" oor:type="xs:boolean">
<!-- OldPath: Java -->
<!-- OldLocation: java.ini -->
<info>
<deprecated/>
<desc>Turns on verbose garbage collection.</desc>
</info>
</prop>
<prop oor:name="Verbose" oor:type="xs:boolean">
<!-- OldPath: Java -->
<!-- OldLocation: java.ini -->
<info>
<deprecated/>
<desc>Turns on verbose mode for Java execution.</desc>
</info>
</prop>
<prop oor:name="NativeStackSize" oor:type="xs:int">
<!-- OldPath: Java -->
<!-- OldLocation: java.ini -->
<info>
<deprecated/>
<desc>Determines the native stack size.</desc>
</info>
</prop>
<prop oor:name="JavaStackSize" oor:type="xs:int">
<!-- OldPath: Java -->
<!-- OldLocation: java.ini -->
<info>
<deprecated/>
<desc>Determines the Java stack size.</desc>
</info>
</prop>
<prop oor:name="VerifyMode" oor:type="xs:int">
<!-- OldPath: Java -->
<!-- OldLocation: java.ini -->
<info>
<deprecated/>
<desc>Determines the verify mode.</desc>
</info>
<constraints>
<enumeration oor:value="0">
<info>
<deprecated/>
<desc>Verify mode 0</desc>
</info>
</enumeration>
<enumeration oor:value="1">
<info>
<deprecated/>
<desc>Verify mode 1</desc>
</info>
</enumeration>
<enumeration oor:value="2">
<info>
<deprecated/>
<desc>Verify mode 2</desc>
</info>
</enumeration>
</constraints>
</prop>
<prop oor:name="MinHeapSize" oor:type="xs:int">
<!-- OldPath: Java -->
<!-- OldLocation: java.ini -->
<info>
<deprecated/>
<desc>Determines the minimum size of the heap.</desc>
</info>
</prop>
<prop oor:name="MaxHeapSize" oor:type="xs:int">
<!-- OldPath: Java -->
<!-- OldLocation: java.ini -->
<info>
<deprecated/>
<desc>Determines the maximum size of the heap.</desc>
</info>
</prop>
<prop oor:name="DisableAsyncGC" oor:type="xs:boolean">
<!-- OldPath: Java -->
<!-- OldLocation: java.ini -->
<info>
<deprecated/>
<desc>Disables asynchronous garbage collection.</desc>
</info>
</prop>
<prop oor:name="EnableClassGC" oor:type="xs:boolean">
<!-- OldPath: Java -->
<!-- OldLocation: java.ini -->
<info>
<deprecated/>
<desc>Enables garbage collection.</desc>
</info>
</prop>
<prop oor:name="VMType" oor:type="xs:string">
<!-- OldPath: Java -->
<!-- OldLocation: java.ini -->
<info>
<deprecated/>
<desc>Specifies values for different VM types.</desc>
</info>
<constraints>
<enumeration oor:value="Classic">
<info>
<desc>Classic VM</desc>
</info>
</enumeration>
<enumeration oor:value="Hotspot">
<info>
<desc>Hotspot VM</desc>
</info>
</enumeration>
</constraints>
</prop>
<prop oor:name="EnvironmentType" oor:type="xs:string">
<!-- OldPath: Java -->
<!-- OldLocation: java.ini -->
<info>
<deprecated/>
<desc>Indicates if a JRE or SDK is used.</desc>
</info>
<constraints>
<enumeration oor:value="JDK">
<info>
<desc>JDKxxx or j2sdkxxx</desc>
</info>
</enumeration>
<enumeration oor:value="JRE">
<info>
<desc>JRExxx</desc>
</info>
</enumeration>
</constraints>
</prop>
<prop oor:name="JavaLibPath" oor:type="xs:string" oor:nillable="false">
<!-- Platform: UNIX -->
<!-- OldPath: Java -->
<!-- OldLocation: java.ini -->
<info>
<deprecated/>
<desc>Contains directories which contain shared libraries that are used by the Java runtime library.</desc>
</info>
<value/>
<!-- JB: Empty default inserted into empty property node. Remove if NIL was intended -->
</prop>
<prop oor:name="Properties" oor:type="oor:string-list"> <prop oor:name="Properties" oor:type="oor:string-list">
<!-- OldPath: Java --> <!-- OldPath: Java -->
<!-- OldLocation: java.ini --> <!-- OldLocation: java.ini -->
...@@ -292,101 +121,6 @@ ...@@ -292,101 +121,6 @@
</info> </info>
</prop> </prop>
</group> </group>
<group oor:name="Install">
<info>
<deprecated/>
<desc>Provides information which are used by jvmsetup. </desc>
</info>
<prop oor:name="PackageInstallationDirectory" oor:type="xs:string" oor:nillable="false">
<!-- OldPath: Install -->
<!-- OldLocation: java.ini -->
<info>
<desc>Specifies the name of the folder that will contain the JRE installation (depends on the JRE package).</desc>
</info>
<value/>
<!-- JB: Empty default inserted into empty property node. Remove if NIL was intended -->
</prop>
<prop oor:name="VerifiedVersion" oor:type="xs:string" oor:nillable="false">
<!-- OldPath: Install -->
<!-- OldLocation: java.ini -->
<info>
<desc>Contains a space separated list of verified Java versions.</desc>
</info>
<value/>
<!-- JB: Empty default inserted into empty property node. Remove if NIL was intended -->
</prop>
<prop oor:name="Version" oor:type="xs:string" oor:nillable="false">
<!-- OldPath: Install -->
<!-- OldLocation: java.ini -->
<info>
<desc>Specifies the version of the JRE which is provided by the setup.</desc>
</info>
<value/>
<!-- JB: Empty default inserted into empty property node. Remove if NIL was intended -->
</prop>
<prop oor:name="Vendor" oor:type="xs:string" oor:nillable="false">
<!-- OldPath: Install -->
<!-- OldLocation: java.ini -->
<info>
<desc>Specifies the vendor of the JRE package.</desc>
</info>
<value/>
<!-- JB: Empty default inserted into empty property node. Remove if NIL was intended -->
</prop>
<prop oor:name="RequiredVersion" oor:type="xs:string" oor:nillable="false">
<!-- OldPath: Install -->
<!-- OldLocation: java.ini -->
<info>
<desc>Specifies that all Java installations with a lower version will be ignored by the Java setup (jvmsetup.exe).</desc>
</info>
<value/>
<!-- JB: Empty default inserted into empty property node. Remove if NIL was intended -->
</prop>
<prop oor:name="InstallationPackage" oor:type="xs:string" oor:nillable="false">
<!-- OldPath: Install -->
<!-- OldLocation: java.ini -->
<info>
<desc>Specifies the JRE package which can be installed during the Java setup.</desc>
</info>
<value/>
<!-- JB: Empty default inserted into empty property node. Remove if NIL was intended -->
</prop>
<prop oor:name="ExcludeVersion" oor:type="xs:string" oor:nillable="false">
<!-- OldPath: Install -->
<!-- OldLocation: java.ini -->
<info>
<desc>Contains a space separated list of Java versions which should be ignored by the Java setup (jvmsetup.exe).</desc>
</info>
<value/>
<!-- JB: Empty default inserted into empty property node. Remove if NIL was intended -->
</prop>
<prop oor:name="AdditionalSearchPath" oor:type="xs:string" oor:nillable="false">
<!-- OldPath: Install -->
<!-- OldLocation: java.ini -->
<info>
<desc>Locates resources.</desc>
</info>
<value/>
<!-- JB: Empty default inserted into empty property node. Remove if NIL was intended -->
</prop>
<prop oor:name="AdditionalClasspath" oor:type="xs:string" oor:nillable="false">
<!-- OldPath: Install -->
<!-- OldLocation: java.ini -->
<info>
<desc>Contains the Office&apos;s jar files. The Java setup uses it to form the SystemClasspath.</desc>
</info>
<value/>
<!-- JB: Empty default inserted into empty property node. Remove if NIL was intended -->
</prop>
</group>
</component> </component>
</oor:component-schema> </oor:component-schema>
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment