From e498cb06b9a6dd2d071a9a251ae7f41bc87d7814 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=90=D0=BB=D0=B5=D0=BA=D1=81=D0=B0=D0=BD=D0=B4=D1=8A?= =?UTF-8?q?=D1=80=20=D0=9A=D1=83=D1=80=D1=82=D0=B0=D0=BA=D0=BE=D0=B2?= Date: Thu, 3 Apr 2025 15:46:19 +0300 Subject: [PATCH] Remove buildNote[s].php files These are not used in years. --- .../staticDropFiles/buildNote.php | 53 ---------------- .../staticDropFiles/buildNotes.php | 62 ------------------- 2 files changed, 115 deletions(-) delete mode 100644 eclipse.platform.releng.tychoeclipsebuilder/eclipse/publishingFiles/staticDropFiles/buildNote.php delete mode 100644 eclipse.platform.releng.tychoeclipsebuilder/eclipse/publishingFiles/staticDropFiles/buildNotes.php 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 = dir("buildnotes"); -while ($anEntry = $aDirectory->read()) { - if (($anEntry != "." && $anEntry != "..") && (! preg_match("/\.css/",$anEntry))) { - $parts = explode("_", $anEntry); - $baseName = $parts[1]; - $parts = explode(".", $baseName); - $component = $parts[0]; - $pair1="anEntry=".urlencode($anEntry); - $pair2="component=".urlencode($component); - // echo "
      DEBUG: ".$pair1; - // echo "
      DEBUG: ".$pair2; - $argline=$pair1."&".$pair2; - // echo "
      DEBUG: " . $argline; - $argline=htmlspecialchars($argline); - // echo "
      DEBUG: " . $argline; - echo "
    • "; - echo ""; - echo "$component"; - echo ""; - echo "
    • "; - } -} -echo "
    "; -$aDirectory->close(); - - -?> -
    -
    - - -