src/jdk.packager/share/classes/jdk/packager/internal/resources/StandardBundlerParam.properties
branchJDK-8200758-branch
changeset 56993 3629eb24e9ac
parent 56989 0f19096663d1
equal deleted inserted replaced
56989:0f19096663d1 56993:3629eb24e9ac
    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.name.name=Name
    87 param.name.name=Name
    88 param.name.description=The name of the application.
    88 param.name.description=The name of the application.
    89 
    89 
       
    90 param.preferences-id.name=Preferences ID
       
    91 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".
       
    92 
    90 param.title.name=Title
    93 param.title.name=Title
    91 param.title.description=A title for the application.
    94 param.title.description=A title for the application.
    92 
    95 
    93 param.vendor.name=Vendor
    96 param.vendor.name=Vendor
    94 param.vendor.description=The vendor of the application.
    97 param.vendor.description=The vendor of the application.