mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-09 18:15:23 +02:00
fix Bug 161979. Alternative to suggested patch that compiles with both Eclipse 3.2 and Eclipse 3.3.
This commit is contained in:
parent
97db4e79d7
commit
78711a3c9c
1 changed files with 4 additions and 0 deletions
|
@ -314,6 +314,10 @@ public class SystemEditionAction extends SystemBaseAction
|
||||||
{
|
{
|
||||||
throw new InvocationTargetException(e);
|
throw new InvocationTargetException(e);
|
||||||
}
|
}
|
||||||
|
catch (Exception e) // TODO in Eclipse 3.3 this should be changed to IOException
|
||||||
|
{
|
||||||
|
throw new InvocationTargetException(e);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
private IDocument getDocument(IFile file)
|
private IDocument getDocument(IFile file)
|
||||||
|
|
Loading…
Add table
Reference in a new issue