Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorslewis2014-03-08 02:24:53 +0000
committerslewis2014-03-08 02:24:53 +0000
commitae12fe82cd993aa4734c37a8cf2c4ea03bb3a0f0 (patch)
tree6b8eeef380e3f449124e1fa8d6d75a0ccb31eaff /examples
parent3115dda337a62e0327007dc4948422a85453c9bb (diff)
downloadorg.eclipse.ecf-ae12fe82cd993aa4734c37a8cf2c4ea03bb3a0f0.tar.gz
org.eclipse.ecf-ae12fe82cd993aa4734c37a8cf2c4ea03bb3a0f0.tar.xz
org.eclipse.ecf-ae12fe82cd993aa4734c37a8cf2c4ea03bb3a0f0.zip
Fix for rest timeservice consumer bundle name.
Diffstat (limited to 'examples')
-rw-r--r--examples/bundles/com.mycorp.examples.timeservice.consumer.filediscovery.rest/META-INF/MANIFEST.MF2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/bundles/com.mycorp.examples.timeservice.consumer.filediscovery.rest/META-INF/MANIFEST.MF b/examples/bundles/com.mycorp.examples.timeservice.consumer.filediscovery.rest/META-INF/MANIFEST.MF
index d97fb485c..9891ef562 100644
--- a/examples/bundles/com.mycorp.examples.timeservice.consumer.filediscovery.rest/META-INF/MANIFEST.MF
+++ b/examples/bundles/com.mycorp.examples.timeservice.consumer.filediscovery.rest/META-INF/MANIFEST.MF
@@ -1,6 +1,6 @@
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
-Bundle-Name: ECF RS Example Rest Timeservice Consumer FileDiscovery
+Bundle-Name: ECF RS Example REST Timeservice Consumer FileDiscovery
Bundle-SymbolicName: com.mycorp.examples.timeservice.consumer.filediscovery.rest
Bundle-Version: 1.1.0.qualifier
Bundle-Vendor: Eclipse.org - ECF

Back to the top