aboutsummaryrefslogtreecommitdiffstats
path: root/.project
diff options
context:
space:
mode:
authorWade Walker <[email protected]>2011-03-26 13:38:05 -0500
committerWade Walker <[email protected]>2011-03-26 13:38:05 -0500
commit6c1d25075573625ace3cb54ce093760e1adea569 (patch)
tree5eb3381139d9ef7f4e5c7c620a06f11c6088703a /.project
parentc2c22f185fcebe8927bc5766cb5f24cba8312cb2 (diff)
Make jogl builder order match gluegen builder order.
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.
Diffstat (limited to '.project')
-rw-r--r--.project6
1 files changed, 3 insertions, 3 deletions
diff --git a/.project b/.project
index db143f40e..17f842ec6 100644
--- a/.project
+++ b/.project
@@ -7,20 +7,20 @@
<buildSpec>
<buildCommand>
<name>org.eclipse.ui.externaltools.ExternalToolBuilder</name>
+ <triggers>full,incremental,</triggers>
<arguments>
<dictionary>
<key>LaunchConfigHandle</key>
- <value>&lt;project&gt;/.externalToolBuilders/jogl builder.launch</value>
+ <value>&lt;project&gt;/.externalToolBuilders/org.eclipse.jdt.core.javabuilder.launch</value>
</dictionary>
</arguments>
</buildCommand>
<buildCommand>
<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>
+ <value>&lt;project&gt;/.externalToolBuilders/jogl builder.launch</value>
</dictionary>
</arguments>
</buildCommand>