aboutsummaryrefslogtreecommitdiffstats
path: root/.project
Commit message (Collapse)AuthorAgeFilesLines
* Eclipse: Remove the CDT C/C++ Nature, since it breaks the Java type ↵Sven Gothel2023-03-211-65/+0
| | | | hierarchy lookup besides other things
* Eclipse: Add CDT nature to edit C/C++ filesSven Gothel2023-02-231-0/+63
|
* Update Eclipse settings (add openjfx jar)Sven Gothel2023-01-311-19/+0
|
* Eclipse: Update settingsSven Gothel2023-01-141-0/+2
|
* Make jogl builder order match gluegen builder order.Wade Walker2011-03-261-3/+3
| | | | | | This simplifies the Eclipse project creation; now that the Java builder is turned off, we can leave the order in its default state instead of reordering them.
* Make Eclipse build correctlyWade Walker2011-02-181-2/+6
| | | | | | | Removed the Java builder, since it was rebuilding stuff the Ant build had already done. Turned on the Ant build for incremental builds. Changed the classpath of com/jogamp/opengl/impl/gl2/fixme/ to jogamp/opengl/gl2/fixme/ to reflect the recent move.
* Created Eclipse project files.Wade Walker2011-01-111-0/+27
Created the Eclipse project files needed to build jogl. These files don't contain any absolute paths, but they do depend on the user setting up the JRE and Ant properly inside Eclipse.