We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
We had to update two eclipse update-sites here: https://github.com/devonfw/ide-settings/tree/master/eclipse/plugins
However, if no projects are configured in the settings git there is legacy support via redundant configs here:
ide/scripts/src/main/resources/scripts/command/eclipse
Line 171 in b092a64
As we can see for CobiGen we still have the old bintray URL that is not working anymore. See #567 Also there was this fix: devonfw/ide-settings@8dbadc2#diff-8a11a5d42991fc938bd2470234d1f27698f7d114945e2bdd1ac5bee73ea534c2
These changes have to be reflected in the eclipse commandlet as well.
The text was updated successfully, but these errors were encountered:
#581: fixed redundant update-sites (#582)
394de19
Successfully merging a pull request may close this issue.
We had to update two eclipse update-sites here:
https://github.com/devonfw/ide-settings/tree/master/eclipse/plugins
However, if no projects are configured in the settings git there is legacy support via redundant configs here:
ide/scripts/src/main/resources/scripts/command/eclipse
Line 171 in b092a64
As we can see for CobiGen we still have the old bintray URL that is not working anymore. See #567
Also there was this fix:
devonfw/ide-settings@8dbadc2#diff-8a11a5d42991fc938bd2470234d1f27698f7d114945e2bdd1ac5bee73ea534c2
These changes have to be reflected in the eclipse commandlet as well.
The text was updated successfully, but these errors were encountered: