Revision 1119 trunk/frameworks/_fwAndami/src/com/iver/andami/Launcher.java

View differences:

Launcher.java
701 701
						File.separator + pluginName + File.separator + jardir);
702 702
				File[] jarFiles = jarDir.listFiles(new FileFilter() {
703 703
					public boolean accept(File pathname) {
704
						return pathname.getName().toUpperCase().endsWith(".JAR");
704
						return (pathname.getName().toUpperCase().endsWith(".JAR")) ||
705
						(pathname.getName().toUpperCase().endsWith(".ZIP"));
705 706
					}
706 707
				});
707 708
				

Also available in: Unified diff