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 <torbjorn.svensson@st.com>
  • Loading branch information
Torbjorn-Svensson committed Oct 3, 2023
1 parent 357830a commit 2478a2f
Show file tree
Hide file tree
Showing 21 changed files with 16 additions and 639 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,8 +14,7 @@
bin.includes = META-INF/,\
launcher.cocoa.macosx.aarch64.properties,\
about.html

customBuildCallbacks=customBuildCallbacks.xml

generateSourceBundle=false
binaryTag=v20231003-0606

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,8 +14,7 @@
bin.includes = META-INF/,\
launcher.cocoa.macosx.x86_64.properties,\
about.html

customBuildCallbacks=customBuildCallbacks.xml

generateSourceBundle=false
binaryTag=v20231003-0606

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,8 +14,7 @@
bin.includes = META-INF/,\
launcher.cocoa.macosx.aarch64.properties,\
about.html

customBuildCallbacks=customBuildCallbacks.xml

generateSourceBundle=false
binaryTag=v20231003-0606

Expand Down
Loading

0 comments on commit 2478a2f

Please sign in to comment.