More portability fixes for Linux.
-- make EpocEnginePathHelper et al produce an IPath that matches an existing path in the filesystem even if the case doesn't match. File#getCanonical* does not do this in Unix.
-- SISBuilderInfo2 and bld.inf exports fixes for full path detection
-- make some tests less dependent on having specific SDKs available.
-- fix some warnings
<?xml version="1.0" encoding="UTF-8"?>
<?eclipse version="3.2"?>
<plugin>
<extension
point="org.eclipse.help.toc">
<toc
file="sdkTOC.xml"
primary="true"/>
<toc
file="tocStart.xml"
primary="false"/>
<toc
file="tocReference.xml"
primary="false"/>
<toc
file="tocTasks.xml"
primary="false"/>
<toc
file="toccuscomp.xml"
primary="false"/>
<index path="index" />
</extension>
</plugin>