Skip to content

Commit

Permalink
devonfw#1147: use plugins folder instead of software
Browse files Browse the repository at this point in the history
  • Loading branch information
hohwille authored Jun 23, 2023
1 parent 8afe235 commit 3c13429
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions scripts/src/main/resources/scripts/command/eclipse
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ function doCheckSuccessOfPluginInstall(){
# return: dependencies that are already installed
function doCheckPluginsInstalled() {
local plugin_directory="${DEVON_IDE_HOME}/software/eclipse/plugins"
local plugin_custom_directory="${DEVON_IDE_HOME}/software/eclipse-plugins/plugins"
local plugin_custom_directory="${DEVON_IDE_HOME}/plugins/eclipse/plugins"

# Remove feature.group from each plugin id
local plugins="${1//.feature.group/}"
Expand Down Expand Up @@ -370,7 +370,8 @@ function doStartEclipse() {
local start_mode="${1}"
shift
local eclipse_args=("$@")
local configuration_path="${DEVON_IDE_HOME}/software/eclipse-plugins/configuration/"
local configuration_path="${DEVON_IDE_HOME}/plugins/eclipse/configuration/"
mkdir -p "${configuration_path}"
local default_arguments="${ECLIPSE} -clean -data ${WORKSPACE_PATH} -keyring ~/.eclipse/.keyring -configuration ${configuration_path}"
if [ "${start_mode}" = "gui" ]
then
Expand Down

0 comments on commit 3c13429

Please sign in to comment.