Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStéphane Bégaudeau2016-04-21 09:04:38 +0000
committerStéphane Bégaudeau2016-04-28 13:34:21 +0000
commit73797362ca3ca073156f6de1113a8113abf39129 (patch)
treee13c016e2df6637ebbca068c9a2aecaad27aa504 /plugins/org.eclipse.eef/META-INF/MANIFEST.MF
parentd405a1d16c71226d7ad47663f93d1f1e37351977 (diff)
downloadorg.eclipse.eef-73797362ca3ca073156f6de1113a8113abf39129.tar.gz
org.eclipse.eef-73797362ca3ca073156f6de1113a8113abf39129.tar.xz
org.eclipse.eef-73797362ca3ca073156f6de1113a8113abf39129.zip
Improve the APIs
1) Improve the documentation of two extension points (Lifecycle Manager Provider and Tab Descriptor Provider) 2) Remove two useless extension points along with their code (View Description Provider and Interpreter Provider) 3) Move some interfaces related to Lifecycle Managers in order to have all APIs for the Lifecycle Managers (2 abstract classes and 2 interfaces) in the same package. 4) Move the two classes of o.e.eef.properties.ui.legacy in an internal package since they are only used in this bundle (I18N & Messages) 5) Update the behavior of the Lifecycle Manager Provider extension point to let contibutors replace existing Lifecycle Managers Change-Id: I76aa69e0650cbc6d34e56baaadbc33bdacbcb957 Signed-off-by: Stéphane Bégaudeau <stephane.begaudeau@obeo.fr>
Diffstat (limited to 'plugins/org.eclipse.eef/META-INF/MANIFEST.MF')
-rw-r--r--plugins/org.eclipse.eef/META-INF/MANIFEST.MF1
1 files changed, 0 insertions, 1 deletions
diff --git a/plugins/org.eclipse.eef/META-INF/MANIFEST.MF b/plugins/org.eclipse.eef/META-INF/MANIFEST.MF
index 192a15f64..a6294a8c4 100644
--- a/plugins/org.eclipse.eef/META-INF/MANIFEST.MF
+++ b/plugins/org.eclipse.eef/META-INF/MANIFEST.MF
@@ -8,7 +8,6 @@ Bundle-Vendor: %providerName
Bundle-Localization: plugin
Bundle-RequiredExecutionEnvironment: JavaSE-1.6
Export-Package: org.eclipse.eef;version="1.6.0",
- org.eclipse.eef.api;version="1.6.0",
org.eclipse.eef.impl;version="1.6.0",
org.eclipse.eef.util;version="1.6.0"
Require-Bundle: org.eclipse.core.runtime;bundle-version="[3.7.0,4.0.0)",

Back to the top