Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSravan Kumar Lakkimsetti2021-02-03 05:15:11 +0000
committerSravan Kumar Lakkimsetti2021-02-03 05:15:11 +0000
commit247786f0e5135d95b3d4a8264afc103a5b1d6378 (patch)
tree0019e12469c5a5ae4f0b3355b8c39609b6c238c8 /eclipse.platform.releng.tychoeclipsebuilder/java16patch/org.eclipse.jdt-feature-dummy
parent360091c739c3220a60b36ef2ae508a266212ffcd (diff)
downloadeclipse.platform.releng.aggregator-247786f0e5135d95b3d4a8264afc103a5b1d6378.tar.gz
eclipse.platform.releng.aggregator-247786f0e5135d95b3d4a8264afc103a5b1d6378.tar.xz
eclipse.platform.releng.aggregator-247786f0e5135d95b3d4a8264afc103a5b1d6378.zip
Bug 570862 - Create patch build for Java 16 support
Change-Id: I068328224607e55692122dadcf473304cc32b415 Signed-off-by: Sravan Kumar Lakkimsetti <sravankumarl@in.ibm.com>
Diffstat (limited to 'eclipse.platform.releng.tychoeclipsebuilder/java16patch/org.eclipse.jdt-feature-dummy')
-rw-r--r--eclipse.platform.releng.tychoeclipsebuilder/java16patch/org.eclipse.jdt-feature-dummy/.settings/org.eclipse.core.resources.prefs2
-rw-r--r--eclipse.platform.releng.tychoeclipsebuilder/java16patch/org.eclipse.jdt-feature-dummy/.settings/org.eclipse.core.runtime.prefs2
-rw-r--r--eclipse.platform.releng.tychoeclipsebuilder/java16patch/org.eclipse.jdt-feature-dummy/build.properties16
-rw-r--r--eclipse.platform.releng.tychoeclipsebuilder/java16patch/org.eclipse.jdt-feature-dummy/feature.properties42
-rw-r--r--eclipse.platform.releng.tychoeclipsebuilder/java16patch/org.eclipse.jdt-feature-dummy/feature.xml29
-rw-r--r--eclipse.platform.releng.tychoeclipsebuilder/java16patch/org.eclipse.jdt-feature-dummy/forceQualifierUpdate.txt1
-rw-r--r--eclipse.platform.releng.tychoeclipsebuilder/java16patch/org.eclipse.jdt-feature-dummy/pom.xml24
7 files changed, 116 insertions, 0 deletions
diff --git a/eclipse.platform.releng.tychoeclipsebuilder/java16patch/org.eclipse.jdt-feature-dummy/.settings/org.eclipse.core.resources.prefs b/eclipse.platform.releng.tychoeclipsebuilder/java16patch/org.eclipse.jdt-feature-dummy/.settings/org.eclipse.core.resources.prefs
new file mode 100644
index 000000000..99f26c020
--- /dev/null
+++ b/eclipse.platform.releng.tychoeclipsebuilder/java16patch/org.eclipse.jdt-feature-dummy/.settings/org.eclipse.core.resources.prefs
@@ -0,0 +1,2 @@
+eclipse.preferences.version=1
+encoding/<project>=UTF-8
diff --git a/eclipse.platform.releng.tychoeclipsebuilder/java16patch/org.eclipse.jdt-feature-dummy/.settings/org.eclipse.core.runtime.prefs b/eclipse.platform.releng.tychoeclipsebuilder/java16patch/org.eclipse.jdt-feature-dummy/.settings/org.eclipse.core.runtime.prefs
new file mode 100644
index 000000000..5a0ad22d2
--- /dev/null
+++ b/eclipse.platform.releng.tychoeclipsebuilder/java16patch/org.eclipse.jdt-feature-dummy/.settings/org.eclipse.core.runtime.prefs
@@ -0,0 +1,2 @@
+eclipse.preferences.version=1
+line.separator=\n
diff --git a/eclipse.platform.releng.tychoeclipsebuilder/java16patch/org.eclipse.jdt-feature-dummy/build.properties b/eclipse.platform.releng.tychoeclipsebuilder/java16patch/org.eclipse.jdt-feature-dummy/build.properties
new file mode 100644
index 000000000..157e85950
--- /dev/null
+++ b/eclipse.platform.releng.tychoeclipsebuilder/java16patch/org.eclipse.jdt-feature-dummy/build.properties
@@ -0,0 +1,16 @@
+###############################################################################
+# Copyright (c) 2020 IBM Corporation and others.
+#
+# This program and the accompanying materials
+# are made available under the terms of the Eclipse Public License 2.0
+# which accompanies this distribution, and is available at
+# https://www.eclipse.org/legal/epl-2.0/
+#
+# SPDX-License-Identifier: EPL-2.0
+#
+# Contributors:
+# IBM Corporation - initial API and implementation
+###############################################################################
+bin.includes=\
+feature.xml,\
+feature.properties
diff --git a/eclipse.platform.releng.tychoeclipsebuilder/java16patch/org.eclipse.jdt-feature-dummy/feature.properties b/eclipse.platform.releng.tychoeclipsebuilder/java16patch/org.eclipse.jdt-feature-dummy/feature.properties
new file mode 100644
index 000000000..4b9e2643b
--- /dev/null
+++ b/eclipse.platform.releng.tychoeclipsebuilder/java16patch/org.eclipse.jdt-feature-dummy/feature.properties
@@ -0,0 +1,42 @@
+###############################################################################
+# Copyright (c) 2020 IBM Corporation and others.
+#
+# This program and the accompanying materials
+# are made available under the terms of the Eclipse Public License 2.0
+# which accompanies this distribution, and is available at
+# https://www.eclipse.org/legal/epl-2.0/
+#
+# SPDX-License-Identifier: EPL-2.0
+#
+# Contributors:
+# IBM Corporation - 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 Java Development Tools - Dummy, for build only.
+
+# "providerName" property - name of the company that provides the feature
+providerName=Eclipse.org
+
+# "description" property - description of the feature
+description=Dummy feature for build-time constraint.
+
+# "copyright" property - text of the "Feature Update Copyright"
+copyright=\
+Copyright (c) 2000, 2020 IBM Corporation and others.\n\
+\n\
+This program and the accompanying materials\n\
+are made available under the terms of the Eclipse Public License 2.0\n\
+which accompanies this distribution, and is available at\n\
+https://www.eclipse.org/legal/epl-2.0/\n\
+\n\
+SPDX-License-Identifier: EPL-2.0\n\
+\n\
+Contributors:\n\
+ IBM Corporation - initial API and implementation\n
+################ end of copyright property #################################### \ No newline at end of file
diff --git a/eclipse.platform.releng.tychoeclipsebuilder/java16patch/org.eclipse.jdt-feature-dummy/feature.xml b/eclipse.platform.releng.tychoeclipsebuilder/java16patch/org.eclipse.jdt-feature-dummy/feature.xml
new file mode 100644
index 000000000..9ce4fc0bd
--- /dev/null
+++ b/eclipse.platform.releng.tychoeclipsebuilder/java16patch/org.eclipse.jdt-feature-dummy/feature.xml
@@ -0,0 +1,29 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<feature
+ id="org.eclipse.jdt"
+ label="%featureName"
+ version="3.18.700.v20210129-1800"
+ provider-name="%providerName"
+ license-feature="org.eclipse.license"
+ license-feature-version="0.0.0">
+
+ <description>
+ %description
+ </description>
+
+ <copyright>
+ %copyright
+ </copyright>
+
+ <license url="%licenseURL">
+ %license
+ </license>
+
+ <plugin
+ id="org.eclipse.jdt.dummy"
+ download-size="0"
+ install-size="0"
+ version="0.0.0"
+ unpack="false"/>
+
+</feature>
diff --git a/eclipse.platform.releng.tychoeclipsebuilder/java16patch/org.eclipse.jdt-feature-dummy/forceQualifierUpdate.txt b/eclipse.platform.releng.tychoeclipsebuilder/java16patch/org.eclipse.jdt-feature-dummy/forceQualifierUpdate.txt
new file mode 100644
index 000000000..9d4f218a3
--- /dev/null
+++ b/eclipse.platform.releng.tychoeclipsebuilder/java16patch/org.eclipse.jdt-feature-dummy/forceQualifierUpdate.txt
@@ -0,0 +1 @@
+# To force a version qualifier update add the bug here
diff --git a/eclipse.platform.releng.tychoeclipsebuilder/java16patch/org.eclipse.jdt-feature-dummy/pom.xml b/eclipse.platform.releng.tychoeclipsebuilder/java16patch/org.eclipse.jdt-feature-dummy/pom.xml
new file mode 100644
index 000000000..9b4162b01
--- /dev/null
+++ b/eclipse.platform.releng.tychoeclipsebuilder/java16patch/org.eclipse.jdt-feature-dummy/pom.xml
@@ -0,0 +1,24 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ Copyright (c) 2020 Eclipse Foundation and others.
+ All rights reserved. This program and the accompanying materials
+ are made available under the terms of the Eclipse Distribution License v1.0
+ which accompanies this distribution, and is available at
+ https://www.eclipse.org/org/documents/edl-v10.php
+
+ Contributors:
+ IBM Corporation - initial API and implementation
+-->
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+ <modelVersion>4.0.0</modelVersion>
+ <parent>
+ <groupId>eclipse.platform.releng</groupId>
+ <artifactId>eclipse.platform.releng.java16patch</artifactId>
+ <version>4.19.0-SNAPSHOT</version>
+ </parent>
+ <groupId>org.eclipse.jdt.feature</groupId>
+ <artifactId>org.eclipse.jdt</artifactId>
+ <version>3.18.700.v20210129-1800</version>
+ <packaging>eclipse-feature</packaging>
+
+</project>

Back to the top