fixes for emf changes
diff --git a/releng.wtpbuilder/distribution/wtp.site/staticDropFiles/miscUtil.php b/releng.wtpbuilder/distribution/wtp.site/staticDropFiles/miscUtil.php
index ff45c70..f17000a 100644
--- a/releng.wtpbuilder/distribution/wtp.site/staticDropFiles/miscUtil.php
+++ b/releng.wtpbuilder/distribution/wtp.site/staticDropFiles/miscUtil.php
@@ -47,6 +47,7 @@
 	$allowURLopen = ini_get('allow_url_fopen');
 
 	if ($allowURLopen && stream_last_modified($url)) {
+		echo "Debug url: $url";
 		$result = true;
 	}
 	else {
@@ -211,15 +212,4 @@
 	return $reflink;
 }
 
-function doDependancyRow($dep,$dependancies,$eclipseMirrorScript) {
-
-     echo '<tr valign="top">';
-     echo '<td width="10%"></td>';
-     echo '<td> ' . $dependancies["${dep}.name"] . "&nbsp;&nbsp;" . $dependancies["${dep}.description"] . '</td>';
-     echo '<td align="right">';
-     echo getPrereqReferenceOrName($eclipseMirrorScript, $dependancies["${dep}.mirror.prefixuri"], $dependancies["${dep}.url"], $dependancies["${dep}.file"], $dependancies["eclipse.fspath.prefix"]);
-     echo ' or <a href=" ' . $dependancies["${dep}.build.home"] . '">equivalent</a></td>';
-     echo '</tr>';
-
-}
 ?>
diff --git a/releng.wtpbuilder/distribution/wtp.site/templateFiles/index.html.template.php b/releng.wtpbuilder/distribution/wtp.site/templateFiles/index.html.template.php
index e6af645..7f3d480 100644
--- a/releng.wtpbuilder/distribution/wtp.site/templateFiles/index.html.template.php
+++ b/releng.wtpbuilder/distribution/wtp.site/templateFiles/index.html.template.php
@@ -44,8 +44,8 @@
 $emfName="@emfName@";
 $emfDescription="@emfDescription@";
 
-$emfsourceURL="@emsourceURL@";
-$emfsourceFile="@emsourceFile@";
+$emfsourceURL="@emfsourceURL@";
+$emfsourceFile="@emfsourceFile@";
 $emfsourceMirrorPrefixuri="@emfsource.mirror.prefixuri@";
 $emfsourceBuildHome="@emfsourceBuildHome@";
 $emfsourceName="@emfsourceName@";