Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorslewis2009-06-25 00:26:12 +0000
committerslewis2009-06-25 00:26:12 +0000
commit6b447253d281adde84eafa71b222aaa62145eba7 (patch)
treee76d845dbaabcd2ba9bb27f796d2b94022be6a38 /examples
parent5c40dae002874ee77d8a16eff5a0fce3f857aaa4 (diff)
downloadorg.eclipse.ecf-6b447253d281adde84eafa71b222aaa62145eba7.tar.gz
org.eclipse.ecf-6b447253d281adde84eafa71b222aaa62145eba7.tar.xz
org.eclipse.ecf-6b447253d281adde84eafa71b222aaa62145eba7.zip
Fixed bundle properties
Diffstat (limited to 'examples')
-rw-r--r--examples/bundles/org.eclipse.ecf.examples.remoteservices.hello.host/bundle.properties4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/bundles/org.eclipse.ecf.examples.remoteservices.hello.host/bundle.properties b/examples/bundles/org.eclipse.ecf.examples.remoteservices.hello.host/bundle.properties
index 1efd8d135..b6b1ba110 100644
--- a/examples/bundles/org.eclipse.ecf.examples.remoteservices.hello.host/bundle.properties
+++ b/examples/bundles/org.eclipse.ecf.examples.remoteservices.hello.host/bundle.properties
@@ -6,5 +6,5 @@
# Contributors:
# EclipseSource - initial API and implementation
#################################################################################
-pluginName=ECF RemoteServices Hello Example Host
-pluginProvider=Eclipse.org - ECF \ No newline at end of file
+bundleName=ECF RemoteServices Hello Example Host
+bundleProvider=Eclipse.org - ECF \ No newline at end of file

Back to the top