Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/org.eclipse.tm.tcf.core/META-INF/MANIFEST.MF')
-rw-r--r--plugins/org.eclipse.tm.tcf.core/META-INF/MANIFEST.MF4
1 files changed, 4 insertions, 0 deletions
diff --git a/plugins/org.eclipse.tm.tcf.core/META-INF/MANIFEST.MF b/plugins/org.eclipse.tm.tcf.core/META-INF/MANIFEST.MF
index e54ded594..68284220c 100644
--- a/plugins/org.eclipse.tm.tcf.core/META-INF/MANIFEST.MF
+++ b/plugins/org.eclipse.tm.tcf.core/META-INF/MANIFEST.MF
@@ -5,3 +5,7 @@ Bundle-SymbolicName: org.eclipse.tm.tcf.core;singleton:=true
Bundle-Version: 0.2.0.qualifier
Fragment-Host: org.eclipse.tm.tcf;bundle-version="0.2.0"
Bundle-RequiredExecutionEnvironment: J2SE-1.5
+Export-Package: org.eclipse.tm.tcf.core;version="0.2.0",
+ org.eclipse.tm.tcf.protocol;version="0.2.0",
+ org.eclipse.tm.tcf.services;version="0.2.0",
+ org.eclipse.tm.tcf.util;version="0.2.0"

Back to the top