Gitiles
Code Review
Sign In
gerrit.nordix.org
/
onap
/
sdnc
/
oam
/
4cc1e4b946aedcf6c34550d1903e9bd13e6e160b
/
.
/
dgbuilder
/
tools
/
printYangProps.sh
blob: 7d1d0faf31bf08f7965fab5448f98e0611ede60e [
file
] [
log
] [
blame
]
toolsDir
=
$PROJECT_HOME
/
tools
.
$
{
toolsDir
}/
setClasspath
if
[
"$#"
!=
"1"
]
then
echo
"Usage $0 className_without_the_dot_class_ext"
exit
fi
java
PrintYangToProp
$1