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

JBIDE-26065 add external connector for... #380

Merged
merged 1 commit into from
Jun 13, 2018
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
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
37 changes: 37 additions & 0 deletions devstudio/com.jboss.devstudio.central.discovery/plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,43 @@ reasonable, reporting issues to these providers as required.</description>
<group id="org.jboss.tools.central.discovery.a.mobile.extras2" />
</connectorCategory>

<connectorDescriptor
categoryId="org.jboss.tools.central.discovery.a.web"
groupId="org.jboss.tools.central.discovery.a.web.core"
certificationId="com.jboss.devstudio.discovery.certification.tested.external"
description="Tooling support for Node.js from Nodeclipse"
id="nodeclipse"
kind="task"
license="EPL, ASL, others (Free)"
name="Nodeclipse for node.js"
provider="Nodeclipse"
siteUrl="http://www.nodeclipse.org/updates/">

<iu id="org.nodeclipse"/>
<iu id="org.nodeclipse.enide.editors.jade.feature"/>
<iu id="org.nodeclipse.pluginslist.feature"/>

<iu id="com.eclipsesource.jshint.feature"/>
<iu id="de.bastiankrol.startexplorer.feature"/>
<iu id="gitaddon.feature"/>
<iu id="markdown.editor.feature"/>
<iu id="net.mihai-nita.ansicon"/>
<iu id="pm.eclipse.editbox.feature"/>

<iu id="org.chromium.debug"/>
<iu id="org.chromium.sdk"/>

<iu id="tern-feature"/>
<iu id="tern-jsdt-feature"/>
<iu id="tern-server-nodejs-feature"/>
<icon
image32="images/nodejs_32.png">
</icon>
<overview
url="http://tools.jboss.org/">
</overview>
</connectorDescriptor>

<connectorDescriptor
categoryId="org.jboss.tools.central.discovery.a.web"
groupId="org.jboss.tools.central.discovery.a.web.core"
Expand Down
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
36 changes: 36 additions & 0 deletions jbosstools/org.jboss.tools.central.discovery/plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,42 @@ Supported by Red Hat.</description>
<group id="org.jboss.tools.central.discovery.a.mobile.extras2" />
</connectorCategory>

<connectorDescriptor
categoryId="org.jboss.tools.central.discovery.a.web"
groupId="org.jboss.tools.central.discovery.a.web.core"
description="Tooling support for Node.js from Nodeclipse"
id="nodeclipse"
kind="task"
license="EPL, ASL, others (Free)"
name="Nodeclipse for node.js"
provider="Nodeclipse"
siteUrl="http://www.nodeclipse.org/updates/">

<iu id="org.nodeclipse"/>
<iu id="org.nodeclipse.enide.editors.jade.feature"/>
<iu id="org.nodeclipse.pluginslist.feature"/>

<iu id="com.eclipsesource.jshint.feature"/>
<iu id="de.bastiankrol.startexplorer.feature"/>
<iu id="gitaddon.feature"/>
<iu id="markdown.editor.feature"/>
<iu id="net.mihai-nita.ansicon"/>
<iu id="pm.eclipse.editbox.feature"/>

<iu id="org.chromium.debug"/>
<iu id="org.chromium.sdk"/>

<iu id="tern-feature"/>
<iu id="tern-jsdt-feature"/>
<iu id="tern-server-nodejs-feature"/>
<icon
image32="images/nodejs_32.png">
</icon>
<overview
url="http://tools.jboss.org/">
</overview>
</connectorDescriptor>

<connectorDescriptor
categoryId="org.jboss.tools.central.discovery.a.web"
groupId="org.jboss.tools.central.discovery.a.web.core"
Expand Down