Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: .project

Issue 5762506869964800: Disabled CDT builder for Eclipse (Closed)
Patch Set: Created June 11, 2014, 8:48 a.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « .externalToolBuilders/org.eclipse.cdt.managedbuilder.core.genmakebuilder.launch ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: .project
diff --git a/.project b/.project
index a8777e580c46963f47b29e22a7090642d88f7cba..8aa2f0e24687c15bf19dda0f48789f80d5c4196d 100755
--- a/.project
+++ b/.project
@@ -6,9 +6,13 @@
</projects>
<buildSpec>
<buildCommand>
- <name>org.eclipse.cdt.managedbuilder.core.genmakebuilder</name>
- <triggers>clean,full,incremental,</triggers>
+ <name>org.eclipse.ui.externaltools.ExternalToolBuilder</name>
+ <triggers>full,incremental,</triggers>
<arguments>
+ <dictionary>
+ <key>LaunchConfigHandle</key>
+ <value>&lt;project&gt;/.externalToolBuilders/org.eclipse.cdt.managedbuilder.core.genmakebuilder.launch</value>
+ </dictionary>
</arguments>
</buildCommand>
<buildCommand>
« no previous file with comments | « .externalToolBuilders/org.eclipse.cdt.managedbuilder.core.genmakebuilder.launch ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld