[IoTivity Simulator] Updated the eclipse plugins to load the 1.2.0+RC1 1.2.0-RC1
authorSenthil Kumar G S <senthil.gs@samsung.com>
Tue, 30 Aug 2016 15:38:42 +0000 (21:08 +0530)
committerUze Choi <uzchoi@samsung.com>
Wed, 31 Aug 2016 06:12:36 +0000 (06:12 +0000)
commit2170911bc36156172ffa7a5e1a5b738446124643
tree4e1b179aa1340149d347f8ddded6d11cf00e6324
parent6ead57cebeffb32bde5d6fc6c86d6c91e9152012
[IoTivity Simulator] Updated the eclipse plugins to load the
connectivity abstraction library.

Previouly CA was built as a static library but now its built as a
shared library.
Due to this, simulator eclipse plugins should explicitly load it
and update the manifest file.

Also the run-time path should be specified to help the loader to find the
dependent libraries of octbstack in resource/csdk/SConscript
for simulator to avoid the need to set the LD_LIBRARY_PATH
to run the plugins (Similar to one of our previous changes
https://gerrit.iotivity.org/gerrit/#/c/7673/).

Change-Id: I153934ecff71e9978e4726c017cdb816c96b96d6
Signed-off-by: Senthil Kumar G S <senthil.gs@samsung.com>
Reviewed-on: https://gerrit.iotivity.org/gerrit/11163
Reviewed-by: Harish Marappa <h.marappa@samsung.com>
Reviewed-by: Uze Choi <uzchoi@samsung.com>
Tested-by: Uze Choi <uzchoi@samsung.com>
resource/csdk/SConscript
service/simulator/java/eclipse-plugin/ClientControllerPlugin/META-INF/MANIFEST.MF
service/simulator/java/eclipse-plugin/ServiceProviderPlugin/META-INF/MANIFEST.MF
service/simulator/java/sdk/src/org/oic/simulator/SimulatorManager.java