Revision 42015 trunk/org.gvsig.desktop/pom.xml

View differences:

pom.xml
1957 1957
        URL u = new URL(url);
1958 1958
        String[] x = u.getPath().split("/");
1959 1959
        String path = "";
1960
        for( int i=1; i<x.length; i++ ) { path = path + "/" + x[i]; URL t = new URL(u,path) ; 
1961
            mkdir(t.toString()); 
1960
        for( int i=1; i<x.length; i++ ) { 
1961
	  path = path + "/" + x[i]; 
1962
	  URL t = new URL(u,path) ; 
1963
          mkdir(t.toString()); 
1962 1964
        } 
1963 1965
    } 
1964 1966

  

Also available in: Unified diff