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 <sc2914@att.com>
diff --git a/dgbuilder/tools/printYangProps.sh b/dgbuilder/tools/printYangProps.sh
index 7d1d0fa..e34d84c 100755
--- a/dgbuilder/tools/printYangProps.sh
+++ b/dgbuilder/tools/printYangProps.sh
@@ -5,4 +5,4 @@
echo "Usage $0 className_without_the_dot_class_ext"
exit
fi
- java PrintYangToProp $1
+ java org.onap.ccsdk.sli.core.sli.PrintYangToProp $1