Skip to content

Commit

Permalink
Removed customBuildCallbacks.xml from launcher fragments
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
Torbjorn-Svensson committed Sep 30, 2023
1 parent 7eb1b42 commit b1191e2
Show file tree
Hide file tree
Showing 21 changed files with 16 additions and 647 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Loading

0 comments on commit b1191e2

Please sign in to comment.