From b1191e227e22399d7ff70f14e48b8b89a8725802 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Torbj=C3=B6rn=20SVENSSON?= Date: Sat, 30 Sep 2023 11:42:52 +0200 Subject: [PATCH] Removed customBuildCallbacks.xml from launcher fragments MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit All the launcher fragments are using launcher-binary-parent and it retrieves the binaries for the equinox.binaries repository. The customBuildCallbacks.xml files are thus no longer needed and they also contains the old git.eclipse.org repository URL. Signed-off-by: Torbjörn SVENSSON --- .../META-INF/MANIFEST.MF | 2 +- .../build.properties | 4 +- .../customBuildCallbacks.xml | 124 ------------------ .../META-INF/MANIFEST.MF | 2 +- .../build.properties | 4 +- .../customBuildCallbacks.xml | 124 ------------------ .../META-INF/MANIFEST.MF | 2 +- .../build.properties | 4 +- .../customBuildCallbacks.xml | 124 ------------------ .../META-INF/MANIFEST.MF | 2 +- .../build.properties | 3 +- .../META-INF/MANIFEST.MF | 2 +- .../build.properties | 3 +- .../META-INF/MANIFEST.MF | 2 +- .../build.properties | 3 +- .../META-INF/MANIFEST.MF | 2 +- .../build.properties | 4 +- .../customBuildCallbacks.xml | 124 ------------------ .../META-INF/MANIFEST.MF | 2 +- .../build.properties | 3 +- .../customBuildCallbacks.xml | 123 ----------------- 21 files changed, 16 insertions(+), 647 deletions(-) delete mode 100644 bundles/org.eclipse.equinox.launcher.cocoa.macosx.aarch64/customBuildCallbacks.xml delete mode 100644 bundles/org.eclipse.equinox.launcher.cocoa.macosx.x86_64/customBuildCallbacks.xml delete mode 100644 bundles/org.eclipse.equinox.launcher.cocoa.macosx/customBuildCallbacks.xml delete mode 100644 bundles/org.eclipse.equinox.launcher.gtk.linux.x86_64/customBuildCallbacks.xml delete mode 100644 bundles/org.eclipse.equinox.launcher.win32.win32.x86_64/customBuildCallbacks.xml diff --git a/bundles/org.eclipse.equinox.launcher.cocoa.macosx.aarch64/META-INF/MANIFEST.MF b/bundles/org.eclipse.equinox.launcher.cocoa.macosx.aarch64/META-INF/MANIFEST.MF index f81214e207f..708a2ef365b 100644 --- a/bundles/org.eclipse.equinox.launcher.cocoa.macosx.aarch64/META-INF/MANIFEST.MF +++ b/bundles/org.eclipse.equinox.launcher.cocoa.macosx.aarch64/META-INF/MANIFEST.MF @@ -3,7 +3,7 @@ Bundle-ManifestVersion: 2 Bundle-Name: %pluginName Bundle-Vendor: %providerName Bundle-SymbolicName: org.eclipse.equinox.launcher.cocoa.macosx.aarch64;singleton:=true -Bundle-Version: 1.2.700.qualifier +Bundle-Version: 1.2.800.qualifier Fragment-Host: org.eclipse.equinox.launcher;bundle-version="[1.5.0,1.7.0)" Eclipse-PlatformFilter: (& (osgi.ws=cocoa) (osgi.os=macosx) (osgi.arch=aarch64) ) Bundle-Localization: launcher.cocoa.macosx.aarch64 diff --git a/bundles/org.eclipse.equinox.launcher.cocoa.macosx.aarch64/build.properties b/bundles/org.eclipse.equinox.launcher.cocoa.macosx.aarch64/build.properties index fc852e28852..a03ab2e0a16 100644 --- a/bundles/org.eclipse.equinox.launcher.cocoa.macosx.aarch64/build.properties +++ b/bundles/org.eclipse.equinox.launcher.cocoa.macosx.aarch64/build.properties @@ -14,10 +14,8 @@ bin.includes = META-INF/,\ launcher.cocoa.macosx.aarch64.properties,\ about.html - -customBuildCallbacks=customBuildCallbacks.xml + generateSourceBundle=false -binaryTag=v20221103-0506 # Maven properties, see https://github.com/eclipse/tycho/wiki/Tycho-Pomless tycho.pomless.parent = ../../launcher-binary-parent diff --git a/bundles/org.eclipse.equinox.launcher.cocoa.macosx.aarch64/customBuildCallbacks.xml b/bundles/org.eclipse.equinox.launcher.cocoa.macosx.aarch64/customBuildCallbacks.xml deleted file mode 100644 index 3773f016f9d..00000000000 --- a/bundles/org.eclipse.equinox.launcher.cocoa.macosx.aarch64/customBuildCallbacks.xml +++ /dev/null @@ -1,124 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/bundles/org.eclipse.equinox.launcher.cocoa.macosx.x86_64/META-INF/MANIFEST.MF b/bundles/org.eclipse.equinox.launcher.cocoa.macosx.x86_64/META-INF/MANIFEST.MF index 0644c8d6266..3ff08498be5 100644 --- a/bundles/org.eclipse.equinox.launcher.cocoa.macosx.x86_64/META-INF/MANIFEST.MF +++ b/bundles/org.eclipse.equinox.launcher.cocoa.macosx.x86_64/META-INF/MANIFEST.MF @@ -3,7 +3,7 @@ Bundle-ManifestVersion: 2 Bundle-Name: %pluginName Bundle-Vendor: %providerName Bundle-SymbolicName: org.eclipse.equinox.launcher.cocoa.macosx.x86_64;singleton:=true -Bundle-Version: 1.2.700.qualifier +Bundle-Version: 1.2.800.qualifier Fragment-Host: org.eclipse.equinox.launcher;bundle-version="[1.5.0,1.7.0)" Eclipse-PlatformFilter: (& (osgi.ws=cocoa) (osgi.os=macosx) (osgi.arch=x86_64) ) Bundle-Localization: launcher.cocoa.macosx.x86_64 diff --git a/bundles/org.eclipse.equinox.launcher.cocoa.macosx.x86_64/build.properties b/bundles/org.eclipse.equinox.launcher.cocoa.macosx.x86_64/build.properties index 844dff00687..64cf4718315 100644 --- a/bundles/org.eclipse.equinox.launcher.cocoa.macosx.x86_64/build.properties +++ b/bundles/org.eclipse.equinox.launcher.cocoa.macosx.x86_64/build.properties @@ -14,10 +14,8 @@ bin.includes = META-INF/,\ launcher.cocoa.macosx.x86_64.properties,\ about.html - -customBuildCallbacks=customBuildCallbacks.xml + generateSourceBundle=false -binaryTag=v20221103-0506 # Maven properties, see https://github.com/eclipse/tycho/wiki/Tycho-Pomless tycho.pomless.parent = ../../launcher-binary-parent diff --git a/bundles/org.eclipse.equinox.launcher.cocoa.macosx.x86_64/customBuildCallbacks.xml b/bundles/org.eclipse.equinox.launcher.cocoa.macosx.x86_64/customBuildCallbacks.xml deleted file mode 100644 index 3773f016f9d..00000000000 --- a/bundles/org.eclipse.equinox.launcher.cocoa.macosx.x86_64/customBuildCallbacks.xml +++ /dev/null @@ -1,124 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/bundles/org.eclipse.equinox.launcher.cocoa.macosx/META-INF/MANIFEST.MF b/bundles/org.eclipse.equinox.launcher.cocoa.macosx/META-INF/MANIFEST.MF index 8ff13e1ea14..1072bea83ed 100644 --- a/bundles/org.eclipse.equinox.launcher.cocoa.macosx/META-INF/MANIFEST.MF +++ b/bundles/org.eclipse.equinox.launcher.cocoa.macosx/META-INF/MANIFEST.MF @@ -3,7 +3,7 @@ Bundle-ManifestVersion: 2 Bundle-Name: %pluginName Bundle-Vendor: %providerName Bundle-SymbolicName: org.eclipse.equinox.launcher.cocoa.macosx;singleton:=true -Bundle-Version: 1.2.700.qualifier +Bundle-Version: 1.2.800.qualifier Fragment-Host: org.eclipse.equinox.launcher;bundle-version="[1.5.0,1.7.0)" Eclipse-PlatformFilter: (& (osgi.ws=cocoa) (osgi.os=macosx) (osgi.arch=aarch64) ) Bundle-Localization: launcher.cocoa.macosx.aarch64 diff --git a/bundles/org.eclipse.equinox.launcher.cocoa.macosx/build.properties b/bundles/org.eclipse.equinox.launcher.cocoa.macosx/build.properties index fc852e28852..a03ab2e0a16 100644 --- a/bundles/org.eclipse.equinox.launcher.cocoa.macosx/build.properties +++ b/bundles/org.eclipse.equinox.launcher.cocoa.macosx/build.properties @@ -14,10 +14,8 @@ bin.includes = META-INF/,\ launcher.cocoa.macosx.aarch64.properties,\ about.html - -customBuildCallbacks=customBuildCallbacks.xml + generateSourceBundle=false -binaryTag=v20221103-0506 # Maven properties, see https://github.com/eclipse/tycho/wiki/Tycho-Pomless tycho.pomless.parent = ../../launcher-binary-parent diff --git a/bundles/org.eclipse.equinox.launcher.cocoa.macosx/customBuildCallbacks.xml b/bundles/org.eclipse.equinox.launcher.cocoa.macosx/customBuildCallbacks.xml deleted file mode 100644 index 3773f016f9d..00000000000 --- a/bundles/org.eclipse.equinox.launcher.cocoa.macosx/customBuildCallbacks.xml +++ /dev/null @@ -1,124 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/bundles/org.eclipse.equinox.launcher.gtk.linux.aarch64/META-INF/MANIFEST.MF b/bundles/org.eclipse.equinox.launcher.gtk.linux.aarch64/META-INF/MANIFEST.MF index 2ced1fc10f9..c62cf9929ba 100644 --- a/bundles/org.eclipse.equinox.launcher.gtk.linux.aarch64/META-INF/MANIFEST.MF +++ b/bundles/org.eclipse.equinox.launcher.gtk.linux.aarch64/META-INF/MANIFEST.MF @@ -3,7 +3,7 @@ Bundle-ManifestVersion: 2 Bundle-Name: %pluginName Bundle-Vendor: %providerName Bundle-SymbolicName: org.eclipse.equinox.launcher.gtk.linux.aarch64;singleton:=true -Bundle-Version: 1.2.700.qualifier +Bundle-Version: 1.2.800.qualifier Fragment-Host: org.eclipse.equinox.launcher;bundle-version="[1.5.0,1.7.0)" Eclipse-PlatformFilter: (& (osgi.ws=gtk) (osgi.os=linux) (osgi.arch=aarch64)) Bundle-Localization: launcher.gtk.linux.aarch64 diff --git a/bundles/org.eclipse.equinox.launcher.gtk.linux.aarch64/build.properties b/bundles/org.eclipse.equinox.launcher.gtk.linux.aarch64/build.properties index e6e635cfd18..2b747cdb599 100644 --- a/bundles/org.eclipse.equinox.launcher.gtk.linux.aarch64/build.properties +++ b/bundles/org.eclipse.equinox.launcher.gtk.linux.aarch64/build.properties @@ -14,9 +14,8 @@ bin.includes = META-INF/,\ launcher.gtk.linux.aarch64.properties,\ about.html - + generateSourceBundle=false -binaryTag=v20221103-0506 # Maven properties, see https://github.com/eclipse/tycho/wiki/Tycho-Pomless#define-properties tycho.pomless.parent = ../../launcher-binary-parent diff --git a/bundles/org.eclipse.equinox.launcher.gtk.linux.loongarch64/META-INF/MANIFEST.MF b/bundles/org.eclipse.equinox.launcher.gtk.linux.loongarch64/META-INF/MANIFEST.MF index 11188caaa6c..dffc97fa746 100644 --- a/bundles/org.eclipse.equinox.launcher.gtk.linux.loongarch64/META-INF/MANIFEST.MF +++ b/bundles/org.eclipse.equinox.launcher.gtk.linux.loongarch64/META-INF/MANIFEST.MF @@ -3,7 +3,7 @@ Bundle-ManifestVersion: 2 Bundle-Name: %pluginName Bundle-Vendor: %providerName Bundle-SymbolicName: org.eclipse.equinox.launcher.gtk.linux.loongarch64;singleton:=true -Bundle-Version: 1.2.700.qualifier +Bundle-Version: 1.2.800.qualifier Fragment-Host: org.eclipse.equinox.launcher;bundle-version="[1.5.0,1.7.0)" Eclipse-PlatformFilter: (& (osgi.ws=gtk) (osgi.os=linux) (osgi.arch=loongarch64)) Bundle-Localization: launcher.gtk.linux.loongarch64 diff --git a/bundles/org.eclipse.equinox.launcher.gtk.linux.loongarch64/build.properties b/bundles/org.eclipse.equinox.launcher.gtk.linux.loongarch64/build.properties index a2fa974ad5f..c51d2c9f621 100644 --- a/bundles/org.eclipse.equinox.launcher.gtk.linux.loongarch64/build.properties +++ b/bundles/org.eclipse.equinox.launcher.gtk.linux.loongarch64/build.properties @@ -14,9 +14,8 @@ bin.includes = META-INF/,\ launcher.gtk.linux.loongarch64.properties,\ about.html - + generateSourceBundle=false -binaryTag=v20221103-0506 # Maven properties, see https://github.com/eclipse/tycho/wiki/Tycho-Pomless tycho.pomless.parent = ../../launcher-binary-parent diff --git a/bundles/org.eclipse.equinox.launcher.gtk.linux.ppc64le/META-INF/MANIFEST.MF b/bundles/org.eclipse.equinox.launcher.gtk.linux.ppc64le/META-INF/MANIFEST.MF index 8476a61663e..ecebd083915 100644 --- a/bundles/org.eclipse.equinox.launcher.gtk.linux.ppc64le/META-INF/MANIFEST.MF +++ b/bundles/org.eclipse.equinox.launcher.gtk.linux.ppc64le/META-INF/MANIFEST.MF @@ -3,7 +3,7 @@ Bundle-ManifestVersion: 2 Bundle-Name: %pluginName Bundle-Vendor: %providerName Bundle-SymbolicName: org.eclipse.equinox.launcher.gtk.linux.ppc64le;singleton:=true -Bundle-Version: 1.2.700.qualifier +Bundle-Version: 1.2.800.qualifier Fragment-Host: org.eclipse.equinox.launcher;bundle-version="[1.5.0,1.7.0)" Eclipse-PlatformFilter: (& (osgi.ws=gtk) (osgi.os=linux) (osgi.arch=ppc64le)) Bundle-Localization: launcher.gtk.linux.ppc64le diff --git a/bundles/org.eclipse.equinox.launcher.gtk.linux.ppc64le/build.properties b/bundles/org.eclipse.equinox.launcher.gtk.linux.ppc64le/build.properties index fd9765ced3e..0c9e75289c3 100644 --- a/bundles/org.eclipse.equinox.launcher.gtk.linux.ppc64le/build.properties +++ b/bundles/org.eclipse.equinox.launcher.gtk.linux.ppc64le/build.properties @@ -14,9 +14,8 @@ bin.includes = META-INF/,\ launcher.gtk.linux.ppc64le.properties,\ about.html - + generateSourceBundle=false -binaryTag=v20221103-0506 # Maven properties, see https://github.com/eclipse/tycho/wiki/Tycho-Pomless tycho.pomless.parent = ../../launcher-binary-parent diff --git a/bundles/org.eclipse.equinox.launcher.gtk.linux.x86_64/META-INF/MANIFEST.MF b/bundles/org.eclipse.equinox.launcher.gtk.linux.x86_64/META-INF/MANIFEST.MF index 32106d648f5..48b51bcb3cb 100644 --- a/bundles/org.eclipse.equinox.launcher.gtk.linux.x86_64/META-INF/MANIFEST.MF +++ b/bundles/org.eclipse.equinox.launcher.gtk.linux.x86_64/META-INF/MANIFEST.MF @@ -3,7 +3,7 @@ Bundle-ManifestVersion: 2 Bundle-Name: %pluginName Bundle-Vendor: %providerName Bundle-SymbolicName: org.eclipse.equinox.launcher.gtk.linux.x86_64;singleton:=true -Bundle-Version: 1.2.700.qualifier +Bundle-Version: 1.2.800.qualifier Fragment-Host: org.eclipse.equinox.launcher;bundle-version="[1.5.0,1.7.0)" Eclipse-PlatformFilter: (& (osgi.ws=gtk) (osgi.os=linux) (osgi.arch=x86_64)) Bundle-Localization: launcher.gtk.linux.x86_64 diff --git a/bundles/org.eclipse.equinox.launcher.gtk.linux.x86_64/build.properties b/bundles/org.eclipse.equinox.launcher.gtk.linux.x86_64/build.properties index a705746898c..dd9162229d3 100644 --- a/bundles/org.eclipse.equinox.launcher.gtk.linux.x86_64/build.properties +++ b/bundles/org.eclipse.equinox.launcher.gtk.linux.x86_64/build.properties @@ -14,10 +14,8 @@ bin.includes = META-INF/,\ launcher.gtk.linux.x86_64.properties,\ about.html - -customBuildCallbacks=customBuildCallbacks.xml + generateSourceBundle=false -binaryTag=v20221103-0506 # Maven properties, see https://github.com/eclipse/tycho/wiki/Tycho-Pomless tycho.pomless.parent = ../../launcher-binary-parent diff --git a/bundles/org.eclipse.equinox.launcher.gtk.linux.x86_64/customBuildCallbacks.xml b/bundles/org.eclipse.equinox.launcher.gtk.linux.x86_64/customBuildCallbacks.xml deleted file mode 100644 index 294515f91ab..00000000000 --- a/bundles/org.eclipse.equinox.launcher.gtk.linux.x86_64/customBuildCallbacks.xml +++ /dev/null @@ -1,124 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/bundles/org.eclipse.equinox.launcher.win32.win32.x86_64/META-INF/MANIFEST.MF b/bundles/org.eclipse.equinox.launcher.win32.win32.x86_64/META-INF/MANIFEST.MF index e420acd6760..b5156c07c15 100644 --- a/bundles/org.eclipse.equinox.launcher.win32.win32.x86_64/META-INF/MANIFEST.MF +++ b/bundles/org.eclipse.equinox.launcher.win32.win32.x86_64/META-INF/MANIFEST.MF @@ -3,7 +3,7 @@ Bundle-ManifestVersion: 2 Bundle-Name: %pluginName Bundle-Vendor: %providerName Bundle-SymbolicName: org.eclipse.equinox.launcher.win32.win32.x86_64;singleton:=true -Bundle-Version: 1.2.700.qualifier +Bundle-Version: 1.2.800.qualifier Fragment-Host: org.eclipse.equinox.launcher;bundle-version="[1.5.0,1.7.0)" Eclipse-PlatformFilter: (& (osgi.ws=win32) (osgi.os=win32) (osgi.arch=x86_64)) Bundle-Localization: launcher.win32.win32.x86_64 diff --git a/bundles/org.eclipse.equinox.launcher.win32.win32.x86_64/build.properties b/bundles/org.eclipse.equinox.launcher.win32.win32.x86_64/build.properties index 4b6cb4da60b..fc4a8e6e503 100644 --- a/bundles/org.eclipse.equinox.launcher.win32.win32.x86_64/build.properties +++ b/bundles/org.eclipse.equinox.launcher.win32.win32.x86_64/build.properties @@ -14,9 +14,8 @@ bin.includes = META-INF/,\ launcher.win32.win32.x86_64.properties,\ about.html + generateSourceBundle=false -customBuildCallbacks=customBuildCallbacks.xml -binaryTag=v20221103-0506 # Maven properties, see https://github.com/eclipse/tycho/wiki/Tycho-Pomless tycho.pomless.parent = ../../launcher-binary-parent diff --git a/bundles/org.eclipse.equinox.launcher.win32.win32.x86_64/customBuildCallbacks.xml b/bundles/org.eclipse.equinox.launcher.win32.win32.x86_64/customBuildCallbacks.xml deleted file mode 100644 index 18f88ad9391..00000000000 --- a/bundles/org.eclipse.equinox.launcher.win32.win32.x86_64/customBuildCallbacks.xml +++ /dev/null @@ -1,123 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -