Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrey Loskutov2020-02-08 07:28:42 +0000
committerAndrey Loskutov2020-02-08 07:28:42 +0000
commit41c36b71d0f8c591ecbcd302250d5f0a4095a349 (patch)
tree8f3d9bd16396013bac5706feacf8a23f8fc92fb8
parentb6f1330ff0fc1451f26fdecb565dba15a057bfb7 (diff)
downloadeclipse.jdt.core-41c36b71d0f8c591ecbcd302250d5f0a4095a349.tar.gz
eclipse.jdt.core-41c36b71d0f8c591ecbcd302250d5f0a4095a349.tar.xz
eclipse.jdt.core-41c36b71d0f8c591ecbcd302250d5f0a4095a349.zip
Bug 558873 - fixed build.propertiesI20200209-1800I20200208-1800
Added "." entry removed per mistake via bug 543324. Change-Id: Ic2d46a2af29754cb230a7e9e05fde7339872a878 Signed-off-by: Andrey Loskutov <loskutov@gmx.de>
-rw-r--r--org.eclipse.jdt.compiler.tool.tests/build.properties3
1 files changed, 2 insertions, 1 deletions
diff --git a/org.eclipse.jdt.compiler.tool.tests/build.properties b/org.eclipse.jdt.compiler.tool.tests/build.properties
index e40bb4927f..b18549db4f 100644
--- a/org.eclipse.jdt.compiler.tool.tests/build.properties
+++ b/org.eclipse.jdt.compiler.tool.tests/build.properties
@@ -17,7 +17,8 @@ bin.includes = META-INF/,\
plugin.properties,\
test.xml,\
lib/java13api.jar,\
- resources/
+ resources/,\
+ .
src.includes = about.html
source.. = src/
output.. = bin/

Back to the top