diff --git a/eclipse.platform.releng.tychoeclipsebuilder/eclipse/publishingFiles/staticDropFiles/buildNote.php b/eclipse.platform.releng.tychoeclipsebuilder/eclipse/publishingFiles/staticDropFiles/buildNote.php deleted file mode 100644 index d23ad2f1f4f..00000000000 --- a/eclipse.platform.releng.tychoeclipsebuilder/eclipse/publishingFiles/staticDropFiles/buildNote.php +++ /dev/null @@ -1,53 +0,0 @@ -"; -//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"; -} - -?> -
    -
    - - - - - diff --git a/eclipse.platform.releng.tychoeclipsebuilder/eclipse/publishingFiles/staticDropFiles/buildNotes.php b/eclipse.platform.releng.tychoeclipsebuilder/eclipse/publishingFiles/staticDropFiles/buildNotes.php deleted file mode 100644 index 50ca60e0666..00000000000 --- a/eclipse.platform.releng.tychoeclipsebuilder/eclipse/publishingFiles/staticDropFiles/buildNotes.php +++ /dev/null @@ -1,62 +0,0 @@ -$BUILD_ID
  • Build Notes
  • "; - -require("DL.thin.header.php.html"); -?> -
    -
    - -Build Notes for $BUILD_ID "; -echo "

    Build notes are used to notify the community of notable issues or changes in a particular build.

    "; -echo "

    (Committers, see Build notes on Eclipse releng wiki for instructions.)

    "; -echo "

    Component:

    "; -echo ""; -$aDirectory->close(); - - -?> -
    -
    - - -