Updated the MANIFEST content of simulator plugins.
authorG S Senthil Kumar <senthil.gs@samsung.com>
Wed, 6 Apr 2016 05:48:05 +0000 (11:18 +0530)
committerUze Choi <uzchoi@samsung.com>
Mon, 11 Apr 2016 10:31:58 +0000 (10:31 +0000)
Changed the version of plugins from 1.0.0 to 1.1.0.
Also specified the vendor as OCF.

Change-Id: Ic12f18a939530e75045c5f274b4e4d2dd1724d46
Signed-off-by: G S Senthil Kumar <senthil.gs@samsung.com>
Reviewed-on: https://gerrit.iotivity.org/gerrit/7629
Tested-by: jenkins-iotivity <jenkins-iotivity@opendaylight.org>
Reviewed-by: Uze Choi <uzchoi@samsung.com>
(cherry picked from commit 8eb5af23e34861e55e82f385cb3beb3dbedd4703)
Reviewed-on: https://gerrit.iotivity.org/gerrit/7675

service/simulator/java/eclipse-plugin/ClientControllerPlugin/META-INF/MANIFEST.MF
service/simulator/java/eclipse-plugin/ServiceProviderPlugin/META-INF/MANIFEST.MF

index 58a5e8a..7f60e42 100644 (file)
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
 Bundle-ManifestVersion: 2
 Bundle-Name: ClientControllerPlugin
 Bundle-SymbolicName: ClientControllerPlugin;singleton:=true
-Bundle-Version: 1.0.0.qualifier
+Bundle-Version: 1.1.0.qualifier
 Bundle-Activator: oic.simulator.clientcontroller.Activator
 Require-Bundle: org.eclipse.ui,
  org.eclipse.core.runtime
@@ -24,3 +24,4 @@ Bundle-NativeCode: libs/linux-x86/liboc_logger.so;
  processor=x86-64
 Bundle-ClassPath: libs/Simulator.jar,
  .
+Bundle-Vendor: Open Connectivity Foundation
index b45b6d9..3ca9e51 100644 (file)
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
 Bundle-ManifestVersion: 2
 Bundle-Name: ServiceProviderPlugin
 Bundle-SymbolicName: ServiceProviderPlugin;singleton:=true
-Bundle-Version: 1.0.0.qualifier
+Bundle-Version: 1.1.0.qualifier
 Bundle-Activator: oic.simulator.serviceprovider.Activator
 Require-Bundle: org.eclipse.ui,
  org.eclipse.core.runtime
@@ -24,3 +24,4 @@ Bundle-NativeCode: libs/linux-x86/liboc_logger.so;
  processor=x86-64
 Bundle-ClassPath: libs/Simulator.jar,
  .
+Bundle-Vendor: Open Connectivity Foundation