Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

The directory field is essentially the same as the file field except it the field will ensure a directory is selectedselection is limited to directories only, not single files.

Code Block
languagehtml/xml
<field type="dir" align="left" variable="existing.jboss.home">
  <spec txt="" size="25" set="$INSTALL_PATH$FILE_SEPARATOR${jboss.version}" mustExist="false"/>
</field>

...