summaryrefslogtreecommitdiffstats
path: root/.project
diff options
context:
space:
mode:
authorWade Walker <[email protected]>2011-02-16 11:33:20 -0600
committerWade Walker <[email protected]>2011-02-18 08:52:34 -0600
commit4bb89a99cabf28cd45343b102e22c756cfd87e9b (patch)
treeb354956d250b9d483b9d5ad4015c93c4f77cfb85 /.project
parentbff7e97c2f22673bb0457765696fb867d3e4f69d (diff)
Make Eclipse build correctly
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.
Diffstat (limited to '.project')
-rw-r--r--.project8
1 files changed, 6 insertions, 2 deletions
diff --git a/.project b/.project
index 649341e48..db143f40e 100644
--- a/.project
+++ b/.project
@@ -7,7 +7,6 @@
<buildSpec>
<buildCommand>
<name>org.eclipse.ui.externaltools.ExternalToolBuilder</name>
- <triggers>clean,full,incremental,</triggers>
<arguments>
<dictionary>
<key>LaunchConfigHandle</key>
@@ -16,8 +15,13 @@
</arguments>
</buildCommand>
<buildCommand>
- <name>org.eclipse.jdt.core.javabuilder</name>
+ <name>org.eclipse.ui.externaltools.ExternalToolBuilder</name>
+ <triggers>full,incremental,</triggers>
<arguments>
+ <dictionary>
+ <key>LaunchConfigHandle</key>
+ <value>&lt;project&gt;/.externalToolBuilders/org.eclipse.jdt.core.javabuilder.launch</value>
+ </dictionary>
</arguments>
</buildCommand>
</buildSpec>