Bug 735 - Part 1 - add ietf-restconf.yang back into yang-tools.
authorDevin Avery <devin.avery@brocade.com>
Mon, 14 Apr 2014 18:45:54 +0000 (14:45 -0400)
committerDevin Avery <devin.avery@brocade.com>
Mon, 14 Apr 2014 20:22:51 +0000 (20:22 +0000)
commit845a8f812c1bfe68e7d21e77651bc6ebbcebd097
treefe48b50c618dce8a28241e57e7e2b18baff2beaa
parent7b07332934883077d2ee17f2a47c38442b00c868
Bug 735 - Part 1 - add ietf-restconf.yang back into yang-tools.

Added a bundle into yang-tools to ship the ietf-restconf.yang yang file, required by MD-SAL.

NOTE: We are adding the first draft (00) of the ietf-restconf.yang so we
dont have to upgrade all of the other core yang files. It appears that
ietf-yang-types would need to be upgraded as well if we went with the
latest ietf releases. That should happen, but as part of an intention
upgrade to all ietf core.

Note: Gerrit DRAFT https://git.opendaylight.org/gerrit/#/c/6185 provideds
the fixes to the controller project to resolve the issue with the restconf
/modules endpoint, but we can not push that one forward until the yangtools
(this CS) is pushed to master because of dependencies.

Signed-off-by: Devin Avery <devin.avery@brocade.com>
model/ietf/ietf-restconf/pom.xml [new file with mode: 0644]
model/ietf/ietf-restconf/src/main/yang/ietf-restconf.yang [new file with mode: 0644]
model/ietf/pom.xml