Skip to main content
summaryrefslogtreecommitdiffstats
blob: fe12377252c50543307f4bacb2f39c228d93679e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: RCP fragment for the Babel Editor
Bundle-SymbolicName: org.eclipse.babel.editor.swt;singleton:=true
Bundle-Version: 0.8.0.qualifier
Fragment-Host: org.eclipse.babel.editor;bundle-version="0.8.0"
Bundle-RequiredExecutionEnvironment: JavaSE-1.6
Require-Bundle:  org.eclipse.ltk.core.refactoring,
 org.eclipse.ltk.ui.refactoring
Export-Package: org.eclipse.babel.editor.internal

Back to the top