Revision 44172 trunk/org.gvsig.desktop/org.gvsig.desktop.plugin/org.gvsig.geodb.app/org.gvsig.geodb.app.mainplugin/src/main/java/org/gvsig/geodb/ExtDB_Spatial.java

View differences:

ExtDB_Spatial.java
89 89
    private void addAboutInfo() {
90 90
        ApplicationManager application = ApplicationLocator.getManager();
91 91

  
92
        AboutManager about = application.getAbout();
93
        about.addDeveloper("PRODEVELOP", getClass().getClassLoader()
94
                .getResource("about/prodevelop.html"), 2);
95

  
96
        AboutParticipant participant = about.getDeveloper("PRODEVELOP");
97
        participant.addContribution(
98
                "GeoDB",
99
                "Soporte para pool de conexiones con BBDD",
100
                2006, 1, 1,
101
                2007, 12, 31
102
        );
92
//        AboutManager about = application.getAbout();
93
//        about.addDeveloper("PRODEVELOP", getClass().getClassLoader()
94
//                .getResource("about/prodevelop.html"), 2);
95
//
96
//        AboutParticipant participant = about.getDeveloper("PRODEVELOP");
97
//        participant.addContribution(
98
//                "GeoDB",
99
//                "Soporte para pool de conexiones con BBDD",
100
//                2006, 1, 1,
101
//                2007, 12, 31
102
//        );
103 103
    }
104 104

  
105 105
}

Also available in: Unified diff