File tree 2 files changed +2
-1
lines changed
2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -264,9 +264,11 @@ install_global_eclipse_settings
264
264
# PDE workaround
265
265
log " Remove old version of the PDE."
266
266
if [[ " $OS " = " macos" ]] || [[ " $OS " = " macosarm" ]] || [[ " $OS " = " linux" ]]; then
267
+ log " Applying PDE workaround for Unix."
267
268
uninstall_packages " $UPDATESITES " " ./packages/pde-remove-packages.list"
268
269
install_packages " $UPDATESITES " " ./packages/pde-fix-packages.list"
269
270
elif [[ " $OS " = " windows" ]]; then
271
+ log " Applying PDE workaround for Windows."
270
272
uninstall_packages " $UPDATESITES " " ./packages/pde-remove-packages_windows.list"
271
273
install_packages " $UPDATESITES " " ./packages/pde-fix-packages_windows.list"
272
274
fi
Original file line number Diff line number Diff line change 1
- org.eclipse.eclemma.feature.feature.group
2
1
net.sourceforge.pmd.eclipse.feature.group
3
2
net.sf.eclipsecs.feature.group
4
3
com.github.spotbugs.plugin.eclipse.feature.group
You can’t perform that action at this time.
0 commit comments