Bug 735 - Part 1 - add ietf-restconf.yang back into yang-tools. 82/6182/3
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)
commit4f5de71c0b34fe3bce451660d395a5e2b64a2366
tree599d22473d388dcb3139cb4daddabe7a2e7a48b1
parentf5318cc449c9134c7ae38d765d2997669a755c2d
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