Stephan Herrmann | 0166441 | 2010-04-01 20:28:43 +0000 | [diff] [blame] | 1 | Manifest-Version: 1.0 |
| 2 | Bundle-ManifestVersion: 2 |
Stephan Herrmann | 9850213 | 2010-04-02 14:34:38 +0000 | [diff] [blame] | 3 | Bundle-Name: %pluginName |
Stephan Herrmann | 0166441 | 2010-04-01 20:28:43 +0000 | [diff] [blame] | 4 | Bundle-SymbolicName: org.eclipse.objectteams.otdt.jdt.ui;singleton:=true |
Stephan Herrmann | 6d32269 | 2014-12-13 15:56:29 +0100 | [diff] [blame^] | 5 | Bundle-Version: 2.4.0.qualifier |
Stephan Herrmann | 329259b | 2014-06-08 16:52:40 +0200 | [diff] [blame] | 6 | Require-Bundle: org.eclipse.jdt.ui;bundle-version="[3.10.0,4.0.0)", |
Stephan Herrmann | 33086c2 | 2011-05-12 19:28:00 +0000 | [diff] [blame] | 7 | org.eclipse.core.runtime;bundle-version="[3.7.0,4.0.0)", |
| 8 | org.eclipse.core.resources;bundle-version="[3.7.0,4.0.0)", |
| 9 | org.eclipse.jface.text;bundle-version="[3.7.0,4.0.0)", |
| 10 | org.eclipse.ltk.core.refactoring;bundle-version="[3.5.200,4.0.0)", |
| 11 | org.eclipse.swt;bundle-version="[3.7.0,4.0.0)", |
| 12 | org.eclipse.jface;bundle-version="[3.7.0,4.0.0)", |
| 13 | org.eclipse.ui;bundle-version="[3.7.0,4.0.0)", |
| 14 | org.eclipse.ui.ide;bundle-version="[3.7.0,4.0.0)", |
| 15 | org.eclipse.ui.workbench;bundle-version="[3.7.0,4.0.0)", |
| 16 | org.eclipse.ui.editors;bundle-version="[3.7.0,4.0.0)", |
| 17 | org.eclipse.ui.workbench.texteditor;bundle-version="[3.7.0,4.0.0)", |
| 18 | org.eclipse.compare;bundle-version="[3.5.200,4.0.0)", |
| 19 | org.eclipse.ui.views;bundle-version="[3.6.0,4.0.0)", |
| 20 | org.eclipse.core.filesystem;bundle-version="[1.3.100,2.0.0)", |
Stephan Herrmann | 329259b | 2014-06-08 16:52:40 +0200 | [diff] [blame] | 21 | org.eclipse.jdt.core;bundle-version="[3.10.0.v_OTDT_r230,4.0.0)", |
| 22 | org.eclipse.objectteams.otequinox;bundle-version="[2.3.0,3.0.0)", |
| 23 | org.eclipse.objectteams.otdt.ui;bundle-version="[2.3.0,3.0.0)", |
| 24 | org.eclipse.objectteams.otdt;bundle-version="[2.3.0,3.0.0)", |
Stephan Herrmann | 7bb567f | 2014-04-19 20:42:00 +0200 | [diff] [blame] | 25 | org.eclipse.jdt.launching;bundle-version="[3.7.100,4.0.0)" |
Stephan Herrmann | 9850213 | 2010-04-02 14:34:38 +0000 | [diff] [blame] | 26 | Bundle-Vendor: %providerName |
Stephan Herrmann | 3822225 | 2014-05-15 14:04:11 +0200 | [diff] [blame] | 27 | Bundle-RequiredExecutionEnvironment: JavaSE-1.7 |
Stephan Herrmann | 0166441 | 2010-04-01 20:28:43 +0000 | [diff] [blame] | 28 | Bundle-ActivationPolicy: lazy |
| 29 | Bundle-Localization: plugin |
Stephan Herrmann | 7bb567f | 2014-04-19 20:42:00 +0200 | [diff] [blame] | 30 | Export-Package: org.eclipse.objectteams.otdt.internal.corext;ot-aspect-host="org.eclipse.objectteams.otdt.jdt.ui", |
| 31 | org.eclipse.objectteams.otdt.internal.ui.assist;ot-aspect-host="org.eclipse.objectteams.otdt.jdt.ui";x-friends:="org.eclipse.objectteams.otdt.ui.tests", |
Stephan Herrmann | 2d11f83 | 2013-07-25 19:12:48 +0200 | [diff] [blame] | 32 | org.eclipse.objectteams.otdt.internal.ui.compare;ot-aspect-host="org.eclipse.objectteams.otdt.jdt.ui", |
Stephan Herrmann | 7bb567f | 2014-04-19 20:42:00 +0200 | [diff] [blame] | 33 | org.eclipse.objectteams.otdt.internal.ui.javaeditor;ot-aspect-host="org.eclipse.objectteams.otdt.jdt.ui", |
| 34 | org.eclipse.objectteams.otdt.internal.ui.packageview;ot-aspect-host="org.eclipse.objectteams.otdt.jdt.ui";x-friends:="org.eclipse.objectteams.otdt.ui.tests", |
Stephan Herrmann | e00c8fc | 2014-06-09 17:15:42 +0200 | [diff] [blame] | 35 | org.eclipse.objectteams.otdt.internal.ui.preferences;ot-aspect-host="org.eclipse.objectteams.otdt.jdt.ui";x-friends:="org.eclipse.jdt.ui", |
Stephan Herrmann | 7bb567f | 2014-04-19 20:42:00 +0200 | [diff] [blame] | 36 | org.eclipse.objectteams.otdt.internal.ui.search;ot-aspect-host="org.eclipse.objectteams.otdt.jdt.ui", |
| 37 | org.eclipse.objectteams.otdt.internal.ui.text;ot-aspect-host="org.eclipse.objectteams.otdt.jdt.ui", |
| 38 | org.eclipse.objectteams.otdt.internal.ui.typehierarchy;ot-aspect-host="org.eclipse.objectteams.otdt.jdt.ui", |
| 39 | org.eclipse.objectteams.otdt.internal.ui.util;ot-aspect-host="org.eclipse.objectteams.otdt.jdt.ui", |
| 40 | org.eclipse.objectteams.otdt.internal.ui.viewsupport;ot-aspect-host="org.eclipse.objectteams.otdt.jdt.ui", |
| 41 | org.eclipse.objectteams.otdt.internal.ui.wizards;ot-aspect-host="org.eclipse.objectteams.otdt.jdt.ui" |
Stephan Herrmann | 0166441 | 2010-04-01 20:28:43 +0000 | [diff] [blame] | 42 | |