Skip to content

Commit

Permalink
Marking compiler outputs as derived resources.
Browse files Browse the repository at this point in the history
  • Loading branch information
barakka committed Aug 23, 2013
1 parent dceefe9 commit 0e69079
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -168,6 +168,7 @@ private static void compile(String fileName, LanguageService languageService, IP
// refresh the resource for the file if it is within the workspace
if (file != null) {
file.refreshLocal(IResource.DEPTH_ZERO, monitor);
file.setDerived(true, monitor);
}
}
}
Expand Down

0 comments on commit 0e69079

Please sign in to comment.