reduce but keep old archetype and make it point users to the new one
[controller.git] / opendaylight / archetypes / opendaylight-startup / src / main / resources / archetype-resources / api / src / main / yang / __artifactId__.yang
diff --git a/opendaylight/archetypes/opendaylight-startup/src/main/resources/archetype-resources/api/src/main/yang/__artifactId__.yang b/opendaylight/archetypes/opendaylight-startup/src/main/resources/archetype-resources/api/src/main/yang/__artifactId__.yang
deleted file mode 100644 (file)
index 848cf48..0000000
+++ /dev/null
@@ -1,12 +0,0 @@
-#set( $ldt = $package.getClass().forName("java.time.LocalDateTime").getMethod("now").invoke(null) )
-#set( $dtf = $package.getClass().forName("java.time.format.DateTimeFormatter").getMethod("ofPattern", $package.getClass()).invoke(null, "yyyy-MM-dd") )
-#set( $date = $ldt.format($dtf) )
-module ${artifactId} {
-    yang-version 1.1;
-    namespace "urn:opendaylight:params:xml:ns:yang:${artifactId}";
-    prefix "${artifactId}";
-
-    revision "2017-08-30" { // TODO change revision to date of model creation
-        description "Initial revision of ${artifactId} model";
-    }
-}