Skip to content

Commit

Permalink
fix: remove downloadable Quarkus/Qute support in Java projects
Browse files Browse the repository at this point in the history
Signed-off-by: Fred Bricon <[email protected]>
  • Loading branch information
fbricon committed Jun 26, 2023
1 parent 376de05 commit 70cfefe
Show file tree
Hide file tree
Showing 10 changed files with 0 additions and 329 deletions.
41 changes: 0 additions & 41 deletions .github/workflows/update.yml

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

6 changes: 0 additions & 6 deletions src/main/resources/META-INF/plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -251,10 +251,7 @@
<postStartupActivity implementation="com.redhat.devtools.intellij.quarkus.QuarkusPostStartupActivity"/>
<!-- Add your extensions here -->
<facetType implementation="com.redhat.devtools.intellij.quarkus.facet.QuarkusFacetType"/>
<frameworkSupport implementation="com.redhat.devtools.intellij.quarkus.facet.QuarkusFrameworkSupportProvider"/>
<framework.detector implementation="com.redhat.devtools.intellij.quarkus.facet.QuarkusFrameworkDetector"/>
<library.type implementation="com.redhat.devtools.intellij.quarkus.facet.QuarkusLibraryType"/>
<framework.type implementation="com.redhat.devtools.intellij.quarkus.facet.QuarkusFrameworkType"/>
<moduleBuilder builderClass="com.redhat.devtools.intellij.quarkus.module.QuarkusModuleBuilder"/>
<iconProvider implementation="com.redhat.devtools.intellij.quarkus.lang.QuarkusIconProvider"/>
<completion.contributor
Expand All @@ -271,10 +268,7 @@

<!-- Qute -->
<facetType implementation="com.redhat.devtools.intellij.qute.facet.QuteFacetType"/>
<frameworkSupport implementation="com.redhat.devtools.intellij.qute.facet.QuteFrameworkSupportProvider"/>
<framework.detector implementation="com.redhat.devtools.intellij.qute.facet.QuteFrameworkDetector"/>
<library.type implementation="com.redhat.devtools.intellij.qute.facet.QuteLibraryType"/>
<framework.type implementation="com.redhat.devtools.intellij.qute.facet.QuteFrameworkType"/>
<fileType name="Qute_"
language="Qute_"
instance="QUTE"
Expand Down
9 changes: 0 additions & 9 deletions src/main/resources/quarkus.xml

This file was deleted.

9 changes: 0 additions & 9 deletions src/main/resources/qute.xml

This file was deleted.

0 comments on commit 70cfefe

Please sign in to comment.