Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJames Blackburn2011-02-13 17:31:02 +0000
committerJames Blackburn2011-02-13 17:31:02 +0000
commit44d5f87460cff57acf9228488cd3d293a613e8a1 (patch)
treea484607cd45ea0a93b6ea7169fbdc0790c6aeaa1 /build/org.eclipse.cdt.managedbuilder.gnu.ui
parent2d69ae770d3f31df66b383b217d5f5d9b6ebd65e (diff)
downloadorg.eclipse.cdt-44d5f87460cff57acf9228488cd3d293a613e8a1.tar.gz
org.eclipse.cdt-44d5f87460cff57acf9228488cd3d293a613e8a1.tar.xz
org.eclipse.cdt-44d5f87460cff57acf9228488cd3d293a613e8a1.zip
Export packages: gnu.mingw, gnu.templates as x-internal.
Diffstat (limited to 'build/org.eclipse.cdt.managedbuilder.gnu.ui')
-rw-r--r--build/org.eclipse.cdt.managedbuilder.gnu.ui/META-INF/MANIFEST.MF2
1 files changed, 2 insertions, 0 deletions
diff --git a/build/org.eclipse.cdt.managedbuilder.gnu.ui/META-INF/MANIFEST.MF b/build/org.eclipse.cdt.managedbuilder.gnu.ui/META-INF/MANIFEST.MF
index ce9a3b801a0..e6b672a87f6 100644
--- a/build/org.eclipse.cdt.managedbuilder.gnu.ui/META-INF/MANIFEST.MF
+++ b/build/org.eclipse.cdt.managedbuilder.gnu.ui/META-INF/MANIFEST.MF
@@ -7,6 +7,8 @@ Bundle-Activator: org.eclipse.cdt.managedbuilder.gnu.ui.GnuUIPlugin
Bundle-Vendor: %providerName
Bundle-Localization: plugin
Export-Package: org.eclipse.cdt.managedbuilder.gnu.cygwin,
+ org.eclipse.cdt.managedbuilder.gnu.mingw;x-internal:=true,
+ org.eclipse.cdt.managedbuilder.gnu.templates;x-internal:=true,
org.eclipse.cdt.managedbuilder.gnu.ui
Require-Bundle: org.eclipse.core.runtime;bundle-version="[3.2.0,4.0.0)",
org.eclipse.cdt.managedbuilder.core;bundle-version="[8.0.0,9.0.0)",

Back to the top