diff options
author | Michael Bien <[email protected]> | 2010-03-27 15:13:30 +0100 |
---|---|---|
committer | Michael Bien <[email protected]> | 2010-03-27 15:13:30 +0100 |
commit | b5bc1819925148adfdb1f2baccdfe9ecd3dc4dbf (patch) | |
tree | b99dbac4d0e73e0ac1e4877afdd83ad64da4dde1 /.idea/modules.xml | |
parent | 992b456d64e6128af021067e10e485d25977bf24 (diff) |
added idea project files
Diffstat (limited to '.idea/modules.xml')
-rw-r--r-- | .idea/modules.xml | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/.idea/modules.xml b/.idea/modules.xml new file mode 100644 index 000000000..61474230d --- /dev/null +++ b/.idea/modules.xml @@ -0,0 +1,11 @@ +<?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> + |