BUG-1170: removed hardcoding of test build directory.
[yangtools.git] / yang / yang-maven-plugin-it / src / test / resources / test-parent / NamingConflict / src / main / yang / test.yang
1 module test {
2     namespace "urn:yang:test";
3     prefix "t";
4
5     revision 2014-03-03 {
6     }
7
8     typedef network-topology-ref {
9         type instance-identifier;
10     }
11
12     grouping network-topology-ref {
13         leaf network-topology-ref {
14             type string;
15         }
16     }
17
18 }