// Add the listener first so that it can be notified of changes during
// the part creation.
appPart.addPartChangeListener(deploymentPage);
appPart.addPartChangeListener(this);
appPart.createPart(composite);
Label nameLabel = new Label(composite, SWT.NONE);
nameLabel.setLayoutData(new GridData(SWT.FILL, SWT.CENTER, false, false));
nameLabel.setText(Messages.CloudFoundryApplicationWizardPage_LABEL_BUILDPACK);