Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

avoid usage of http #77

Merged
merged 1 commit into from May 17, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
4 changes: 2 additions & 2 deletions features/org.eclipse.emf.mwe.core-feature/feature.xml
Expand Up @@ -24,8 +24,8 @@ http://www.eclipse.org/legal/epl-v10.html
</license>

<url>
<update label="%UpdateSiteName" url="http://download.eclipse.org/modeling/emft/mwe/updates/"/>
<discovery label="%UpdateSiteName" url="http://download.eclipse.org/modeling/emft/mwe/updates/"/>
<update label="%UpdateSiteName" url="https://download.eclipse.org/modeling/emft/mwe/updates/"/>
<discovery label="%UpdateSiteName" url="https://download.eclipse.org/modeling/emft/mwe/updates/"/>
</url>

<requires>
Expand Down
4 changes: 2 additions & 2 deletions features/org.eclipse.emf.mwe.doc-feature/feature.xml
Expand Up @@ -24,8 +24,8 @@ http://www.eclipse.org/legal/epl-v10.html
</license>

<url>
<update label="%UpdateSiteName" url="http://download.eclipse.org/modeling/emft/mwe/updates/"/>
<discovery label="%UpdateSiteName" url="http://download.eclipse.org/modeling/emft/mwe/updates/"/>
<update label="%UpdateSiteName" url="https://download.eclipse.org/modeling/emft/mwe/updates/"/>
<discovery label="%UpdateSiteName" url="https://download.eclipse.org/modeling/emft/mwe/updates/"/>
</url>

<plugin
Expand Down
4 changes: 2 additions & 2 deletions features/org.eclipse.emf.mwe.sdk-feature/feature.xml
Expand Up @@ -24,8 +24,8 @@ http://www.eclipse.org/legal/epl-v10.html
</license>

<url>
<update label="%UpdateSiteName" url="http://download.eclipse.org/modeling/emft/mwe/updates/"/>
<discovery label="%UpdateSiteName" url="http://download.eclipse.org/modeling/emft/mwe/updates/"/>
<update label="%UpdateSiteName" url="https://download.eclipse.org/modeling/emft/mwe/updates/"/>
<discovery label="%UpdateSiteName" url="https://download.eclipse.org/modeling/emft/mwe/updates/"/>
</url>

<includes
Expand Down
4 changes: 2 additions & 2 deletions features/org.eclipse.emf.mwe.ui-feature/feature.xml
Expand Up @@ -24,8 +24,8 @@ http://www.eclipse.org/legal/epl-v10.html
</license>

<url>
<update label="%UpdateSiteName" url="http://download.eclipse.org/modeling/emft/mwe/updates/"/>
<discovery label="%UpdateSiteName" url="http://download.eclipse.org/modeling/emft/mwe/updates/"/>
<update label="%UpdateSiteName" url="https://download.eclipse.org/modeling/emft/mwe/updates/"/>
<discovery label="%UpdateSiteName" url="https://download.eclipse.org/modeling/emft/mwe/updates/"/>
</url>

<requires>
Expand Down
Expand Up @@ -24,8 +24,8 @@ http://www.eclipse.org/legal/epl-v10.html
</license>

<url>
<update label="%UpdateSiteName" url="http://download.eclipse.org/modeling/emft/mwe/updates/"/>
<discovery label="%UpdateSiteName" url="http://download.eclipse.org/modeling/emft/mwe/updates/"/>
<update label="%UpdateSiteName" url="https://download.eclipse.org/modeling/emft/mwe/updates/"/>
<discovery label="%UpdateSiteName" url="https://download.eclipse.org/modeling/emft/mwe/updates/"/>
</url>

<includes
Expand Down
2 changes: 1 addition & 1 deletion features/org.eclipse.emf.mwe2.launcher-feature/feature.xml
Expand Up @@ -24,7 +24,7 @@ http://www.eclipse.org/legal/epl-v10.html
</license>

<url>
<discovery label="%UpdateSiteName" url="http://download.eclipse.org/modeling/emft/mwe/updates/"/>
<discovery label="%UpdateSiteName" url="https://download.eclipse.org/modeling/emft/mwe/updates/"/>
</url>

<requires>
Expand Down
4 changes: 2 additions & 2 deletions features/org.eclipse.emf.mwe2.runtime.sdk-feature/feature.xml
Expand Up @@ -24,8 +24,8 @@ http://www.eclipse.org/legal/epl-v10.html
</license>

<url>
<update label="%UpdateSiteName" url="http://download.eclipse.org/modeling/emft/mwe/updates/"/>
<discovery label="%UpdateSiteName" url="http://download.eclipse.org/modeling/emft/mwe/updates/"/>
<update label="%UpdateSiteName" url="https://download.eclipse.org/modeling/emft/mwe/updates/"/>
<discovery label="%UpdateSiteName" url="https://download.eclipse.org/modeling/emft/mwe/updates/"/>
</url>

<requires>
Expand Down
8 changes: 4 additions & 4 deletions releng/MWE.setup
Expand Up @@ -27,7 +27,7 @@
<setupTask
xsi:type="setup:VariableTask"
name="p2.orbit"
value="http://download.eclipse.org/tools/orbit/downloads/drops/R20180330011457/repository/"/>
value="https://download.eclipse.org/tools/orbit/downloads/drops/R20180330011457/repository/"/>
<setupTask
xsi:type="setup:VariableTask"
name="eclipse.target.platform"
Expand Down Expand Up @@ -68,17 +68,17 @@
<setupTask
xsi:type="setup:VariableTask"
name="p2.xtext"
value="http://download.eclipse.org/modeling/tmf/xtext/updates/composite/${xtext.version}"
value="https://download.eclipse.org/modeling/tmf/xtext/updates/composite/${xtext.version}"
defaultValue=""
label="Xtext p2 Respository URL"/>
<setupTask
xsi:type="setup:VariableTask"
name="p2.emf"
value="http://download.eclipse.org/modeling/emf/emf/builds/release/latest"/>
value="https://download.eclipse.org/modeling/emf/emf/builds/release/latest"/>
<setupTask
xsi:type="setup:VariableTask"
name="p2.cbi.license"
value="http://download.eclipse.org/cbi/updates/license"/>
value="https://download.eclipse.org/cbi/updates/license"/>
<setupTask
xsi:type="setup:CompoundTask"
name="Workspace Preferences">
Expand Down