aboutsummaryrefslogtreecommitdiffstats
path: root/.project
Commit message (Collapse)AuthorAgeFilesLines
* 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.