< prev index next >

modules/jdk.packager/src/main/resources/com/oracle/tools/packager/mac/MacAppBundler.properties

Print this page

        

*** 2,13 **** bundler.description=A Directory based image of a mac Application with an optionally co-bundled JRE. Used as a base for the Installer bundlers param.signing-key-developer-id-app.name=Apple Developer ID Application Signing Key param.signing-key-developer-id-app.description=The full name of the Apple Developer ID Application signing key. ! param.icon-icns.name= .icns Icon ! param.icon-icns.description= Icon for the application, in ICNS format. param.config-root.name= param.config-root.description= param.configure-launcher-in-plist=Configure Launcher in Info.plist --- 2,13 ---- bundler.description=A Directory based image of a mac Application with an optionally co-bundled JRE. Used as a base for the Installer bundlers param.signing-key-developer-id-app.name=Apple Developer ID Application Signing Key param.signing-key-developer-id-app.description=The full name of the Apple Developer ID Application signing key. ! param.icon-icns.name=.icns Icon ! param.icon-icns.description=Icon for the application, in ICNS format. param.config-root.name= param.config-root.description= param.configure-launcher-in-plist=Configure Launcher in Info.plist
*** 47,57 **** error.non-existent-runtime.advice=Point the runtime parameter to a directory that containes the JRE. error.cannot-detect-runtime-in-directory=Cannot determine which JRE/JDK exists in the specified runtime directory. error.cannot-detect-runtime-in-directory.advice=Point the runtime directory to one of the JDK/JRE root, the Contents/Home directory of that root, or the Contents/Home/jre directory of the JDK. resource.bundle-config-file=Bundle config file ! message.config-save-location=\ Config files are saved to {0}. Use them to customize package. message.bundle-name-too-long-warning={0} is set to ''{1}'', which is longer than 16 characters. For a better Mac experience consider shortening it. message.no-mac-jre-support=Currently Macs require a JDK to package message.creating-app-bundle=Creating app bundle\: {0} message.null-classpath=Null app resources? message.preparing-info-plist=Preparing Info.plist\: {0} --- 47,57 ---- error.non-existent-runtime.advice=Point the runtime parameter to a directory that containes the JRE. error.cannot-detect-runtime-in-directory=Cannot determine which JRE/JDK exists in the specified runtime directory. error.cannot-detect-runtime-in-directory.advice=Point the runtime directory to one of the JDK/JRE root, the Contents/Home directory of that root, or the Contents/Home/jre directory of the JDK. resource.bundle-config-file=Bundle config file ! message.config-save-location=Config files are saved to {0}. Use them to customize package. message.bundle-name-too-long-warning={0} is set to ''{1}'', which is longer than 16 characters. For a better Mac experience consider shortening it. message.no-mac-jre-support=Currently Macs require a JDK to package message.creating-app-bundle=Creating app bundle\: {0} message.null-classpath=Null app resources? message.preparing-info-plist=Preparing Info.plist\: {0}
< prev index next >