Skip to content

Commit

Permalink
devonfw#976: eclipse needs to be setup before we can call it
Browse files Browse the repository at this point in the history
  • Loading branch information
hohwille committed Nov 11, 2022
1 parent 1bda786 commit 18df9cc
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions scripts/src/main/resources/scripts/command/eclipse
Original file line number Diff line number Diff line change
Expand Up @@ -430,15 +430,18 @@ do
elif [ "${1}" = "add-plugin" ]
then
shift
doSetup silent
doAddPlugin "${@}"
exit ${?}
elif [ "${1}" = "import" ]
then
doSetup silent
doImportEclipse "${2}" "${3}"
exit ${?}
elif [ "${1}" = "mirror" ]
then
shift
doSetup silent
doMirrorUpdateSite "${@}"
exit ${?}
else
Expand Down

0 comments on commit 18df9cc

Please sign in to comment.