mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-22 06:02:11 +02:00
Bug 573417: Add https URL for p2 site on CDT installs
Up until now we have added http:// URLs Change-Id: Ib7c41cd16fed176d66c9377b1bd31ddbac6128d2
This commit is contained in:
parent
76bb80f06d
commit
381f29b74e
1 changed files with 2 additions and 2 deletions
|
@ -1,3 +1,3 @@
|
||||||
instructions.configure=\
|
instructions.configure=\
|
||||||
org.eclipse.equinox.p2.touchpoint.eclipse.addRepository(location:http${#58}//download.eclipse.org/tools/cdt/releases/10.3,type:0,name:CDT,enabled:false); \
|
org.eclipse.equinox.p2.touchpoint.eclipse.addRepository(location:https${#58}//download.eclipse.org/tools/cdt/releases/10.3,type:0,name:CDT,enabled:false); \
|
||||||
org.eclipse.equinox.p2.touchpoint.eclipse.addRepository(location:http${#58}//download.eclipse.org/tools/cdt/releases/10.3,type:1,name:CDT,enabled:false);
|
org.eclipse.equinox.p2.touchpoint.eclipse.addRepository(location:https${#58}//download.eclipse.org/tools/cdt/releases/10.3,type:1,name:CDT,enabled:false);
|
||||||
|
|
Loading…
Add table
Reference in a new issue