eclipse plugin: Create the tree cache if it's not existing
This commit is contained in:
parent
6ee95923ee
commit
b178c62a2d
1 changed files with 1 additions and 0 deletions
|
@ -225,6 +225,7 @@ public class ProjectCache
|
|||
propertiesTimetamp_ = wesnothFile_.lastModified();
|
||||
|
||||
// save the PDT tree
|
||||
ResourceUtils.createNewFile( treeCacheFile_.getAbsolutePath( ) );
|
||||
FileOutputStream outStream = new FileOutputStream( treeCacheFile_ );
|
||||
ObjectOutputStream serializer = new ObjectOutputStream( outStream );
|
||||
serializer.writeObject( dependTree_ );
|
||||
|
|
Loading…
Add table
Reference in a new issue