Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjay2018-09-26 05:57:37 +0000
committerJay Arthanareeswaran2018-09-26 06:06:08 +0000
commit6625ab9fae470838f44b175ae3fe6c9af5fe8f65 (patch)
tree3b7d1c8493f375411685cafaa5c32b9ce14e3b17 /org.eclipse.jdt.core
parent0e83bd4692beaeebdf444b2d8e7053586ae1e8bc (diff)
downloadeclipse.jdt.core-6625ab9fae470838f44b175ae3fe6c9af5fe8f65.tar.gz
eclipse.jdt.core-6625ab9fae470838f44b175ae3fe6c9af5fe8f65.tar.xz
eclipse.jdt.core-6625ab9fae470838f44b175ae3fe6c9af5fe8f65.zip
Bug 539385: [11] Patch Build release preparationP20180926-0500P20180926-0215
Remove JCP text form leftover files Change-Id: I96673e0cbd0cb79104f046a96878d3f0250500e9 Signed-off-by: jay <jarthana@in.ibm.com>
Diffstat (limited to 'org.eclipse.jdt.core')
-rw-r--r--org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/SingleNameReference.java4
-rw-r--r--org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/problem/messages.properties4
-rw-r--r--org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/util/messages.properties4
-rw-r--r--org.eclipse.jdt.core/pom.xml4
4 files changed, 0 insertions, 16 deletions
diff --git a/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/SingleNameReference.java b/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/SingleNameReference.java
index cad0271b24..35967ab8fd 100644
--- a/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/SingleNameReference.java
+++ b/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/SingleNameReference.java
@@ -8,10 +8,6 @@
*
* SPDX-License-Identifier: EPL-2.0
*
- * 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.
- *
* Contributors:
* IBM Corporation - initial API and implementation
* Stephan Herrmann <stephan@cs.tu-berlin.de> - Contributions for
diff --git a/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/problem/messages.properties b/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/problem/messages.properties
index 97e4b349c2..59acc731cf 100644
--- a/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/problem/messages.properties
+++ b/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/problem/messages.properties
@@ -9,10 +9,6 @@
# SPDX-License-Identifier: EPL-2.0
#
#
-# 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.
-#
# Contributors:
# IBM Corporation - initial API and implementation
# Benjamin Muskalla - Contribution for bug 239066
diff --git a/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/util/messages.properties b/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/util/messages.properties
index 42490772e8..7d00a513bd 100644
--- a/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/util/messages.properties
+++ b/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/util/messages.properties
@@ -8,10 +8,6 @@
#
# SPDX-License-Identifier: EPL-2.0
#
-# 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.
-#
# Contributors:
# IBM Corporation - initial API and implementation
# Andy Clement (GoPivotal, Inc) aclement@gopivotal.com - Contributions for
diff --git a/org.eclipse.jdt.core/pom.xml b/org.eclipse.jdt.core/pom.xml
index 9540cd70e6..e8936c8c46 100644
--- a/org.eclipse.jdt.core/pom.xml
+++ b/org.eclipse.jdt.core/pom.xml
@@ -6,10 +6,6 @@
which accompanies this distribution, and is available at
http://www.eclipse.org/org/documents/edl-v10.php
- 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.
-
Contributors:
Igor Fedorenko - initial implementation
-->

Back to the top