Eclipse with Arudino, needing to add include paths manually everytime?

Hi Everyone,

I have downloaded eclipse and installed the Arduino plug-in. Everything works fine except that I find myself needing to go configure 3 include paths every single time I start a new project.

Basically, with every project I need to go right click on the project>properties>"C/C++ General">"Path and Symbols" and under include paths add:

C:\arduino-1.5.6-r2\hardware\tools\avr\avr\include
C:\arduino-1.5.6-r2\hardware\tools\avr\lib\gcc\avr\4.3.2\include
C:\arduino-1.5.6-r2\hardware\tools\avr\lib\gcc\avr\4.3.2\include-fixed

If i don't, I get a lot of unresolved errors and warning.
Is there anyway to get the IDE setup so it has these 3 paths as part of the default?

Regards