From: <pat...@us...> - 2009-08-26 17:46:28
|
Revision: 939 http://cishell.svn.sourceforge.net/cishell/?rev=939&view=rev Author: pataphil Date: 2009-08-26 17:46:10 +0000 (Wed, 26 Aug 2009) Log Message: ----------- The previous "fix" broke stuff, so I changed it back. Modified Paths: -------------- trunk/templates/org.cishell.templates.wizards/templates_3.0/static_executable/ALGORITHM/config.properties Modified: trunk/templates/org.cishell.templates.wizards/templates_3.0/static_executable/ALGORITHM/config.properties =================================================================== --- trunk/templates/org.cishell.templates.wizards/templates_3.0/static_executable/ALGORITHM/config.properties 2009-08-25 19:45:26 UTC (rev 938) +++ trunk/templates/org.cishell.templates.wizards/templates_3.0/static_executable/ALGORITHM/config.properties 2009-08-26 17:46:10 UTC (rev 939) @@ -1,3 +1,3 @@ executable=$executableName$ -template="$${executable}" $templateString$ +template=$${executable} $templateString$ $outFiles$ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |