f97ebda1dbe26e1fada6e644d254a28036bee702
[yangtools.git] / yang / yang-parser-impl / src / test / resources / mapped-build / bar.yang
1 module bar {
2     namespace bar;
3     prefix bar;
4
5     include sub-bar { revision-date 2015-03-01; }
6     
7     revision "2015-01-01" {
8         description "Initial version";
9     }
10 }