Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorslewis2013-01-24 00:27:31 +0000
committerslewis2013-01-24 00:27:31 +0000
commitb456fbca20067683d8b069fd071f4ff117328957 (patch)
tree118ab9b21d678fff4c0b28028959f1c7c40c81e2 /examples/bundles/org.eclipse.ecf.examples.loadbalancing
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 'examples/bundles/org.eclipse.ecf.examples.loadbalancing')
-rw-r--r--examples/bundles/org.eclipse.ecf.examples.loadbalancing/META-INF/MANIFEST.MF2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/bundles/org.eclipse.ecf.examples.loadbalancing/META-INF/MANIFEST.MF b/examples/bundles/org.eclipse.ecf.examples.loadbalancing/META-INF/MANIFEST.MF
index 9b2daa376..02cd74628 100644
--- a/examples/bundles/org.eclipse.ecf.examples.loadbalancing/META-INF/MANIFEST.MF
+++ b/examples/bundles/org.eclipse.ecf.examples.loadbalancing/META-INF/MANIFEST.MF
@@ -5,7 +5,7 @@ Bundle-SymbolicName: org.eclipse.ecf.examples.loadbalancing
Bundle-Version: 1.1.0.qualifier
Bundle-Vendor: %bundleProvider
Bundle-RequiredExecutionEnvironment: J2SE-1.5
-Export-Package: org.eclipse.ecf.examples.loadbalancing
+Export-Package: org.eclipse.ecf.examples.loadbalancing;version="1.1.0"
Bundle-Localization: bundle
Import-Package: org.eclipse.ecf.remoteservice
Bundle-ActivationPolicy: lazy

Back to the top