We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6dd5289 commit ae1b388Copy full SHA for ae1b388
.gitignore
@@ -4,3 +4,4 @@
4
release
5
/bin/
6
/build_output/
7
+/output/
buildEclipse.sh
@@ -186,6 +186,8 @@ case "${TYPE}" in
186
Mac*) MKPKG="cp -r ./plugin-out/dropins/* \"$LOCATION/Eclipse.app/Contents/Eclipse/dropins/\"";;
187
Linux*) MKPKG="cp -r ./plugin-out/dropins/* $LOCATION/dropins/";;
188
esac
189
+echo "$MKPKG"
190
+eval "$MKPKG"
191
NAME=Eclipse-Groovy
192
case "${TYPE}" in
193
Windows*) MKPKG="7z a \"$SCRIPT_DIR/$RELEASEDIR/$NAME-$TYPE.zip\" \"$LOCATION/\"* ";;
0 commit comments