#set( $command = ${protoProject.releaseCommand})
This command is intended for use by developers on the protoj project.
Releases protoj to the google code project website and uploads to the protoj
repository ready for syncing wih the maven central repository. The following
options are supported:

   ${command.gcuserOption}     the google code account user name

   ${command.gcpasswordOption} the google code account password

   ${command.sfuserOption}     the sourceforge account user name

   ${command.gconlyOption}     include this switch if only releasing to google code

   ${command.sfonlyOption}     include this switch if only releasing to sourceforge

Examples:

   ${layout.scriptName} "${command.delegate.name} -${command.gconlyOption} -${command.gcuserOption} bob -${command.gcpasswordOption} secret123"

   ${layout.scriptName} "${command.delegate.name} -${command.sfonlyOption} -${command.sfuserOption} bob"
