mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-04-30 02:09:59 +07:00
enable gdsl file by marking 'scripts' folder as source root
This commit is contained in:
@@ -2,7 +2,9 @@
|
||||
<module relativePaths="true" type="JAVA_MODULE" version="4">
|
||||
<component name="NewModuleRootManager" inherit-compiler-output="true">
|
||||
<exclude-output />
|
||||
<content url="file://$MODULE_DIR$" />
|
||||
<content url="file://$MODULE_DIR$">
|
||||
<sourceFolder url="file://$MODULE_DIR$/scripts" isTestSource="false" />
|
||||
</content>
|
||||
<orderEntry type="inheritedJdk" />
|
||||
<orderEntry type="sourceFolder" forTests="false" />
|
||||
<orderEntry type="library" scope="PROVIDED" name="Groovy" level="project" />
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
def ctx = context(scope: scriptScope(), filetypes : ["gant"])
|
||||
|
||||
contributor ([ctx], {
|
||||
method name:"loadProject", type:"void", params:[]
|
||||
method name:"loadProject", type:"void", params:[:]
|
||||
method name:"isDefined", type:"boolean", params:[key:"String"]
|
||||
method name:"requireProperty", type:"String", params:[key:"String"]
|
||||
method name:"requireProperty", type:"String", params:[key:"String", defaultValue:"String"]
|
||||
|
||||
Reference in New Issue
Block a user