forked from pejobo/beanshell2
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathBeanShell.iml
20 lines (19 loc) · 909 Bytes
/
BeanShell.iml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<?xml version="1.0" encoding="UTF-8"?>
<module version="4" relativePaths="true" type="JAVA_MODULE">
<component name="ModuleRootManager" />
<component name="NewModuleRootManager">
<output url="file://$MODULE_DIR$/classes" />
<exclude-output />
<exclude-exploded />
<content url="file://$MODULE_DIR$">
<sourceFolder url="file://$MODULE_DIR$/asm/src" isTestSource="false" />
<sourceFolder url="file://$MODULE_DIR$/bsf/src" isTestSource="false" />
<sourceFolder url="file://$MODULE_DIR$/src" isTestSource="false" />
<sourceFolder url="file://$MODULE_DIR$/tests/src" isTestSource="false" />
<sourceFolder url="file://$MODULE_DIR$/tests/test-scripts/Data" isTestSource="false" />
</content>
<orderEntry type="inheritedJdk" />
<orderEntry type="sourceFolder" forTests="false" />
<orderEntryProperties />
</component>
</module>