BUG 825: Maven archetype for config subsystem aware bundles 60/6560/2
authorSurekha Bejgam <sbejgam@cisco.com>
Fri, 31 Jan 2014 13:35:27 +0000 (14:35 +0100)
committerSurekha Bejgam <sbejgam@cisco.com>
Mon, 28 Apr 2014 21:34:26 +0000 (14:34 -0700)
commit96b802b1d2df067bbaf985abc10f8f069f956aa0
treecdc7f005558f404937d01ff3bb89748074b27473
parent57c6b02dbc5272ea48e9aa66b71e32bad90f13e0
BUG 825: Maven archetype for config subsystem aware bundles

Change-Id: I0b109770f03917b923de3d4fd78d91f43eded4e2
Signed-off-by: Maros Marsalek <mmarsale@cisco.com>
Signed-off-by: Surekha Bejgam <sbejgam@cisco.com>
opendaylight/config/config-module-archetype/pom.xml [new file with mode: 0644]
opendaylight/config/config-module-archetype/src/main/resources/META-INF/maven/archetype-metadata.xml [new file with mode: 0644]
opendaylight/config/config-module-archetype/src/main/resources/archetype-resources/pom.xml [new file with mode: 0644]
opendaylight/config/config-module-archetype/src/main/resources/archetype-resources/src/main/yang/__module-name__-impl.yang [new file with mode: 0644]
opendaylight/config/config-module-archetype/src/main/resources/archetype-resources/src/main/yang/__module-name__.yang [new file with mode: 0644]
opendaylight/config/pom.xml