Revision 7693 branches/v10/libraries/libIverUtiles/src/com/iver/utiles/connections/ConnectionDB.java

View differences:

ConnectionDB.java
360 360
        properties.put("jdbc.connBeginning",ct.getConnBeginning());
361 361
        boolean success = true;
362 362
        File file = null;
363
        /*
364
         * TODO LWS: esto tiene pinta de no ser portable (case, en linux). Ahora
365
         * en el Launcher de Andami hay un appHome, pero si lo pongo aqui ya estamos metiendo
366
         * dependencias circulares ...
367
         */ 
363 368
        String directory = System.getProperty("user.home") + "\\" + "gvsig" +
364 369
            "\\" + "connections";
365 370

  

Also available in: Unified diff