Skip to content

Commit fe47bbe

Browse files
committed
Removes eclemma from additional packages
1 parent 7f88901 commit fe47bbe

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

build.sh

+2
Original file line numberDiff line numberDiff line change
@@ -264,9 +264,11 @@ install_global_eclipse_settings
264264
# PDE workaround
265265
log "Remove old version of the PDE."
266266
if [[ "$OS" = "macos" ]] || [[ "$OS" = "macosarm" ]] || [[ "$OS" = "linux" ]]; then
267+
log "Applying PDE workaround for Unix."
267268
uninstall_packages "$UPDATESITES" "./packages/pde-remove-packages.list"
268269
install_packages "$UPDATESITES" "./packages/pde-fix-packages.list"
269270
elif [[ "$OS" = "windows" ]]; then
271+
log "Applying PDE workaround for Windows."
270272
uninstall_packages "$UPDATESITES" "./packages/pde-remove-packages_windows.list"
271273
install_packages "$UPDATESITES" "./packages/pde-fix-packages_windows.list"
272274
fi

packages/additional-packages.list

-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
org.eclipse.eclemma.feature.feature.group
21
net.sourceforge.pmd.eclipse.feature.group
32
net.sf.eclipsecs.feature.group
43
com.github.spotbugs.plugin.eclipse.feature.group

0 commit comments

Comments
 (0)