"; //echo "DEBUG: component:".$component ; # Begin: page-specific settings. $pageTitle = "Build Notes for " . $BUILD_ID . " for " . $component ; $pageKeywords = "eclipse,project,plug-ins,plugins,java,ide,swt,refactoring,free java ide,tools,platform,open source,development environment,development,ide"; $pageAuthor = "David Williams"; //ini_set("display_errors", "true"); //error_reporting (E_ALL); ob_start(); $endingBreadCrumbs="
  • " . $BUILD_ID . "
  • Build Notes
  • $component
  • "; require("DL.thin.header.php.html"); ?>
    Build Notes for " . $BUILD_ID . " for " . $component . ""; //echo "

    Component: " . $component . "

    "; $notesfile="buildnotes/".$anEntry; //echo "DEBUG: notesfile: $notesfile"; if (file_exists($notesfile)) { $my_file = file_get_contents($notesfile); echo $my_file; } else { echo "file note found: $notesfile"; } ?>