diff options
author | Michael Bien <[email protected]> | 2010-04-07 23:48:52 +0200 |
---|---|---|
committer | Michael Bien <[email protected]> | 2010-04-07 23:48:52 +0200 |
commit | 1b955b7d72dfd14e9b04a9fefc27ee424fbfe93f (patch) | |
tree | 1361070d88be5bbedba25e68397c5753e4f26cb5 /.idea/compiler.xml | |
parent | 54e6fc34b40f6772a65282c9053035454cb3abca (diff) |
removed idea project from repository, updated idea jocl module.
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 97c9ca5c..00000000 --- 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> - |