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