Subversion Repositories SmartDukaan

Rev

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

Rev 5604 Rev 5642
Line 460... Line 460...
460
        }
460
        }
461
        
461
        
462
        log.info("Generating HTML for Site Index");
462
        log.info("Generating HTML for Site Index");
463
        ProductIndexGenerator indexGenerator = new ProductIndexGenerator(allValidEntities);
463
        ProductIndexGenerator indexGenerator = new ProductIndexGenerator(allValidEntities);
464
        indexGenerator.generate();
464
        indexGenerator.generate();
-
 
465
 
-
 
466
        log.info("Generating HTML for Site for Product Documents");
-
 
467
        ProductDocumentsGenerator asGenerator = new ProductDocumentsGenerator(allValidEntities);
-
 
468
        asGenerator.generate();
465
        
469
        
466
        log.info("Generating HTML for Accessories Compatibility Index");
470
        log.info("Generating HTML for Accessories Compatibility Index");
467
        CompatibleAccessoriesIndexGenerator generator = new CompatibleAccessoriesIndexGenerator(allValidEntities);
471
        CompatibleAccessoriesIndexGenerator generator = new CompatibleAccessoriesIndexGenerator(allValidEntities);
468
        generator.generate();
472
        generator.generate();
469
 
473