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

View differences:

pom.xml
1968 1968
        String[] x = u.getPath().split("/");
1969 1969
        String path = "";
1970 1970

  
1971
        for( int i=1; i<x.length; i++ ) { path = path + "/" + x[i]; URL t = new URL(u,path);
1971
        int i=1;
1972
        while(i<x.length){
1973
            path = path + "/" + x[i];
1974
            URL t = new URL(u,path);
1972 1975
            mkdir(t.toString());
1976
            i++;
1973 1977
        }
1974 1978
    };
1975 1979

  

Also available in: Unified diff