Richard S. Hall | af656a0 | 2009-06-11 16:07:20 +0000 | [diff] [blame] | 1 | -include: ~default.bnd |
| 2 | |
| 3 | Bundle-Name: Thread IO |
| 4 | Bundle-Description: Multiplexes input/output/error streams based on the thread. |
Guillaume Nodet | fdd29bb | 2009-06-22 22:24:12 +0000 | [diff] [blame] | 5 | Private-Package: org.apache.felix.gogo.threadio |
Richard S. Hall | af656a0 | 2009-06-11 16:07:20 +0000 | [diff] [blame] | 6 | Export-Package: org.osgi.service.threadio |
Guillaume Nodet | fdd29bb | 2009-06-22 22:24:12 +0000 | [diff] [blame] | 7 | Service-Component: org.apache.felix.gogo.threadio.ThreadIOImpl;\ |
Richard S. Hall | af656a0 | 2009-06-11 16:07:20 +0000 | [diff] [blame] | 8 | provide:=org.osgi.service.threadio.ThreadIO |