Remove makefile dependency checks on SBSv2 builder since they don't apply.
Remove SBSv2BuilderInfo.java and functionality. That has been used for loading the SBSv2 tab, which no longer exists.
Now the SBSv2 data in the .cproject is loaded directly by the build configuration loading mechanism.
<!-- font entries are searched relative to the data/fonts directory -->
<font key="ArialNarrowFont.portrait" initData="/data/fonts/ARIALN.ttf" size="12" />
<font key="NormalFont.portrait" initData="/data/fonts/s60ssb.ttf" size="10" />
<font key="NormalFont.portrait" initData="/data/fonts/s60ssb.ttf" size="11" />
<font key="AnnotationFont.portrait" initData="/data/fonts/s60ssb.ttf" size="9" />
<font key="LegendFont.portrait" initData="/data/fonts/s60ssb.ttf" size="10" />
<font key="ArialNarrowFont.landscape" initData="/data/fonts/ARIALN.ttf" size="12" />
<font key="NormalFont.landscape" initData="/data/fonts/s60ssb.ttf" size="10" />
<font key="AnnotationFont.landscape" initData="/data/fonts/s60ssb.ttf" size="9" />
<font key="LegendFont.landscape" initData="/data/fonts/s60ssb.ttf" size="10" />