mirror of
https://github.com/danieldemus/openhab-core.git
synced 2025-01-25 19:55:48 +01:00
24 lines
793 B
Plaintext
24 lines
793 B
Plaintext
|
-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",\
|
||
|
../../bom/openhab-core-index/target/index.xml;name="org.openhab.core.bom.openhab-core-index",\
|
||
|
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:
|