Skip to content

Commit 3a617e2

Browse files
committed
remove default source/targets
1 parent 1464bc4 commit 3a617e2

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

plugins/org.jboss.tools.windup.ui/src/org/jboss/tools/windup/ui/internal/launch/WindupLaunchDelegate.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -195,10 +195,10 @@ public void done(IJobChangeEvent event) {
195195
}
196196
}
197197
if (targets.isEmpty()) {
198-
targets.add("quarkus");
198+
// targets.add("quarkus");
199199
}
200200
if (sources.isEmpty()) {
201-
sources.add("springboot");
201+
// sources.add("springboot");
202202
}
203203

204204
IssueExplorer.current.viewService.launchStarting();

0 commit comments

Comments
 (0)