eclipse plugin: Use the password sent as parameter...
...not the one in the preferences
This commit is contained in:
parent
02d0edd20b
commit
8ba72f62e2
1 changed files with 1 additions and 1 deletions
|
@ -436,7 +436,7 @@ public class WMLTools
|
|||
if ( ! StringUtils.isNullOrEmpty( password ) )
|
||||
{
|
||||
arguments.add("-P"); //$NON-NLS-1$
|
||||
arguments.add(Preferences.getString(Constants.P_WAU_PASSWORD));
|
||||
arguments.add( password );
|
||||
}
|
||||
|
||||
if (Preferences.getBool(Constants.P_WAU_VERBOSE) == true)
|
||||
|
|
Loading…
Add table
Reference in a new issue