diff options
author | Michael Bien <[email protected]> | 2010-02-24 16:05:42 +0100 |
---|---|---|
committer | Michael Bien <[email protected]> | 2010-02-24 16:05:42 +0100 |
commit | dc4fc464ea969614e08c81dbaeefdaaff1673296 (patch) | |
tree | 370e09167d2d58fe50215d15ef358b52a8e14288 /jocl.iml | |
parent | e4b6787bb536a9159294318bc4f3f75da61a58e1 (diff) |
added IntelliJ IDEA project files.
Diffstat (limited to 'jocl.iml')
-rw-r--r-- | jocl.iml | 42 |
1 files changed, 42 insertions, 0 deletions
diff --git a/jocl.iml b/jocl.iml new file mode 100644 index 00000000..34aa470c --- /dev/null +++ b/jocl.iml @@ -0,0 +1,42 @@ +<?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$/src" isTestSource="false" /> + <sourceFolder url="file://$MODULE_DIR$/test" isTestSource="true" /> + <sourceFolder url="file://$MODULE_DIR$/gensrc/java" isTestSource="false" /> + </content> + <orderEntry type="jdk" jdkName="1.6" jdkType="JavaSDK" /> + <orderEntry type="sourceFolder" forTests="false" /> + <orderEntry type="library" name="junit_4" level="project" /> + <orderEntry type="module-library"> + <library> + <CLASSES> + <root url="jar://$MODULE_DIR$/../gluegen/build/gluegen-rt.jar!/" /> + </CLASSES> + <JAVADOC /> + <SOURCES /> + </library> + </orderEntry> + <orderEntry type="module-library"> + <library> + <CLASSES> + <root url="jar://$MODULE_DIR$/../jogl/build/jogl/jogl.all.jar!/" /> + </CLASSES> + <JAVADOC /> + <SOURCES /> + </library> + </orderEntry> + <orderEntry type="module-library"> + <library> + <CLASSES> + <root url="jar://$MODULE_DIR$/../jogl/build/nativewindow/nativewindow.all.jar!/" /> + </CLASSES> + <JAVADOC /> + <SOURCES /> + </library> + </orderEntry> + </component> +</module> + |