Removed 'code-generator' and 'model' projects.
[controller.git] / opendaylight / sal / yang-prototype / code-generator / binding-generator-impl / src / test / resources / uses-of-grouping / uses-of-grouping-augment.yang
diff --git a/opendaylight/sal/yang-prototype/code-generator/binding-generator-impl/src/test/resources/uses-of-grouping/uses-of-grouping-augment.yang b/opendaylight/sal/yang-prototype/code-generator/binding-generator-impl/src/test/resources/uses-of-grouping/uses-of-grouping-augment.yang
deleted file mode 100644 (file)
index 0b99911..0000000
+++ /dev/null
@@ -1,31 +0,0 @@
-module grouping_uses_augment {
-    
-    namespace "urn:grouping:uses:augment";
-    prefix "sbd";
-
-    organization "OPEN DAYLIGHT";
-    contact "http://www.opendaylight.org/";
-
-    revision 2013-07-18 {
-    }
-
-    grouping grouping-augment-test {
-        leaf leaf-grouping-augment-test {
-            type string;
-        }
-    }
-    
-
-    container container-augment {
-        leaf leaf-container-augment1 {
-            type string;
-        }
-        leaf leaf-container-augment2 {
-            type int64;
-        }
-    }         
-    
-    augment "/container-augment" {
-        uses grouping-augment-test;        
-    }
-}
\ No newline at end of file