From ee9d9dc88863b249ca0fce767216f09a6a94a2d5 Mon Sep 17 00:00:00 2001 From: Thomas Watson Date: Mon, 18 Nov 2013 08:23:37 -0600 Subject: Update OSGi API for R6. --- .../osgi/src/org/osgi/framework/Constants.java | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) (limited to 'bundles/org.eclipse.osgi/osgi/src/org') diff --git a/bundles/org.eclipse.osgi/osgi/src/org/osgi/framework/Constants.java b/bundles/org.eclipse.osgi/osgi/src/org/osgi/framework/Constants.java index 0b1d8f335..ec3b34087 100644 --- a/bundles/org.eclipse.osgi/osgi/src/org/osgi/framework/Constants.java +++ b/bundles/org.eclipse.osgi/osgi/src/org/osgi/framework/Constants.java @@ -1757,4 +1757,26 @@ public interface Constants { * @see BundleException#DUPLICATE_BUNDLE_ERROR */ String FRAMEWORK_BSNVERSION_MANAGED = "managed"; + + /** + * Manifest header identifying the bundle's icon URLs. + * + *

+ * The header value may be retrieved from the {@code Dictionary} object + * returned by the {@code Bundle.getHeaders} method. + * + * @since 1.8 + */ + String BUNDLE_ICON = "Bundle-Icon"; + + /** + * Manifest header identifying the bundle's license information. + * + *

+ * The header value may be retrieved from the {@code Dictionary} object + * returned by the {@code Bundle.getHeaders} method. + * + * @since 1.8 + */ + String BUNDLE_LICENSE = "Bundle-License"; } -- cgit v1.2.3