File tree Expand file tree Collapse file tree 1 file changed +0
-6
lines changed
src/main/java/io/github/fvarrui/javapackager/packagers Expand file tree Collapse file tree 1 file changed +0
-6
lines changed Original file line number Diff line number Diff line change 1
1
package io .github .fvarrui .javapackager .packagers ;
2
2
3
3
import java .io .File ;
4
- import java .util .ArrayList ;
5
- import java .util .List ;
6
4
7
5
import io .github .fvarrui .javapackager .model .Platform ;
8
6
import io .github .fvarrui .javapackager .model .WindowsConfig ;
9
7
import io .github .fvarrui .javapackager .utils .CommandUtils ;
10
8
import io .github .fvarrui .javapackager .utils .FileUtils ;
11
9
import io .github .fvarrui .javapackager .utils .Logger ;
12
10
import io .github .fvarrui .javapackager .utils .VelocityUtils ;
13
- import org .twdata .maven .mojoexecutor .MojoExecutor ;
14
-
15
- import static org .twdata .maven .mojoexecutor .MojoExecutor .*;
16
- import static org .twdata .maven .mojoexecutor .MojoExecutor .configuration ;
17
11
18
12
/**
19
13
* Creates Windows executable with WinRun4j
You can’t perform that action at this time.
0 commit comments