Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorslewis2008-10-05 22:08:04 +0000
committerslewis2008-10-05 22:08:04 +0000
commit27a2d74d035bc0ae716dd746ea0a26abdd0a110c (patch)
treeea8b5c07c213df8493b228a53b8ab91ef3157725 /framework/bundles
parent5c278fa69d32359f4d0e5fa93bb24db9017ddf88 (diff)
downloadorg.eclipse.ecf-27a2d74d035bc0ae716dd746ea0a26abdd0a110c.tar.gz
org.eclipse.ecf-27a2d74d035bc0ae716dd746ea0a26abdd0a110c.tar.xz
org.eclipse.ecf-27a2d74d035bc0ae716dd746ea0a26abdd0a110c.zip
Fixes for manifest
Diffstat (limited to 'framework/bundles')
-rw-r--r--framework/bundles/org.eclipse.ecf.sync/META-INF/MANIFEST.MF2
1 files changed, 2 insertions, 0 deletions
diff --git a/framework/bundles/org.eclipse.ecf.sync/META-INF/MANIFEST.MF b/framework/bundles/org.eclipse.ecf.sync/META-INF/MANIFEST.MF
index 1ea72aa50..06b098b6b 100644
--- a/framework/bundles/org.eclipse.ecf.sync/META-INF/MANIFEST.MF
+++ b/framework/bundles/org.eclipse.ecf.sync/META-INF/MANIFEST.MF
@@ -16,5 +16,7 @@ Bundle-ActivationPolicy: lazy
Bundle-Localization: plugin
Export-Package: org.eclipse.ecf.internal.sync;x-internal:=true,
org.eclipse.ecf.internal.sync.doc.cola;x-internal:=true,
+ org.eclipse.ecf.internal.sync.doc.identity;x-internal:=true,
+ org.eclipse.ecf.sync,
org.eclipse.ecf.sync.doc,
org.eclipse.ecf.sync.doc.messages

Back to the top