Resource container can be built without Java support.
authorMarkus Jung <markus.jung@samsung.com>
Mon, 20 Jul 2015 00:48:58 +0000 (09:48 +0900)
committerUze Choi <uzchoi@samsung.com>
Mon, 20 Jul 2015 02:09:12 +0000 (02:09 +0000)
commit125f79024988549813a1e46f13c033d685638292
tree4dd354c938348eec1ad879551a6ad44e15a1e005
parentf3fd36832ff9ab600200069fe9d8979b01d47038
Resource container can be built without Java support.

SConscript checks for the presence of a Java build environment and configures a CPP Macro variable that includes/excludes Java related code
in the resource container.

Change-Id: I33cc32e45eb28b554512841ff92a0a078966598a
Signed-off-by: Markus Jung <markus.jung@samsung.com>
Reviewed-on: https://gerrit.iotivity.org/gerrit/1741
Tested-by: jenkins-iotivity <jenkins-iotivity@opendaylight.org>
Reviewed-by: Uze Choi <uzchoi@samsung.com>
service/resource-manipulation/src/resourceContainer/SConscript
service/resource-manipulation/src/resourceContainer/include/BundleInfoInternal.h
service/resource-manipulation/src/resourceContainer/include/ResourceContainerImpl.h
service/resource-manipulation/src/resourceContainer/include/org_iotivity_resourcecontainer_bundle_api_BaseActivator.h
service/resource-manipulation/src/resourceContainer/src/BaseActivator.cpp
service/resource-manipulation/src/resourceContainer/src/BundleInfoInternal.cpp
service/resource-manipulation/src/resourceContainer/src/JavaBundleResource.cpp
service/resource-manipulation/src/resourceContainer/src/ResourceContainerImpl.cpp
service/resource-manipulation/src/resourceContainer/unittests/ResourceContainerTest.cpp
service/resource-manipulation/src/resourceContainer/unittests/SConscript