File: bnd.bnd

package info (click to toggle)
bnd 1.50.0-8
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 6,084 kB
  • ctags: 6,847
  • sloc: java: 39,886; xml: 1,632; makefile: 114; sh: 53
file content (39 lines) | stat: -rw-r--r-- 1,370 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
-sourcepath:					../aQute.libg/src

Bundle-SCM:						git://github.com/bndtools/bnd.git
Bundle-Vendor: 					aQute SARL http://www.aQute.biz
Bundle-Copyright:				Copyright © aQute SARL (2000, 2011). All Rights Reserved.
Bundle-License: 				http://www.opensource.org/licenses/apache2.0.php; \
									description="Apache Software License 2.0"; \
									link=http://www.apache.org/licenses/LICENSE-2.0.html
Bundle-DocURL:          		http://www.aQute.biz/Code/Bnd
Bundle-Name: 					bnd - Bundle Tool
Bundle-Description:				A Swiss Army Knife for OSGi
Bundle-SymbolicName: 	        biz.aQute.bndlib
Private-Package: 				aQute.bnd.*, aQute.lib.*, org.osgi.service.component.annotations
Export-Package: aQute.bnd.annotation.*,\
	aQute.lib.osgi,\
	aQute.bnd.build,\
	aQute.bnd.service.*,\
	aQute.bnd.help.*,\
	aQute.libg.reporter,\
	aQute.libg.version,\
	aQute.libg.sed,\
	aQute.libg.header,\
	aQute.libg.qtokens,\
	aQute.libg.sax,\
	org.osgi.service.bindex
#Workaround, bnd should be adding this automatically:
Import-Package: org.osgi.service.bindex,*

Conditional-Package:	        aQute.libg.*, aQute.lib.*, aQute.service.*
Include-Resource: 				LICENSE
Bundle-RequiredExecutionEnvironment: J2SE-1.5

-buildpath: com.springsource.junit,\
	osgi.cmpn;version=4.3,\
	aQute.libg;version=project,\
	osgi.core;version=4.1, \
	org.osgi.impl.bundle.bindex

Bundle-Version: 1.49.0