2005-11-15 21:33:43 +00:00
|
|
|
Manifest-Version: 1.0
|
|
|
|
Bundle-ManifestVersion: 2
|
|
|
|
Bundle-Name: %pluginName
|
|
|
|
Bundle-SymbolicName: org.eclipse.cdt.ui; singleton:=true
|
2014-02-15 07:33:49 -05:00
|
|
|
Bundle-Version: 5.8.0.qualifier
|
2005-11-15 21:33:43 +00:00
|
|
|
Bundle-Activator: org.eclipse.cdt.ui.CUIPlugin
|
|
|
|
Bundle-Vendor: %providerName
|
|
|
|
Bundle-Localization: plugin
|
2006-10-12 15:01:47 +00:00
|
|
|
Export-Package: org.eclipse.cdt.internal.corext;x-internal:=true,
|
2008-04-16 12:31:09 +00:00
|
|
|
org.eclipse.cdt.internal.corext.codemanipulation;x-internal:=true,
|
2008-11-24 09:49:27 +00:00
|
|
|
org.eclipse.cdt.internal.corext.fix;x-internal:=true,
|
2014-04-21 16:08:48 -04:00
|
|
|
org.eclipse.cdt.internal.corext.refactoring.code.flow;x-internal:=true,
|
2006-10-12 15:01:47 +00:00
|
|
|
org.eclipse.cdt.internal.corext.template.c;x-internal:=true,
|
2012-12-27 16:22:11 -08:00
|
|
|
org.eclipse.cdt.internal.corext.util;x-friends:="org.eclipse.cdt.codan.ui",
|
2010-09-02 17:11:05 +00:00
|
|
|
org.eclipse.cdt.internal.ui;x-friends:="org.eclipse.cdt.debug.edc.tests",
|
2006-10-12 15:01:47 +00:00
|
|
|
org.eclipse.cdt.internal.ui.actions;x-internal:=true,
|
|
|
|
org.eclipse.cdt.internal.ui.browser.opentype;x-internal:=true,
|
2011-01-14 10:27:31 +00:00
|
|
|
org.eclipse.cdt.internal.ui.build;x-internal:=true,
|
2006-10-12 15:01:47 +00:00
|
|
|
org.eclipse.cdt.internal.ui.buildconsole;x-internal:=true,
|
2006-08-02 14:24:42 +00:00
|
|
|
org.eclipse.cdt.internal.ui.callhierarchy;x-internal:=true,
|
2006-10-12 15:01:47 +00:00
|
|
|
org.eclipse.cdt.internal.ui.compare;x-internal:=true,
|
|
|
|
org.eclipse.cdt.internal.ui.cview;x-internal:=true,
|
|
|
|
org.eclipse.cdt.internal.ui.dialogs;x-internal:=true,
|
|
|
|
org.eclipse.cdt.internal.ui.dialogs.cpaths;x-internal:=true,
|
|
|
|
org.eclipse.cdt.internal.ui.dnd;x-internal:=true,
|
2012-12-27 16:22:11 -08:00
|
|
|
org.eclipse.cdt.internal.ui.editor;x-friends:="org.eclipse.cdt.codan.ui,org.eclipse.cdt.codan.ui.cxx",
|
2006-10-12 15:01:47 +00:00
|
|
|
org.eclipse.cdt.internal.ui.editor.asm;x-internal:=true,
|
|
|
|
org.eclipse.cdt.internal.ui.filters;x-internal:=true,
|
2008-11-24 09:49:27 +00:00
|
|
|
org.eclipse.cdt.internal.ui.help;x-internal:=true,
|
2006-07-05 14:23:52 +00:00
|
|
|
org.eclipse.cdt.internal.ui.includebrowser;x-internal:=true,
|
2006-10-12 15:01:47 +00:00
|
|
|
org.eclipse.cdt.internal.ui.indexview;x-internal:=true,
|
2008-11-24 09:49:27 +00:00
|
|
|
org.eclipse.cdt.internal.ui.language;x-internal:=true,
|
2012-05-01 22:36:29 -04:00
|
|
|
org.eclipse.cdt.internal.ui.language.settings.providers;x-internal:=true,
|
2008-04-16 12:31:09 +00:00
|
|
|
org.eclipse.cdt.internal.ui.navigator;x-internal:=true,
|
2010-07-04 05:14:26 +00:00
|
|
|
org.eclipse.cdt.internal.ui.newui;x-internal:=true,
|
2006-10-12 15:01:47 +00:00
|
|
|
org.eclipse.cdt.internal.ui.preferences;x-internal:=true,
|
2008-04-16 12:31:09 +00:00
|
|
|
org.eclipse.cdt.internal.ui.preferences.formatter;x-internal:=true,
|
2008-03-12 09:56:10 +00:00
|
|
|
org.eclipse.cdt.internal.ui.refactoring;x-friends:="org.eclipse.cdt.ui.tests",
|
2008-04-16 12:31:09 +00:00
|
|
|
org.eclipse.cdt.internal.ui.refactoring.dialogs;x-internal:=true,
|
2008-03-12 09:56:10 +00:00
|
|
|
org.eclipse.cdt.internal.ui.refactoring.extractconstant;x-friends:="org.eclipse.cdt.ui.tests",
|
2008-04-16 12:31:09 +00:00
|
|
|
org.eclipse.cdt.internal.ui.refactoring.extractfunction;x-friends:="org.eclipse.cdt.ui.tests",
|
2010-02-22 15:46:36 +00:00
|
|
|
org.eclipse.cdt.internal.ui.refactoring.extractlocalvariable;x-friends:="org.eclipse.cdt.ui.tests",
|
2008-04-16 13:59:50 +00:00
|
|
|
org.eclipse.cdt.internal.ui.refactoring.gettersandsetters;x-friends:="org.eclipse.cdt.ui.tests",
|
2008-04-16 12:31:09 +00:00
|
|
|
org.eclipse.cdt.internal.ui.refactoring.hidemethod;x-friends:="org.eclipse.cdt.ui.tests",
|
2008-04-16 13:09:08 +00:00
|
|
|
org.eclipse.cdt.internal.ui.refactoring.implementmethod;x-friends:="org.eclipse.cdt.ui.tests",
|
2012-10-16 16:01:21 -07:00
|
|
|
org.eclipse.cdt.internal.ui.refactoring.includes;x-friends:="org.eclipse.cdt.ui.tests",
|
2008-03-12 09:56:10 +00:00
|
|
|
org.eclipse.cdt.internal.ui.refactoring.rename;x-friends:="org.eclipse.cdt.ui.tests",
|
2011-04-12 09:08:19 +00:00
|
|
|
org.eclipse.cdt.internal.ui.refactoring.togglefunction;x-friends:="org.eclipse.cdt.ui.tests",
|
2008-03-12 09:56:10 +00:00
|
|
|
org.eclipse.cdt.internal.ui.refactoring.utils;x-friends:="org.eclipse.cdt.ui.tests",
|
2011-05-10 16:53:37 +00:00
|
|
|
org.eclipse.cdt.internal.ui.resources,
|
2006-10-12 15:01:47 +00:00
|
|
|
org.eclipse.cdt.internal.ui.search;x-internal:=true,
|
|
|
|
org.eclipse.cdt.internal.ui.search.actions;x-internal:=true,
|
2012-04-26 11:23:00 -07:00
|
|
|
org.eclipse.cdt.internal.ui.text;x-friends:="org.eclipse.cdt.codan.ui.cxx",
|
2007-10-15 14:53:25 +00:00
|
|
|
org.eclipse.cdt.internal.ui.text.asm;x-internal:=true,
|
2006-10-12 15:01:47 +00:00
|
|
|
org.eclipse.cdt.internal.ui.text.c.hover;x-internal:=true,
|
|
|
|
org.eclipse.cdt.internal.ui.text.contentassist;x-internal:=true,
|
2008-08-12 03:39:54 +00:00
|
|
|
org.eclipse.cdt.internal.ui.text.correction;x-friends:="org.eclipse.cdt.ui.tests",
|
|
|
|
org.eclipse.cdt.internal.ui.text.correction.proposals;x-friends:="org.eclipse.cdt.ui.tests",
|
2008-02-09 12:23:25 +00:00
|
|
|
org.eclipse.cdt.internal.ui.text.doctools;x-internal:=true,
|
2006-10-12 15:01:47 +00:00
|
|
|
org.eclipse.cdt.internal.ui.text.folding;x-internal:=true,
|
2008-11-24 09:49:27 +00:00
|
|
|
org.eclipse.cdt.internal.ui.text.spelling;x-internal:=true,
|
|
|
|
org.eclipse.cdt.internal.ui.text.spelling.engine;x-internal:=true,
|
2006-10-12 15:01:47 +00:00
|
|
|
org.eclipse.cdt.internal.ui.text.template;x-internal:=true,
|
|
|
|
org.eclipse.cdt.internal.ui.text.util;x-internal:=true,
|
2007-01-24 14:02:24 +00:00
|
|
|
org.eclipse.cdt.internal.ui.typehierarchy;x-internal:=true,
|
2010-09-02 17:11:05 +00:00
|
|
|
org.eclipse.cdt.internal.ui.util;x-friends:="org.eclipse.cdt.debug.ui,org.eclipse.cdt.debug.edc.tests",
|
2006-10-12 15:01:47 +00:00
|
|
|
org.eclipse.cdt.internal.ui.viewsupport;x-internal:=true,
|
|
|
|
org.eclipse.cdt.internal.ui.wizards;x-internal:=true,
|
|
|
|
org.eclipse.cdt.internal.ui.wizards.classwizard;x-internal:=true,
|
2012-12-27 16:22:11 -08:00
|
|
|
org.eclipse.cdt.internal.ui.wizards.dialogfields;x-friends:="org.eclipse.cdt.codan.ui",
|
2006-10-12 15:01:47 +00:00
|
|
|
org.eclipse.cdt.internal.ui.wizards.filewizard;x-internal:=true,
|
|
|
|
org.eclipse.cdt.internal.ui.wizards.folderwizard;x-internal:=true,
|
2008-11-24 09:49:27 +00:00
|
|
|
org.eclipse.cdt.internal.ui.wizards.indexwizards;x-internal:=true,
|
|
|
|
org.eclipse.cdt.internal.ui.wizards.settingswizards;x-internal:=true,
|
2006-10-12 15:01:47 +00:00
|
|
|
org.eclipse.cdt.internal.ui.workingsets;x-internal:=true,
|
2005-11-15 21:33:43 +00:00
|
|
|
org.eclipse.cdt.ui,
|
|
|
|
org.eclipse.cdt.ui.actions,
|
|
|
|
org.eclipse.cdt.ui.browser.typeinfo,
|
|
|
|
org.eclipse.cdt.ui.dialogs,
|
2014-01-02 17:30:54 -08:00
|
|
|
org.eclipse.cdt.ui.extensions,
|
2008-11-24 09:49:27 +00:00
|
|
|
org.eclipse.cdt.ui.internal.templateengine.wizard;x-internal:=true,
|
2012-05-01 22:36:29 -04:00
|
|
|
org.eclipse.cdt.ui.language.settings.providers,
|
2007-04-26 17:07:39 +00:00
|
|
|
org.eclipse.cdt.ui.newui,
|
2008-03-12 09:56:10 +00:00
|
|
|
org.eclipse.cdt.ui.refactoring,
|
|
|
|
org.eclipse.cdt.ui.refactoring.actions,
|
2011-04-06 20:53:22 +00:00
|
|
|
org.eclipse.cdt.ui.resources,
|
2007-04-26 17:07:39 +00:00
|
|
|
org.eclipse.cdt.ui.templateengine,
|
|
|
|
org.eclipse.cdt.ui.templateengine.event,
|
|
|
|
org.eclipse.cdt.ui.templateengine.pages,
|
2010-02-22 15:46:36 +00:00
|
|
|
org.eclipse.cdt.ui.templateengine.processes,
|
2007-04-26 17:07:39 +00:00
|
|
|
org.eclipse.cdt.ui.templateengine.uitree,
|
|
|
|
org.eclipse.cdt.ui.templateengine.uitree.uiwidgets,
|
2005-11-15 21:33:43 +00:00
|
|
|
org.eclipse.cdt.ui.text,
|
|
|
|
org.eclipse.cdt.ui.text.c.hover,
|
|
|
|
org.eclipse.cdt.ui.text.contentassist,
|
2008-02-09 12:23:25 +00:00
|
|
|
org.eclipse.cdt.ui.text.doctools,
|
|
|
|
org.eclipse.cdt.ui.text.doctools.doxygen,
|
2008-03-12 09:56:10 +00:00
|
|
|
org.eclipse.cdt.ui.text.doctools.generic,
|
2005-11-15 21:33:43 +00:00
|
|
|
org.eclipse.cdt.ui.text.folding,
|
|
|
|
org.eclipse.cdt.ui.wizards,
|
|
|
|
org.eclipse.cdt.ui.wizards.conversion,
|
2007-04-26 17:07:39 +00:00
|
|
|
org.eclipse.cdt.utils.ui.controls
|
2012-03-17 17:03:15 -07:00
|
|
|
Require-Bundle: org.eclipse.cdt.core;bundle-version="[5.2.0,6.0.0)",
|
2007-04-06 12:45:20 +00:00
|
|
|
org.eclipse.compare;bundle-version="[3.3.0,4.0.0)",
|
2007-02-20 17:23:35 +00:00
|
|
|
org.eclipse.core.filesystem;bundle-version="[1.1.0,2.0.0)",
|
2012-03-17 17:03:15 -07:00
|
|
|
org.eclipse.core.resources;bundle-version="[3.2.0,4.0.0)",
|
|
|
|
org.eclipse.core.runtime;bundle-version="[3.7.0,4.0.0)",
|
2008-03-12 09:56:10 +00:00
|
|
|
org.eclipse.core.variables;bundle-version="[3.1.100,4.0.0)",
|
2012-03-17 17:03:15 -07:00
|
|
|
org.eclipse.help;bundle-version="[3.2.0,4.0.0)",
|
|
|
|
org.eclipse.jface.text;bundle-version="[3.4.0,4.0.0)",
|
2012-03-18 19:14:17 -07:00
|
|
|
org.eclipse.ltk.core.refactoring;bundle-version="3.6.0",
|
|
|
|
org.eclipse.ltk.ui.refactoring;bundle-version="3.6.0",
|
2012-03-17 17:03:15 -07:00
|
|
|
org.eclipse.search;bundle-version="[3.2.0,4.0.0)",
|
|
|
|
org.eclipse.ui;bundle-version="[3.3.0,4.0.0)",
|
|
|
|
org.eclipse.ui.console;bundle-version="[3.1.100,4.0.0)",
|
|
|
|
org.eclipse.ui.editors;bundle-version="[3.3.0,4.0.0)",
|
|
|
|
org.eclipse.ui.forms;bundle-version="[3.2.0,4.0.0)",
|
|
|
|
org.eclipse.ui.ide;bundle-version="[3.3.0,4.0.0)",
|
|
|
|
org.eclipse.ui.navigator;bundle-version="[3.2.0,4.0.0)",
|
|
|
|
org.eclipse.ui.navigator.resources;bundle-version="3.3.100",
|
|
|
|
org.eclipse.ui.views;bundle-version="[3.2.0,4.0.0)",
|
|
|
|
org.eclipse.ui.workbench.texteditor;bundle-version="[3.5.0,4.0.0)",
|
2014-05-06 12:39:03 -04:00
|
|
|
com.ibm.icu;bundle-version="4.4.2",
|
|
|
|
org.eclipse.e4.ui.css.swt.theme
|
2008-02-15 10:29:25 +00:00
|
|
|
Bundle-ActivationPolicy: lazy
|
2014-01-23 17:52:37 -08:00
|
|
|
Bundle-RequiredExecutionEnvironment: JavaSE-1.7
|