addJarEntry(entries, buffer.getBuffer().toString().getBytes("UTF-8"), "META-INF/spring/route-context.xml");
}
protected void doGenResources(List<JarEntryData> entries, Api api, Map<Object, Object> variablesMap) throws UnsupportedEncodingException, IOException {
if (api.getValidation() != null) {
Validation val = api.getValidation();
Schema schema = val.getSchema();
if (schema != null) {
// loop on schema resources and store them on files
StringBuffer buf = new StringBuffer();