Revision 9532 org.gvsig.raster.tilecache/trunk/org.gvsig.raster.tilecache/org.gvsig.raster.tilecache.app/src/main/java/org/gvsig/raster/tilecache/app/CacheExtension.java

View differences:

CacheExtension.java
55 55
		
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/tilecache-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/tilecache-about.html"), 2);
64
//
65
//        AboutParticipant participant = about.getDeveloper("PRODEVELOP");
66
//        participant.addContribution(
67
//            "Cach? de teselas",
68
//            "Cach? de teselas para fuentes de datos r?ster y remotas", 
69
//            2011,1,1, 
70
//            2011,1,30
71
//        );      
72
//    }
64 73

  
65
        AboutParticipant participant = about.getDeveloper("PRODEVELOP");
66
        participant.addContribution(
67
            "Cach? de teselas",
68
            "Cach? de teselas para fuentes de datos r?ster y remotas", 
69
            2011,1,1, 
70
            2011,1,30
71
        );      
72
    }
73

  
74 74
	public void initialize() {
75 75
		IconThemeHelper.registerIcon(null, "pref-tilecache-icon", this);
76 76
		
......
193 193
	public void postInitialize() {
194 194
		super.postInitialize();
195 195
	//		storeLibrary.postInitialize();
196
		addAboutInfo();
196
//		addAboutInfo();
197 197
	}
198 198
	
199 199
	/**

Also available in: Unified diff