Chinthakayala, Sheshashailavas (sc2914) | d156997 | 2017-08-28 05:25:46 -0900 | [diff] [blame] | 1 | toolsDir=$PROJECT_HOME/tools |
2 | . ${toolsDir}/setClasspath | ||||
3 | if [ "$#" != "1" ] | ||||
4 | then | ||||
5 | echo "Usage $0 className_without_the_dot_class_ext" | ||||
6 | exit | ||||
7 | fi | ||||
Sheshi Chinthakayala | 52bb908 | 2017-10-18 16:56:52 -0500 | [diff] [blame] | 8 | java org.onap.ccsdk.sli.core.sli.PrintYangToProp $1 |