microsoft-teamsdiscordmessengercustom-servicesmacoslinuxwindowsinboxwhatsappicloudtweetdeckhipchattelegramhangoutsslackgmailskypefacebook-workplaceoutlookemail
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
31 lines
814 B
31 lines
814 B
{ |
|
"frameworks": { |
|
"ext": { |
|
"path":"ext", |
|
"version":"5.1.1.451" |
|
} |
|
}, |
|
|
|
/** |
|
* This is the folder for build outputs in the workspace. |
|
*/ |
|
"build": { |
|
"dir": "${workspace.dir}/build" |
|
}, |
|
|
|
/** |
|
* These configs determine where packages are generated and extracted to (when downloaded). |
|
*/ |
|
"packages": { |
|
/** |
|
* This folder contains all local packages. |
|
* If a comma-separated string is used as value the first path will be used as the path to generate new packages. |
|
*/ |
|
"dir": "${workspace.dir}/packages/local,${workspace.dir}/packages", |
|
|
|
/** |
|
* This folder contains all extracted (remote) packages. |
|
*/ |
|
"extract": "${workspace.dir}/packages/remote" |
|
} |
|
}
|
|
|