Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorslewis2007-04-06 18:46:53 +0000
committerslewis2007-04-06 18:46:53 +0000
commit03d07b4b0acd3a8552fdbf9859fcded8a70d6314 (patch)
tree242248887dd98a240835e097c3f6fc20e7cbd0ba /examples
parent5f489dbdb7682aa5aea31ccb2b2179b0e4ab222c (diff)
downloadorg.eclipse.ecf-03d07b4b0acd3a8552fdbf9859fcded8a70d6314.tar.gz
org.eclipse.ecf-03d07b4b0acd3a8552fdbf9859fcded8a70d6314.tar.xz
org.eclipse.ecf-03d07b4b0acd3a8552fdbf9859fcded8a70d6314.zip
changed version number back to 1.0.0.qualifier
Diffstat (limited to 'examples')
-rw-r--r--examples/bundles/org.eclipse.ecf.example.clients/META-INF/MANIFEST.MF2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/bundles/org.eclipse.ecf.example.clients/META-INF/MANIFEST.MF b/examples/bundles/org.eclipse.ecf.example.clients/META-INF/MANIFEST.MF
index 4bc921b69..2cedb4e6a 100644
--- a/examples/bundles/org.eclipse.ecf.example.clients/META-INF/MANIFEST.MF
+++ b/examples/bundles/org.eclipse.ecf.example.clients/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %plugin.name
Bundle-SymbolicName: org.eclipse.ecf.example.clients;singleton:=true
-Bundle-Version: 1.0.0
+Bundle-Version: 1.0.0.qualifier
Bundle-Vendor: %plugin.provider
Bundle-Localization: plugin
Export-Package: org.eclipse.ecf.example.clients,

Back to the top