File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
eclipse.platform.releng.tychoeclipsebuilder/eclipse/publishingFiles/templateFiles Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 112
112
// Similar for $ACK_ID and $README_ID, but they are added only for 'R builds',
113
113
// And, are added by the promotion scripts, as long as we keep same conventions.
114
114
if (isset ($ ACK_ID )) {
115
- echo "<a href= \"https://www.eclipse.org/eclipse/development/acknowledgements_ $ {ACK_ID }.php \">Acknowledgments</a><br> \n" ;
115
+ echo "<a href= \"https://www.eclipse.org/eclipse/development/acknowledgements.html?file= acknowledgements_ $ {ACK_ID }.html \">Acknowledgments</a><br> \n" ;
116
116
}
117
117
if (isset ($ README_ID )) {
118
- echo "<a href= \"https://www.eclipse.org/eclipse/development/readme_eclipse_ $ {README_ID }.php \">Eclipse Project $ {BUILD_ID } Readme</a><br> \n" ;
118
+ echo "<a href= \"https://www.eclipse.org/eclipse/development/readme.html?file= readme_eclipse_ $ {README_ID }.html \">Eclipse Project $ {BUILD_ID } Readme</a><br> \n" ;
119
119
}
120
- echo "<a href= \"https://www.eclipse.org/projects/project-plan.php?planurl=https://www. eclipse.org/eclipse/ development/plans/eclipse_project_plan_ $ {STREAMMajor}_ $ {STREAMMinor}.xml \">Eclipse Project Plan</a><br> \n" ;
120
+ echo "<a href= \"https://www.eclipse.org/eclipse/ development/plans.html?file= plans/eclipse_project_plan_ $ {STREAMMajor}_ $ {STREAMMinor}.xml \">Eclipse Project Plan</a><br> \n" ;
121
121
122
122
if (isset ($ BUILD_FAILED ) ) {
123
123
echo "<h2>Build Failed</h2><p>See <a href= \"buildlogs.php \">logs</a>.</p> \n" ;
You can’t perform that action at this time.
0 commit comments