From: <jsa...@us...> - 2009-02-17 18:59:11
|
Revision: 142 http://flexotask.svn.sourceforge.net/flexotask/?rev=142&view=rev Author: jsauerbach Date: 2009-02-17 18:59:04 +0000 (Tue, 17 Feb 2009) Log Message: ----------- Fool with builder order in an attempt to ensure that the debug.zip gets reliably rebuilt after code changes. This still does not always seem to happen for reasons that baffle me. Modified Paths: -------------- trunk/flexotask/.project Modified: trunk/flexotask/.project =================================================================== --- trunk/flexotask/.project 2009-02-17 12:07:52 UTC (rev 141) +++ trunk/flexotask/.project 2009-02-17 18:59:04 UTC (rev 142) @@ -22,21 +22,21 @@ </buildCommand> <buildCommand> <name>org.eclipse.ui.externaltools.ExternalToolBuilder</name> - <triggers>full,incremental,</triggers> + <triggers>auto,full,incremental,</triggers> <arguments> <dictionary> <key>LaunchConfigHandle</key> - <value><project>/.externalToolBuilders/MakeDebugZip.launch</value> + <value><project>/.externalToolBuilders/UpdateDocumentation.launch</value> </dictionary> </arguments> </buildCommand> <buildCommand> <name>org.eclipse.ui.externaltools.ExternalToolBuilder</name> - <triggers>auto,full,incremental,</triggers> + <triggers>full,incremental,</triggers> <arguments> <dictionary> <key>LaunchConfigHandle</key> - <value><project>/.externalToolBuilders/UpdateDocumentation.launch</value> + <value><project>/.externalToolBuilders/MakeDebugZip.launch</value> </dictionary> </arguments> </buildCommand> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |