We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4ed916c commit 670c525Copy full SHA for 670c525
build.sh
@@ -42,8 +42,7 @@ IMPORT_PLUGIN_FILENAME="com.seeq.eclipse.importprojects_$IMPORT_PLUGIN_VERSION.j
42
IMPORT_PLUGIN_SRC="https://api.github.com/repos/maxkratz/eclipse-import-projects-plugin/releases/tags/v$IMPORT_PLUGIN_VERSION"
43
44
# Array with the order to install the plugins with.
45
-# ORDER_LINUX=("xtext" "plantuml" "hipe" "kermeta" "misc" "emoflon-headless" "emoflon" "theme" "additional")
46
-ORDER_LINUX=("xtext" "plantumt" "hipe" "kermeta" "misc" "emoflon-headless" "emoflon" "theme")
+ORDER_LINUX=("xtext" "plantuml" "hipe" "kermeta" "misc" "emoflon-headless" "emoflon" "theme" "additional")
47
48
#
49
# Configure OS specific details
0 commit comments