Subversion Repositories SmartDukaan

Rev

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

Rev 5106 Rev 5117
Line 435... Line 435...
435
        // Generate HTML for Site Index
435
        // Generate HTML for Site Index
436
        log.info("Generating HTML for Site Index");
436
        log.info("Generating HTML for Site Index");
437
        ProductIndexGenerator indexGenerator = new ProductIndexGenerator(validEntities);
437
        ProductIndexGenerator indexGenerator = new ProductIndexGenerator(validEntities);
438
        indexGenerator.generate();
438
        indexGenerator.generate();
439
        
439
        
-
 
440
        log.info("Generating HTML for Accessories Compatibility Index");
-
 
441
        CompatibleAccessoriesIndexGenerator generator = new CompatibleAccessoriesIndexGenerator();
-
 
442
        generator.generate();
-
 
443
        
440
        if (newLastGenerationTime != 0) {
444
        if (newLastGenerationTime != 0) {
441
            CreationUtils.storeLastContentGenerationTime(newLastGenerationTime);
445
            CreationUtils.storeLastContentGenerationTime(newLastGenerationTime);
442
        }
446
        }
443
 
447
 
444
 
448