Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorslewis2013-01-24 00:27:31 +0000
committerslewis2013-01-24 00:27:31 +0000
commitb456fbca20067683d8b069fd071f4ff117328957 (patch)
tree118ab9b21d678fff4c0b28028959f1c7c40c81e2 /framework/bundles/org.eclipse.ecf.sync
parentffbd0260beceb1064b753ff2c11f34f1af7dec17 (diff)
downloadorg.eclipse.ecf-b456fbca20067683d8b069fd071f4ff117328957.tar.gz
org.eclipse.ecf-b456fbca20067683d8b069fd071f4ff117328957.tar.xz
org.eclipse.ecf-b456fbca20067683d8b069fd071f4ff117328957.zip
Added exported package version information in preparation for ECF 3.6.0
release
Diffstat (limited to 'framework/bundles/org.eclipse.ecf.sync')
-rw-r--r--framework/bundles/org.eclipse.ecf.sync/META-INF/MANIFEST.MF10
1 files changed, 5 insertions, 5 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 7e7e5de01..3b53dd4a0 100644
--- a/framework/bundles/org.eclipse.ecf.sync/META-INF/MANIFEST.MF
+++ b/framework/bundles/org.eclipse.ecf.sync/META-INF/MANIFEST.MF
@@ -18,8 +18,8 @@ Import-Package: org.eclipse.core.runtime,
Eclipse-LazyStart: true
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
+Export-Package: org.eclipse.ecf.internal.sync;version="2.0.0";x-internal:=true,
+ org.eclipse.ecf.internal.sync.doc.cola;version="2.0.0";x-internal:=true,
+ org.eclipse.ecf.internal.sync.doc.identity;version="2.0.0";x-internal:=true,
+ org.eclipse.ecf.sync;version="2.0.0",
+ org.eclipse.ecf.sync.doc;version="2.0.0"

Back to the top