src/jdk.packager/share/classes/jdk/packager/internal/resources/StandardBundlerParam.properties
branchJDK-8200758-branch
changeset 56986 5c3dae7af901
parent 56982 e094d5483bd6
child 56989 0f19096663d1
equal deleted inserted replaced
56985:5e6ced665587 56986:5c3dae7af901
    82 param.classpath.description=The classpath from the main jar of the application, relative to the assembled application directory.
    82 param.classpath.description=The classpath from the main jar of the application, relative to the assembled application directory.
    83 
    83 
    84 param.main-jar.name=Main Jar
    84 param.main-jar.name=Main Jar
    85 param.main-jar.description=The main jar of the application.  This jar should have the main-class, and is relative to the assembled application dir.
    85 param.main-jar.description=The main jar of the application.  This jar should have the main-class, and is relative to the assembled application dir.
    86 
    86 
    87 param.service-hint.name=Service Hint
       
    88 param.service-hint.description=The bundler should register the application as service/daemon
       
    89 
       
    90 param.start-on-install.name=Start On Install
       
    91 param.start-on-install.description=Controls whether the service/daemon should be started on install
       
    92 
       
    93 param.stop-on-uninstall.name=Stop On Uninstall
       
    94 param.stop-on-uninstall.description=Controls whether the service/daemon should be stopped on uninstall
       
    95 
       
    96 param.run-at-startup.name=Run At Startup
       
    97 param.run-at-startup.description=Controls whether the service/daemon should be started during system startup
       
    98 
       
    99 param.name.name=Name
    87 param.name.name=Name
   100 param.name.description=The name of the application.
    88 param.name.description=The name of the application.
   101 
    89 
   102 param.preferences-id.name=Preferences ID
       
   103 param.preferences-id.description=The preferences node to search for User JVM Options.  The format be a slash delimited version of the main package name, such as "com/example/myapplication".
       
   104 
       
   105 param.title.name=Title
    90 param.title.name=Title
   106 param.title.description=A title for the application.
    91 param.title.description=A title for the application.
   107 
       
   108 param.use-javafx-packaging.name=FX Packaging
       
   109 param.use-javafx-packaging.description=Should we use the JavaFX packaging conventions?
       
   110 
    92 
   111 param.vendor.name=Vendor
    93 param.vendor.name=Vendor
   112 param.vendor.description=The vendor of the application.
    94 param.vendor.description=The vendor of the application.
   113 param.vendor.default=Unknown
    95 param.vendor.default=Unknown
   114 
    96