package org.vaadin.mideaas.frontend;
//public class TouchKitEnabledCompiler extends InMemoryCompiler {
//
// private static final String pathToTouchKit = NavigationView.class
// .getProtectionDomain().getCodeSource().getLocation().getPath();
//
// private static final String pathToClara = Clara.class.getProtectionDomain()
// .getCodeSource().getLocation().getPath();
//
// public TouchKitEnabledCompiler() {
// super();
// appendClassPath(pathToTouchKit);
// appendClassPath(pathToClara);
// }
//}