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-29066: remove fabric8 launcher #477

Merged
merged 3 commits into from
Oct 12, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
31 changes: 1 addition & 30 deletions jbosstools/org.jboss.tools.central.discovery/plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ Not supported anymore by Red Hat. Subject to future removal.</description>
<connectorDescriptor
categoryId="org.jboss.tools.central.discovery.a.fuse"
groupId="org.jboss.tools.central.discovery.a.fuse"
certificationId="org.jboss.tools.discovery.certification.supported"
certificationId="org.jboss.tools.discovery.certification.deprecated"
kind="task"
license="Free, EPL"
provider="Red Hat"
Expand Down Expand Up @@ -120,26 +120,6 @@ Not supported anymore by Red Hat. Subject to future removal.</description>
</overview>
</connectorDescriptor>

<connectorDescriptor
categoryId="org.jboss.tools.central.discovery.a.web"
groupId="org.jboss.tools.central.discovery.a.web.core"
certificationId="org.jboss.tools.discovery.certification.supported"
description="Provides Tooling for Red Hat's fabric8 Launcher"
id="org.jboss.tools.common.launcher"
kind="task"
license="EPL (Free)"
name="fabric8 Launcher Tools"
provider="Red Hat"
siteUrl="${jboss.discovery.site.url}">
<iu id="org.jboss.tools.common.launcher.feature"/>
<icon
image32="images/fabric8_32.png">
</icon>
<overview
url="https://developers.redhat.com/launch/">
</overview>
</connectorDescriptor>

<connectorDescriptor
categoryId="org.jboss.tools.central.discovery.a.web"
certificationId="org.jboss.tools.discovery.certification.deprecated"
Expand Down Expand Up @@ -607,15 +587,6 @@ Not supported anymore by Red Hat. Subject to future removal.</description>
wizardId="org.jboss.tools.quarkus.ui.wizard.createProject"
requiredComponentIds="org.jboss.tools.quarkus.feature">
</proxyWizard>
<proxyWizard
id="launcher.wizard"
description="%launcher.wizard.description"
label="Launcher Application"
priority="2"
iconPath="images/wizards/fabric8_icon_16px.png"
wizardId="org.jboss.tools.common.launcher.ui.wizard.newProjectWizard"
requiredComponentIds="org.jboss.tools.common.launcher.feature">
</proxyWizard>
<proxyWizard
id="maven.wizard"
description="%maven.wizard.description"
Expand Down
Loading