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/modules.xml | |
parent | e76ebd8a98dfc60af05a490cae6e2e057a5c351d (diff) |
added intelliJ modules for jogl, newt and nativewindow. Removed other projectfiles.
Diffstat (limited to '.idea/modules.xml')
-rw-r--r-- | .idea/modules.xml | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/.idea/modules.xml b/.idea/modules.xml deleted file mode 100644 index 61474230d..000000000 --- a/.idea/modules.xml +++ /dev/null @@ -1,11 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<project version="4"> - <component name="ProjectModuleManager"> - <modules> - <module fileurl="file://$PROJECT_DIR$/src/jogl/Jogl.iml" filepath="$PROJECT_DIR$/src/jogl/Jogl.iml" /> - <module fileurl="file://$PROJECT_DIR$/src/nativewindow/Nativewindow.iml" filepath="$PROJECT_DIR$/src/nativewindow/Nativewindow.iml" /> - <module fileurl="file://$PROJECT_DIR$/src/newt/Newt.iml" filepath="$PROJECT_DIR$/src/newt/Newt.iml" /> - </modules> - </component> -</project> - |