Changes for page JApplication

Last modified by Andrus Adamchik on 2006/12/10 12:40

From version 54.1
edited by Andrus Adamchik
on 2006/09/16 13:52
Change comment: There is no comment for this version
To version 56.1
edited by Andrus Adamchik
on 2006/09/16 13:53
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -16,7 +16,7 @@
16 16  |=Attribute|=Description|=Required|=Platforms
17 17  |name|The name of the application without OS-specific extension|yes|
18 18  |mainClass|Main Java class|yes|
19 -|os|A family of operating systems. Currently supported values are "mac", "windows" and "java"|no (will use "java" if ommitted)|
19 +|os|A family of operating systems. Currently supported values are "mac", "windows" and "java"|no (will use build machine os if ommitted; if the os is not supported, will use "java")|
20 20  |destDir|A destination directory where the application launcher should be installed|no (will use ##"$builddir"## if omitted)|
21 21  |longName|An optional string identifying the application human-readable name. If not specified, "name" is used.|no|
22 22  |icon|Platform-specific icon file (usually ".ico" on Windows and ".icns" on Mac)|no|mac,windows