Yang-maven-plugin refactored + fixed bugs.
[controller.git] / opendaylight / sal / yang-prototype / code-generator / maven-yang-plugin / src / test / resources / mock.yang
index e69de29bb2d1d6434b8b29ae775ad8c2e48c5391..72e4d2c4d82bcf385356916417f78075c64804be 100644 (file)
@@ -0,0 +1,11 @@
+ module mock {
+
+   namespace "a:b:c";
+   prefix "m";
+
+   revision 2010-09-24 {
+     description
+      "Initial revision.";
+   }
+
+ }