Subversion Repositories SmartDukaan

Rev

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

Rev 5261 Rev 5263
Line 863... Line 863...
863
        // This method wont use any velocity file, So calling directly
863
        // This method wont use any velocity file, So calling directly
864
        getProductPropertiesSnippet(expEntity, exportPath);
864
        getProductPropertiesSnippet(expEntity, exportPath);
865
 
865
 
866
        applyVelocityTemplate(filenames, exportPath, context, catalogId);
866
        applyVelocityTemplate(filenames, exportPath, context, catalogId);
867
 
867
 
868
        /*generateImages(expEntity, mediaPrefix);
868
        generateImages(expEntity, mediaPrefix);
869
 
869
 
870
        copyDocuments(expEntity, mediaPrefix);*/
870
        copyDocuments(expEntity, mediaPrefix);
871
    }
871
    }
872
 
872
 
873
    /**
873
    /**
874
     * Get list of files and apply velocity templates on them
874
     * Get list of files and apply velocity templates on them
875
     *
875
     *