final File descriptorFile = siteTool.getSiteDescriptorFromBasedir( relativePath, basedir, locale );
DecorationModel decoration = null;
if ( descriptorFile.exists() )
{
XmlStreamReader reader = null;
try
{
reader = new XmlStreamReader( descriptorFile );
String enc = reader.getEncoding();
String siteDescriptorContent = IOUtil.toString( reader );
siteDescriptorContent =
siteTool.getInterpolatedSiteDescriptorContent( new HashMap<String, String>( 2 ), project,
siteDescriptorContent, enc, enc );