<!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
扩展的执行环境标识匹配。org.osgi.framework.system.packages
和
org.osgi.framework.bootdelegation
属性值。executionEnvironments
扩展的一个示例:
在以上示例中,标识与<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.