Subversion Repositories SmartDukaan

Rev

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

Rev 5310 Rev 5315
Line 462... Line 462...
462
        
462
        
463
        log.info("Generating HTML for Accessories Compatibility Index");
463
        log.info("Generating HTML for Accessories Compatibility Index");
464
        CompatibleAccessoriesIndexGenerator generator = new CompatibleAccessoriesIndexGenerator(allValidEntities);
464
        CompatibleAccessoriesIndexGenerator generator = new CompatibleAccessoriesIndexGenerator(allValidEntities);
465
        generator.generate();
465
        generator.generate();
466
        
466
        
-
 
467
        log.info("Generating HTML for Most Compared Index");
-
 
468
        MostComparedIndexGenerator mostCompGenerator = new MostComparedIndexGenerator();
-
 
469
        mostCompGenerator.generate();
-
 
470
        
467
        if (newLastGenerationTime != 0) {
471
        if (newLastGenerationTime != 0) {
468
            CreationUtils.storeLastContentGenerationTime(newLastGenerationTime);
472
            CreationUtils.storeLastContentGenerationTime(newLastGenerationTime);
469
        }
473
        }
470
 
474
 
471
 
475