Richard S. Hall | 85bafab | 2009-07-13 13:25:46 +0000 | [diff] [blame^] | 1 | # sigil project file, saved by plugin. |
| 2 | |
| 3 | -activator: ${Bundle-SymbolicName}.impl.Activator |
| 4 | |
| 5 | name: org.apache.felix.log |
| 6 | |
| 7 | version: 0.9.0.SNAPSHOT |
| 8 | |
| 9 | -bundles: \ |
| 10 | felix-log, \ |
| 11 | |
| 12 | -contents: \ |
| 13 | ${Bundle-SymbolicName}.impl, \ |
| 14 | org.osgi.service.log, \ |
| 15 | |
| 16 | -resources: \ |
| 17 | =src/main/resources, \ |
| 18 | |
| 19 | -sourcedirs: \ |
| 20 | src/main/java, \ |
| 21 | |
| 22 | -exports: \ |
| 23 | org.osgi.service.log, \ |
| 24 | |
| 25 | -imports: \ |
| 26 | org.osgi.framework;version=1.4, \ |
| 27 | org.osgi.service.log;version=1.3, \ |
| 28 | |
| 29 | header;Bundle-Vendor: The Apache Software Foundation |
| 30 | |
| 31 | header;Bundle-License: http://www.apache.org/licenses/LICENSE-2.0.txt |
| 32 | |
| 33 | header;Export-Service: org.osgi.service.log.LogService,org.osgi.service.log.LogReaderService |
| 34 | |
| 35 | header;Bundle-Name: Apache Felix Log Service |
| 36 | |
| 37 | header;Bundle-DocURL: http://www.apache.org/ |
| 38 | |