openhab-core/bundles/org.openhab.core.model.thing/plugin.xml
Markus Rathgeb a37cceab67 mavenize openHAB and integrate mavenized ESH repository (#467)
* mavenize openHAB and integrate mavenized ESH repository

Signed-off-by: Markus Rathgeb <maggu2810@gmail.com>
2019-01-28 13:07:31 +01:00

17 lines
374 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<?eclipse version="3.0"?>
<plugin>
<extension point="org.eclipse.emf.ecore.generated_package">
<package
uri = "http://www.eclipse.org/smarthome/model/thing/Thing"
class = "org.eclipse.smarthome.model.thing.thing.ThingPackage"
genModel = "model/generated/Thing.genmodel" />
</extension>
</plugin>