File tree Expand file tree Collapse file tree 1 file changed +1
-3
lines changed
src/com/inet/gradle/setup/dmg Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Original file line number Diff line number Diff line change 2626import java .nio .file .attribute .FileAttribute ;
2727import java .util .ArrayList ;
2828import java .util .Arrays ;
29- import java .util .Collections ;
3029import java .util .HashMap ;
3130import java .util .List ;
3231import java .util .Map ;
4746import com .inet .gradle .setup .image .ImageFactory ;
4847import com .inet .gradle .setup .util .TempPath ;
4948import com .inet .gradle .setup .util .XmlFileBuilder ;
50- import com .oracle .appbundler .PlistEntry ;
5149
5250/**
5351 * Build a DMG image for OSX.
@@ -109,7 +107,7 @@ public void build() throws RuntimeException {
109107
110108 imageSourceRoot = buildDir .toString (); // + "/" + setup.getApplication() + ".app";
111109
112- // Just in case. If it still has not been set, we do not know what the user itends .
110+ // Just in case. If it still has not been set, we do not know what the user intends .
113111 if ( firstExecutableName == null ) {
114112 firstExecutableName = setup .getApplication ();
115113 }
You can’t perform that action at this time.
0 commit comments