1 param.detect-modules.name=Auto Modules
   2 param.detect-modules.description=Automatically calculate modules to Limit JImage creation to.
   3 
   4 param.jlink-options.name=JLink Options
   5 param.jlink-options.description=Options to be added to JLink invocation.
   6 
   7 param.jlink-builder.name=JLink Builder
   8 param.jlink-builder.description=Name of the JLink Builder to build the applicaiton image with.
   9 
  10 error.srcfiles.contain.modules=Error: Modules are not allowed in srcfiles: {0}.
  11 
  12 warning.module.does.not.exist=Module {0} does not exist.
  13 
  14 message.detected.modules="Automatically adding detected modules: {0}."
  15 message.modules="Adding modules: {0} to runtime image."
  16 
  17 using.experimental.feature="Using experimental feature: {0}."