Revision 41476 trunk/org.gvsig.desktop/org.gvsig.desktop.installer/pom.xml

View differences:

pom.xml
98 98
        this.user = user;
99 99
        this.password = password;
100 100
        this.sardine = SardineFactory.begin(this.user,this.password);
101
        this.sardine.enablePreemptiveAuthentication("devel.gvsig.net");
102
        this.sardine.enablePreemptiveAuthentication("downloads.gvsig.net");
103
        this.sardine.enablePreemptiveAuthentication("devel.gvsig.org");
104
        this.sardine.enablePreemptiveAuthentication("downloads.gvsig.org");
101 105
    }
102 106
	
103 107
    public void login() {

Also available in: Unified diff