Commit 2e5e5f10b8f9e08ea7197eee2f759d3d659f5d98
1 parent
d7fbf13f
update
Showing
1 changed file
with
2 additions
and
2 deletions
src/main/java/com/bsth/util/Test.java
| @@ -102,10 +102,10 @@ public class Test { | @@ -102,10 +102,10 @@ public class Test { | ||
| 102 | } | 102 | } |
| 103 | return target; | 103 | return target; |
| 104 | } | 104 | } |
| 105 | - | 105 | +/* |
| 106 | public static void main(String[] args) { | 106 | public static void main(String[] args) { |
| 107 | File[] sources = new File[] {new File("D:/test.txt"), new File("D:/test1.txt")}; | 107 | File[] sources = new File[] {new File("D:/test.txt"), new File("D:/test1.txt")}; |
| 108 | File target = new File("release_package.tar"); | 108 | File target = new File("release_package.tar"); |
| 109 | File gzFile = compress(pack(sources, target)); | 109 | File gzFile = compress(pack(sources, target)); |
| 110 | - } | 110 | + }*/ |
| 111 | } | 111 | } |