From 52bb9087c39a6a86833684b0cac6b8f9c6043716 Mon Sep 17 00:00:00 2001 From: Sheshi Chinthakayala Date: Wed, 18 Oct 2017 16:56:52 -0500 Subject: removed the printYangToProp binaries and the file was removed as binaries are not allowed in ONAP git repos. The PrintYangToProp.java file was moved to ccsdk/sli/core repo Change-Id: I09d78f78cfe68fe7708d0b5278be52716011d467 Issue-ID: SDNC-81 Signed-off-by: Sheshi Chinthakayala --- dgbuilder/tools/printYangProps.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dgbuilder/tools/printYangProps.sh') diff --git a/dgbuilder/tools/printYangProps.sh b/dgbuilder/tools/printYangProps.sh index 7d1d0faf..e34d84cf 100755 --- a/dgbuilder/tools/printYangProps.sh +++ b/dgbuilder/tools/printYangProps.sh @@ -5,4 +5,4 @@ then echo "Usage $0 className_without_the_dot_class_ext" exit fi - java PrintYangToProp $1 + java org.onap.ccsdk.sli.core.sli.PrintYangToProp $1 -- cgit 1.2.3-korg