1 //In order to apply the osgi stuff
5 modname = 'ariane-configuration'
10 antlr('org.antlr:antlr4:4.0')
12 exclude group: 'junit', module: 'junit'
13 exclude group: 'org.antlr', module: 'antlr-runtime'
17 //Information needed for OSGI
23 //instruction 'Private-Package',
24 // 'org.mycomp.package1',
25 // 'org.mycomp.package2'
26 instruction 'Bundle-Category', 'configuration,implementation,simple'
27 instruction 'Bundle-Copyright', 'Copyright 2012 Fat Cat'
28 instruction 'Bundle-Description', ' Bundle that provides an ' +
29 'implementation to the configuration interface using an simple ' +
31 instruction 'Bundle-DocURL', 'https://www.assembla' +
32 '.com/spaces/jellyfish_cache'
33 instruction 'Bundle-License', 'http://www.apache.org/licenses/LICENSE-2' +
34 '.0.html; Description= Apache 2.0 License'
35 instruction 'Bundle-ManifestVersion', '2'
36 instruction 'Bundle-Version', version