if ( repo.getWorkspace() != null && !repo.getWorkspace().equals( "" ) )
{
// Don't deliver from the workspace, as it has the release.properties etc files in it
// and jazz will choke on them, so use the workspace that we just created (tag) instead.
command.addArgument( JazzConstants.ARG_DELIVER_SOURCE );
command.addArgument( tag );
}
if ( repo.getFlowTarget() != null && !repo.getFlowTarget().equals( "" ) )
{
command.addArgument( JazzConstants.ARG_DELIVER_TARGET );