You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A quick search seems to show that the Eclipse Marketplace might use a special "tag" convention, e.g fileExtension_xml registers a feature as supporting .xml files.
So while it'd seem like something to investigate one can also quickly realize we don't "own" a particular extension (like .xml ) We have server.xml...could we associate with the whole filename and not just the "extension"? Not sure.. we'd have to investigate if Eclipse Marketplace helps us any here.
The text was updated successfully, but these errors were encountered:
We should be able to add a our liberty nature in a tag like this: nature_io.openliberty.tools.eclipse.ui.libertyNature, but that function is busted in the new Eclipse Marketplace interface. I reached out to Eclipse and they opened an issue to track the regression:
A quick search seems to show that the Eclipse Marketplace might use a special "tag" convention, e.g fileExtension_xml registers a feature as supporting .xml files.
E.g. it looks like the core platform entry:
https://marketplace.eclipse.org/content/eclipse-enterprise-java-and-web-developer-tools
has a bunch of these tags. (I haven't confirmed BTW in "doc" that this is indeed the purpose of this tag "convention").
So while it'd seem like something to investigate one can also quickly realize we don't "own" a particular extension (like
.xml
) We haveserver.xml
...could we associate with the whole filename and not just the "extension"? Not sure.. we'd have to investigate if Eclipse Marketplace helps us any here.The text was updated successfully, but these errors were encountered: