Revision 42035

View differences:

trunk/org.gvsig.desktop/pom.xml
775 775
            <dependency>
776 776
                <groupId>org.gvsig</groupId>
777 777
                <artifactId>org.gvsig.jdk.v1_6</artifactId>
778
                <version>1.0.0</version>
778
                <version>1.0.1</version>
779 779
            </dependency>
780 780
            <dependency>
781 781
                <groupId>org.gvsig</groupId>
......
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) ; mkdir(t.toString()); } 
1960

  
1961
        for( int i=1; i<x.length; i++ ) { 
1962
            path = path + "/" + x[i]; 
1963
            URL t = new URL(u,path) ; 
1964
            mkdir(t.toString()); 
1965
        } 
1961 1966
    } 
1962 1967

  
1963 1968
    public void mkdir(String url) throws Exception {

Also available in: Unified diff