Compare commits

...

1 Commits

Author SHA1 Message Date
SunChaoqun
1c911d5677 TESB-25671:Build DemoREST as MS Jar with maven script 2019-05-20 15:29:24 +08:00

View File

@@ -1319,19 +1319,6 @@ public class JavaJobScriptsExportWSWizardPage extends JavaJobScriptsExportWizard
+ getOutputSuffix();
}
setDestinationValue(destinationValue);
if (exportMSAsZipButton != null) {
if (addBSButton.getSelection()) {
exportMSAsZipButton.setEnabled(false);
exportMSAsZipButton.setSelection(true);
} else {
exportMSAsZipButton.setEnabled(true);
exportMSAsZipButton.setSelection(false);
}
}
}
});
}