Browse Source

Do not compress jars when rebuild=false

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268487 13f79535-47bb-0310-9956-ffa450edef68
master
Conor MacNeill 24 years ago
parent
commit
fbe81719e1
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      src/main/org/apache/tools/ant/taskdefs/optional/ejb/WeblogicDeploymentTool.java

+ 1
- 0
src/main/org/apache/tools/ant/taskdefs/optional/ejb/WeblogicDeploymentTool.java View File

@@ -505,6 +505,7 @@ public class WeblogicDeploymentTool extends GenericDeploymentTool {
}
newJarStream = new JarOutputStream(new FileOutputStream(newWLJarFile));
newJarStream.setLevel(0);
//Copy files from old weblogic jar
for (Enumeration e = wlEntries.elements() ; e.hasMoreElements();)


Loading…
Cancel
Save