Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNoopur Gupta2020-01-04 11:03:01 +0000
committerSravan Kumar Lakkimsetti2020-01-04 11:12:49 +0000
commit8f0c357a4ea6206a21f31d083d2b80987b1fb3f9 (patch)
tree626f51ad4f4ecd482b8c2879b71c75624379cf4b /eclipse.platform.releng.tychoeclipsebuilder/equinox.starterkit.product
parentf1ff22d3b32762a1cddef5dcd12faef9057f5b94 (diff)
downloadeclipse.platform.releng.aggregator-8f0c357a4ea6206a21f31d083d2b80987b1fb3f9.tar.gz
eclipse.platform.releng.aggregator-8f0c357a4ea6206a21f31d083d2b80987b1fb3f9.tar.xz
eclipse.platform.releng.aggregator-8f0c357a4ea6206a21f31d083d2b80987b1fb3f9.zip
Bug 558773: Change eclipse.org URLs to https
Diffstat (limited to 'eclipse.platform.releng.tychoeclipsebuilder/equinox.starterkit.product')
-rw-r--r--eclipse.platform.releng.tychoeclipsebuilder/equinox.starterkit.product/EclipseRTOSGiStarterKit.product12
-rw-r--r--eclipse.platform.releng.tychoeclipsebuilder/equinox.starterkit.product/pom.xml2
2 files changed, 7 insertions, 7 deletions
diff --git a/eclipse.platform.releng.tychoeclipsebuilder/equinox.starterkit.product/EclipseRTOSGiStarterKit.product b/eclipse.platform.releng.tychoeclipsebuilder/equinox.starterkit.product/EclipseRTOSGiStarterKit.product
index c1a2ea965..1171d2667 100644
--- a/eclipse.platform.releng.tychoeclipsebuilder/equinox.starterkit.product/EclipseRTOSGiStarterKit.product
+++ b/eclipse.platform.releng.tychoeclipsebuilder/equinox.starterkit.product/EclipseRTOSGiStarterKit.product
@@ -29,7 +29,7 @@
</vm>
<license>
- <url>http://eclipse.org/legal/epl/notice.php</url>
+ <url>https://eclipse.org/legal/epl/notice.php</url>
<text>
Eclipse Foundation Software User Agreement
@@ -53,7 +53,7 @@ Applicable Licenses
Unless otherwise indicated, all Content made available by the Eclipse Foundation
is provided to you under the terms and conditions of the Eclipse Public License
Version 2.0 (&quot;EPL&quot;). A copy of the EPL is provided with this Content and is also
-available at http://www.eclipse.org/legal/epl-2.0. For purposes of the EPL,
+available at https://www.eclipse.org/legal/epl-2.0. For purposes of the EPL,
&quot;Program&quot; will mean the Content.
Content includes, but is not limited to, source code, object code, documentation
@@ -105,11 +105,11 @@ OR OTHER LICENSE AGREEMENTS, NOTICES OR TERMS AND CONDITIONS. SOME OF THESE
OTHER LICENSE AGREEMENTS MAY INCLUDE (BUT ARE NOT LIMITED TO):
- Eclipse Public License Version 1.0 (available at
- http://www.eclipse.org/legal/epl-v10.html)
+ https://www.eclipse.org/legal/epl-v10.html)
- Eclipse Distribution License Version 1.0 (available at
- http://www.eclipse.org/licenses/edl-v1.0.html)
+ https://www.eclipse.org/licenses/edl-v1.0.html)
- Common Public License Version 1.0 (available at
- http://www.eclipse.org/legal/cpl-v10.html)
+ https://www.eclipse.org/legal/cpl-v10.html)
- Apache Software License 1.1 (available at
http://www.apache.org/licenses/LICENSE)
- Apache Software License 2.0 (available at
@@ -131,7 +131,7 @@ software, documentation, information and/or other materials (collectively
&quot;Installable Software&quot;). This capability is provided with the intent of allowing
such users to install, extend and update Eclipse-based products. Information
about packaging Installable Software is available at
-http://eclipse.org/equinox/p2/repository_packaging.html (&quot;Specification&quot;).
+https://eclipse.org/equinox/p2/repository_packaging.html (&quot;Specification&quot;).
You may use Provisioning Technology to allow other parties to install
Installable Software. You shall be responsible for enabling the applicable
diff --git a/eclipse.platform.releng.tychoeclipsebuilder/equinox.starterkit.product/pom.xml b/eclipse.platform.releng.tychoeclipsebuilder/equinox.starterkit.product/pom.xml
index bba94ce41..9f022cf2e 100644
--- a/eclipse.platform.releng.tychoeclipsebuilder/equinox.starterkit.product/pom.xml
+++ b/eclipse.platform.releng.tychoeclipsebuilder/equinox.starterkit.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.php
Contributors:
Igor Fedorenko - initial implementation

Back to the top