Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'bundles/code/org.eclipse.fx.code.editor.ldef.ui/META-INF/MANIFEST.MF')
-rw-r--r--bundles/code/org.eclipse.fx.code.editor.ldef.ui/META-INF/MANIFEST.MF3
1 files changed, 2 insertions, 1 deletions
diff --git a/bundles/code/org.eclipse.fx.code.editor.ldef.ui/META-INF/MANIFEST.MF b/bundles/code/org.eclipse.fx.code.editor.ldef.ui/META-INF/MANIFEST.MF
index dded20910..060de8874 100644
--- a/bundles/code/org.eclipse.fx.code.editor.ldef.ui/META-INF/MANIFEST.MF
+++ b/bundles/code/org.eclipse.fx.code.editor.ldef.ui/META-INF/MANIFEST.MF
@@ -21,5 +21,6 @@ Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Export-Package: org.eclipse.fx.code.editor.ldef.ui.quickfix,
org.eclipse.fx.code.editor.ldef.ui.contentassist,
org.eclipse.fx.code.editor.ldef.ui.internal,
- org.eclipse.fx.code.editor.ldef.ui.contentassist.antlr
+ org.eclipse.fx.code.editor.ldef.ui.contentassist.antlr,
+ org.eclipse.fx.code.editor.ldef.ui.contentassist.antlr.internal
Bundle-Activator: org.eclipse.fx.code.editor.ldef.ui.internal.LDefActivator

Back to the top