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: fd3aa7554d7421872e416b52ada18dd5b86ccb07 (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
26
27
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Integration Plug-in
Bundle-SymbolicName: org.eclipse.jst.common.frameworks; singleton:=true
Bundle-Version: 1.0.0.qualifier
Bundle-Vendor: Eclipse.org
Bundle-Localization: plugin
Export-Package: 
 org.eclipse.jst.common.jdt.internal.classpath,
 org.eclipse.jst.common.jdt.internal.integration,
 org.eclipse.jst.common.project.facet
Require-Bundle: org.eclipse.core.runtime,
 org.eclipse.jdt.core,
 org.eclipse.jdt.launching,
 org.eclipse.emf.ecore,
 org.eclipse.emf.ecore.xmi,
 org.eclipse.wst.common.frameworks,
 org.eclipse.wst.common.modulecore,
 org.eclipse.jem.util,
 org.eclipse.core.resources,
 org.eclipse.wst.common.emf,
 org.eclipse.core.commands,
 org.eclipse.wst.common.emfworkbench.integration,
 org.eclipse.wst.validation,
 org.eclipse.wst.common.project.facet.core,
 org.eclipse.jst.common.project.facet.core,
 org.eclipse.jem.workbench

Back to the top