Ejemplo n.º 1
0
 public static void contributeFactoryDefaults(MappedConfiguration<String, Object> configuration) {
   // The application version number is incorprated into URLs for some
   // assets. Web browsers will cache assets because of the far future expires
   // header. If existing assets are changed, the version number should also
   // change, to force the browser to download new versions. This overrides Tapesty's default
   // (a random hexadecimal number), but may be further overriden by DevelopmentModule or
   // QaModule.
   configuration.override(SymbolConstants.APPLICATION_VERSION, "0.0.1-SNAPSHOT");
 }