Subversion Repositories eFlore/Applications.coel

Rev

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

Rev 1526 Rev 1549
Line 174... Line 174...
174
		Registry.register(RegistreId.APPLI_TRADUCTEURS, apropos.getTraducteurs());
174
		Registry.register(RegistreId.APPLI_TRADUCTEURS, apropos.getTraducteurs());
175
		Registry.register(RegistreId.APPLI_TESTEURS, apropos.getTesteurs());
175
		Registry.register(RegistreId.APPLI_TESTEURS, apropos.getTesteurs());
176
		Registry.register(RegistreId.APPLI_LICENCE, apropos.getLicence());
176
		Registry.register(RegistreId.APPLI_LICENCE, apropos.getLicence());
Line 177... Line 177...
177
		
177
		
178
		Registry.register(RegistreId.APPLI_REVISION, apropos.getRevisionGlobale());
178
		Registry.register(RegistreId.APPLI_REVISION, apropos.getRevisionGlobale());
179
		Registry.register(RegistreId.JREST_REVISION, apropos.getRevisionGlobaleJrest());
179
		Registry.register(RegistreId.SERVICES_REVISION, apropos.getRevisionGlobaleServices());
180
		Registry.register(RegistreId.APPLI_COMPILATION_JAVA_VERSION, apropos.getVersionJavaCompilation());
180
		Registry.register(RegistreId.APPLI_COMPILATION_JAVA_VERSION, apropos.getVersionJavaCompilation());
Line 181... Line 181...
181
		Registry.register(RegistreId.APPLI_COMPILATION_DATE_HEURE, apropos.getDateHeureCompilation());
181
		Registry.register(RegistreId.APPLI_COMPILATION_DATE_HEURE, apropos.getDateHeureCompilation());
182
 
182