summaryrefslogtreecommitdiffstats
path: root/yang-compiler/README.md
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-compiler/README.md
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-compiler/README.md')
-rw-r--r--yang-compiler/README.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/yang-compiler/README.md b/yang-compiler/README.md
index 264d2f1..e151cfc 100644
--- a/yang-compiler/README.md
+++ b/yang-compiler/README.md
@@ -142,7 +142,7 @@ The plugin system of Yang compiler support built-in plugin and external plugin.
"name": "validator_plugin",
- "class": "org.yangcentral.yangkit.compiler.plugin.validator.YangValidator",
+ "class": "org.onap.modelling.yangkit.compiler.plugin.validator.YangValidator",
"description": "a plugin for validating yang files",
@@ -179,12 +179,12 @@ The plugin system of Yang compiler support built-in plugin and external plugin.
{
"name": "yang_comparator",
"class-path": "yang-comparator/yang-comparator-1.0-SNAPSHOT.jar",
- "class": "com.huawei.yang.comparator.YangComparatorPlugin",
+ "class": "org.onap.modelling.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",
@@ -307,7 +307,7 @@ The plugin system of Yang compiler support built-in plugin and external plugin.
```
### &emsp;Commandline
```
-# java -jar yang-compiler-1.0-SNAPSHOT.jar [option=<_build.json_>] [install]
+# java -jar yang-compiler-1.0.0-SNAPSHOT.jar [option=<_build.json_>] [install]
```
#### &emsp;&emsp;Parameters
1. option: optional, specify the build option. It's the path of build.json, if not present, the build.json in current directory will be used.