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/sourceTemplateFeature/feature.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/sourceTemplateFeature/feature.properties')
-rw-r--r--eclipse.platform.releng.tychoeclipsebuilder/java11patch49/org.eclipse.jdt.java11patch/sourceTemplateFeature/feature.properties36
1 files changed, 36 insertions, 0 deletions
diff --git a/eclipse.platform.releng.tychoeclipsebuilder/java11patch49/org.eclipse.jdt.java11patch/sourceTemplateFeature/feature.properties b/eclipse.platform.releng.tychoeclipsebuilder/java11patch49/org.eclipse.jdt.java11patch/sourceTemplateFeature/feature.properties
new file mode 100644
index 000000000..dde2254c5
--- /dev/null
+++ b/eclipse.platform.releng.tychoeclipsebuilder/java11patch49/org.eclipse.jdt.java11patch/sourceTemplateFeature/feature.properties
@@ -0,0 +1,36 @@
+###############################################################################
+# 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
+###############################################################################
+# feature.properties
+# contains externalized strings for feature.xml
+# "%foo" in feature.xml corresponds to the key "foo" in this file
+# java.io.Properties file (ISO 8859-1 with "\" escapes)
+# This file should be translated.
+
+# "featureName" property - name of the feature
+featureName=Eclipse JDT (Java Development Tools) Source Patch with Java 11 support (BETA) for Photon development stream
+
+# "providerName" property - name of the company that provides the feature
+providerName=Eclipse.org
+
+# "description" property - description of the feature
+description=Eclipse Java 11 support (BETA) for Photon development stream - This is an implementation of an early-draft specification developed under the Java Community Process (JCP) and is made available for testing and evaluation purposes only. The code is not compatible with any specification of the JCP. - This feature includes only runtime code and source bundles. It is intended only for Oxygen development stream, and if used on other versions or streams, may cause bundles to be down-leveled or up-leveled.\n
+
+# "copyright" property - text of the "Feature Update Copyright"
+copyright=\
+Copyright (c) 2000, 2018 IBM Corporation and others.\n\
+All rights reserved. This program and the accompanying materials\n\
+are made available under the terms of the Eclipse Public License v1.0\n\
+which accompanies this distribution, and is available at\n\
+http://www.eclipse.org/legal/epl-v10.html\n\
+\n\
+Contributors:\n\
+ IBM Corporation and others - initial API and implementation\n
+################ end of copyright property #################################### \ No newline at end of file

Back to the top