@ -30,7 +30,6 @@ public class FimsApplication extends XitBaseApplication {
while (resources.hasMoreElements()) {
URL e = resources.nextElement();
String path = e.getPath();
System.out.println(path);
if(path.indexOf("sgg-setting") != -1) {
Manifest m = new Manifest(e.openStream());
Attributes as = m.getMainAttributes();