|
| 1 | +Manifest-Version: 1.0 |
| 2 | +Bundle-ManifestVersion: 2 |
| 3 | +Bundle-Name: IPP Binding |
| 4 | +Bundle-SymbolicName: org.openhab.binding.ipp;singleton:=true |
| 5 | +Bundle-Vendor: openHAB |
| 6 | +Bundle-Version: 2.0.0.qualifier |
| 7 | +Bundle-RequiredExecutionEnvironment: JavaSE-1.7 |
| 8 | +Bundle-ClassPath: ., |
| 9 | + lib/cups4j-0.6.4.jar |
| 10 | +Import-Package: com.google.common.collect, |
| 11 | + javax.jmdns, |
| 12 | + javax.xml, |
| 13 | + javax.xml.bind, |
| 14 | + org.apache.commons.codec, |
| 15 | + org.apache.commons.lang, |
| 16 | + org.apache.commons.logging, |
| 17 | + org.apache.commons.logging.impl, |
| 18 | + org.apache.http, |
| 19 | + org.apache.http.client, |
| 20 | + org.apache.http.client.cache, |
| 21 | + org.apache.http.client.methods, |
| 22 | + org.apache.http.conn, |
| 23 | + org.apache.http.entity, |
| 24 | + org.apache.http.entity.mime, |
| 25 | + org.apache.http.impl.client, |
| 26 | + org.apache.http.params, |
| 27 | + org.apache.http.util, |
| 28 | + org.eclipse.smarthome.config.core, |
| 29 | + org.eclipse.smarthome.config.discovery, |
| 30 | + org.eclipse.smarthome.core.library.types, |
| 31 | + org.eclipse.smarthome.core.thing, |
| 32 | + org.eclipse.smarthome.core.thing.binding, |
| 33 | + org.eclipse.smarthome.core.types, |
| 34 | + org.eclipse.smarthome.io.transport.mdns.discovery, |
| 35 | + org.openhab.core.library.types, |
| 36 | + org.osgi.framework, |
| 37 | + org.slf4j |
| 38 | +Service-Component: OSGI-INF/*.xml |
| 39 | +Export-Package: org.openhab.binding.ipp, |
| 40 | + org.openhab.binding.ipp.handler |
| 41 | +Require-Bundle: org.eclipse.osgi.services |
0 commit comments