Revised based on pull request feedback.

This commit is contained in:
Anthony Whitford 2013-11-19 00:06:21 -08:00 committed by Mark Harrah
parent 86b0098078
commit e7d5cd1bd2
1 changed files with 7 additions and 1 deletions

View File

@ -9,6 +9,8 @@ A project should define :key:`name` and :key:`version`. These will be used in v
:type: setting :type: setting
:title: Set the project name :title: Set the project name
name := "demo"
:: ::
name := "Your project name" name := "Your project name"
@ -20,15 +22,19 @@ For published projects, this name is normalized to be suitable for use as an art
:type: setting :type: setting
:title: Set the project version :title: Set the project version
version := "1.0"
:: ::
version := "1.0-SNAPSHOT" version := "1.0"
.. howto:: .. howto::
:id: organization :id: organization
:type: setting :type: setting
:title: Set the project organization :title: Set the project organization
organization := "org.example"
:: ::
organization := "org.example" organization := "org.example"