public void addPages() {
mainPage = new NewKarafProjectWizardPage("Create a new Apache Karaf project", selection);
addPage(mainPage);
installationSelectionPage = new KarafInstallationSelectionPage("Locate an Apache Karaf Installation");
addPage(installationSelectionPage);
super.addPages();
}