Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrey Loskutov2019-01-12 08:51:51 +0000
committerAndrey Loskutov2019-01-12 08:51:51 +0000
commitcec4302b5cafc054b1f595979702a95b0b5af1c5 (patch)
treeaebc28edbb4a93e8d0c8b803fcd299a979ea7a45
parent9420ac111fc8ea1b1513fabd25db66ee1359accd (diff)
downloadeclipse.jdt.core-cec4302b5cafc054b1f595979702a95b0b5af1c5.tar.gz
eclipse.jdt.core-cec4302b5cafc054b1f595979702a95b0b5af1c5.tar.xz
eclipse.jdt.core-cec4302b5cafc054b1f595979702a95b0b5af1c5.zip
Bug 543324 - [11] 3 CompilerToolJava9Tests.test*LocationForModule* testsI20190112-1800
fail Add /resources to the binary bundle build Change-Id: Ic5a2f333cfb71091027953fa9cf46f3b08410c3a Signed-off-by: Andrey Loskutov <loskutov@gmx.de>
-rw-r--r--org.eclipse.jdt.compiler.tool.tests/build.properties2
1 files changed, 1 insertions, 1 deletions
diff --git a/org.eclipse.jdt.compiler.tool.tests/build.properties b/org.eclipse.jdt.compiler.tool.tests/build.properties
index db7b35025c..c7599cfabc 100644
--- a/org.eclipse.jdt.compiler.tool.tests/build.properties
+++ b/org.eclipse.jdt.compiler.tool.tests/build.properties
@@ -17,7 +17,7 @@ bin.includes = META-INF/,\
plugin.properties,\
test.xml,\
lib/java10api.jar,\
- .
+ resources/
src.includes = about.html
source.. = src/
output.. = bin/

Back to the top