summaryrefslogtreecommitdiffstats
path: root/yang-comparator/src/main/resources/plugins.json
diff options
context:
space:
mode:
authorfrank feng <frank.fengchong@huawei.com>2023-09-15 11:10:27 +0800
committerfrank feng <frank.fengchong@huawei.com>2023-09-15 11:10:41 +0800
commitcc0fc052c1204a36dd997d4ce6d67a26ef80b361 (patch)
tree3270c52800c3d8bc3bbbe1207e0229827d533244 /yang-comparator/src/main/resources/plugins.json
parentc591d5e079dee38969ddd6366481bb1b476aaa31 (diff)
modify yang-comparator and yang-compiler for external plugin call, and fix bug for yang-tree-generator plugin
Issue-ID: MODELING-680 Change-Id: I8ccbfdce79344c4734fe10931fa818601701f350 Signed-off-by: frank feng <frank.fengchong@huawei.com>
Diffstat (limited to 'yang-comparator/src/main/resources/plugins.json')
-rw-r--r--yang-comparator/src/main/resources/plugins.json6
1 files changed, 3 insertions, 3 deletions
diff --git a/yang-comparator/src/main/resources/plugins.json b/yang-comparator/src/main/resources/plugins.json
index 4534d4d..39d196d 100644
--- a/yang-comparator/src/main/resources/plugins.json
+++ b/yang-comparator/src/main/resources/plugins.json
@@ -3,13 +3,13 @@
"plugin": [
{
"name": "yang_comparator",
- "class-path": "yang-comparator-1.0-SNAPSHOT.jar",
- "class": "com.huawei.yang.comparator.app.YangComparatorPlugin",
+ "class-path": "yang-comparator/yang-comparator-1.0.0-SNAPSHOT.jar",
+ "class": "org.onap.modeling.yangkit.comparator.app.YangComparatorPlugin",
"description": "a plugin for comparing two yang schema.",
"parameter": [
{
"name": "old-yang",
- "description": "mandatory,the old version yang directory."
+ "description": "mandatory,the old version yang sources."
},
{
"name": "settings",