Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjay2018-07-24 15:56:45 +0000
committerSravan Kumar Lakkimsetti2018-07-25 13:49:44 +0000
commit1dcd5f796fe7826bb795b7ec729ef7fd541ac778 (patch)
tree7979a59a3cacb7b83e79e2c5b5e23bb4bcd1fda7 /eclipse.platform.releng.tychoeclipsebuilder/java11patch49/org.eclipse.jdt.java11patch/build.properties
parentd38da00925dc0a192d00c877d4b20ede97b1855f (diff)
downloadeclipse.platform.releng.aggregator-1dcd5f796fe7826bb795b7ec729ef7fd541ac778.tar.gz
eclipse.platform.releng.aggregator-1dcd5f796fe7826bb795b7ec729ef7fd541ac778.tar.xz
eclipse.platform.releng.aggregator-1dcd5f796fe7826bb795b7ec729ef7fd541ac778.zip
Bug 537316 - 11] Create patch build for Java 11 support
Change-Id: I909df76a2e5bf2b03d696249011a70ddfecf057b Signed-off-by: jay <jarthana@in.ibm.com>
Diffstat (limited to 'eclipse.platform.releng.tychoeclipsebuilder/java11patch49/org.eclipse.jdt.java11patch/build.properties')
-rw-r--r--eclipse.platform.releng.tychoeclipsebuilder/java11patch49/org.eclipse.jdt.java11patch/build.properties13
1 files changed, 13 insertions, 0 deletions
diff --git a/eclipse.platform.releng.tychoeclipsebuilder/java11patch49/org.eclipse.jdt.java11patch/build.properties b/eclipse.platform.releng.tychoeclipsebuilder/java11patch49/org.eclipse.jdt.java11patch/build.properties
new file mode 100644
index 000000000..17ae4f15b
--- /dev/null
+++ b/eclipse.platform.releng.tychoeclipsebuilder/java11patch49/org.eclipse.jdt.java11patch/build.properties
@@ -0,0 +1,13 @@
+###############################################################################
+# Copyright (c) 2018 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
+# http://www.eclipse.org/legal/epl-v10.html
+#
+# Contributors:
+# IBM Corporation and others - initial API and implementation
+###############################################################################
+bin.includes = feature.xml,\
+ feature.properties
+

Back to the top