Orangevolt ANT Tasks » Tasks » jnlp
Element j2ee_application_client_permissionsElement j2se

2.3.3.  Element resources

The resources element contains an ordered set of resources that constitutes an application.

The nested resources element lets you specify jars, native libs and extensions that you want to add to the JNLP launch descriptor. You can use any number of nested fileset's, jars, native libs or extensions. Note, that only files ending with jar, dll, so, or jnlp will be accepted and that resources must be defined inside a jnlp element.

The most importatn point of this task is that multiple Ant FileSet instances can be added as sub elements. All matching files of the Ant FileSet's will be added either as jar element or nativelib element.

Properties

Name Description Required
os The os attribute of the resources element specifies for which operating system this element should be considered. no
arch The arch attribute of the resources element specifies for what platform this element should be considered. no
locale The locale attribute of the resources element specifies for which locales this element should be considered. no