Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJay Arthanareeswaran2017-09-26 07:53:01 +0000
committerJay Arthanareeswaran2017-09-26 14:54:17 +0000
commitce1dd0fa0ec0086d695233bf8b3dd2ec4df263f4 (patch)
tree0501229bbd58bcc3f52a42adfd5a76b543df4afb /org.eclipse.jdt.compiler.tool.tests
parent369403c254207bb1248b895f360fe0cf6d8ccc93 (diff)
downloadeclipse.jdt.core-ce1dd0fa0ec0086d695233bf8b3dd2ec4df263f4.tar.gz
eclipse.jdt.core-ce1dd0fa0ec0086d695233bf8b3dd2ec4df263f4.tar.xz
eclipse.jdt.core-ce1dd0fa0ec0086d695233bf8b3dd2ec4df263f4.zip
Bug 522618: [9] org.eclipse.jdt.compiler.tool.tests not runU20170926-1200
Change-Id: Iee35c9b96890ee3741dbdf54561f3af2e993c2ba Signed-off-by: Jay Arthanareeswaran <jarthana@in.ibm.com> (cherry picked from commit 2e92a4731f5ca9a961e9f4231b627318a0b50aa7)
Diffstat (limited to 'org.eclipse.jdt.compiler.tool.tests')
-rw-r--r--org.eclipse.jdt.compiler.tool.tests/build.properties4
1 files changed, 2 insertions, 2 deletions
diff --git a/org.eclipse.jdt.compiler.tool.tests/build.properties b/org.eclipse.jdt.compiler.tool.tests/build.properties
index 2de2e64f6c..38fab73cd8 100644
--- a/org.eclipse.jdt.compiler.tool.tests/build.properties
+++ b/org.eclipse.jdt.compiler.tool.tests/build.properties
@@ -1,5 +1,5 @@
###############################################################################
-# Copyright (c) 2000, 2013 IBM Corporation and others.
+# Copyright (c) 2000, 2017 IBM Corporation and others.
# All rights reserved. This program and the accompanying materials
# are made available under the terms of the Eclipse Public License v1.0
# which accompanies this distribution, and is available at
@@ -13,7 +13,7 @@ bin.includes = META-INF/,\
about.html,\
plugin.properties,\
test.xml,\
- lib/java9api.jar
+ lib/java9api.jar,\
.
src.includes = about.html
source.. = src/

Back to the top