Skip to main content
summaryrefslogtreecommitdiffstats
blob: 24494b13c4ac793427250ebab746bf3acb483571 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %pluginName
Bundle-SymbolicName: org.eclipse.wst.common.frameworks; singleton:=true
Bundle-Version: 1.1.200.qualifier
Bundle-Activator: org.eclipse.wst.common.frameworks.internal.plugin.WTPCommonPlugin
Bundle-Vendor: %provider
Bundle-Localization: plugin
Export-Package: org.eclipse.wst.common.frameworks.datamodel,
 org.eclipse.wst.common.frameworks.datamodel.properties,
 org.eclipse.wst.common.frameworks.internal;x-internal:=true,
 org.eclipse.wst.common.frameworks.internal.activities;x-internal:=true,
 org.eclipse.wst.common.frameworks.internal.datamodel;x-internal:=true,
 org.eclipse.wst.common.frameworks.internal.enablement;x-internal:=true,
 org.eclipse.wst.common.frameworks.internal.enablement.nonui;x-internal:=true,
 org.eclipse.wst.common.frameworks.internal.operations;x-internal:=true,
 org.eclipse.wst.common.frameworks.internal.plugin;x-internal:=true
Require-Bundle: org.eclipse.core.resources;bundle-version="[3.4.0,4.0.0)",
 org.eclipse.core.runtime;bundle-version="[3.4.0,4.0.0)",
 org.eclipse.core.commands;bundle-version="[3.4.0,4.0.0)",
 org.eclipse.jem.util;bundle-version="[2.0.100,3.0.0)",
 org.eclipse.wst.common.environment;bundle-version="[1.0.200,2.0.0)";visibility:=reexport,
 org.eclipse.emf.ecore;bundle-version="[2.4.0,3.0.0)"
Eclipse-LazyStart: true
Bundle-RequiredExecutionEnvironment: J2SE-1.4

Back to the top