Remove config module archetype
[controller.git] / opendaylight / config / config-module-archetype / src / main / resources / archetype-resources / src / main / yang / __module-name__.yang
diff --git a/opendaylight/config/config-module-archetype/src/main/resources/archetype-resources/src/main/yang/__module-name__.yang b/opendaylight/config/config-module-archetype/src/main/resources/archetype-resources/src/main/yang/__module-name__.yang
deleted file mode 100644 (file)
index f77df5a..0000000
+++ /dev/null
@@ -1,26 +0,0 @@
-module ${module-name} {
-
-    yang-version 1;
-    namespace "urn:opendaylight:params:xml:ns:yang:controller:config:${module-name}";
-    prefix "${module-name}";
-
-    import config { prefix config; revision-date ${config-api-yang-revision}; }
-
-    description
-        "This module contains the base YANG definitions for
-        ${module-name} services.";
-
-    revision "${revision}" {
-        description
-            "Initial revision.";
-    }
-
-    // This is the definition of a service
-    identity ${module-name} {
-
-        base "config:service-type";
-
-        // TODO modify the java class
-        config:java-class " ${service-java-class}";
-    }
-}
\ No newline at end of file