Skip to content

Commit a34b928

Browse files
committed
[Build] Remove unused JAVA_DOC_TOOL/eclipse.javadoc build property
1 parent 2a09de6 commit a34b928

File tree

3 files changed

+1
-6
lines changed

3 files changed

+1
-6
lines changed

cje-production/buildproperties.txt

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,3 @@ BUILDTOOLS_REPO="https://download.eclipse.org/eclipse/updates/buildtools/snapsho
4949
WEBTOOLS_REPO="https://download.eclipse.org/webtools/downloads/drops/R3.37.0/R-3.37.0-20250303081219/repositoryunittests/"
5050
BASEBUILDER_DIR="tmp/org.eclipse.releng.basebuilder"
5151
ECLIPSE_RUN_REPO="https://download.eclipse.org/eclipse/updates/4.38-I-builds/"
52-
53-
#Maven parameters
54-
JAVA_DOC_TOOL="-Declipse.javadoc=/opt/tools/java/openjdk/jdk-17/latest/bin/javadoc"

cje-production/mbscripts/mb220_buildSdkPatch.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,5 +47,4 @@ mvn clean verify -DskipTests=true ${MVN_ARGS} \
4747
-DbuildId=$BUILD_ID \
4848
-Dcbi-ecj-version=99.99 \
4949
-e \
50-
-T 1C \
51-
${JAVA_DOC_TOOL}
50+
-T 1C

eclipse.platform.releng.tychoeclipsebuilder/eclipse/publishingFiles/templateFiles/buildproperties.phpHoldForLocalTests

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@ $CBI_JDT_REPO_URL_ARG = "";
3737
$CBI_JDT_VERSION = "";
3838
$CBI_JDT_VERSION_ARG = "";
3939
$ALT_POM_FILE = "";
40-
$JAVA_DOC_TOOL = "-Declipse.javadoc=/shared/common/jdk1.8.0_x64-latest/bin/javadoc";
4140
$BUILD_ENV_FILE = "/shared/eclipse/builds/4N/siteDir/eclipse/downloads/drops4/N20140707-2000/buildproperties.shsource";
4241
$BUILD_ENV_FILE_PHP = "/shared/eclipse/builds/4N/siteDir/eclipse/downloads/drops4/N20140707-2000/buildproperties.php";
4342
$BUILD_ENV_FILE_PROP = "/shared/eclipse/builds/4N/siteDir/eclipse/downloads/drops4/N20140707-2000/buildproperties.properties";

0 commit comments

Comments
 (0)