Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJay Arthanareeswaran2020-04-02 08:16:46 +0000
committerJay Arthanareeswaran2020-04-02 08:16:46 +0000
commita06381b8b8c907dc5f2f29fd27f4b1bc1c254de9 (patch)
tree3dbb27236539c920f47f0c7d685a29f75381a815 /org.eclipse.jdt.compiler.tool.tests
parent0ca9ce0133667c7b75c2eb41398cdad2069d4e43 (diff)
downloadeclipse.jdt.core-a06381b8b8c907dc5f2f29fd27f4b1bc1c254de9.tar.gz
eclipse.jdt.core-a06381b8b8c907dc5f2f29fd27f4b1bc1c254de9.tar.xz
eclipse.jdt.core-a06381b8b8c907dc5f2f29fd27f4b1bc1c254de9.zip
Bug 561044 - [14] jdt.compiler.tool.tests do not finish after the Java
14 work We should pick up all libs from the lib folder, instead of individual jars. And this is consistent with other test bundles. Change-Id: Id0c0a428438837a7bf88be7c6e0b9a2ccd042614 Signed-off-by: Jay Arthanareeswaran <jarthana@in.ibm.com>
Diffstat (limited to 'org.eclipse.jdt.compiler.tool.tests')
-rw-r--r--org.eclipse.jdt.compiler.tool.tests/build.properties5
1 files changed, 3 insertions, 2 deletions
diff --git a/org.eclipse.jdt.compiler.tool.tests/build.properties b/org.eclipse.jdt.compiler.tool.tests/build.properties
index 1d7f36b531..ce4f630cd3 100644
--- a/org.eclipse.jdt.compiler.tool.tests/build.properties
+++ b/org.eclipse.jdt.compiler.tool.tests/build.properties
@@ -16,8 +16,9 @@ bin.includes = META-INF/,\
about.html,\
plugin.properties,\
test.xml,\
- lib/java14api.jar,\
- resources/
+ resources/,\
+ lib/,\
+ .
src.includes = about.html
source.. = src/
output.. = bin/

Back to the top