<!ELEMENT extension (environment+)>
<!ATTLIST extension
point CDATA #REQUIRED
id CDATA #IMPLIED
name CDATA #IMPLIED>
<!ELEMENT environment EMPTY>
<!ATTLIST environment
id CDATA #REQUIRED
profile CDATA #REQUIRED>
org.eclipse.jdt.launching.executionEnvironments
拡張の実行環境 ID と一致している必要があります。
org.osgi.framework.system.packages
および org.osgi.framework.bootdelegation
の値が含まれています。
executionEnvironments
拡張の例です。
上の例では、ID は、<extension point =
"org.eclipse.pde.core.executionEnvironments"
>
<environment id=
"J2SE-1.4"
profile=
"profiles/J2SE-1.4.profile"
/>
</extension>
org.eclipse.jdt.launching.executionEnvironments
拡張内で宣言されている environment
要素と一致します。
この実行環境の JRE プロファイルは、宣言を行うプラグイン内の profiles/J2SE-1.4.profile
にあります。
Copyright (c) 2006 IBM Corporation and others.
All rights reserved.
This program and the accompanying materials are made available under the terms of the Eclipse Public License v1.0 which accompanies this distribution, and is available at http://www.eclipse.org/legal/epl-v10.html.