Skip to content

Commit

Permalink
#1023: remove hardcoded dependencies for eclipse and use dependencies…
Browse files Browse the repository at this point in the history
….json (#1032)
  • Loading branch information
hj-lorenz authored Feb 14, 2025
1 parent 5136faa commit c706439
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
import com.devonfw.tools.ide.process.ProcessResult;
import com.devonfw.tools.ide.step.Step;
import com.devonfw.tools.ide.tool.ide.IdeToolCommandlet;
import com.devonfw.tools.ide.tool.java.Java;
import com.devonfw.tools.ide.tool.mvn.Mvn;
import com.devonfw.tools.ide.tool.mvn.MvnArtifact;
import com.devonfw.tools.ide.tool.plugin.ToolPluginDescriptor;
Expand Down Expand Up @@ -79,13 +78,6 @@ protected void configureToolArgs(ProcessContext pc, ProcessMode processMode, Pro
super.configureToolArgs(pc, processMode, errorHandling, args);
}

@Override
protected void installDependencies() {

// TODO create eclipse/eclipse/dependencies.json file in ide-urls and delete this method
getCommandlet(Java.class).install();
}

@Override
protected boolean isPluginUrlNeeded() {

Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"[2024-09,)": [
{
"tool": "java",
"versionRange": "[17,)"
}
]
}

0 comments on commit c706439

Please sign in to comment.