Subversion Repositories SmartDukaan

Rev

Rev 1061 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1061 Rev 1104
Line 632... Line 632...
632
		
632
		
633
		// Write it to file
633
		// Write it to file
634
		String irDataFilename = Utils.EXPORT_IR_PATH + "irdata.xml";
634
		String irDataFilename = Utils.EXPORT_IR_PATH + "irdata.xml";
635
		DBUtils.store(irDataXML, irDataFilename);
635
		DBUtils.store(irDataXML, irDataFilename);
636
		
636
		
637
		Utils.info("this.facetIDFacetValues=" + this.facetIDFacetValues);
637
		//Utils.info("this.facetIDFacetValues=" + this.facetIDFacetValues);
638
		CreationUtils.storeFacetValues(facetIDFacetValues);
638
		CreationUtils.storeFacetValues(facetIDFacetValues);
639
		// Store facet values
639
		// Store facet values
640
		
640
		
641
	}
641
	}
642
	
642