eclipse plugin: Move the location of the 'preprocessed.txt'...

...to the temporary Folder
This commit is contained in:
Timotei Dolean 2011-07-15 21:04:58 +00:00
parent ebd14a50a9
commit d7289ab78d

View file

@ -248,8 +248,7 @@ public class PreprocessorUtils
*/
public void saveTimestamps()
{
IPath path = WesnothPlugin.getDefault().getStateLocation();
String filename = path.append("preprocessed.txt").toOSString(); //$NON-NLS-1$
String filename = WorkspaceUtils.getTemporaryFolder( ) + "preprocessed.txt"; //$NON-NLS-1$
DialogSettings settings = new DialogSettings("preprocessed"); //$NON-NLS-1$
try
{