Revision 9533 org.gvsig.raster.wmts/trunk/org.gvsig.raster.wmts/org.gvsig.raster.wmts.app.wmtsclient/src/main/java/org/gvsig/raster/wmts/app/wmtsclient/WMTSClientExtension.java

View differences:

WMTSClientExtension.java
73 73
    
74 74
	public void postInitialize() {
75 75
		FLyrWMTS.registerPersistent();
76
		addAboutInfo();
76
//		addAboutInfo();
77 77
	}
78 78
	
79
	private void addAboutInfo() {
80
        ApplicationManager application = ApplicationLocator.getManager();
81
        
82
        AboutManager about = application.getAbout();
83
        about.addDeveloper("PRODEVELOP", getClass().getClassLoader()
84
            .getResource("about/wmts-about.html"), 2);
79
//	private void addAboutInfo() {
80
//        ApplicationManager application = ApplicationLocator.getManager();
81
//        
82
//        AboutManager about = application.getAbout();
83
//        about.addDeveloper("PRODEVELOP", getClass().getClassLoader()
84
//            .getResource("about/wmts-about.html"), 2);
85
//
86
//        AboutParticipant participant = about.getDeveloper("PRODEVELOP");
87
//        participant.addContribution(
88
//            "WMTS",
89
//            "Cliente para Web Map Tile Service", 
90
//            2011,3,1, 
91
//            2011,3,30
92
//        );      
93
//    }
85 94

  
86
        AboutParticipant participant = about.getDeveloper("PRODEVELOP");
87
        participant.addContribution(
88
            "WMTS",
89
            "Cliente para Web Map Tile Service", 
90
            2011,3,1, 
91
            2011,3,30
92
        );      
93
    }
94

  
95 95
    @SuppressWarnings("deprecation")
96 96
	public void execute(String actionCommand) {
97 97
    	AbstractViewPanel theView = (AbstractViewPanel) PluginServices.getMDIManager().getActiveWindow();

Also available in: Unified diff