Skip to content

Commit

Permalink
Fixing Broken build from previous commits
Browse files Browse the repository at this point in the history
  • Loading branch information
robstryker committed Dec 10, 2015
1 parent 3fd35c6 commit c80d1a7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Require-Bundle: org.eclipse.core.runtime;bundle-version="3.9.0",
org.jboss.tools.foundation.core;bundle-version="1.1.0",
org.eclipse.ui;bundle-version="3.105.0",
org.eclipse.equinox.security;bundle-version="1.2.100",
org.eclipse.ui.forms;bundle-version="3.7.0"
org.eclipse.ui.forms;bundle-version="3.6.0"
Bundle-Version: 1.2.1.qualifier
Bundle-ActivationPolicy: lazy
Bundle-ManifestVersion: 2
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ protected Control createDialogArea(Composite parent) {
nameLabel.setText(CredentialMessages.UsernameLabel);
final Text nameText = new Text(main, SWT.SINGLE | SWT.BORDER);

Button promptBtn = new Button(main, SWT.CHECK);
final Button promptBtn = new Button(main, SWT.CHECK);
promptBtn.setText("Always prompt for password.");
promptBtn.setSelection(alwaysPrompt);

Expand Down

0 comments on commit c80d1a7

Please sign in to comment.