Skip to content

Commit

Permalink
[Build] Merge binaries-parent into binaries directory
Browse files Browse the repository at this point in the history
Part of #513
  • Loading branch information
HannesWell committed Jan 9, 2024
1 parent bb3af98 commit 2378112
Show file tree
Hide file tree
Showing 13 changed files with 150 additions and 185 deletions.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ pipeline {
withAnt(installation: 'apache-ant-latest', jdk: 'openjdk-jdk11-latest') { // nashorn javascript-engine required in ant-scripts
sh '''
pfSpec=(${PLATFORM//"."/ })
ant -f binaries-parent/build.xml copy_library_src_and_create_zip -Dws=${pfSpec[0]} -Dos=${pfSpec[1]} -Darch=${pfSpec[2]}
ant -f build.xml copy_library_src_and_create_zip -Dws=${pfSpec[0]} -Dos=${pfSpec[1]} -Darch=${pfSpec[2]}
'''
}
dir("org.eclipse.swt.${PLATFORM}/tmpdir") {
Expand Down
164 changes: 0 additions & 164 deletions binaries/binaries-parent/pom.xml

This file was deleted.

4 changes: 2 additions & 2 deletions binaries/binaries-parent/build.xml → binaries/build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@
<property name="swt.arch" value="${arch}" />

<property name="plugindir" value="../../bundles/org.eclipse.swt"/>
<import file="${plugindir}/buildFragment.xml"/>
<import file="${plugindir}/buildSWT.xml"/>
<import file="../bundles/org.eclipse.swt/buildFragment.xml"/>
<import file="../bundles/org.eclipse.swt/buildSWT.xml"/>
</project>
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,6 @@ bin.excludes = library/
source.. = src/
src.includes = about.html,about_files/

tycho.pomless.parent=../binaries-parent
pom.model.groupId=org.eclipse.swt
pom.model.property.os=macosx
pom.model.property.ws=cocoa
pom.model.property.arch=aarch64
Expand Down
2 changes: 0 additions & 2 deletions binaries/org.eclipse.swt.cocoa.macosx.x86_64/build.properties
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,6 @@ bin.excludes = library/
source.. = src/
src.includes = about.html,about_files/

tycho.pomless.parent=../binaries-parent
pom.model.groupId=org.eclipse.swt
pom.model.property.os=macosx
pom.model.property.ws=cocoa
pom.model.property.arch=x86_64
Expand Down
2 changes: 0 additions & 2 deletions binaries/org.eclipse.swt.gtk.linux.aarch64/build.properties
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,6 @@ bin.excludes = library/
source.. = src/
src.includes = about.html,about_files/

tycho.pomless.parent=../binaries-parent
pom.model.groupId=org.eclipse.swt
pom.model.property.os=linux
pom.model.property.ws=gtk
pom.model.property.arch=aarch64
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,6 @@ bin.excludes = library/
source.. = src/
src.includes = about.html,about_files/

tycho.pomless.parent=../binaries-parent
pom.model.groupId=org.eclipse.swt
pom.model.property.os=linux
pom.model.property.ws=gtk
pom.model.property.arch=loongarch64
Expand Down
2 changes: 0 additions & 2 deletions binaries/org.eclipse.swt.gtk.linux.ppc64le/build.properties
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,6 @@ bin.excludes = library/
source.. = src/
src.includes = about.html,about_files/

tycho.pomless.parent=../binaries-parent
pom.model.groupId=org.eclipse.swt
pom.model.property.os=linux
pom.model.property.ws=gtk
pom.model.property.arch=ppc64le
Expand Down
2 changes: 0 additions & 2 deletions binaries/org.eclipse.swt.gtk.linux.x86_64/build.properties
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,6 @@ bin.excludes = library/
source.. = src/
src.includes = about.html,about_files/

tycho.pomless.parent=../binaries-parent
pom.model.groupId=org.eclipse.swt
pom.model.property.os=linux
pom.model.property.ws=gtk
pom.model.property.arch=x86_64
Expand Down
2 changes: 0 additions & 2 deletions binaries/org.eclipse.swt.win32.win32.x86_64/build.properties
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,6 @@ bin.excludes = library/
source.. = src/
src.includes = about.html,about_files/

tycho.pomless.parent=../binaries-parent
pom.model.groupId=org.eclipse.swt
pom.model.property.os=win32
pom.model.property.ws=win32
pom.model.property.arch=x86_64
Expand Down
Loading

0 comments on commit 2378112

Please sign in to comment.