Subversion Repositories SmartDukaan

Rev

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

Rev 1679 Rev 1705
Line 154... Line 154...
154
		String productDataXML = StringUtils.join(productXMLSnippets, "\n");
154
		String productDataXML = StringUtils.join(productXMLSnippets, "\n");
155
		
155
		
156
		Utils.info(productDataXML);
156
		Utils.info(productDataXML);
157
		
157
		
158
		// Write it to file
158
		// Write it to file
159
		String productXMLFilename = Utils.EXPORT_IR_PATH + "phonecurry.xml";
159
		String productXMLFilename = Utils.EXPORT_PARTNERS_CONTENT_PATH + "phonecurry.xml";
160
		DBUtils.store(productDataXML, productXMLFilename);
160
		DBUtils.store(productDataXML, productXMLFilename);
161
	}
161
	}
162
}
162
}