Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMat Booth2016-03-02 11:32:03 +0000
committerMat Booth2016-03-02 11:32:49 +0000
commitcfc578b08d94c41ef0c7bda79130088535d4798d (patch)
tree7342c262bd43f436aafadb835adef15b3bf03dfb /bundles/org.eclipse.osgi/profile.list
parent21989054050b549d13f6548a0aec66f52a7b0ad8 (diff)
downloadrt.equinox.framework-cfc578b08d94c41ef0c7bda79130088535d4798d.tar.gz
rt.equinox.framework-cfc578b08d94c41ef0c7bda79130088535d4798d.tar.xz
rt.equinox.framework-cfc578b08d94c41ef0c7bda79130088535d4798d.zip
Bug 488846 - The profile.list entry for Java 9 is incorrect
Change-Id: Ia9e20eebbc17797c8797e117d64b9f9ab717a4f4 Signed-off-by: Mat Booth <mat.booth@redhat.com>
Diffstat (limited to 'bundles/org.eclipse.osgi/profile.list')
-rw-r--r--bundles/org.eclipse.osgi/profile.list4
1 files changed, 2 insertions, 2 deletions
diff --git a/bundles/org.eclipse.osgi/profile.list b/bundles/org.eclipse.osgi/profile.list
index 568540f79..b250cc50b 100644
--- a/bundles/org.eclipse.osgi/profile.list
+++ b/bundles/org.eclipse.osgi/profile.list
@@ -9,7 +9,7 @@
# IBM Corporation - initial API and implementation
###############################################################################
java.profiles = \
- JavaSE-1.9.profile,\
+ JavaSE-9.profile,\
JavaSE-1.8.profile,\
JavaSE-1.7.profile,\
JavaSE-1.6.profile,\
@@ -25,4 +25,4 @@ java.profiles = \
CDC-1.0_Foundation-1.0.profile,\
OSGi_Minimum-1.0.profile,\
OSGi_Minimum-1.1.profile,\
- OSGi_Minimum-1.2.profile \ No newline at end of file
+ OSGi_Minimum-1.2.profile

Back to the top