Skip to main content

This CGIT instance is deprecated, and repositories have been moved to Gitlab or Github. See the repository descriptions for specific locations.

summaryrefslogtreecommitdiffstats
blob: f89b74703d4489b034108c866189a89c0d91bd68 (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
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: EMF Workbench Edit Plug-in
Bundle-SymbolicName: org.eclipse.wst.common.emfworkbench.integration; singleton:=true
Bundle-Version: 1.0.0.qualifier
Bundle-Activator: org.eclipse.wst.common.internal.emfworkbench.integration.EMFWorkbenchEditPlugin
Bundle-Vendor: Eclipse.org
Bundle-Localization: plugin
Export-Package: org.eclipse.wst.common.internal.emfworkbench;x-internal:=true,
 org.eclipse.wst.common.internal.emfworkbench.edit;x-internal:=true,
 org.eclipse.wst.common.internal.emfworkbench.integration;x-internal:=true,
 org.eclipse.wst.common.internal.emfworkbench.validateedit;x-internal:=true
Require-Bundle: org.eclipse.wst.common.frameworks,
 org.eclipse.jem.util,
 org.eclipse.emf.edit,
 org.eclipse.emf.ecore.xmi,
 org.eclipse.wst.common.emf,
 org.eclipse.core.runtime,
 org.eclipse.core.resources,
 org.eclipse.xsd,
 org.eclipse.wst.validation,
 org.eclipse.wst.common.project.facet.core,
 org.eclipse.core.expressions
Eclipse-AutoStart: true

Back to the top