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

Uninstall Eclipse plugins #903

Closed
Akuhana opened this issue Sep 26, 2022 · 2 comments · Fixed by #952
Closed

Uninstall Eclipse plugins #903

Akuhana opened this issue Sep 26, 2022 · 2 comments · Fixed by #952
Assignees
Labels
enhancement New feature or request

Comments

@Akuhana
Copy link
Contributor

Akuhana commented Sep 26, 2022

As a devonfw user, I want to be able to uninstall Eclipse plugins so that I can install a never version of the plugin or have a way to test if the plugin update sites work correctly faster.

  • Add doRemovePlugin function
  • Documentation in the CHANGELOG
  • Edit the DoD of the commandlet to reflect the changes
@Akuhana Akuhana added enhancement New feature or request Team_IDE labels Sep 26, 2022
@Akuhana Akuhana self-assigned this Sep 27, 2022
Akuhana added a commit to Akuhana/devon_ide that referenced this issue Oct 17, 2022
@Akuhana
Copy link
Contributor Author

Akuhana commented Oct 19, 2022

PR #952

@tobka777 tobka777 linked a pull request Oct 27, 2022 that will close this issue
@hohwille
Copy link
Member

hohwille commented Nov 7, 2022

Test-pairs for installing and uninstalling eclipse plugins:
via *.properties:

devon eclipse add-plugin checkstyle
devon eclipse remove-plugin checkstyle

Directly:

devon eclipse add-plugin net.sf.mmm.eclipse.templatevariables.feature.feature.group https://m-m-m.github.io/eclipse-templatevariables/latest
devon eclipse remove-plugin net.sf.mmm.eclipse.templatevariables.feature.feature.group

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants