diff options
Diffstat (limited to 'plugins/org.eclipse.gmf.graphdef.codegen/META-INF')
-rw-r--r-- | plugins/org.eclipse.gmf.graphdef.codegen/META-INF/MANIFEST.MF | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/plugins/org.eclipse.gmf.graphdef.codegen/META-INF/MANIFEST.MF b/plugins/org.eclipse.gmf.graphdef.codegen/META-INF/MANIFEST.MF index a43fa7431..95397c5a8 100644 --- a/plugins/org.eclipse.gmf.graphdef.codegen/META-INF/MANIFEST.MF +++ b/plugins/org.eclipse.gmf.graphdef.codegen/META-INF/MANIFEST.MF @@ -11,4 +11,5 @@ Require-Bundle: org.eclipse.core.runtime, org.eclipse.gmf.graphdef;visibility:=reexport, org.eclipse.emf.codegen, org.eclipse.draw2d -Export-Package: org.eclipse.gmf.graphdef.codegen +Export-Package: org.eclipse.gmf.graphdef.codegen, + org.eclipse.gmf.internal.graphdef.codegen;x-friends:="org.eclipse.gmf.graphdef.codegen.ui,org.eclipse.gmf.tests" |