From 82c2fef33eb2c3a4dc5d18cc00cfb4963566c5f7 Mon Sep 17 00:00:00 2001 From: Vladimir Sitnikov Date: Mon, 13 Nov 2023 19:54:04 +0300 Subject: [PATCH] chore: remove Bintray references --- MatCalciteRepository/bintray.ant | 194 ------------------ .../packaging-p2composite.ant | 97 --------- MatCalciteRepository/pom.xml | 128 ------------ MatCalciteRepository/removeFromBintray.sh | 44 ---- settings.xml | 17 -- 5 files changed, 480 deletions(-) delete mode 100644 MatCalciteRepository/bintray.ant delete mode 100644 MatCalciteRepository/packaging-p2composite.ant delete mode 100755 MatCalciteRepository/removeFromBintray.sh delete mode 100644 settings.xml diff --git a/MatCalciteRepository/bintray.ant b/MatCalciteRepository/bintray.ant deleted file mode 100644 index c93882d..0000000 --- a/MatCalciteRepository/bintray.ant +++ /dev/null @@ -1,194 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/MatCalciteRepository/packaging-p2composite.ant b/MatCalciteRepository/packaging-p2composite.ant deleted file mode 100644 index f70e961..0000000 --- a/MatCalciteRepository/packaging-p2composite.ant +++ /dev/null @@ -1,97 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - version=1 - metadata.repository.factory.order=compositeContent.xml,\! - artifact.repository.factory.order=compositeArtifacts.xml,\! - - - - - - - diff --git a/MatCalciteRepository/pom.xml b/MatCalciteRepository/pom.xml index 6f86d68..3da134d 100644 --- a/MatCalciteRepository/pom.xml +++ b/MatCalciteRepository/pom.xml @@ -8,30 +8,6 @@ eclipse-repository Calcite SQL update site - - 1.7 - - ${bintray.repository} - - mat-calcite-plugin - - Calcite SQL plugin for Eclipse Memory Analyzer update site - - - ${bintray.user} - - - - releases - updates - zipped - - ../../releases/ - - com.github.vlsi.mat.calcite parent @@ -62,108 +38,4 @@ - - - - - - release-mat-calcite - - false - - - - - - maven-antrun-plugin - ${maven-antrun-plugin.version} - - - - update-local-repository - prepare-package - - - - - - - - run - - - - - - deploy-repository - verify - - - - - - - - run - - - - - - - org.eclipse.tycho.extras - tycho-eclipserun-plugin - ${tycho-version} - - - - -application org.eclipse.ant.core.antRunner -debug -logfile target/eclipse-ant.log -buildfile packaging-p2composite.ant p2.composite.add -Dsite.label="${site.label}" -Dproject.build.directory=${project.build.directory} -DqualifiedVersion=${qualifiedVersion} -DunqualifiedVersion=${unqualifiedVersion} -Dchild.repository.path.prefix="${child.repository.path.prefix}" - - - photon - p2 - https://download.eclipse.org/releases/2022-12 - - - - - org.eclipse.ant.core - eclipse-plugin - - - org.apache.ant - eclipse-plugin - - - org.eclipse.equinox.p2.repository.tools - eclipse-plugin - - - org.eclipse.equinox.p2.core.feature - eclipse-feature - - - org.eclipse.equinox.p2.extras.feature - eclipse-feature - - - org.eclipse.equinox.ds - eclipse-plugin - - - - - - add-p2-composite-repository - package - - eclipse-run - - - - - - - - diff --git a/MatCalciteRepository/removeFromBintray.sh b/MatCalciteRepository/removeFromBintray.sh deleted file mode 100755 index 329b407..0000000 --- a/MatCalciteRepository/removeFromBintray.sh +++ /dev/null @@ -1,44 +0,0 @@ -#!/bin/bash -# remove p2 metadata artifacts from bintray remote path -# Sample Usage: removeFromBintray.sh apikey remotePath -API=https://api.bintray.com - -BINTRAY_API_KEY=$1 -PATH_TO_REPOSITORY=$2 - -BINTRAY_USER=vlsi -BINTRAY_REPO=eclipse-test - -function main() { - remove_p2_metadata -} - -function remove_p2_metadata() { - echo "${BINTRAY_USER}" - echo "${BINTRAY_API_KEY}" - echo "${BINTRAY_REPO}" - echo "${PCK_NAME}" - echo "${PCK_VERSION}" - echo "${PATH_TO_REPOSITORY}" - - - echo "Removing metadata content.jar..." - curl -X DELETE -u${BINTRAY_USER}:${BINTRAY_API_KEY} "https://api.bintray.com/content/${BINTRAY_USER}/${BINTRAY_REPO}/${PATH_TO_REPOSITORY}/content.jar" - echo "" - echo "Removing metadata artifacts.jar..." - curl -X DELETE -u${BINTRAY_USER}:${BINTRAY_API_KEY} "https://api.bintray.com/content/${BINTRAY_USER}/${BINTRAY_REPO}/${PATH_TO_REPOSITORY}/artifacts.jar" - echo "" - echo "Removing metadata compositeContent.xml..." - curl -X DELETE -u${BINTRAY_USER}:${BINTRAY_API_KEY} "https://api.bintray.com/content/${BINTRAY_USER}/${BINTRAY_REPO}/${PATH_TO_REPOSITORY}/compositeContent.xml" - echo "" - echo "Removing metadata compositeArtifacts.xml..." - curl -X DELETE -u${BINTRAY_USER}:${BINTRAY_API_KEY} "https://api.bintray.com/content/${BINTRAY_USER}/${BINTRAY_REPO}/${PATH_TO_REPOSITORY}/compositeArtifacts.xml" - echo "" - echo "Removing metadata p2.index..." - curl -X DELETE -u${BINTRAY_USER}:${BINTRAY_API_KEY} "https://api.bintray.com/content/${BINTRAY_USER}/${BINTRAY_REPO}/${PATH_TO_REPOSITORY}/p2.index" - echo "" -} - - - -main "$@" diff --git a/settings.xml b/settings.xml deleted file mode 100644 index 6ee8475..0000000 --- a/settings.xml +++ /dev/null @@ -1,17 +0,0 @@ - - - - - release-mat-calcite - - false - - - ${env.BINTRAY_USER} - ${env.BINTRAY_API_KEY} - - - -