Revision 9530 org.gvsig.raster.netcdf/trunk/org.gvsig.raster.netcdf/org.gvsig.raster.netcdf.app.netcdfclient/src/main/java/org/gvsig/raster/netcdf/app/netcdfclient/NetCDFClientExtension.java

View differences:

NetCDFClientExtension.java
52 52
	@Override
53 53
	public void postInitialize() {
54 54
		super.postInitialize();
55
	    addAboutInfo();
55
//	    addAboutInfo();
56 56
	}
57 57
	
58
	private void addAboutInfo() {
59
        ApplicationManager application = ApplicationLocator.getManager();
60
        
61
        AboutManager about = application.getAbout();
62
        about.addDeveloper("PRODEVELOP", getClass().getClassLoader()
63
            .getResource("about/netcdf-about.html"), 2);
58
//	private void addAboutInfo() {
59
//        ApplicationManager application = ApplicationLocator.getManager();
60
//        
61
//        AboutManager about = application.getAbout();
62
//        about.addDeveloper("PRODEVELOP", getClass().getClassLoader()
63
//            .getResource("about/netcdf-about.html"), 2);
64
//
65
//        AboutParticipant participant = about.getDeveloper("PRODEVELOP");
66
//        participant.addContribution(
67
//            "NetCDF Raster",
68
//            "Soporte para NetCDF raster ", 
69
//            2011,7,1, 
70
//            2011,7,30
71
//        );      
72
//    }
64 73

  
65
        AboutParticipant participant = about.getDeveloper("PRODEVELOP");
66
        participant.addContribution(
67
            "NetCDF Raster",
68
            "Soporte para NetCDF raster ", 
69
            2011,7,1, 
70
            2011,7,30
71
        );      
72
    }
73

  
74 74
	public void execute(String actionCommand) {
75 75
	}
76 76

  

Also available in: Unified diff