<!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
-laajennuksen suoritusympäristön tunnusta.org.osgi.framework.system.packages
ja org.osgi.framework.bootdelegation
arvoja.executionEnvironments
-laajennuksesta.Edellisen esimerkin tunnus vastaa<extension point =
"org.eclipse.pde.core.executionEnvironments"
>
<environment id=
"J2SE-1.4"
profile=
"profiles/J2SE-1.4.profile"
/>
</extension>
org.eclipse.jdt.launching.executionEnvironments
-laajennuksessa esitellyn environment
-elementin tunnusta.
Tämän suoritusympäristön JRE-profiili sijaitsee esittelevässä lisäosassa osoitteessa 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.