-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy pathworkspace.json
13 lines (13 loc) · 998 Bytes
/
workspace.json
1
2
3
4
5
6
7
8
9
10
11
12
13
/**
* DO NOT CHANGE - This file was automatically generated by the jangaroo-maven-plugin and it will be overwritten by the next call of the plugin's goal "generate-workspace".
*/
{
"apps" : [ "ckeditor4/target/test-classes", "jangaroo-browser/target/test-classes", "jangaroo-net/target/test-classes", "jangaroo-runtime/target/test-classes", "jooflash-core/target/test-classes", "jooflexframework/target/test-classes", "joounit/target/test-classes" ],
"build" : {
"dir" : "${workspace.dir}/target/sencha/build"
},
"packages" : {
"dir" : [ "${workspace.dir}", "${workspace.dir}/ckeditor4/target/packages", "${workspace.dir}/jangaroo-browser/target/packages", "${workspace.dir}/jangaroo-net/target/packages", "${workspace.dir}/jangaroo-runtime/target/packages", "${workspace.dir}/jooflash-core/target/packages", "${workspace.dir}/jooflexframework/target/packages", "${workspace.dir}/joounit/target/packages" ],
"extract" : "${workspace.dir}/remote-packages/target/packages"
}
}