comparison hotspot/.project @ 5094:d3f547b08304

added mechanism for disabling automatic native builds from the IDE (set IDE_BUILD_TARGET="" in mx/env)
author Doug Simon <doug.simon@oracle.com>
date Fri, 16 Mar 2012 20:23:29 +0100
parents 351b9054b49d
children af59b4dfc9e4
comparison
equal deleted inserted replaced
5093:ba5e8ba07b5c 5094:d3f547b08304
21 <key>org.eclipse.cdt.make.core.append_environment</key> 21 <key>org.eclipse.cdt.make.core.append_environment</key>
22 <value>true</value> 22 <value>true</value>
23 </dictionary> 23 </dictionary>
24 <dictionary> 24 <dictionary>
25 <key>org.eclipse.cdt.make.core.autoBuildTarget</key> 25 <key>org.eclipse.cdt.make.core.autoBuildTarget</key>
26 <value>debug</value> 26 <value>ide-build-target</value>
27 </dictionary> 27 </dictionary>
28 <dictionary> 28 <dictionary>
29 <key>org.eclipse.cdt.make.core.buildArguments</key> 29 <key>org.eclipse.cdt.make.core.buildArguments</key>
30 <value>${workspace_loc:/hotspot}/../mxtool/mx build</value> 30 <value>${workspace_loc:/hotspot}/../mxtool/mx build</value>
31 </dictionary> 31 </dictionary>