eclipse plugin: Use the password sent as parameter...

...not the one in the preferences
This commit is contained in:
Timotei Dolean 2011-07-10 20:46:52 +00:00
parent 02d0edd20b
commit 8ba72f62e2

View file

@ -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)