diff --git a/org.eclipse.jdt.core/docker/build-ubuntu-jikespg.sh b/org.eclipse.jdt.core/docker/build-ubuntu-jikespg.sh deleted file mode 100644 index 5bf436df02e..00000000000 --- a/org.eclipse.jdt.core/docker/build-ubuntu-jikespg.sh +++ /dev/null @@ -1,21 +0,0 @@ -#!/bin/bash -x -#******************************************************************************* -# Copyright (c) 2021 IBM Corporation and others. -# -# This program and the accompanying materials -# are made available under the terms of the Eclipse Public License 2.0 -# which accompanies this distribution, and is available at -# https://www.eclipse.org/legal/epl-2.0/ -# -# SPDX-License-Identifier: EPL-2.0 -# -# Contributors: -# Sravan Kumar Lakkimsetti - initial API and implementation -#******************************************************************************* - -set -e - -pushd jikespg -echo "Building Ubuntu based Jikes Parser Generator Ubuntu docker image" -docker build --pull -t eclipse/platformreleng-ubuntu-gtk3-metacity:jikespg . -popd diff --git a/org.eclipse.jdt.core/docker/push-ubuntu-jikespg.sh b/org.eclipse.jdt.core/docker/push-ubuntu-jikespg.sh deleted file mode 100644 index d577562e183..00000000000 --- a/org.eclipse.jdt.core/docker/push-ubuntu-jikespg.sh +++ /dev/null @@ -1,18 +0,0 @@ -#!/bin/bash -x -#******************************************************************************* -# Copyright (c) 2021 IBM Corporation and others. -# -# This program and the accompanying materials -# are made available under the terms of the Eclipse Public License 2.0 -# which accompanies this distribution, and is available at -# https://www.eclipse.org/legal/epl-2.0/ -# -# SPDX-License-Identifier: EPL-2.0 -# -# Contributors: -# Sravan Kumar Lakkimsetti - initial API and implementation -#******************************************************************************* - -set -e - -docker push eclipse/platformreleng-ubuntu-gtk3-metacity:jikespg