Skip to content

Commit 3da8864

Browse files
authored
Merge pull request #134 from webratio/pr/wrong-exsd-interface
Fixed wrong interface name in Node.js extension point definition
2 parents 023e37f + ed26058 commit 3da8864

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

eclipse/ts.eclipse.ide.core/schema/nodeJSInstalls.exsd

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,10 +72,10 @@
7272
<attribute name="class" type="string">
7373
<annotation>
7474
<documentation>
75-
Provides a way to programmatically specify the install location of a Node.js within the system. This allows extenders to compute install locations that are not in the extending bundle. Extenders must implement &lt;i&gt;tern.eclipse.ide.server.nodejs.core.INodejsInstallProvider&lt;/i&gt; interface.
75+
Provides a way to programmatically specify the install location of a Node.js within the system. This allows extenders to compute install locations that are not in the extending bundle. Extenders must implement &lt;i&gt;ts.eclipse.ide.core.nodejs.INodejsInstallProvider&lt;/i&gt; interface.
7676
</documentation>
7777
<appinfo>
78-
<meta.attribute kind="java" basedOn=":tern.eclipse.ide.server.nodejs.core.INodejsInstallProvider"/>
78+
<meta.attribute kind="java" basedOn=":ts.eclipse.ide.core.nodejs.INodejsInstallProvider"/>
7979
</appinfo>
8080
</annotation>
8181
</attribute>

0 commit comments

Comments
 (0)