Skip to content

Commit

Permalink
[INTERNAL][STF] Fix wrong eclipse endpoint
Browse files Browse the repository at this point in the history
PR #1010 also changed the name of the used
eclipse endpoint from `preferencesPages` -> `preference_pages`
(which is not an existing endpoint).

Fixes #1014
  • Loading branch information
m273d15 committed May 27, 2020
1 parent ccaabf1 commit 734a675
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eclipse/plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
</decorator>
</extension>
<extension
point="org.eclipse.ui.preference_pages">
point="org.eclipse.ui.preferencePages">
<page
class="saros.ui.preference_pages.GeneralPreferencePage"
id="saros.preferences"
Expand Down

0 comments on commit 734a675

Please sign in to comment.