From: Dan Timoney Date: Tue, 17 Oct 2017 15:14:39 +0000 (-0400) Subject: Fix vnftools load issues X-Git-Tag: v1.2.1~12 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=5fa42107512d9b06cb73877dd35739a0b5186840;hp=5fa42107512d9b06cb73877dd35739a0b5186840;p=sdnc%2Fnorthbound.git Fix vnftools load issues Fixed 2 issues that prevented vnftools from loading: 1) Added org.onap.ccsdk.* to Import-Package in provider manifest (needed to resolve path to SvcLogicJavaPlugin) 2) Removed useless Properties arg from VnfTools constructor Change-Id: Iba8213710d012836a7a70fca07c7c232a3b7b539 Issue-ID: SDNC-132 Signed-off-by: Dan Timoney ---