blob: d4eb892038a873c8d8d05cd5d55bf5b8a6d0f337 [file] [log] [blame]
hcaoa53e34d2006-03-10 10:25:28 +00001Manifest-Version: 1.0
2Bundle-ManifestVersion: 2
Brian Fitzpatrickcbd05542009-06-02 15:08:06 +00003Bundle-Name: %pluginName
hcaoa53e34d2006-03-10 10:25:28 +00004Bundle-SymbolicName: org.eclipse.datatools.sqltools.sqleditor; singleton:=true
jgrahamf6bd1512008-03-04 21:13:29 +00005Bundle-Version: 1.0.0.qualifier
hcaoa53e34d2006-03-10 10:25:28 +00006Bundle-Activator: org.eclipse.datatools.sqltools.sqleditor.internal.SQLEditorPlugin
Brian Fitzpatrickcbd05542009-06-02 15:08:06 +00007Bundle-Vendor: %providerName
hcaoa53e34d2006-03-10 10:25:28 +00008Bundle-Localization: plugin
9Export-Package: org.eclipse.datatools.sqltools.sqleditor,
10 org.eclipse.datatools.sqltools.sqleditor.internal,
11 org.eclipse.datatools.sqltools.sqleditor.internal.actions,
12 org.eclipse.datatools.sqltools.sqleditor.internal.editor,
hcao72ff57c2006-09-14 06:26:16 +000013 org.eclipse.datatools.sqltools.sqleditor.internal.indent,
hcao982ae942008-12-12 07:29:57 +000014 org.eclipse.datatools.sqltools.sqleditor.internal.matching,
hcaoa53e34d2006-03-10 10:25:28 +000015 org.eclipse.datatools.sqltools.sqleditor.internal.sql,
hcao91da9d32007-03-08 05:10:00 +000016 org.eclipse.datatools.sqltools.sqleditor.internal.templates,
hcaoa53e34d2006-03-10 10:25:28 +000017 org.eclipse.datatools.sqltools.sqleditor.internal.utils,
18 org.eclipse.datatools.sqltools.sqleditor.perspectives,
dyangabea1882007-02-05 02:14:15 +000019 org.eclipse.datatools.sqltools.sqleditor.plan,
hcaoa53e34d2006-03-10 10:25:28 +000020 org.eclipse.datatools.sqltools.sqleditor.result,
21 org.eclipse.datatools.sqltools.sqleditor.sql
hcaoc0d46892006-08-30 02:37:08 +000022Require-Bundle: org.eclipse.core.resources;bundle-version="[3.2.0,4.0.0)",
23 org.eclipse.core.runtime;bundle-version="[3.2.0,4.0.0)",
24 org.eclipse.jface.text;bundle-version="[3.2.0,4.0.0)";visibility:=reexport,
25 org.eclipse.ui;bundle-version="[3.2.0,4.0.0)",
26 org.eclipse.ui.editors;bundle-version="[3.2.0,4.0.0)";visibility:=reexport,
27 org.eclipse.ui.ide;bundle-version="[3.2.0,4.0.0)",
28 org.eclipse.ui.views;bundle-version="[3.2.0,4.0.0)";visibility:=reexport,
29 org.eclipse.ui.workbench.texteditor;bundle-version="[3.2.0,4.0.0)";visibility:=reexport,
jgrahamcd56c5c2006-09-29 19:24:22 +000030 org.eclipse.datatools.modelbase.sql;bundle-version="[0.9.0,1.5.0)",
31 org.eclipse.datatools.connectivity;bundle-version="[0.9.0,1.5.0)",
32 org.eclipse.datatools.modelbase.dbdefinition;bundle-version="[0.9.0,1.5.0)",
33 org.eclipse.datatools.sqltools.editor.core;bundle-version="[0.9.0,1.5.0)",
34 org.eclipse.datatools.sqltools.sql;bundle-version="[0.9.0,1.5.0)",
35 org.eclipse.datatools.sqltools.result;bundle-version="[0.9.0,1.5.0)";visibility:=reexport,
hcaoc0d46892006-08-30 02:37:08 +000036 org.eclipse.debug.core;bundle-version="[3.2.0,4.0.0)",
37 org.eclipse.debug.ui;bundle-version="[3.2.0,4.0.0)",
Brian Fitzpatrickd74c0be2009-01-26 23:04:37 +000038 com.ibm.icu;bundle-version="[3.4.0,5.0.0)",
jgrahamcd56c5c2006-09-29 19:24:22 +000039 org.eclipse.datatools.sqltools.common.ui;bundle-version="[0.9.0,1.5.0)",
hcao30dda042007-09-06 10:45:39 +000040 org.eclipse.datatools.sqltools.plan;bundle-version="[0.9.0,1.5.0)",
hcao80eb8572007-09-06 12:38:28 +000041 org.eclipse.help;bundle-version="[3.2.0,4.0.0)",
hcao6ea64ca2009-04-21 06:07:42 +000042 org.eclipse.datatools.help;bundle-version="[0.9.0,2.0.0)",
43 org.eclipse.datatools.sqltools.editor.core.ui;bundle-version="[1.0.0,1.5.0)",
44 org.eclipse.datatools.sqltools.sql.ui;bundle-version="[1.0.0,1.5.0)"
hcao23e38c32006-03-31 07:18:07 +000045Eclipse-LazyStart: true
hcao6e738232008-05-13 09:26:45 +000046Bundle-ActivationPolicy: lazy
hcaod4a2d512009-03-05 07:40:56 +000047Bundle-RequiredExecutionEnvironment: J2SE-1.5