Skip to content

Commit

Permalink
add comments
Browse files Browse the repository at this point in the history
  • Loading branch information
unknown committed Jan 13, 2014
1 parent a562296 commit fe4df46
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main/java/com/edi/storm/util/EJob.java
Original file line number Diff line number Diff line change
Expand Up @@ -295,6 +295,7 @@ private static void createTempJarInner(JarOutputStream out, File f,
createTempJarInner(out, fl[i], base + fl[i].getName());
}
} else {
// filter MANIFEST created by M2E eclipse plugin
if(base.equalsIgnoreCase("META-INF/MANIFEST.MF"))
return;
out.putNextEntry(new JarEntry(base));
Expand Down

0 comments on commit fe4df46

Please sign in to comment.