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 /.idea/compiler.xml | |
parent | e76ebd8a98dfc60af05a490cae6e2e057a5c351d (diff) |
added intelliJ modules for jogl, newt and nativewindow. Removed other projectfiles.
Diffstat (limited to '.idea/compiler.xml')
-rw-r--r-- | .idea/compiler.xml | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/.idea/compiler.xml b/.idea/compiler.xml deleted file mode 100644 index 97c9ca5c8..000000000 --- a/.idea/compiler.xml +++ /dev/null @@ -1,24 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<project version="4"> - <component name="CompilerConfiguration"> - <option name="DEFAULT_COMPILER" value="Javac" /> - <resourceExtensions> - <entry name=".+\.(properties|xml|html|dtd|tld)" /> - <entry name=".+\.(gif|png|jpeg|jpg)" /> - </resourceExtensions> - <wildcardResourcePatterns> - <entry name="?*.properties" /> - <entry name="?*.xml" /> - <entry name="?*.gif" /> - <entry name="?*.png" /> - <entry name="?*.jpeg" /> - <entry name="?*.jpg" /> - <entry name="?*.html" /> - <entry name="?*.dtd" /> - <entry name="?*.tld" /> - <entry name="?*.ftl" /> - </wildcardResourcePatterns> - <annotationProcessing enabled="false" useClasspath="true" /> - </component> -</project> - |