profile-config.json revision 2d7019e19039fd083850f76e54b6b26a7b06a8f2
{
"actions":
[
{
"action": "removeFile",
"description": {
"path": "${openidm-dir}/conf"
}
},
{
"action": "removeFile",
"description": {
"path": "${openidm-dir}/script"
}
},
{
"action": "symlink",
"description": {
"symlinkPath": "${openidm-dir}/script",
"targetPath": "${home-dir}/openidm-debug/script"
}
},
{
"action": "symlink",
"description": {
"symlinkPath": "${openidm-dir}/conf",
"targetPath": "${home-dir}/openidm-debug/conf"
}
}
]
}