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