Skip to content

Commit

Permalink
#557: minimize tools on setup (#561)
Browse files Browse the repository at this point in the history
  • Loading branch information
hohwille authored Apr 27, 2021
1 parent c5a735c commit 7511ca0
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 4 deletions.
1 change: 0 additions & 1 deletion scripts/src/main/resources/scripts/command/eclipse
Original file line number Diff line number Diff line change
Expand Up @@ -279,7 +279,6 @@ do
elif [ "${1}" = "setup" ]
then
doSetup setup
doCreateIdeScript eclipse
elif [ "${1}" = "create-script" ]
then
doCreateIdeScript eclipse
Expand Down
2 changes: 2 additions & 0 deletions scripts/src/main/resources/scripts/command/ide
Original file line number Diff line number Diff line change
Expand Up @@ -302,6 +302,8 @@ function doUpdateSoftware() {
doEcho "\n*** Setting up ${tool} ***"
doDevonCommand "${tool}" setup
done
doDevonCommand eclipse create-script
doDevonCommand vscode create-script
default_repo=
for tool in "${DEVON_IDE_CUSTOM_TOOLS[@]}"
do
Expand Down
1 change: 0 additions & 1 deletion scripts/src/main/resources/scripts/command/intellij
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,6 @@ do
elif [ "${1}" = "setup" ]
then
doSetup setup
doCreateIdeScript intellij
elif [ "${1}" = "create-script" ]
then
doCreateIdeScript intellij
Expand Down
1 change: 0 additions & 1 deletion scripts/src/main/resources/scripts/command/vscode
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,6 @@ do
elif [ "${1}" = "setup" ]
then
doSetup setup
doCreateIdeScript vscode
elif [ "${1}" = "create-script" ]
then
doCreateIdeScript vscode
Expand Down
2 changes: 1 addition & 1 deletion scripts/src/main/resources/scripts/devon.properties
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# For details see https://github.com/devonfw/ide/blob/master/documentation/configuration.asciidoc
#************************************************************************************************

DEVON_IDE_TOOLS=(java mvn eclipse vscode node npm ng)
DEVON_IDE_TOOLS=(java mvn node npm)
SETTINGS_PATH=${DEVON_IDE_HOME}/settings
export NPM_CONFIG_USERCONFIG=${DEVON_IDE_HOME}/conf/npm/.npmrc

Expand Down

0 comments on commit 7511ca0

Please sign in to comment.