Skip to content
  • Alexander Diewald's avatar
    oomph: Fix redmine API key query. · eca9d124
    Alexander Diewald authored
    
    
    * Undeclared variables shall not be used with oomph since they are
      demanded every time eclipse is started.
    * Instead, use the "key" variable directly to demand the API key during
      the initial setup steps.
    * The "PASSWORD" cannot be used since mylyn requires the API key in
      clear text and stores it as such. Thus, we are doomed to use the
      "STRING" variable type.
    
    Issue-Ref: 3406
    Signed-off-by: default avatarAlexander Diewald <diewald@fortiss.org>
    eca9d124