File tree 3 files changed +14
-2
lines changed
3 files changed +14
-2
lines changed Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ IMPORT_PLUGIN_FILENAME="com.seeq.eclipse.importprojects_$IMPORT_PLUGIN_VERSION.j
44
44
IMPORT_PLUGIN_SRC=" https://api.github.com/repos/maxkratz/eclipse-import-projects-plugin/releases/tags/v$IMPORT_PLUGIN_VERSION "
45
45
46
46
# Array with the order to install the plugins with.
47
- ORDER_LINUX=(" pde-fix " " xtext" " plantuml" " hipe" " kermeta" " misc" " emoflon-headless" " emoflon" " theme" " additional" )
47
+ ORDER_LINUX=(" xtext" " plantuml" " hipe" " kermeta" " misc" " emoflon-headless" " emoflon" " theme" " additional" )
48
48
49
49
#
50
50
# Configure OS specific details
261
261
# Install global Eclipse settings from config file
262
262
install_global_eclipse_settings
263
263
264
+ # PDE workaround
264
265
log " Remove old version of the PDE."
265
- uninstall_packages " $UPDATESITES " " ./packages/pde-remove-packages.list"
266
+ if [[ " $OS " = " macos" ]] || [[ " $OS " = " macosarm" ]] || [[ " $OS " = " linux" ]]; then
267
+ uninstall_packages " $UPDATESITES " " ./packages/pde-remove-packages.list"
268
+ install_packages " $UPDATESITES " " ./packages/pde-fix-packages.list"
269
+ elif [[ " $OS " = " windows" ]]; then
270
+ uninstall_packages " $UPDATESITES " " ./packages/pde-remove-packages_windows.list"
271
+ install_packages " $UPDATESITES " " ./packages/pde-fix-packages_windows.list"
272
+ fi
273
+ # PDE workaround
266
274
267
275
log " Install Eclipse plug-ins."
268
276
for p in ${ORDER[@]} ; do
Original file line number Diff line number Diff line change
1
+ org.eclipse.pde/3.13.3100.v20250330-1800
Original file line number Diff line number Diff line change
1
+ org.eclipse.pde
2
+ org.eclipse.pde.feature.group
3
+ org.eclipse.sdk.feature.group
You can’t perform that action at this time.
0 commit comments