Updated yangtools version to 0.5.6-SNAPSHOT.
[yangtools.git] / yang / yang-maven-plugin-it / src / test / resources / files / testfile1.yang
diff --git a/yang/yang-maven-plugin-it/src/test/resources/files/testfile1.yang b/yang/yang-maven-plugin-it/src/test/resources/files/testfile1.yang
new file mode 100644 (file)
index 0000000..5bf7ece
--- /dev/null
@@ -0,0 +1,23 @@
+module types1 {
+    yang-version 1;
+    namespace "urn:simple.container.demo";
+    prefix "t1";
+
+    import types2 {
+        prefix "data";
+        revision-date 2013-02-27;
+    }
+
+   import types3 {
+        prefix "t3";
+        revision-date 2013-02-27;
+    }
+
+    organization "opendaylight";
+    contact "http://www.opendaylight.org/";
+
+    revision "2013-02-27" {
+        reference " WILL BE DEFINED LATER";
+    }
+
+}