From: <pat...@us...> - 2009-08-25 18:32:23
|
Revision: 937 http://cishell.svn.sourceforge.net/cishell/?rev=937&view=rev Author: pataphil Date: 2009-08-25 18:31:48 +0000 (Tue, 25 Aug 2009) Log Message: ----------- Added appropriate quotes to the template string in the project template. Template. 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-24 17:27:23 UTC (rev 936) +++ trunk/templates/org.cishell.templates.wizards/templates_3.0/static_executable/ALGORITHM/config.properties 2009-08-25 18:31:48 UTC (rev 937) @@ -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. |