Skip to content

Commit ff55194

Browse files
Add neon to the update sites, needed to install TypeScript IDE 1.3.0
1 parent c0afe73 commit ff55194

File tree

1 file changed

+6
-2
lines changed
  • source/phasereditor/phasereditor.ide

1 file changed

+6
-2
lines changed

source/phasereditor/phasereditor.ide/p2.inf

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,9 @@ instructions.configure=\
33
org.eclipse.equinox.p2.touchpoint.eclipse.addRepository(type:1,location:http${#58}//phasereditor.boniatillo.com/updates/1.4.0,name:Phaser Editor 1.4 Update Site);\
44
org.eclipse.equinox.p2.touchpoint.eclipse.addRepository(type:0,location:http${#58}//download.eclipse.org/releases/oxygen,name:Oxygen);\
55
org.eclipse.equinox.p2.touchpoint.eclipse.addRepository(type:1,location:http${#58}//download.eclipse.org/releases/oxygen,name:Oxygen);\
6-
org.eclipse.equinox.p2.touchpoint.eclipse.addRepository(type:0,location:http${#58}////download.eclipse.org/eclipse/updates/4.7,name:The Eclipse Project Updates);\
7-
org.eclipse.equinox.p2.touchpoint.eclipse.addRepository(type:1,location:http${#58}////download.eclipse.org/eclipse/updates/4.7,name:The Eclipse Project Updates);
6+
org.eclipse.equinox.p2.touchpoint.eclipse.addRepository(type:0,location:http${#58}////download.eclipse.org/eclipse/updates/4.7,name:The Eclipse Project Updates - Oxygen);\
7+
org.eclipse.equinox.p2.touchpoint.eclipse.addRepository(type:1,location:http${#58}////download.eclipse.org/eclipse/updates/4.7,name:The Eclipse Project Updates - Oxygen);\
8+
org.eclipse.equinox.p2.touchpoint.eclipse.addRepository(type:0,location:http${#58}//download.eclipse.org/releases/neon,name:Neon);\
9+
org.eclipse.equinox.p2.touchpoint.eclipse.addRepository(type:1,location:http${#58}//download.eclipse.org/releases/neon,name:Neon);\
10+
org.eclipse.equinox.p2.touchpoint.eclipse.addRepository(type:0,location:http${#58}////download.eclipse.org/eclipse/updates/4.6,name:The Eclipse Project Updates - Neon);\
11+
org.eclipse.equinox.p2.touchpoint.eclipse.addRepository(type:1,location:http${#58}////download.eclipse.org/eclipse/updates/4.6,name:The Eclipse Project Updates - Neon);

0 commit comments

Comments
 (0)