return bundlePropertiesPage;
}
private ChooseExecutableFilesPage createChooseExecutableFilesPage() {
ChooseExecutableFilesPage chooseExecutableFilesPage =
new ChooseExecutableFilesPage(CHOOSE_EXECUTABLE_FILES_PAGE_ID,
this.executableNameOption,
this);
chooseExecutableFilesPage.setTitle("Choose Executable Files");
chooseExecutableFilesPage.setDescription(
"Choose the executable files and any files they depend on");
return chooseExecutableFilesPage;
}