From 6fbd56918002a3b900dd4c7305a1f10a74e2132d Mon Sep 17 00:00:00 2001 From: Ed Merks Date: Sun, 3 May 2026 09:27:22 +0200 Subject: [PATCH] Improve outdated URLs https://github.com/eclipse-packaging/packages/issues/427 --- NOTICE | 2 +- README.md | 4 ++-- .../feature.properties | 4 ++-- .../feature.xml | 2 +- .../org.eclipse.epp.package.committers.feature/pom.xml | 2 +- .../org.eclipse.epp.package.committers.product/pom.xml | 2 +- .../about.properties | 2 +- .../plugin.properties | 2 +- packages/org.eclipse.epp.package.committers/plugin.xml | 2 +- .../plugin_customization.properties | 2 +- packages/org.eclipse.epp.package.committers/pom.xml | 2 +- .../feature.properties | 4 ++-- .../org.eclipse.epp.package.common.feature/feature.xml | 2 +- .../org.eclipse.epp.package.common.feature/pom.xml | 2 +- .../org.eclipse.epp.package.common/plugin.properties | 2 +- packages/org.eclipse.epp.package.common/pom.xml | 2 +- .../src/org/eclipse/epp/common/ContributeHandler.java | 2 +- .../feature.properties | 4 ++-- .../org.eclipse.epp.package.cpp.feature/feature.xml | 2 +- packages/org.eclipse.epp.package.cpp.feature/pom.xml | 2 +- packages/org.eclipse.epp.package.cpp.product/pom.xml | 2 +- packages/org.eclipse.epp.package.cpp/about.properties | 2 +- packages/org.eclipse.epp.package.cpp/plugin.properties | 2 +- packages/org.eclipse.epp.package.cpp/pom.xml | 2 +- .../feature.properties | 4 ++-- .../org.eclipse.epp.package.dsl.feature/feature.xml | 2 +- packages/org.eclipse.epp.package.dsl.feature/pom.xml | 2 +- packages/org.eclipse.epp.package.dsl.product/pom.xml | 2 +- packages/org.eclipse.epp.package.dsl/about.properties | 2 +- packages/org.eclipse.epp.package.dsl/plugin.properties | 2 +- packages/org.eclipse.epp.package.dsl/pom.xml | 2 +- .../feature.properties | 4 ++-- .../feature.xml | 2 +- .../org.eclipse.epp.package.embedcpp.feature/pom.xml | 2 +- .../org.eclipse.epp.package.embedcpp.product/pom.xml | 2 +- .../org.eclipse.epp.package.embedcpp/about.properties | 2 +- .../org.eclipse.epp.package.embedcpp/plugin.properties | 2 +- packages/org.eclipse.epp.package.embedcpp/pom.xml | 2 +- .../feature.properties | 4 ++-- .../org.eclipse.epp.package.java.feature/feature.xml | 2 +- packages/org.eclipse.epp.package.java.feature/pom.xml | 2 +- packages/org.eclipse.epp.package.java.product/pom.xml | 2 +- packages/org.eclipse.epp.package.java/about.properties | 2 +- .../org.eclipse.epp.package.java/plugin.properties | 2 +- packages/org.eclipse.epp.package.java/pom.xml | 2 +- .../feature.properties | 4 ++-- .../org.eclipse.epp.package.jee.feature/feature.xml | 2 +- packages/org.eclipse.epp.package.jee.feature/pom.xml | 2 +- packages/org.eclipse.epp.package.jee.product/pom.xml | 2 +- packages/org.eclipse.epp.package.jee/about.properties | 2 +- packages/org.eclipse.epp.package.jee/plugin.properties | 2 +- packages/org.eclipse.epp.package.jee/pom.xml | 2 +- .../feature.properties | 4 ++-- .../feature.xml | 2 +- .../org.eclipse.epp.package.modeling.feature/pom.xml | 2 +- .../org.eclipse.epp.package.modeling.product/pom.xml | 2 +- .../org.eclipse.epp.package.modeling/about.properties | 2 +- packages/org.eclipse.epp.package.modeling/pom.xml | 2 +- .../feature.properties | 4 ++-- .../org.eclipse.epp.package.php.feature/feature.xml | 2 +- packages/org.eclipse.epp.package.php.feature/pom.xml | 2 +- packages/org.eclipse.epp.package.php.product/pom.xml | 2 +- packages/org.eclipse.epp.package.php/about.properties | 2 +- packages/org.eclipse.epp.package.php/plugin.properties | 2 +- packages/org.eclipse.epp.package.php/pom.xml | 2 +- .../feature.properties | 4 ++-- .../org.eclipse.epp.package.rcp.feature/feature.xml | 2 +- packages/org.eclipse.epp.package.rcp.feature/pom.xml | 2 +- packages/org.eclipse.epp.package.rcp.product/pom.xml | 2 +- packages/org.eclipse.epp.package.rcp/about.properties | 2 +- packages/org.eclipse.epp.package.rcp/plugin.properties | 2 +- packages/org.eclipse.epp.package.rcp/pom.xml | 2 +- .../feature.properties | 4 ++-- .../org.eclipse.epp.package.scout.feature/feature.xml | 2 +- packages/org.eclipse.epp.package.scout.feature/pom.xml | 2 +- packages/org.eclipse.epp.package.scout.product/pom.xml | 2 +- .../org.eclipse.epp.package.scout/about.properties | 2 +- .../org.eclipse.epp.package.scout/plugin.properties | 2 +- packages/org.eclipse.epp.package.scout/pom.xml | 2 +- pom.xml | 2 +- releng/org.eclipse.epp.config/aggregation/pom.xml | 2 +- releng/org.eclipse.epp.config/eppconfig.xsd | 2 +- .../parent/bundle-feature/pom.xml | 2 +- releng/org.eclipse.epp.config/parent/bundle/pom.xml | 2 +- releng/org.eclipse.epp.config/parent/feature/pom.xml | 2 +- releng/org.eclipse.epp.config/parent/pom.xml | 2 +- releng/org.eclipse.epp.config/parent/product/pom.xml | 2 +- releng/org.eclipse.epp.config/tools/pom.xml | 2 +- releng/org.eclipse.epp.config/web/novaFooter.html | 10 +++++----- 89 files changed, 105 insertions(+), 105 deletions(-) diff --git a/NOTICE b/NOTICE index ffeab1de8..e40216d19 100644 --- a/NOTICE +++ b/NOTICE @@ -136,7 +136,7 @@ Objenesis (1.0) org.apache.commons.codec (1.3.0) * License: Apache License, 2.0 -* Project: http://commons.apache.org/codec/ +* Project: https://commons.apache.org/proper/commons-codec/ org.apache.commons.httpclient (3.0.1) diff --git a/README.md b/README.md index 4db0ce529..a1a38c6e9 100644 --- a/README.md +++ b/README.md @@ -106,9 +106,9 @@ The format of the file is as follows: + testPlan="" > diff --git a/packages/org.eclipse.epp.package.committers.feature/feature.properties b/packages/org.eclipse.epp.package.committers.feature/feature.properties index fb64a5200..df0bbd492 100644 --- a/packages/org.eclipse.epp.package.committers.feature/feature.properties +++ b/packages/org.eclipse.epp.package.committers.feature/feature.properties @@ -3,7 +3,7 @@ # All rights reserved. This program and the accompanying materials # are made available under the terms of the Eclipse Public License v2.0 # which accompanies this distribution, and is available at -# http://www.eclipse.org/legal/epl-v20.html +# https://www.eclipse.org/legal/epl-2.0/ # # Contributors: # Innoopract Informationssysteme GmbH - initial API and implementation @@ -19,7 +19,7 @@ Copyright (c) 2007, 2026 Eclipse contributors and others.\n\ All rights reserved. This program and the accompanying materials\n\ are made available under the terms of the Eclipse Public License v2.0\n\ which accompanies this distribution, and is available at\n\ -http://www.eclipse.org/legal/epl-v20.html\n\ +https://www.eclipse.org/legal/epl-v20.html\n\ \n\ Contributors:\n\ Innoopract Informationssysteme GmbH - initial API and implementation\n\ diff --git a/packages/org.eclipse.epp.package.committers.feature/feature.xml b/packages/org.eclipse.epp.package.committers.feature/feature.xml index 1465e65b0..b0800c627 100644 --- a/packages/org.eclipse.epp.package.committers.feature/feature.xml +++ b/packages/org.eclipse.epp.package.committers.feature/feature.xml @@ -8,7 +8,7 @@ license-feature="org.eclipse.license" license-feature-version="0.0.0"> - + %description diff --git a/packages/org.eclipse.epp.package.committers.feature/pom.xml b/packages/org.eclipse.epp.package.committers.feature/pom.xml index eaea4cc1c..a392f3d35 100644 --- a/packages/org.eclipse.epp.package.committers.feature/pom.xml +++ b/packages/org.eclipse.epp.package.committers.feature/pom.xml @@ -4,7 +4,7 @@ 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 - http://www.eclipse.org/org/documents/edl-v10.php + https://www.eclipse.org/org/documents/edl-v10/ Contributors: Igor Fedorenko - initial implementation diff --git a/packages/org.eclipse.epp.package.committers.product/pom.xml b/packages/org.eclipse.epp.package.committers.product/pom.xml index e16e29d99..0ec6e7cb4 100644 --- a/packages/org.eclipse.epp.package.committers.product/pom.xml +++ b/packages/org.eclipse.epp.package.committers.product/pom.xml @@ -4,7 +4,7 @@ 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 - http://www.eclipse.org/org/documents/edl-v10.php + https://www.eclipse.org/org/documents/edl-v10/ Contributors: Thanh Ha (Eclipse Foundation) - initial implementation diff --git a/packages/org.eclipse.epp.package.committers/about.properties b/packages/org.eclipse.epp.package.committers/about.properties index e28be7321..53ba2a6ee 100644 --- a/packages/org.eclipse.epp.package.committers/about.properties +++ b/packages/org.eclipse.epp.package.committers/about.properties @@ -3,7 +3,7 @@ # All rights reserved. This program and the accompanying materials # are made available under the terms of the Eclipse Public License v2.0 # which accompanies this distribution, and is available at -# http://www.eclipse.org/legal/epl-v20.html +# https://www.eclipse.org/legal/epl-2.0/ # # Contributors: # IBM Corporation - initial API and implementation diff --git a/packages/org.eclipse.epp.package.committers/plugin.properties b/packages/org.eclipse.epp.package.committers/plugin.properties index eb379e332..a2f80116a 100644 --- a/packages/org.eclipse.epp.package.committers/plugin.properties +++ b/packages/org.eclipse.epp.package.committers/plugin.properties @@ -3,7 +3,7 @@ # All rights reserved. This program and the accompanying materials # are made available under the terms of the Eclipse Public License v2.0 # which accompanies this distribution, and is available at -# http://www.eclipse.org/legal/epl-v20.html +# https://www.eclipse.org/legal/epl-2.0/ # # Contributors: # IBM Corporation - initial API and implementation diff --git a/packages/org.eclipse.epp.package.committers/plugin.xml b/packages/org.eclipse.epp.package.committers/plugin.xml index 055e52a59..94653e819 100644 --- a/packages/org.eclipse.epp.package.committers/plugin.xml +++ b/packages/org.eclipse.epp.package.committers/plugin.xml @@ -382,7 +382,7 @@ + value="https://eclipse.org/search/search.cgi?q={expression}&ul=&ps=20&m=all"> diff --git a/packages/org.eclipse.epp.package.committers/plugin_customization.properties b/packages/org.eclipse.epp.package.committers/plugin_customization.properties index 38ce25ef5..4251863ea 100644 --- a/packages/org.eclipse.epp.package.committers/plugin_customization.properties +++ b/packages/org.eclipse.epp.package.committers/plugin_customization.properties @@ -3,7 +3,7 @@ # All rights reserved. This program and the accompanying materials # are made available under the terms of the Eclipse Public License v2.0 # which accompanies this distribution, and is available at -# http://www.eclipse.org/legal/epl-v20.html +# https://www.eclipse.org/legal/epl-2.0/ # # Contributors: # IBM Corporation - initial API and implementation diff --git a/packages/org.eclipse.epp.package.committers/pom.xml b/packages/org.eclipse.epp.package.committers/pom.xml index a26094ef5..e65e177b7 100644 --- a/packages/org.eclipse.epp.package.committers/pom.xml +++ b/packages/org.eclipse.epp.package.committers/pom.xml @@ -4,7 +4,7 @@ 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 - http://www.eclipse.org/org/documents/edl-v10.php + https://www.eclipse.org/org/documents/edl-v10/ Contributors: Igor Fedorenko - initial implementation diff --git a/packages/org.eclipse.epp.package.common.feature/feature.properties b/packages/org.eclipse.epp.package.common.feature/feature.properties index f8acedf8e..2c203ac41 100644 --- a/packages/org.eclipse.epp.package.common.feature/feature.properties +++ b/packages/org.eclipse.epp.package.common.feature/feature.properties @@ -3,7 +3,7 @@ # All rights reserved. This program and the accompanying materials # are made available under the terms of the Eclipse Public License v2.0 # which accompanies this distribution, and is available at -# http://www.eclipse.org/legal/epl-v20.html +# https://www.eclipse.org/legal/epl-2.0/ # # Contributors: # Innoopract Informationssysteme GmbH - initial API and implementation @@ -19,7 +19,7 @@ Copyright (c) 2007, 2026 Eclipse contributors and others.\n\ All rights reserved. This program and the accompanying materials\n\ are made available under the terms of the Eclipse Public License v2.0\n\ which accompanies this distribution, and is available at\n\ -http://www.eclipse.org/legal/epl-v20.html\n\ +https://www.eclipse.org/legal/epl-v20.html\n\ \n\ Contributors:\n\ Innoopract Informationssysteme GmbH - initial API and implementation\n\ diff --git a/packages/org.eclipse.epp.package.common.feature/feature.xml b/packages/org.eclipse.epp.package.common.feature/feature.xml index 9d5be30c9..4135bd0dd 100644 --- a/packages/org.eclipse.epp.package.common.feature/feature.xml +++ b/packages/org.eclipse.epp.package.common.feature/feature.xml @@ -7,7 +7,7 @@ license-feature="org.eclipse.license" license-feature-version="0.0.0"> - + %description diff --git a/packages/org.eclipse.epp.package.common.feature/pom.xml b/packages/org.eclipse.epp.package.common.feature/pom.xml index 039815103..719591b01 100644 --- a/packages/org.eclipse.epp.package.common.feature/pom.xml +++ b/packages/org.eclipse.epp.package.common.feature/pom.xml @@ -4,7 +4,7 @@ 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 - http://www.eclipse.org/org/documents/edl-v10.php + https://www.eclipse.org/org/documents/edl-v10/ Contributors: Igor Fedorenko - initial implementation diff --git a/packages/org.eclipse.epp.package.common/plugin.properties b/packages/org.eclipse.epp.package.common/plugin.properties index 515d1a370..727fb0e14 100644 --- a/packages/org.eclipse.epp.package.common/plugin.properties +++ b/packages/org.eclipse.epp.package.common/plugin.properties @@ -3,7 +3,7 @@ # All rights reserved. This program and the accompanying materials # are made available under the terms of the Eclipse Public License v2.0 # which accompanies this distribution, and is available at -# http://www.eclipse.org/legal/epl-v20.html +# https://www.eclipse.org/legal/epl-2.0/ ############################################################################### contribute.command.label=Contribute contribute.command.desc=Contribute to the development and success of the Eclipse IDE! \ No newline at end of file diff --git a/packages/org.eclipse.epp.package.common/pom.xml b/packages/org.eclipse.epp.package.common/pom.xml index 2f0f618ca..20970a662 100644 --- a/packages/org.eclipse.epp.package.common/pom.xml +++ b/packages/org.eclipse.epp.package.common/pom.xml @@ -4,7 +4,7 @@ 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 - http://www.eclipse.org/org/documents/edl-v10.php + https://www.eclipse.org/org/documents/edl-v10/ Contributors: EclipseSource - ongoing development diff --git a/packages/org.eclipse.epp.package.common/src/org/eclipse/epp/common/ContributeHandler.java b/packages/org.eclipse.epp.package.common/src/org/eclipse/epp/common/ContributeHandler.java index e84b7a49b..c16c3b3e2 100644 --- a/packages/org.eclipse.epp.package.common/src/org/eclipse/epp/common/ContributeHandler.java +++ b/packages/org.eclipse.epp.package.common/src/org/eclipse/epp/common/ContributeHandler.java @@ -3,7 +3,7 @@ * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v2.0 * which accompanies this distribution, and is available at -* http://www.eclipse.org/legal/epl-v20.html +* https://www.eclipse.org/legal/epl-2.0/ *******************************************************************************/ package org.eclipse.epp.common; diff --git a/packages/org.eclipse.epp.package.cpp.feature/feature.properties b/packages/org.eclipse.epp.package.cpp.feature/feature.properties index 5b7a840e3..0c45feafb 100644 --- a/packages/org.eclipse.epp.package.cpp.feature/feature.properties +++ b/packages/org.eclipse.epp.package.cpp.feature/feature.properties @@ -3,7 +3,7 @@ # All rights reserved. This program and the accompanying materials # are made available under the terms of the Eclipse Public License v2.0 # which accompanies this distribution, and is available at -# http://www.eclipse.org/legal/epl-v20.html +# https://www.eclipse.org/legal/epl-2.0/ # # Contributors: # Innoopract Informationssysteme GmbH - initial API and implementation @@ -19,7 +19,7 @@ Copyright (c) 2007, 2026 Eclipse contributors and others.\n\ All rights reserved. This program and the accompanying materials\n\ are made available under the terms of the Eclipse Public License v2.0\n\ which accompanies this distribution, and is available at\n\ -http://www.eclipse.org/legal/epl-v20.html\n\ +https://www.eclipse.org/legal/epl-v20.html\n\ \n\ Contributors:\n\ Innoopract Informationssysteme GmbH - initial API and implementation\n\ diff --git a/packages/org.eclipse.epp.package.cpp.feature/feature.xml b/packages/org.eclipse.epp.package.cpp.feature/feature.xml index 3486a5811..fbfb93938 100644 --- a/packages/org.eclipse.epp.package.cpp.feature/feature.xml +++ b/packages/org.eclipse.epp.package.cpp.feature/feature.xml @@ -8,7 +8,7 @@ license-feature="org.eclipse.license" license-feature-version="0.0.0"> - + %description diff --git a/packages/org.eclipse.epp.package.cpp.feature/pom.xml b/packages/org.eclipse.epp.package.cpp.feature/pom.xml index 4c2ddfc30..5f0ee6f2f 100644 --- a/packages/org.eclipse.epp.package.cpp.feature/pom.xml +++ b/packages/org.eclipse.epp.package.cpp.feature/pom.xml @@ -4,7 +4,7 @@ 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 - http://www.eclipse.org/org/documents/edl-v10.php + https://www.eclipse.org/org/documents/edl-v10/ Contributors: Igor Fedorenko - initial implementation diff --git a/packages/org.eclipse.epp.package.cpp.product/pom.xml b/packages/org.eclipse.epp.package.cpp.product/pom.xml index 91b21e96c..d1e1c1ae1 100644 --- a/packages/org.eclipse.epp.package.cpp.product/pom.xml +++ b/packages/org.eclipse.epp.package.cpp.product/pom.xml @@ -4,7 +4,7 @@ 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 - http://www.eclipse.org/org/documents/edl-v10.php + https://www.eclipse.org/org/documents/edl-v10/ Contributors: Thanh Ha (Eclipse Foundation) - initial implementation diff --git a/packages/org.eclipse.epp.package.cpp/about.properties b/packages/org.eclipse.epp.package.cpp/about.properties index 55f736742..ea6f011ad 100644 --- a/packages/org.eclipse.epp.package.cpp/about.properties +++ b/packages/org.eclipse.epp.package.cpp/about.properties @@ -3,7 +3,7 @@ # All rights reserved. This program and the accompanying materials # are made available under the terms of the Eclipse Public License v2.0 # which accompanies this distribution, and is available at -# http://www.eclipse.org/legal/epl-v20.html +# https://www.eclipse.org/legal/epl-2.0/ # # Contributors: # IBM Corporation - initial API and implementation diff --git a/packages/org.eclipse.epp.package.cpp/plugin.properties b/packages/org.eclipse.epp.package.cpp/plugin.properties index bc654a0cd..7a64e1f85 100644 --- a/packages/org.eclipse.epp.package.cpp/plugin.properties +++ b/packages/org.eclipse.epp.package.cpp/plugin.properties @@ -3,7 +3,7 @@ # All rights reserved. This program and the accompanying materials # are made available under the terms of the Eclipse Public License v2.0 # which accompanies this distribution, and is available at -# http://www.eclipse.org/legal/epl-v20.html +# https://www.eclipse.org/legal/epl-2.0/ # # Contributors: # Manumitting Technologies Inc - initial API and implementation diff --git a/packages/org.eclipse.epp.package.cpp/pom.xml b/packages/org.eclipse.epp.package.cpp/pom.xml index 8312eeb30..6f2c8b794 100644 --- a/packages/org.eclipse.epp.package.cpp/pom.xml +++ b/packages/org.eclipse.epp.package.cpp/pom.xml @@ -4,7 +4,7 @@ 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 - http://www.eclipse.org/org/documents/edl-v10.php + https://www.eclipse.org/org/documents/edl-v10/ Contributors: Igor Fedorenko - initial implementation diff --git a/packages/org.eclipse.epp.package.dsl.feature/feature.properties b/packages/org.eclipse.epp.package.dsl.feature/feature.properties index fbfd0ba39..2f79101d4 100644 --- a/packages/org.eclipse.epp.package.dsl.feature/feature.properties +++ b/packages/org.eclipse.epp.package.dsl.feature/feature.properties @@ -3,7 +3,7 @@ # All rights reserved. This program and the accompanying materials # are made available under the terms of the Eclipse Public License v2.0 # which accompanies this distribution, and is available at -# http://www.eclipse.org/legal/epl-v20.html +# https://www.eclipse.org/legal/epl-2.0/ # # Contributors: # Innoopract Informationssysteme GmbH - initial API and implementation @@ -18,7 +18,7 @@ Copyright (c) 2007, 2026 Eclipse contributors and others.\n\ All rights reserved. This program and the accompanying materials\n\ are made available under the terms of the Eclipse Public License v2.0\n\ which accompanies this distribution, and is available at\n\ -http://www.eclipse.org/legal/epl-v20.html\n\ +https://www.eclipse.org/legal/epl-v20.html\n\ \n\ Contributors:\n\ Innoopract Informationssysteme GmbH - initial API and implementation\n\ diff --git a/packages/org.eclipse.epp.package.dsl.feature/feature.xml b/packages/org.eclipse.epp.package.dsl.feature/feature.xml index d94255580..4d6f69a56 100644 --- a/packages/org.eclipse.epp.package.dsl.feature/feature.xml +++ b/packages/org.eclipse.epp.package.dsl.feature/feature.xml @@ -8,7 +8,7 @@ license-feature="org.eclipse.license" license-feature-version="0.0.0"> - + %description diff --git a/packages/org.eclipse.epp.package.dsl.feature/pom.xml b/packages/org.eclipse.epp.package.dsl.feature/pom.xml index bef93876d..ccd4779cd 100644 --- a/packages/org.eclipse.epp.package.dsl.feature/pom.xml +++ b/packages/org.eclipse.epp.package.dsl.feature/pom.xml @@ -4,7 +4,7 @@ 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 - http://www.eclipse.org/org/documents/edl-v10.php + https://www.eclipse.org/org/documents/edl-v10/ Contributors: Igor Fedorenko - initial implementation diff --git a/packages/org.eclipse.epp.package.dsl.product/pom.xml b/packages/org.eclipse.epp.package.dsl.product/pom.xml index 55e958e44..e820a95f3 100644 --- a/packages/org.eclipse.epp.package.dsl.product/pom.xml +++ b/packages/org.eclipse.epp.package.dsl.product/pom.xml @@ -4,7 +4,7 @@ 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 - http://www.eclipse.org/org/documents/edl-v10.php + https://www.eclipse.org/org/documents/edl-v10/ Contributors: Thanh Ha (Eclipse Foundation) - initial implementation diff --git a/packages/org.eclipse.epp.package.dsl/about.properties b/packages/org.eclipse.epp.package.dsl/about.properties index 0bbc709c8..01c0586c7 100644 --- a/packages/org.eclipse.epp.package.dsl/about.properties +++ b/packages/org.eclipse.epp.package.dsl/about.properties @@ -3,7 +3,7 @@ # All rights reserved. This program and the accompanying materials # are made available under the terms of the Eclipse Public License v2.0 # which accompanies this distribution, and is available at -# http://www.eclipse.org/legal/epl-v20.html +# https://www.eclipse.org/legal/epl-2.0/ # # Contributors: # IBM Corporation - initial API and implementation diff --git a/packages/org.eclipse.epp.package.dsl/plugin.properties b/packages/org.eclipse.epp.package.dsl/plugin.properties index 02946a8e3..6eea0b2a0 100644 --- a/packages/org.eclipse.epp.package.dsl/plugin.properties +++ b/packages/org.eclipse.epp.package.dsl/plugin.properties @@ -3,7 +3,7 @@ # All rights reserved. This program and the accompanying materials # are made available under the terms of the Eclipse Public License v2.0 # which accompanies this distribution, and is available at -# http://www.eclipse.org/legal/epl-v20.html +# https://www.eclipse.org/legal/epl-2.0/ # # Contributors: # Manumitting Technologies Inc - initial API and implementation diff --git a/packages/org.eclipse.epp.package.dsl/pom.xml b/packages/org.eclipse.epp.package.dsl/pom.xml index c91b5a380..8c98b52a9 100644 --- a/packages/org.eclipse.epp.package.dsl/pom.xml +++ b/packages/org.eclipse.epp.package.dsl/pom.xml @@ -4,7 +4,7 @@ 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 - http://www.eclipse.org/org/documents/edl-v10.php + https://www.eclipse.org/org/documents/edl-v10/ Contributors: Igor Fedorenko - initial implementation diff --git a/packages/org.eclipse.epp.package.embedcpp.feature/feature.properties b/packages/org.eclipse.epp.package.embedcpp.feature/feature.properties index 48b4af46c..dc0ac988b 100644 --- a/packages/org.eclipse.epp.package.embedcpp.feature/feature.properties +++ b/packages/org.eclipse.epp.package.embedcpp.feature/feature.properties @@ -3,7 +3,7 @@ # All rights reserved. This program and the accompanying materials # are made available under the terms of the Eclipse Public License v2.0 # which accompanies this distribution, and is available at -# http://www.eclipse.org/legal/epl-v20.html +# https://www.eclipse.org/legal/epl-2.0/ # # Contributors: # Innoopract Informationssysteme GmbH - initial API and implementation @@ -19,7 +19,7 @@ Copyright (c) 2007, 2026 Eclipse contributors and others.\n\ All rights reserved. This program and the accompanying materials\n\ are made available under the terms of the Eclipse Public License v2.0\n\ which accompanies this distribution, and is available at\n\ -http://www.eclipse.org/legal/epl-v20.html\n\ +https://www.eclipse.org/legal/epl-v20.html\n\ \n\ Contributors:\n\ Innoopract Informationssysteme GmbH - initial API and implementation\n\ diff --git a/packages/org.eclipse.epp.package.embedcpp.feature/feature.xml b/packages/org.eclipse.epp.package.embedcpp.feature/feature.xml index 8b8681fed..208887207 100644 --- a/packages/org.eclipse.epp.package.embedcpp.feature/feature.xml +++ b/packages/org.eclipse.epp.package.embedcpp.feature/feature.xml @@ -8,7 +8,7 @@ license-feature="org.eclipse.license" license-feature-version="0.0.0"> - + %description diff --git a/packages/org.eclipse.epp.package.embedcpp.feature/pom.xml b/packages/org.eclipse.epp.package.embedcpp.feature/pom.xml index 096089e9f..2d7f9e4f1 100644 --- a/packages/org.eclipse.epp.package.embedcpp.feature/pom.xml +++ b/packages/org.eclipse.epp.package.embedcpp.feature/pom.xml @@ -4,7 +4,7 @@ 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 - http://www.eclipse.org/org/documents/edl-v10.php + https://www.eclipse.org/org/documents/edl-v10/ Contributors: Igor Fedorenko - initial implementation diff --git a/packages/org.eclipse.epp.package.embedcpp.product/pom.xml b/packages/org.eclipse.epp.package.embedcpp.product/pom.xml index fe46f4e79..64aec4d6e 100644 --- a/packages/org.eclipse.epp.package.embedcpp.product/pom.xml +++ b/packages/org.eclipse.epp.package.embedcpp.product/pom.xml @@ -4,7 +4,7 @@ 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 - http://www.eclipse.org/org/documents/edl-v10.php + https://www.eclipse.org/org/documents/edl-v10/ Contributors: Thanh Ha (Eclipse Foundation) - initial implementation diff --git a/packages/org.eclipse.epp.package.embedcpp/about.properties b/packages/org.eclipse.epp.package.embedcpp/about.properties index 958939b7a..5d893430e 100644 --- a/packages/org.eclipse.epp.package.embedcpp/about.properties +++ b/packages/org.eclipse.epp.package.embedcpp/about.properties @@ -3,7 +3,7 @@ # All rights reserved. This program and the accompanying materials # are made available under the terms of the Eclipse Public License v2.0 # which accompanies this distribution, and is available at -# http://www.eclipse.org/legal/epl-v20.html +# https://www.eclipse.org/legal/epl-2.0/ # # Contributors: # IBM Corporation - initial API and implementation diff --git a/packages/org.eclipse.epp.package.embedcpp/plugin.properties b/packages/org.eclipse.epp.package.embedcpp/plugin.properties index 5dccb07fe..1e11e0e16 100644 --- a/packages/org.eclipse.epp.package.embedcpp/plugin.properties +++ b/packages/org.eclipse.epp.package.embedcpp/plugin.properties @@ -3,7 +3,7 @@ # All rights reserved. This program and the accompanying materials # are made available under the terms of the Eclipse Public License v2.0 # which accompanies this distribution, and is available at -# http://www.eclipse.org/legal/epl-v20.html +# https://www.eclipse.org/legal/epl-2.0/ # # Contributors: # Manumitting Technologies Inc - initial API and implementation diff --git a/packages/org.eclipse.epp.package.embedcpp/pom.xml b/packages/org.eclipse.epp.package.embedcpp/pom.xml index 7e97ca150..cbedba316 100644 --- a/packages/org.eclipse.epp.package.embedcpp/pom.xml +++ b/packages/org.eclipse.epp.package.embedcpp/pom.xml @@ -4,7 +4,7 @@ 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 - http://www.eclipse.org/org/documents/edl-v10.php + https://www.eclipse.org/org/documents/edl-v10/ Contributors: Igor Fedorenko - initial implementation diff --git a/packages/org.eclipse.epp.package.java.feature/feature.properties b/packages/org.eclipse.epp.package.java.feature/feature.properties index 831b4c2ee..3c3faabe8 100644 --- a/packages/org.eclipse.epp.package.java.feature/feature.properties +++ b/packages/org.eclipse.epp.package.java.feature/feature.properties @@ -3,7 +3,7 @@ # All rights reserved. This program and the accompanying materials # are made available under the terms of the Eclipse Public License v2.0 # which accompanies this distribution, and is available at -# http://www.eclipse.org/legal/epl-v20.html +# https://www.eclipse.org/legal/epl-2.0/ # # Contributors: # Innoopract Informationssysteme GmbH - initial API and implementation @@ -19,7 +19,7 @@ Copyright (c) 2007, 2026 Eclipse contributors and others.\n\ All rights reserved. This program and the accompanying materials\n\ are made available under the terms of the Eclipse Public License v2.0\n\ which accompanies this distribution, and is available at\n\ -http://www.eclipse.org/legal/epl-v20.html\n\ +https://www.eclipse.org/legal/epl-v20.html\n\ \n\ Contributors:\n\ Innoopract Informationssysteme GmbH - initial API and implementation\n\ diff --git a/packages/org.eclipse.epp.package.java.feature/feature.xml b/packages/org.eclipse.epp.package.java.feature/feature.xml index bad409a3c..325746707 100644 --- a/packages/org.eclipse.epp.package.java.feature/feature.xml +++ b/packages/org.eclipse.epp.package.java.feature/feature.xml @@ -8,7 +8,7 @@ license-feature="org.eclipse.license" license-feature-version="0.0.0"> - + %description diff --git a/packages/org.eclipse.epp.package.java.feature/pom.xml b/packages/org.eclipse.epp.package.java.feature/pom.xml index 2df1c8186..7a6e38016 100644 --- a/packages/org.eclipse.epp.package.java.feature/pom.xml +++ b/packages/org.eclipse.epp.package.java.feature/pom.xml @@ -4,7 +4,7 @@ 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 - http://www.eclipse.org/org/documents/edl-v10.php + https://www.eclipse.org/org/documents/edl-v10/ Contributors: Igor Fedorenko - initial implementation diff --git a/packages/org.eclipse.epp.package.java.product/pom.xml b/packages/org.eclipse.epp.package.java.product/pom.xml index dd9544f2f..3ce9be378 100644 --- a/packages/org.eclipse.epp.package.java.product/pom.xml +++ b/packages/org.eclipse.epp.package.java.product/pom.xml @@ -4,7 +4,7 @@ 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 - http://www.eclipse.org/org/documents/edl-v10.php + https://www.eclipse.org/org/documents/edl-v10/ Contributors: Thanh Ha (Eclipse Foundation) - initial implementation diff --git a/packages/org.eclipse.epp.package.java/about.properties b/packages/org.eclipse.epp.package.java/about.properties index eebf50f2b..dbe882c3e 100644 --- a/packages/org.eclipse.epp.package.java/about.properties +++ b/packages/org.eclipse.epp.package.java/about.properties @@ -3,7 +3,7 @@ # All rights reserved. This program and the accompanying materials # are made available under the terms of the Eclipse Public License v2.0 # which accompanies this distribution, and is available at -# http://www.eclipse.org/legal/epl-v20.html +# https://www.eclipse.org/legal/epl-2.0/ # # Contributors: # IBM Corporation - initial API and implementation diff --git a/packages/org.eclipse.epp.package.java/plugin.properties b/packages/org.eclipse.epp.package.java/plugin.properties index c8cd540aa..be62132c5 100644 --- a/packages/org.eclipse.epp.package.java/plugin.properties +++ b/packages/org.eclipse.epp.package.java/plugin.properties @@ -3,7 +3,7 @@ # All rights reserved. This program and the accompanying materials # are made available under the terms of the Eclipse Public License v2.0 # which accompanies this distribution, and is available at -# http://www.eclipse.org/legal/epl-v20.html +# https://www.eclipse.org/legal/epl-2.0/ # # Contributors: # IBM Corporation - initial API and implementation diff --git a/packages/org.eclipse.epp.package.java/pom.xml b/packages/org.eclipse.epp.package.java/pom.xml index f380fd200..4c0cc5969 100644 --- a/packages/org.eclipse.epp.package.java/pom.xml +++ b/packages/org.eclipse.epp.package.java/pom.xml @@ -4,7 +4,7 @@ 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 - http://www.eclipse.org/org/documents/edl-v10.php + https://www.eclipse.org/org/documents/edl-v10/ Contributors: Igor Fedorenko - initial implementation diff --git a/packages/org.eclipse.epp.package.jee.feature/feature.properties b/packages/org.eclipse.epp.package.jee.feature/feature.properties index bc93151c6..1b1d348e1 100644 --- a/packages/org.eclipse.epp.package.jee.feature/feature.properties +++ b/packages/org.eclipse.epp.package.jee.feature/feature.properties @@ -3,7 +3,7 @@ # All rights reserved. This program and the accompanying materials # are made available under the terms of the Eclipse Public License v2.0 # which accompanies this distribution, and is available at -# http://www.eclipse.org/legal/epl-v20.html +# https://www.eclipse.org/legal/epl-2.0/ # # Contributors: # IBM Corporation - initial API and implementation @@ -33,7 +33,7 @@ Copyright (c) 2011, 2026 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 v2.0\n\ which accompanies this distribution, and is available at\n\ -http://www.eclipse.org/legal/epl-v20.html\n\ +https://www.eclipse.org/legal/epl-v20.html\n\ \n\ Contributors:\n\ IBM Corporation - initial API and implementation\n\ diff --git a/packages/org.eclipse.epp.package.jee.feature/feature.xml b/packages/org.eclipse.epp.package.jee.feature/feature.xml index aa706a747..186211d19 100644 --- a/packages/org.eclipse.epp.package.jee.feature/feature.xml +++ b/packages/org.eclipse.epp.package.jee.feature/feature.xml @@ -8,7 +8,7 @@ license-feature="org.eclipse.license" license-feature-version="0.0.0"> - + %description diff --git a/packages/org.eclipse.epp.package.jee.feature/pom.xml b/packages/org.eclipse.epp.package.jee.feature/pom.xml index b6ee0ac84..fd69319b4 100644 --- a/packages/org.eclipse.epp.package.jee.feature/pom.xml +++ b/packages/org.eclipse.epp.package.jee.feature/pom.xml @@ -4,7 +4,7 @@ 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 - http://www.eclipse.org/org/documents/edl-v10.php + https://www.eclipse.org/org/documents/edl-v10/ Contributors: Igor Fedorenko - initial implementation diff --git a/packages/org.eclipse.epp.package.jee.product/pom.xml b/packages/org.eclipse.epp.package.jee.product/pom.xml index fedfd5c34..ae07dc0b8 100644 --- a/packages/org.eclipse.epp.package.jee.product/pom.xml +++ b/packages/org.eclipse.epp.package.jee.product/pom.xml @@ -4,7 +4,7 @@ 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 - http://www.eclipse.org/org/documents/edl-v10.php + https://www.eclipse.org/org/documents/edl-v10/ Contributors: Thanh Ha (Eclipse Foundation) - initial implementation diff --git a/packages/org.eclipse.epp.package.jee/about.properties b/packages/org.eclipse.epp.package.jee/about.properties index 8e24260d3..95e20f633 100644 --- a/packages/org.eclipse.epp.package.jee/about.properties +++ b/packages/org.eclipse.epp.package.jee/about.properties @@ -3,7 +3,7 @@ # All rights reserved. This program and the accompanying materials # are made available under the terms of the Eclipse Public License v2.0 # which accompanies this distribution, and is available at -# http://www.eclipse.org/legal/epl-v20.html +# https://www.eclipse.org/legal/epl-2.0/ # # Contributors: # IBM Corporation - initial API and implementation diff --git a/packages/org.eclipse.epp.package.jee/plugin.properties b/packages/org.eclipse.epp.package.jee/plugin.properties index c05dcd971..fd780a6c4 100644 --- a/packages/org.eclipse.epp.package.jee/plugin.properties +++ b/packages/org.eclipse.epp.package.jee/plugin.properties @@ -3,7 +3,7 @@ # All rights reserved. This program and the accompanying materials # are made available under the terms of the Eclipse Public License v2.0 # which accompanies this distribution, and is available at -# http://www.eclipse.org/legal/epl-v20.html +# https://www.eclipse.org/legal/epl-2.0/ # # Contributors: # IBM Corporation - initial API and implementation diff --git a/packages/org.eclipse.epp.package.jee/pom.xml b/packages/org.eclipse.epp.package.jee/pom.xml index 33537f9d2..463c326d9 100644 --- a/packages/org.eclipse.epp.package.jee/pom.xml +++ b/packages/org.eclipse.epp.package.jee/pom.xml @@ -4,7 +4,7 @@ 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 - http://www.eclipse.org/org/documents/edl-v10.php + https://www.eclipse.org/org/documents/edl-v10/ Contributors: Igor Fedorenko - initial implementation diff --git a/packages/org.eclipse.epp.package.modeling.feature/feature.properties b/packages/org.eclipse.epp.package.modeling.feature/feature.properties index ee035b7c1..b8c34c1ea 100644 --- a/packages/org.eclipse.epp.package.modeling.feature/feature.properties +++ b/packages/org.eclipse.epp.package.modeling.feature/feature.properties @@ -3,7 +3,7 @@ # All rights reserved. This program and the accompanying materials # are made available under the terms of the Eclipse Public License v2.0 # which accompanies this distribution, and is available at -# http://www.eclipse.org/legal/epl-v20.html +# https://www.eclipse.org/legal/epl-2.0/ # # Contributors: # Innoopract Informationssysteme GmbH - initial API and implementation @@ -18,7 +18,7 @@ Copyright (c) 2007, 2026 Eclipse contributors and others.\n\ All rights reserved. This program and the accompanying materials\n\ are made available under the terms of the Eclipse Public License v2.0\n\ which accompanies this distribution, and is available at\n\ -http://www.eclipse.org/legal/epl-v20.html\n\ +https://www.eclipse.org/legal/epl-v20.html\n\ \n\ Contributors:\n\ Innoopract Informationssysteme GmbH - initial API and implementation\n\ diff --git a/packages/org.eclipse.epp.package.modeling.feature/feature.xml b/packages/org.eclipse.epp.package.modeling.feature/feature.xml index 008ed1565..49e64f377 100644 --- a/packages/org.eclipse.epp.package.modeling.feature/feature.xml +++ b/packages/org.eclipse.epp.package.modeling.feature/feature.xml @@ -8,7 +8,7 @@ license-feature="org.eclipse.license" license-feature-version="0.0.0"> - + %description diff --git a/packages/org.eclipse.epp.package.modeling.feature/pom.xml b/packages/org.eclipse.epp.package.modeling.feature/pom.xml index 9f00b0136..6697fd0be 100644 --- a/packages/org.eclipse.epp.package.modeling.feature/pom.xml +++ b/packages/org.eclipse.epp.package.modeling.feature/pom.xml @@ -4,7 +4,7 @@ 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 - http://www.eclipse.org/org/documents/edl-v10.php + https://www.eclipse.org/org/documents/edl-v10/ Contributors: Igor Fedorenko - initial implementation diff --git a/packages/org.eclipse.epp.package.modeling.product/pom.xml b/packages/org.eclipse.epp.package.modeling.product/pom.xml index cf1a94821..c69da3108 100644 --- a/packages/org.eclipse.epp.package.modeling.product/pom.xml +++ b/packages/org.eclipse.epp.package.modeling.product/pom.xml @@ -4,7 +4,7 @@ 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 - http://www.eclipse.org/org/documents/edl-v10.php + https://www.eclipse.org/org/documents/edl-v10/ Contributors: Thanh Ha (Eclipse Foundation) - initial implementation diff --git a/packages/org.eclipse.epp.package.modeling/about.properties b/packages/org.eclipse.epp.package.modeling/about.properties index f7656e712..63ada2b79 100644 --- a/packages/org.eclipse.epp.package.modeling/about.properties +++ b/packages/org.eclipse.epp.package.modeling/about.properties @@ -3,7 +3,7 @@ # All rights reserved. This program and the accompanying materials # are made available under the terms of the Eclipse Public License v2.0 # which accompanies this distribution, and is available at -# http://www.eclipse.org/legal/epl-v20.html +# https://www.eclipse.org/legal/epl-2.0/ # # Contributors: # IBM Corporation - initial API and implementation diff --git a/packages/org.eclipse.epp.package.modeling/pom.xml b/packages/org.eclipse.epp.package.modeling/pom.xml index e803004db..f124a0e8f 100644 --- a/packages/org.eclipse.epp.package.modeling/pom.xml +++ b/packages/org.eclipse.epp.package.modeling/pom.xml @@ -4,7 +4,7 @@ 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 - http://www.eclipse.org/org/documents/edl-v10.php + https://www.eclipse.org/org/documents/edl-v10/ Contributors: Igor Fedorenko - initial implementation diff --git a/packages/org.eclipse.epp.package.php.feature/feature.properties b/packages/org.eclipse.epp.package.php.feature/feature.properties index 891968b38..fb979b139 100644 --- a/packages/org.eclipse.epp.package.php.feature/feature.properties +++ b/packages/org.eclipse.epp.package.php.feature/feature.properties @@ -3,7 +3,7 @@ # All rights reserved. This program and the accompanying materials # are made available under the terms of the Eclipse Public License v2.0 # which accompanies this distribution, and is available at -# http://www.eclipse.org/legal/epl-v20.html +# https://www.eclipse.org/legal/epl-2.0/ # # Contributors: # Innoopract Informationssysteme GmbH - initial API and implementation @@ -19,7 +19,7 @@ Copyright (c) 2007, 2026 Eclipse contributors and others.\n\ All rights reserved. This program and the accompanying materials\n\ are made available under the terms of the Eclipse Public License v2.0\n\ which accompanies this distribution, and is available at\n\ -http://www.eclipse.org/legal/epl-v20.html\n\ +https://www.eclipse.org/legal/epl-v20.html\n\ \n\ Contributors:\n\ Innoopract Informationssysteme GmbH - initial API and implementation\n\ diff --git a/packages/org.eclipse.epp.package.php.feature/feature.xml b/packages/org.eclipse.epp.package.php.feature/feature.xml index 5a4932f90..66ae0ece5 100644 --- a/packages/org.eclipse.epp.package.php.feature/feature.xml +++ b/packages/org.eclipse.epp.package.php.feature/feature.xml @@ -8,7 +8,7 @@ license-feature="org.eclipse.license" license-feature-version="0.0.0"> - + %description diff --git a/packages/org.eclipse.epp.package.php.feature/pom.xml b/packages/org.eclipse.epp.package.php.feature/pom.xml index 2a8c7bc91..87be881ce 100644 --- a/packages/org.eclipse.epp.package.php.feature/pom.xml +++ b/packages/org.eclipse.epp.package.php.feature/pom.xml @@ -4,7 +4,7 @@ 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 - http://www.eclipse.org/org/documents/edl-v10.php + https://www.eclipse.org/org/documents/edl-v10/ Contributors: Igor Fedorenko - initial implementation diff --git a/packages/org.eclipse.epp.package.php.product/pom.xml b/packages/org.eclipse.epp.package.php.product/pom.xml index 42cc87127..eeab2ff41 100644 --- a/packages/org.eclipse.epp.package.php.product/pom.xml +++ b/packages/org.eclipse.epp.package.php.product/pom.xml @@ -4,7 +4,7 @@ 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 - http://www.eclipse.org/org/documents/edl-v10.php + https://www.eclipse.org/org/documents/edl-v10/ Contributors: EclipseSource - ongoing development diff --git a/packages/org.eclipse.epp.package.php/about.properties b/packages/org.eclipse.epp.package.php/about.properties index 95686e853..187ef7323 100644 --- a/packages/org.eclipse.epp.package.php/about.properties +++ b/packages/org.eclipse.epp.package.php/about.properties @@ -3,7 +3,7 @@ # All rights reserved. This program and the accompanying materials # are made available under the terms of the Eclipse Public License v2.0 # which accompanies this distribution, and is available at -# http://www.eclipse.org/legal/epl-v20.html +# https://www.eclipse.org/legal/epl-2.0/ # # Contributors: # IBM Corporation - initial API and implementation diff --git a/packages/org.eclipse.epp.package.php/plugin.properties b/packages/org.eclipse.epp.package.php/plugin.properties index 76433bf92..227918fa0 100644 --- a/packages/org.eclipse.epp.package.php/plugin.properties +++ b/packages/org.eclipse.epp.package.php/plugin.properties @@ -3,7 +3,7 @@ # All rights reserved. This program and the accompanying materials # are made available under the terms of the Eclipse Public License v2.0 # which accompanies this distribution, and is available at -# http://www.eclipse.org/legal/epl-v20.html +# https://www.eclipse.org/legal/epl-2.0/ # # Contributors: # Manumitting Technologies Inc - initial API and implementation diff --git a/packages/org.eclipse.epp.package.php/pom.xml b/packages/org.eclipse.epp.package.php/pom.xml index 5f9479898..727e0c691 100644 --- a/packages/org.eclipse.epp.package.php/pom.xml +++ b/packages/org.eclipse.epp.package.php/pom.xml @@ -4,7 +4,7 @@ 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 - http://www.eclipse.org/org/documents/edl-v10.php + https://www.eclipse.org/org/documents/edl-v10/ Contributors: Igor Fedorenko - initial implementation diff --git a/packages/org.eclipse.epp.package.rcp.feature/feature.properties b/packages/org.eclipse.epp.package.rcp.feature/feature.properties index 01ee50405..a571abfca 100644 --- a/packages/org.eclipse.epp.package.rcp.feature/feature.properties +++ b/packages/org.eclipse.epp.package.rcp.feature/feature.properties @@ -3,7 +3,7 @@ # All rights reserved. This program and the accompanying materials # are made available under the terms of the Eclipse Public License v2.0 # which accompanies this distribution, and is available at -# http://www.eclipse.org/legal/epl-v20.html +# https://www.eclipse.org/legal/epl-2.0/ # # Contributors: # Innoopract Informationssysteme GmbH - initial API and implementation @@ -19,7 +19,7 @@ Copyright (c) 2007, 2026 Eclipse contributors and others.\n\ All rights reserved. This program and the accompanying materials\n\ are made available under the terms of the Eclipse Public License v2.0\n\ which accompanies this distribution, and is available at\n\ -http://www.eclipse.org/legal/epl-v20.html\n\ +https://www.eclipse.org/legal/epl-v20.html\n\ \n\ Contributors:\n\ Innoopract Informationssysteme GmbH - initial API and implementation\n\ diff --git a/packages/org.eclipse.epp.package.rcp.feature/feature.xml b/packages/org.eclipse.epp.package.rcp.feature/feature.xml index 228a0e635..19986c2a8 100644 --- a/packages/org.eclipse.epp.package.rcp.feature/feature.xml +++ b/packages/org.eclipse.epp.package.rcp.feature/feature.xml @@ -8,7 +8,7 @@ license-feature="org.eclipse.license" license-feature-version="0.0.0"> - + %description diff --git a/packages/org.eclipse.epp.package.rcp.feature/pom.xml b/packages/org.eclipse.epp.package.rcp.feature/pom.xml index 4348e96ad..3a11cf02e 100644 --- a/packages/org.eclipse.epp.package.rcp.feature/pom.xml +++ b/packages/org.eclipse.epp.package.rcp.feature/pom.xml @@ -4,7 +4,7 @@ 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 - http://www.eclipse.org/org/documents/edl-v10.php + https://www.eclipse.org/org/documents/edl-v10/ Contributors: Igor Fedorenko - initial implementation diff --git a/packages/org.eclipse.epp.package.rcp.product/pom.xml b/packages/org.eclipse.epp.package.rcp.product/pom.xml index a117388ec..04821b059 100644 --- a/packages/org.eclipse.epp.package.rcp.product/pom.xml +++ b/packages/org.eclipse.epp.package.rcp.product/pom.xml @@ -4,7 +4,7 @@ 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 - http://www.eclipse.org/org/documents/edl-v10.php + https://www.eclipse.org/org/documents/edl-v10/ Contributors: Thanh Ha (Eclipse Foundation) - initial implementation diff --git a/packages/org.eclipse.epp.package.rcp/about.properties b/packages/org.eclipse.epp.package.rcp/about.properties index 387ca808d..a41ba5459 100644 --- a/packages/org.eclipse.epp.package.rcp/about.properties +++ b/packages/org.eclipse.epp.package.rcp/about.properties @@ -3,7 +3,7 @@ # All rights reserved. This program and the accompanying materials # are made available under the terms of the Eclipse Public License v2.0 # which accompanies this distribution, and is available at -# http://www.eclipse.org/legal/epl-v20.html +# https://www.eclipse.org/legal/epl-2.0/ # # Contributors: # IBM Corporation - initial API and implementation diff --git a/packages/org.eclipse.epp.package.rcp/plugin.properties b/packages/org.eclipse.epp.package.rcp/plugin.properties index b3ad73707..dad796e8f 100644 --- a/packages/org.eclipse.epp.package.rcp/plugin.properties +++ b/packages/org.eclipse.epp.package.rcp/plugin.properties @@ -3,7 +3,7 @@ # All rights reserved. This program and the accompanying materials # are made available under the terms of the Eclipse Public License v2.0 # which accompanies this distribution, and is available at -# http://www.eclipse.org/legal/epl-v20.html +# https://www.eclipse.org/legal/epl-2.0/ # # Contributors: # Manumitting Technologies Inc - initial API and implementation diff --git a/packages/org.eclipse.epp.package.rcp/pom.xml b/packages/org.eclipse.epp.package.rcp/pom.xml index 9453cfb10..d7541c794 100644 --- a/packages/org.eclipse.epp.package.rcp/pom.xml +++ b/packages/org.eclipse.epp.package.rcp/pom.xml @@ -4,7 +4,7 @@ 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 - http://www.eclipse.org/org/documents/edl-v10.php + https://www.eclipse.org/org/documents/edl-v10/ Contributors: Igor Fedorenko - initial implementation diff --git a/packages/org.eclipse.epp.package.scout.feature/feature.properties b/packages/org.eclipse.epp.package.scout.feature/feature.properties index 0973e1277..6c4bf7f30 100644 --- a/packages/org.eclipse.epp.package.scout.feature/feature.properties +++ b/packages/org.eclipse.epp.package.scout.feature/feature.properties @@ -3,7 +3,7 @@ # All rights reserved. This program and the accompanying materials # are made available under the terms of the Eclipse Public License v2.0 # which accompanies this distribution, and is available at -# http://www.eclipse.org/legal/epl-v20.html +# https://www.eclipse.org/legal/epl-2.0/ # # Contributors: # Innoopract Informationssysteme GmbH - initial API and implementation @@ -20,7 +20,7 @@ Copyright (c) 2007, 2026 Eclipse contributors and others.\n\ All rights reserved. This program and the accompanying materials\n\ are made available under the terms of the Eclipse Public License v2.0\n\ which accompanies this distribution, and is available at\n\ -http://www.eclipse.org/legal/epl-v20.html\n\ +https://www.eclipse.org/legal/epl-v20.html\n\ \n\ Contributors:\n\ Innoopract Informationssysteme GmbH - initial API and implementation\n\ diff --git a/packages/org.eclipse.epp.package.scout.feature/feature.xml b/packages/org.eclipse.epp.package.scout.feature/feature.xml index 69f49b256..5d60c3761 100644 --- a/packages/org.eclipse.epp.package.scout.feature/feature.xml +++ b/packages/org.eclipse.epp.package.scout.feature/feature.xml @@ -8,7 +8,7 @@ license-feature="org.eclipse.license" license-feature-version="0.0.0"> - + %description diff --git a/packages/org.eclipse.epp.package.scout.feature/pom.xml b/packages/org.eclipse.epp.package.scout.feature/pom.xml index 45a7d30c4..c2dc64438 100644 --- a/packages/org.eclipse.epp.package.scout.feature/pom.xml +++ b/packages/org.eclipse.epp.package.scout.feature/pom.xml @@ -4,7 +4,7 @@ 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 - http://www.eclipse.org/org/documents/edl-v10.php + https://www.eclipse.org/org/documents/edl-v10/ Contributors: Igor Fedorenko - initial implementation diff --git a/packages/org.eclipse.epp.package.scout.product/pom.xml b/packages/org.eclipse.epp.package.scout.product/pom.xml index 4054efcbd..d3abc1a99 100644 --- a/packages/org.eclipse.epp.package.scout.product/pom.xml +++ b/packages/org.eclipse.epp.package.scout.product/pom.xml @@ -4,7 +4,7 @@ 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 - http://www.eclipse.org/org/documents/edl-v10.php + https://www.eclipse.org/org/documents/edl-v10/ Contributors: Thanh Ha (Eclipse Foundation) - initial implementation diff --git a/packages/org.eclipse.epp.package.scout/about.properties b/packages/org.eclipse.epp.package.scout/about.properties index e2ff60cc1..944191564 100644 --- a/packages/org.eclipse.epp.package.scout/about.properties +++ b/packages/org.eclipse.epp.package.scout/about.properties @@ -3,7 +3,7 @@ # All rights reserved. This program and the accompanying materials # are made available under the terms of the Eclipse Public License v2.0 # which accompanies this distribution, and is available at -# http://www.eclipse.org/legal/epl-v20.html +# https://www.eclipse.org/legal/epl-2.0/ # # Contributors: # IBM Corporation - initial API and implementation diff --git a/packages/org.eclipse.epp.package.scout/plugin.properties b/packages/org.eclipse.epp.package.scout/plugin.properties index 26594e1b6..8fd05a923 100644 --- a/packages/org.eclipse.epp.package.scout/plugin.properties +++ b/packages/org.eclipse.epp.package.scout/plugin.properties @@ -3,7 +3,7 @@ # All rights reserved. This program and the accompanying materials # are made available under the terms of the Eclipse Public License v2.0 # which accompanies this distribution, and is available at -# http://www.eclipse.org/legal/epl-v20.html +# https://www.eclipse.org/legal/epl-2.0/ # # Contributors: # IBM Corporation - initial API and implementation diff --git a/packages/org.eclipse.epp.package.scout/pom.xml b/packages/org.eclipse.epp.package.scout/pom.xml index 6bbb20a1f..cd0514b69 100644 --- a/packages/org.eclipse.epp.package.scout/pom.xml +++ b/packages/org.eclipse.epp.package.scout/pom.xml @@ -4,7 +4,7 @@ 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 - http://www.eclipse.org/org/documents/edl-v10.php + https://www.eclipse.org/org/documents/edl-v10/ Contributors: Igor Fedorenko - initial implementation diff --git a/pom.xml b/pom.xml index 04bc2b1e8..68ecfd792 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ 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 - http://www.eclipse.org/org/documents/edl-v10.php + https://www.eclipse.org/org/documents/edl-v10/ Contributors: Igor Fedorenko - initial implementation diff --git a/releng/org.eclipse.epp.config/aggregation/pom.xml b/releng/org.eclipse.epp.config/aggregation/pom.xml index 8eaa5d16a..ed5490178 100644 --- a/releng/org.eclipse.epp.config/aggregation/pom.xml +++ b/releng/org.eclipse.epp.config/aggregation/pom.xml @@ -4,7 +4,7 @@ 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 - http://www.eclipse.org/org/documents/edl-v10.php + https://www.eclipse.org/org/documents/edl-v10/ --> diff --git a/releng/org.eclipse.epp.config/parent/bundle-feature/pom.xml b/releng/org.eclipse.epp.config/parent/bundle-feature/pom.xml index 4bc729446..6b1ef85f0 100644 --- a/releng/org.eclipse.epp.config/parent/bundle-feature/pom.xml +++ b/releng/org.eclipse.epp.config/parent/bundle-feature/pom.xml @@ -4,7 +4,7 @@ All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v2.0 which accompanies this distribution, and is available at - http://www.eclipse.org/legal/epl-v20.html + https://www.eclipse.org/legal/epl-2.0/ Contributors: Mikael Barbero (Eclipse Foundation) - initial implementation diff --git a/releng/org.eclipse.epp.config/parent/bundle/pom.xml b/releng/org.eclipse.epp.config/parent/bundle/pom.xml index 706560a53..401d0c42d 100644 --- a/releng/org.eclipse.epp.config/parent/bundle/pom.xml +++ b/releng/org.eclipse.epp.config/parent/bundle/pom.xml @@ -4,7 +4,7 @@ All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v2.0 which accompanies this distribution, and is available at - http://www.eclipse.org/legal/epl-v20.html + https://www.eclipse.org/legal/epl-2.0/ Contributors: Mikael Barbero (Eclipse Foundation) - initial implementation diff --git a/releng/org.eclipse.epp.config/parent/feature/pom.xml b/releng/org.eclipse.epp.config/parent/feature/pom.xml index 610775925..d93d68738 100644 --- a/releng/org.eclipse.epp.config/parent/feature/pom.xml +++ b/releng/org.eclipse.epp.config/parent/feature/pom.xml @@ -4,7 +4,7 @@ All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v2.0 which accompanies this distribution, and is available at - http://www.eclipse.org/legal/epl-v20.html + https://www.eclipse.org/legal/epl-2.0/ Contributors: Mikael Barbero (Eclipse Foundation) - initial implementation diff --git a/releng/org.eclipse.epp.config/parent/pom.xml b/releng/org.eclipse.epp.config/parent/pom.xml index dcd96ee8f..7ba54a277 100644 --- a/releng/org.eclipse.epp.config/parent/pom.xml +++ b/releng/org.eclipse.epp.config/parent/pom.xml @@ -4,7 +4,7 @@ All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v2.0 which accompanies this distribution, and is available at - http://www.eclipse.org/legal/epl-v20.html + https://www.eclipse.org/legal/epl-2.0/ Contributors: EclipseSource - initial implementation diff --git a/releng/org.eclipse.epp.config/parent/product/pom.xml b/releng/org.eclipse.epp.config/parent/product/pom.xml index a6df0bacf..4f6e4c884 100644 --- a/releng/org.eclipse.epp.config/parent/product/pom.xml +++ b/releng/org.eclipse.epp.config/parent/product/pom.xml @@ -4,7 +4,7 @@ All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v2.0 which accompanies this distribution, and is available at - http://www.eclipse.org/legal/epl-v20.html + https://www.eclipse.org/legal/epl-2.0/ Contributors: Mikael Barbero (Eclipse Foundation) - initial implementation diff --git a/releng/org.eclipse.epp.config/tools/pom.xml b/releng/org.eclipse.epp.config/tools/pom.xml index bb4ebc310..e9a7a1e3b 100644 --- a/releng/org.eclipse.epp.config/tools/pom.xml +++ b/releng/org.eclipse.epp.config/tools/pom.xml @@ -4,7 +4,7 @@ All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v2.0 which accompanies this distribution, and is available at - http://www.eclipse.org/legal/epl-v20.html + https://www.eclipse.org/legal/epl-2.0/ -->