2019-02-01 11:02:39 +01:00
|
|
|
-standalone: \
|
|
|
|
../../bom/runtime-index/target/index.xml;name="org.openhab.core.bom.runtime-index",\
|
|
|
|
../../bom/test-index/target/index.xml;name="org.openhab.core.bom.test-index",\
|
2019-02-18 16:29:55 +01:00
|
|
|
../../bom/openhab-core-index/target/local-index.xml;name="org.openhab.core.bom.openhab-core-index",\
|
2019-02-01 11:02:39 +01:00
|
|
|
target/index.xml;name="self"
|
|
|
|
|
|
|
|
-resolve.effective: active
|
|
|
|
|
|
|
|
# Run all integration tests which are named xyzTest
|
|
|
|
Test-Cases: ${classes;CONCRETE;PUBLIC;NAMED;*Test}
|
|
|
|
|
|
|
|
# A temporary inclusion until an R7 framework is available
|
|
|
|
Import-Package: org.osgi.framework.*;version="[1.8,2)",*
|
|
|
|
|
|
|
|
# Used by Objenesis/Mockito and not actually optional
|
|
|
|
-runsystempackages: sun.reflect
|
|
|
|
|
|
|
|
-runfw: org.eclipse.osgi
|
|
|
|
-runee: JavaSE-1.8
|
|
|
|
|
|
|
|
# The integration test itself does not export anything.
|
|
|
|
Export-Package:
|
|
|
|
-exportcontents:
|