File: bnd.bnd

package info (click to toggle)
bnd 2.4.1-6
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 14,480 kB
  • sloc: java: 93,752; xml: 19,453; sh: 268; makefile: 160
file content (32 lines) | stat: -rw-r--r-- 894 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
-buildpath:\
  org.osgi.impl.bundle.repoindex.api;version=project,\
  org.osgi.impl.bundle.repoindex.lib;version=project,\
  ee.j2se;version=${javac.ee},\
  osgi.core;version=4.3.1,\
  osgi.cmpn;version=4.3.1,\
  org.mockito.mockito-all;version=1.9,\
  com.springsource.org.junit;version=4.10.0

-testpath:\
  biz.aQute.bndlib;version=latest

# This is required to ensure the cli JAR is built before
# running the integration tests
-dependson: org.osgi.impl.bundle.repoindex.cli

Conditional-Package: org.example.tests.utils

-runpath: org.mockito.mockito-all;version=1.9
-runbundles: org.osgi.impl.bundle.repoindex.lib;version=latest,\
  osgi.cmpn;version=4.3.1
  
-runvm: -ea
-runfw: org.apache.felix.framework;version=4.0

Test-Cases: ${classes;CONCRETE;EXTENDS;junit.framework.TestCase}
Private-Package: org.example.tests.osgi,\
    testdata

-releaserepo:

Bundle-Version: 2.1.5.${tstamp}