Makefile fixes.
Fixed export_templates.mk and reenabled it
Updated fshell version generation to better work with multiple platforms including winscw
Updated other extension makefiles to better work with sbs --what
# paste.cif# # Copyright (c) 2010 Accenture. All rights reserved.# This component and the accompanying materials are made available# under the terms of the "Eclipse Public License v1.0"# which accompanies this distribution, and is available# at the URL "http://www.eclipse.org/legal/epl-v10.html".# # Initial Contributors:# Accenture - Initial contribution#==name paste==short-descriptionPastes the text into the foreground application.==long-descriptionNote, the clipboard contents will be overwritten when you run this command if you pass in text on the command line or via C<--stdin>.==see-alsoL<clipboard|clipboard>==argument string text optional lastThe text to be pasted. If not specified, pastes existing clipboard contents.==option bool s stdinRead text to paste from STDIN. The C<text> argument must not be specified when using this option.==copyrightCopyright (c) 2009-2010 Accenture. All rights reserved.