aboutsummaryrefslogtreecommitdiffstats
path: root/.externalToolBuilders
Commit message (Collapse)AuthorAgeFilesLines
* integrated typecast into jogamp. treeSven Gothel2011-04-011-0/+6
|
* Add new all.ide target for use in Eclipse, NetBeans, and IntelliJWade Walker2011-02-181-0/+3
| | | | | | | The new target just omits final JAR creation and file copying for extra speed within an IDE. We also change where Eclipse looks for the native libraries, since this new target doesn't copy them to jogl/build/lib.
* Make Eclipse build correctlyWade Walker2011-02-182-1/+8
| | | | | | | 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/+15
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.