commit | c32dfbac83533738e40ebeaf0f53b76777e67101 | [log] [tgz] |
---|---|---|
author | Thomas Vachuska <tom@opennetworking.org> | Tue Jul 18 16:01:40 2017 -0700 |
committer | Thomas Vachuska <tom@opennetworking.org> | Tue Jul 18 16:01:40 2017 -0700 |
tree | bf99947fd6cf6a6bfc0b05f311eb5903819da074 | |
parent | 411de78042fa83f20f714bbcefd7c34f6996b307 [diff] |
Fixing patch-yang-lib utility to also patch the YANG BUCK plugin. Change-Id: Ic23f263ef3df34ff8bfbe1823f09d0b5ee1f8415
diff --git a/tools/dev/bin/patch-yang-libs b/tools/dev/bin/patch-yang-libs index f4d6f03..be082d5 100755 --- a/tools/dev/bin/patch-yang-libs +++ b/tools/dev/bin/patch-yang-libs
@@ -40,3 +40,7 @@ EOF done + +# Patch the YANG BUCK plugin +cp $YANG_TOOLS_ROOT/compiler/plugin/buck/target/onos-yang-compiler-buck-plugin-$SVER.jar \ + $ONOS_ROOT/bin/plugins/yang.jar