# Rules and Syntax for this file: # # If the property you are currently specifying # fits in one of the categories herein (delimited by -------) # then define it in the group # # Îf the property does not fit in one of the categories, # please choose an appropriate name for a category # and add it to the file, following the same logic present # # Please prefix your property with a lower case simple # identifier so that it can be easely identified elsewhere # # Please specify a @message metadata that is easy to understand # by non-technical personel # # Please use the @type most appropriate for the property # you are defining and only use the general string type # if your property is freeform # # Use the type "default" or "nullableDefault" if your property has just # one possible value, even if you indicate the options and # optionsValues for later replacement by a "menu" type # # Please clean all the properties that are not used anymore # and don't expect others to comment on the properties that # you defined... Do it yourself from the beggining. It will # be easier even for you in the future. # # Mainly this indications are just common sense rules... # Follow them so that the system is easy for you and others # to build... # # Please feel free to propose and write additional rules # that you find important to keep the system clean. # #------------------------------------------------------------------------------ # Wiki Configuration #------------------------------------------------------------------------------ # # @message = Wiki host name # @type = hostname # @validate = yes wiki.host=localhost # @message = Wiki host port # @type = integer # @min = 1 # @max = 65535 wiki.port=80 # @message = Wiki page name # @type = string wiki.page=SomePageOnWiki # @message = Wiki user name # @type = string wiki.username=MyUsername # @message = Wiki password # @type = string wiki.password= # @message = Wiki property file location # @type = string wiki.property.file.page=LocationOfPropertyFileOnWiki # @message = Wiki property file name # @type = string wiki.property.file.filename=PropertyFilenameToWriteTo # @message = Javadoc remote server hostname (to publish javadoc by ssh/scp) # @type = hostname # @validate = yes javadoc.hostname=localhost # @message = Javadoc remote server username (to publish javadoc by ssh/scp) # You'll be asked for your password if you did not establish an ssh trust with the remote end user/host # @type = string javadoc.username=root #------------------------------------------------------------------------------ # end of development.properties.spec #------------------------------------------------------------------------------