script.json revision 3e3e4ec7955804aa5e93d4325d5743cc55a7433c
{
"properties": {},
"ECMAScript": {
"#javascript.debug": "transport=socket,suspend=y,address=9888,trace=true"
},
"Groovy": {
"#groovy.warnings": "likely errors #othere values [none,likely,possible,paranoia]",
"#groovy.source.encoding": "utf-8 #default US-ASCII",
"groovy.source.encoding": "UTF-8",
"groovy.target.directory": "&{launcher.install.location}/classes",
"#groovy.target.bytecode": "1.5",
"#groovy.classpath": "&{launcher.install.location}/lib/*",
"#groovy.output.verbose": "false",
"#groovy.output.debug": "false",
"#groovy.errors.tolerance": "10",
"#groovy.script.extension": ".groovy",
"#groovy.script.base": "#any class extends groovy.lang.Script",
"groovy.recompile": "true",
"#groovy.recompile.minimumInterval": "100 #in Millis",
"#groovy.target.indy" : "true" ,
},
"sources": {
"default": {
"directory": "&{launcher.install.location}/bin/default/script",
"subdirectories": "true",
"visibility": "public",
"type": "auto-detect"
},
"project": {
"directory": "&{launcher.install.location}/script",
"subdirectories": "true",
"visibility": "public",
"type": "auto-detect"
}
}
}