Skip to content

Commit e189041

Browse files
committed
Use official JSON schema since Neon2 support definition
1 parent a247316 commit e189041

File tree

12 files changed

+1154
-874
lines changed

12 files changed

+1154
-874
lines changed

eclipse/embed/ts.eclipse.ide.server.nodejs.embed.linux.gtk.x86/build.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ bin.includes = META-INF/,\
44
.,\
55
plugin.properties,\
66
plugin.xml,\
7-
node-v4.2.4-linux-x86.zip
7+
node-v6.9.4-linux-x86.tar.gz

eclipse/embed/ts.eclipse.ide.server.nodejs.embed.linux.gtk.x86_64/build.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ bin.includes = META-INF/,\
44
.,\
55
plugin.properties,\
66
plugin.xml,\
7-
node-v4.2.4-linux-x86_64.zip
7+
node-v6.9.4-linux-x64.tar.gz

eclipse/embed/ts.eclipse.ide.server.nodejs.embed.macosx.cocoa.x86_64/build.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@ bin.includes = META-INF/,\
44
.,\
55
plugin.properties,\
66
plugin.xml,\
7-
node-v4.2.4-macosx-x86_64.zip
7+
node-v6.9.4-darwin-x64.tar.gz
88

eclipse/embed/ts.eclipse.ide.server.nodejs.embed.win32.win32.x86/build.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@ bin.includes = META-INF/,\
44
.,\
55
plugin.properties,\
66
plugin.xml,\
7-
node-v4.2.4-win32-x86.zip
7+
node-v6.9.4-win-x86.zip
88

eclipse/embed/ts.eclipse.ide.server.nodejs.embed.win32.win32.x86_64/build.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@ bin.includes = META-INF/,\
44
.,\
55
plugin.properties,\
66
plugin.xml,\
7-
node-v4.2.4-win32-x86_64.zip
7+
node-v6.9.4-win-x64.zip
88

eclipse/json/ts.eclipse.ide.json.core/plugin.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
description="JSON schema for the TypeScript compiler's configuration file"
4242
fileMatch="tsconfig.json"
4343
url="http://json.schemastore.org/tsconfig"
44-
uri="schemastore/tsconfig-neon" />
44+
uri="schemastore/tsconfig" />
4545
<schema name="jsconfig.json"
4646
description="JSON schema for the JavaScript configuration file"
4747
fileMatch="jsconfig.json"
@@ -51,7 +51,7 @@
5151
description="JSON schema for the TSLint configuration files"
5252
fileMatch="tslint.json"
5353
url="http://json.schemastore.org/tslint"
54-
uri="schemastore/tslint-neon" />
54+
uri="schemastore/tslint" />
5555
<schema name="typings.json"
5656
description="JSON schema for the typings configuration files"
5757
fileMatch="typings.json"

0 commit comments

Comments
 (0)