X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=opendaylight%2Fconfig%2Fyang-jmx-generator%2Fsrc%2Ftest%2Fresources%2Fconfig-jmx-it.yang;fp=opendaylight%2Fconfig%2Fyang-jmx-generator%2Fsrc%2Ftest%2Fresources%2Fconfig-jmx-it.yang;h=0000000000000000000000000000000000000000;hb=ac6f2699cd0c1e340cc32e8f0d0ca94c8e9c0cc0;hp=e2b45b84aade481932b7a702ce20f4084b5bba7b;hpb=f43b01b81319959b1907e3e04537f5169e7f33d8;p=controller.git diff --git a/opendaylight/config/yang-jmx-generator/src/test/resources/config-jmx-it.yang b/opendaylight/config/yang-jmx-generator/src/test/resources/config-jmx-it.yang deleted file mode 100644 index e2b45b84aa..0000000000 --- a/opendaylight/config/yang-jmx-generator/src/test/resources/config-jmx-it.yang +++ /dev/null @@ -1,26 +0,0 @@ -// vi: set smarttab et sw=4 tabstop=4: -module config-jmx-it { - yang-version 1; - namespace "urn:opendaylight:params:xml:ns:yang:controller:config:jmx:generator:it"; - prefix "jmxIt"; - - import config { prefix config; revision-date 2013-04-05; } - - - - description - "Testing API"; - - revision "2013-06-13" { - description - "Initial revision"; - } - - identity testing { - description - "Test api"; - - base "config:service-type"; - config:java-class "java.lang.AutoCloseable"; - } -}