master #59

Closed
claudio.atzori wants to merge 3221 commits from master into stable_ids
2 changed files with 12 additions and 2 deletions
Showing only changes of commit cf3f47563f - Show all commits

View File

@ -22,5 +22,10 @@
"paramLongName": "communityMapPath",
"paramDescription": "the community map path",
"paramRequired": true
}
},{
"paramName": "rp",
"paramLongName": "relationPath",
"paramDescription": "the relationPath",
"paramRequired": true
}
]

View File

@ -29,7 +29,12 @@
"paramLongName":"resultTableName",
"paramDescription": "the name of the result table we are currently working on",
"paramRequired": true
}
}, {
"paramName":"rp",
"paramLongName":"relationPath",
"paramDescription": "the path to the relations",
"paramRequired": true
}
]