Subversion Repositories eFlore/Applications.coel

Rev

Rev 64 | Rev 102 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 64 Rev 66
Line 20... Line 20...
20
		GXT.hideLoadingPanel("loading");
20
		GXT.hideLoadingPanel("loading");
Line 21... Line 21...
21
		
21
		
22
		Registry.register(RegistreId.APPLI_NOM, "Collections en ligne");
22
		Registry.register(RegistreId.APPLI_NOM, "Collections en ligne");
23
		Registry.register(RegistreId.APPLI_CODE, "COEL");
23
		Registry.register(RegistreId.APPLI_CODE, "COEL");
24
		Registry.register(RegistreId.APPLI_VERSION, "0.1");
24
		Registry.register(RegistreId.APPLI_VERSION, "0.1");
25
		Registry.register(RegistreId.APPLI_REVISION, "$Revision: 64 $");
25
		Registry.register(RegistreId.APPLI_REVISION, "$Revision: 66 $");
-
 
26
		Registry.register(RegistreId.CONFIG, new Configuration());
26
		Registry.register(RegistreId.CONFIG, new Configuration());
27
 
27
		new Mediateur();
28
		new Mediateur();
28
	}
29
	}
29
}
30
}