diff --git a/build/build.xml b/build/build.xml index d925ad4..3f5ce54 100644 --- a/build/build.xml +++ b/build/build.xml @@ -1,6 +1,6 @@ - This ANT build script will build the pieces that need to be distributed. + This script builds the distribution components. @@ -12,23 +12,41 @@ - - - - + + + + + + + + + + + + + + + + + + + + + Building version ${acVersion}... + + + - - - - - Version number is required. - Making build ${acVersion}... + @@ -39,7 +57,11 @@ - + + + + + @@ -85,6 +107,23 @@ + + + + + + + + + + + + + + + + diff --git a/mac/AppleCommander.app/Contents/MacOS/JavaApplicationStub b/mac/AppleCommander.app/Contents/MacOS/JavaApplicationStub new file mode 100755 index 0000000..4190041 Binary files /dev/null and b/mac/AppleCommander.app/Contents/MacOS/JavaApplicationStub differ diff --git a/mac/AppleCommander.app/Contents/PkgInfo b/mac/AppleCommander.app/Contents/PkgInfo new file mode 100644 index 0000000..6f749b0 --- /dev/null +++ b/mac/AppleCommander.app/Contents/PkgInfo @@ -0,0 +1 @@ +APPL???? diff --git a/mac/AppleCommander.app/Contents/Resources/AppleCommander.icns b/mac/AppleCommander.app/Contents/Resources/AppleCommander.icns new file mode 100644 index 0000000..414a084 Binary files /dev/null and b/mac/AppleCommander.app/Contents/Resources/AppleCommander.icns differ diff --git a/mac/AppleCommander.app/Contents/Resources/Java/libswt-carbon-3236.jnilib b/mac/AppleCommander.app/Contents/Resources/Java/libswt-carbon-3236.jnilib new file mode 100755 index 0000000..10499c0 Binary files /dev/null and b/mac/AppleCommander.app/Contents/Resources/Java/libswt-carbon-3236.jnilib differ diff --git a/mac/AppleCommander.app/Contents/Resources/Java/libswt-pi-carbon-3236.jnilib b/mac/AppleCommander.app/Contents/Resources/Java/libswt-pi-carbon-3236.jnilib new file mode 100755 index 0000000..88d47ef Binary files /dev/null and b/mac/AppleCommander.app/Contents/Resources/Java/libswt-pi-carbon-3236.jnilib differ diff --git a/mac/AppleCommander.app/Contents/Resources/Java/swt.jar b/mac/AppleCommander.app/Contents/Resources/Java/swt.jar new file mode 100644 index 0000000..b8fb60c Binary files /dev/null and b/mac/AppleCommander.app/Contents/Resources/Java/swt.jar differ diff --git a/mac/Info.plist b/mac/Info.plist new file mode 100644 index 0000000..4544aa4 --- /dev/null +++ b/mac/Info.plist @@ -0,0 +1,72 @@ + + + + + + + CFBundleDevelopmentRegion + English + + CFBundleExecutable + JavaApplicationStub + + CFBundleGetInfoString + @version@: Distributed under the terms of the GNU Public license. + + CFBundleIconFile + AppleCommander.icns + + CFBundleInfoDictionaryVersion + 6.0 + + CFBundleName + AppleCommander + + CFBundlePackageType + APPL + + CFBundleSignature + ???? + + CFBundleShortVersionString + @version@ + + CFBundleVersion + @version@ + + Java + + + JVMVersion + 1.4* + + MainClass + com.webcodepro.applecommander.ui.AppleCommander + + ClassPath + $JAVAROOT/AppleCommander.jar:$JAVAROOT/swt.jar + + Properties + + + java.library.path + $JAVAROOT/ + + + + VMOptions + -Xdock:name=AppleCommander + + StartOnMainThread + + + + LSHasLocalizedDisplayName + + + NSHumanReadableCopyright + Copyright 2002-2008 Rob Greene and John B. Matthews. + + + +