add proxy excludes to user interface

This commit is contained in:
Sebastian Sdorra
2012-12-09 15:17:34 +01:00
parent 28c1d0b9d9
commit 0805caab14
3 changed files with 17 additions and 0 deletions

View File

@@ -163,6 +163,7 @@ public class ScmConfiguration
this.proxyServer = other.proxyServer;
this.proxyUser = other.proxyUser;
this.proxyPassword = other.proxyPassword;
this.proxyExcludes = other.proxyExcludes;
this.forceBaseUrl = other.forceBaseUrl;
this.baseUrl = other.baseUrl;
this.disableGroupingGrid = other.disableGroupingGrid;