diff options
author | Michael Bien <[email protected]> | 2010-04-08 01:41:57 +0200 |
---|---|---|
committer | Michael Bien <[email protected]> | 2010-04-08 01:41:57 +0200 |
commit | 35bd7f95ace4654a13a94222d443c14e74280879 (patch) | |
tree | e65c8d0444000116f19407a93d1e71bacf63e77d /nativewindow.iml | |
parent | e76ebd8a98dfc60af05a490cae6e2e057a5c351d (diff) |
added intelliJ modules for jogl, newt and nativewindow. Removed other projectfiles.
Diffstat (limited to 'nativewindow.iml')
-rw-r--r-- | nativewindow.iml | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/nativewindow.iml b/nativewindow.iml new file mode 100644 index 000000000..8e058bffe --- /dev/null +++ b/nativewindow.iml @@ -0,0 +1,18 @@ +<?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$/build/nativewindow"> + <sourceFolder url="file://$MODULE_DIR$/build/nativewindow/gensrc/classes-cdc" isTestSource="false" /> + <sourceFolder url="file://$MODULE_DIR$/build/nativewindow/gensrc/classes" isTestSource="false" /> + </content> + <content url="file://$MODULE_DIR$/src/nativewindow"> + <sourceFolder url="file://$MODULE_DIR$/src/nativewindow/classes" 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> + |