Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarkus Keller2015-08-19 18:26:11 +0000
committerMarkus Keller2015-08-19 18:26:11 +0000
commit122aed77aa82333f08aa25d6f8343f7f1d22c1bd (patch)
treed4109402c43a5167fe7fde9a6c0e83af6710947b
parent393a8180282454341b5878b9f236c0985eb3955e (diff)
downloadeclipse.jdt.debug-I20150914-0800.tar.gz
eclipse.jdt.debug-I20150914-0800.tar.xz
eclipse.jdt.debug-I20150914-0800.zip
-rw-r--r--org.eclipse.jdt.launching/schema/executionEnvironments.exsd7
1 files changed, 5 insertions, 2 deletions
diff --git a/org.eclipse.jdt.launching/schema/executionEnvironments.exsd b/org.eclipse.jdt.launching/schema/executionEnvironments.exsd
index e88bff5b4..f777cf1f1 100644
--- a/org.eclipse.jdt.launching/schema/executionEnvironments.exsd
+++ b/org.eclipse.jdt.launching/schema/executionEnvironments.exsd
@@ -187,7 +187,7 @@
<meta.section type="implementation"/>
</appInfo>
<documentation>
- JDT (&lt;code&gt;org.eclispe.jdt.launching&lt;/code&gt;) provides definitions and an analyzer for the following execution environments. Since 3.5, a default access rule participant provides access rules for system packages assocaited with an execution environment. System packages are specified by an OSGi profile properties file (see &lt;code&gt;profileProperties&lt;/code&gt; above) via the &lt;code&gt;org.osgi.framework.system.packages&lt;/code&gt; property.
+ JDT (&lt;code&gt;org.eclipse.jdt.launching&lt;/code&gt;) currently provides definitions and an analyzer for the following execution environments:
&lt;ul&gt;
&lt;li&gt;OSGi/Minimum-1.0&lt;/li&gt;
&lt;li&gt;OSGi/Minimum-1.1&lt;/li&gt;
@@ -198,9 +198,12 @@
&lt;li&gt;J2SE-1.4&lt;/li&gt;
&lt;li&gt;J2SE-1.5&lt;/li&gt;
&lt;li&gt;JavaSE-1.6&lt;/li&gt;
+&lt;li&gt;JavaSE-1.7&lt;/li&gt;
+&lt;li&gt;JavaSE-1.8&lt;/li&gt;
&lt;li&gt;CDC-1.0/Foundation-1.0&lt;/li&gt;
&lt;li&gt;CDC-1.1/Foundation-1.1&lt;/li&gt;
&lt;/ul&gt;
+Since 3.5, a default access rule participant provides access rules for system packages associated with an execution environment. System packages are specified by an OSGi profile properties file (see &lt;code&gt;profileProperties&lt;/code&gt; above) via the &lt;code&gt;org.osgi.framework.system.packages&lt;/code&gt; property.
</documentation>
</annotation>
@@ -209,7 +212,7 @@
<meta.section type="copyright"/>
</appInfo>
<documentation>
- Copyright (c) 2005, 2008 IBM Corporation and others.&lt;br&gt;
+ Copyright (c) 2005, 2015 IBM Corporation and others.&lt;br&gt;
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

Back to the top