Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSarika Sinha2021-03-17 06:15:39 +0000
committerSarika Sinha2021-03-17 06:15:39 +0000
commit3219f5ac21bf4981fc49ffac64b6298c3aaa8e6f (patch)
treef675e7e92f4b3c2f026d9c4bddbe8a792e12ce44
parent55c020a914540b8aa02d2c2e1fbac5eb0c957f09 (diff)
downloadeclipse.jdt.debug-BETA_JAVA16.tar.gz
eclipse.jdt.debug-BETA_JAVA16.tar.xz
eclipse.jdt.debug-BETA_JAVA16.zip
Bug 569149 - [16] Keep merging from master to BETA branchBETA_JAVA16
-rw-r--r--org.eclipse.jdt.debug.tests/pom.xml4
-rw-r--r--org.eclipse.jdt.launching/plugin.xml3
-rw-r--r--org.eclipse.jdt.launching/pom.xml4
3 files changed, 0 insertions, 11 deletions
diff --git a/org.eclipse.jdt.debug.tests/pom.xml b/org.eclipse.jdt.debug.tests/pom.xml
index 1c58a01bd..9346f364f 100644
--- a/org.eclipse.jdt.debug.tests/pom.xml
+++ b/org.eclipse.jdt.debug.tests/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
diff --git a/org.eclipse.jdt.launching/plugin.xml b/org.eclipse.jdt.launching/plugin.xml
index ad6aff05a..31b2d5bab 100644
--- a/org.eclipse.jdt.launching/plugin.xml
+++ b/org.eclipse.jdt.launching/plugin.xml
@@ -9,9 +9,6 @@
https://www.eclipse.org/legal/epl-2.0/
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
diff --git a/org.eclipse.jdt.launching/pom.xml b/org.eclipse.jdt.launching/pom.xml
index c995742c3..410c16eb6 100644
--- a/org.eclipse.jdt.launching/pom.xml
+++ b/org.eclipse.jdt.launching/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