removing no-longer-needed components
5 files changed, 0 insertions(+), 54 deletions(-)

R META-INF/MANIFEST.MF => 
R OSGI-INF/.gitignore => 
R OSGI-INF/org.openhab.binding.lutronmqtt.discovery.LutronMQTTHubDiscoveryParticipant.xml => 
R OSGI-INF/org.openhab.binding.lutronmqtt.internal.LutronMQTTHandlerFactory.xml => 
R build.properties => 
R META-INF/MANIFEST.MF =>  +0 -33
@@ 1,33 0,0 @@ 
-Manifest-Version: 1.0
-Bundle-ActivationPolicy: lazy
-Bundle-ClassPath: .
-Bundle-ManifestVersion: 2
-Bundle-Name: LutronMQTT Binding
-Bundle-RequiredExecutionEnvironment: JavaSE-1.8
-Bundle-SymbolicName: org.openhab.binding.lutronmqtt;singleton:=true
-Bundle-Vendor: openHAB
-Bundle-Version: 2.3.0.qualifier
-Export-Package: 
- org.openhab.binding.lutronmqtt,
- org.openhab.binding.lutronmqtt.handler
-Import-Package: 
- org.openhab.binding.lutronmqtt,
- org.openhab.binding.lutronmqtt.handler,
- org.eclipse.jdt.annotation;resolution:=optional,
-  javax.jmdns;version="3.5.0",
- org.eclipse.smarthome.config.core,
-  org.eclipse.smarthome.config.discovery,
-  org.eclipse.smarthome.config.discovery.mdns,
- org.eclipse.smarthome.core.library.types,
- org.eclipse.smarthome.core.thing,
- org.eclipse.smarthome.core.thing.binding,
- org.eclipse.smarthome.core.thing.binding.builder,
- org.eclipse.smarthome.core.thing.type,
- org.eclipse.smarthome.core.types,
- org.slf4j,
- com.google.common.collect,
- org.osgi.framework,
- org.eclipse.paho.client.mqttv3,
- org.eclipse.paho.client.mqttv3.persist,
- com.google.gson
-Service-Component: OSGI-INF/*.xml

          
R OSGI-INF/.gitignore =>  +0 -1
@@ 1,1 0,0 @@ 
-*.xml
  No newline at end of file

          
R OSGI-INF/org.openhab.binding.lutronmqtt.discovery.LutronMQTTHubDiscoveryParticipant.xml =>  +0 -7
@@ 1,7 0,0 @@ 
-<?xml version="1.0" encoding="UTF-8"?>
-<scr:component xmlns:scr="http://www.osgi.org/xmlns/scr/v1.2.0" immediate="true" name="org.openhab.binding.lutronmqtt.discovery.hub" configuration-pid="binding.lutronmqtt">
-    <service servicefactory="false">
-        <provide interface="org.eclipse.smarthome.config.discovery.mdns.MDNSDiscoveryParticipant"/>
-    </service>
-    <implementation class="org.openhab.binding.lutronmqtt.discovery.LutronMQTTHubDiscoveryParticipant"/>
-</scr:component>

          
R OSGI-INF/org.openhab.binding.lutronmqtt.internal.LutronMQTTHandlerFactory.xml =>  +0 -7
@@ 1,7 0,0 @@ 
-<?xml version="1.0" encoding="UTF-8"?>
-<scr:component xmlns:scr="http://www.osgi.org/xmlns/scr/v1.2.0" immediate="true" name="lutronmqtt" configuration-pid="binding.lutronmqtt">
-    <service servicefactory="false">
-        <provide interface="org.eclipse.smarthome.core.thing.binding.ThingHandlerFactory"/>
-    </service>
-    <implementation class="org.openhab.binding.lutronmqtt.internal.LutronMQTTHandlerFactory"/>
-</scr:component>

          
R build.properties =>  +0 -6
@@ 1,6 0,0 @@ 
-source..=src/main/java/
-output..=target/classes
-bin.includes=META-INF/,\
-             .,\
-             OSGI-INF/,\
-             ESH-INF/