diff options
author | Michael Bien <[email protected]> | 2010-04-08 01:47:54 +0200 |
---|---|---|
committer | Michael Bien <[email protected]> | 2010-04-08 01:47:54 +0200 |
commit | 379726163271e8b6ff897dad62b59727a4e8fb3b (patch) | |
tree | 260a4920e57cb6f281de558f50089e71350bd30e /joal.iml | |
parent | fbd8fc15cba0004b8c025df479539e447b00bee4 (diff) |
added intelliJ module file.
Diffstat (limited to 'joal.iml')
-rw-r--r-- | joal.iml | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/joal.iml b/joal.iml new file mode 100644 index 0000000..dcccac8 --- /dev/null +++ b/joal.iml @@ -0,0 +1,16 @@ +<?xml version="1.0" encoding="UTF-8"?> +<module type="JAVA_MODULE" version="4"> + <component name="NewModuleRootManager" inherit-compiler-output="true"> + <exclude-output /> + <content url="file://$MODULE_DIR$"> + <sourceFolder url="file://$MODULE_DIR$/test/src" isTestSource="false" /> + <sourceFolder url="file://$MODULE_DIR$/build/gensrc/classes" isTestSource="false" /> + <sourceFolder url="file://$MODULE_DIR$/src/java" isTestSource="false" /> + </content> + <orderEntry type="inheritedJdk" /> + <orderEntry type="sourceFolder" forTests="false" /> + <orderEntry type="module" module-name="gluegen" /> + <orderEntry type="library" name="junit" level="application" /> + </component> +</module> + |