1 //In order to apply the osgi stuff
4 modname = 'ariane-protocol-api'
7 //Information needed for OSGI
13 //instruction 'Private-Package',
14 // 'org.mycomp.package1',
15 // 'org.mycomp.package2'
16 instruction 'Bundle-Category', 'protocol,interface'
17 instruction 'Bundle-Copyright', 'Copyright 2012 Fat Cat'
18 instruction 'Bundle-Description', ' Bundle that provides the protocol api.'
19 instruction 'Bundle-DocURL', 'https://www.assembla' +
20 '.com/spaces/jellyfish_cache'
21 instruction 'Bundle-License',
22 'http://www.apache.org/licenses/LICENSE-2.0.html; Description= Apache' +
24 instruction 'Bundle-ManifestVersion', '2'
25 instruction 'Bundle-Version', version