Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTobias Schwarz2014-01-30 13:02:47 +0000
committerTobias Schwarz2014-01-30 13:02:47 +0000
commite6a81e26100c13177ab13b63c07a54926aa25f90 (patch)
tree0efb14212ce67d13160a8d6428e086872b6a9a66
parent9b7ef992b4ae475907e1334608f4fb5dded0f329 (diff)
downloadorg.eclipse.tcf-e6a81e26100c13177ab13b63c07a54926aa25f90.tar.gz
org.eclipse.tcf-e6a81e26100c13177ab13b63c07a54926aa25f90.tar.xz
org.eclipse.tcf-e6a81e26100c13177ab13b63c07a54926aa25f90.zip
Target Explorer: fix early finish
-rw-r--r--target_explorer/plugins/org.eclipse.tcf.te.tcf.ui/plugin.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/target_explorer/plugins/org.eclipse.tcf.te.tcf.ui/plugin.xml b/target_explorer/plugins/org.eclipse.tcf.te.tcf.ui/plugin.xml
index e79e33078..790213c7f 100644
--- a/target_explorer/plugins/org.eclipse.tcf.te.tcf.ui/plugin.xml
+++ b/target_explorer/plugins/org.eclipse.tcf.te.tcf.ui/plugin.xml
@@ -247,7 +247,7 @@
name="%NewWizards.category.name">
</category>
<wizard
- canFinishEarly="true"
+ canFinishEarly="false"
category="org.eclipse.tcf.te.tcf.ui.newWizards.category.configurations"
class="org.eclipse.tcf.te.tcf.ui.wizards.NewConfigWizard"
hasPages="true"

Back to the top