File tree 1 file changed +9
-3
lines changed
1 file changed +9
-3
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
- log " Remove old version of the PDE."
265
- uninstall_packages " $UPDATESITES " " ./packages/pde-remove-packages.list"
264
+ # Update PDE to fix plug-in dependency bug on Windows
265
+ if [[ " $OS " = " windows" ]]; then
266
+ log " Remove old version of the PDE."
267
+ uninstall_packages " $UPDATESITES " " ./packages/pde-remove-packages.list"
268
+
269
+ log " Install new version of the PDE."
270
+ install_packages " $UPDATESITES " " ./packages/pde-fix-packages.list"
271
+ fi
266
272
267
273
log " Install Eclipse plug-ins."
268
274
for p in ${ORDER[@]} ; do
You can’t perform that action at this time.
0 commit comments