Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Kurtakov2019-10-03 14:58:37 +0000
committerAlexander Kurtakov2019-10-03 14:58:37 +0000
commit9959b40fcbeeb9edbdd3398f4696904549637b35 (patch)
tree67d0851a0847b2f0f63948a0009089e35464ae51
parent683062d1d683d535fc63663d2a541b7fccaab1a3 (diff)
downloadrt.equinox.bundles-9959b40fcbeeb9edbdd3398f4696904549637b35.tar.gz
rt.equinox.bundles-9959b40fcbeeb9edbdd3398f4696904549637b35.tar.xz
rt.equinox.bundles-9959b40fcbeeb9edbdd3398f4696904549637b35.zip
Bug 551394 - Enable tycho strict bin includesI20191003-1800
Include correct test jars. Change-Id: Ib0f02729133801acb9d21dfc916919ae09a0fa7d Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
-rw-r--r--bundles/org.eclipse.equinox.compendium.tests/build.properties2
1 files changed, 1 insertions, 1 deletions
diff --git a/bundles/org.eclipse.equinox.compendium.tests/build.properties b/bundles/org.eclipse.equinox.compendium.tests/build.properties
index 26d34c323..46ec79fc3 100644
--- a/bundles/org.eclipse.equinox.compendium.tests/build.properties
+++ b/bundles/org.eclipse.equinox.compendium.tests/build.properties
@@ -16,7 +16,7 @@ output.. = bin/
bin.includes = META-INF/,\
.,\
plugin.properties,\
- bundle_tests/metatype/*.jar
+ bundle_tests/metatype*.jar
source.bundle_tests/metatype.tb1.jar = bundles_src/metatype/tb1/
manifest.bundle_tests/metatype.tb1.jar = META-INF/MANIFEST.MF

Back to the top