Skip to content

Commit

Permalink
[I/Y-Build] Unify index.template.php site for I and Y builds
Browse files Browse the repository at this point in the history
The existing differences are not relevant and probably only due to
omitted synchronization.
For the 'dropTemplateFileName' property, rely on the default, which is
exactly the new unify filename.

Part of #2625
  • Loading branch information
HannesWell committed Jan 16, 2025
1 parent fe31258 commit 4429bd8
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 426 deletions.
1 change: 0 additions & 1 deletion cje-production/mbscripts/mb300_gatherEclipseParts.sh
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,6 @@ $JavaCMD -jar $LAUNCHER_JAR \
-DpostingDirectory=$CJE_ROOT/$DROP_DIR \
-DequinoxPostingDirectory=$BUILD_ROOT/$EQUINOX_DROP_DIR \
-DpublishingContent=$ECLIPSE_BUILDER_DIR/eclipse/publishingFiles \
-DdropTemplateFileName=$ECLIPSE_BUILDER_DIR/eclipse/publishingFiles/templateFiles/index.template_$PATCH_OR_BRANCH_LABEL.php \
-DindexFileName=index.php \
-DeclipseStream=$STREAM \
-Dbase.builder=$CJE_ROOT/$BASEBUILDER_DIR \
Expand Down
1 change: 0 additions & 1 deletion cje-production/mbscripts/mb310_gatherEquinoxParts.sh
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,6 @@ ${JAVA_HOME}/bin/java -jar $LAUNCHER_JAR \
-DpostingDirectory=$CJE_ROOT/$DROP_DIR/$BUILD_ID \
-DequinoxPostingDirectory=$CJE_ROOT/$EQUINOX_DROP_DIR \
-DeqpublishingContent=$ECLIPSE_BUILDER_DIR/equinox/publishingFiles \
-DdropTemplateFileName=$ECLIPSE_BUILDER_DIR/eclipse/publishingFiles/templateFiles/index.template_$PATCH_OR_BRANCH_LABEL.php \
-DindexFileName=index.php \
-DeclipseStream=$STREAM \
-Dequinox.build.configs=$ECLIPSE_BUILDER_DIR/equinox/buildConfigs \
Expand Down
1 change: 0 additions & 1 deletion cje-production/scripts/genTestIndexes.xml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,6 @@
<!-- These variables used to be defined here, but now are defined in
publish.xml generateIndex target based on $job
indexFileName
dropTemplateFileName
testManifestFileName
-->

Expand Down
Loading

0 comments on commit 4429bd8

Please sign in to comment.