Changes for page WOApplication

Last modified by Andrew Lindesay on 2011/07/17 09:52

From version 34.1
edited by dlee
on 2007/10/10 21:26
Change comment: There is no comment for this version
To version 32.1
edited by dlee
on 2007/10/10 21:30
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -36,7 +36,10 @@
36 36  | webXML//WOAppMode //| Optional parameter for the web.xml | No
37 37  | webXML//WOtaglib //| Optional parameter for the web.xml | No
38 38  | webXML//CustomContent //| Optional parameter for the web.xml | No
39 -| version | Version for the Info.plist | No
39 +| cfBundleVersion | CFBundleVersion for the Info.plist. Default is no version. | No
40 +| cfBundleShortVersion | CFBundleShortVersionString for the Info.plist. Default is no version. | No
41 +| cfBundleID | CFBundleIndetifier for the Info.plist. Defaults to 'com.myapp'. | No
42 +| javaVersion | JavaVersion for the Info.plist. Used for selecting JVM compatibility. Defaults to '1.5+'. | No
40 40  | frameworksBaseURL | This denotes the directory containing the framework webserver resources bundles (MyFramework.framework, ERExtensions.framework, etc.).
41 41  \\ This is typically useful for a embedded split install whereby all webserver resource frameworks (all = localroot and systemroot) are embedded in the webserver split install application bundle. The advantage of doing this is of course is clean upgrades with current versions of framework resources being used independently of what is installed on the deployment server.
42 42  \\ The URL is relating to the webserver document root.