Skip to content

Commit

Permalink
Add missing output specifications in build.properties
Browse files Browse the repository at this point in the history
  • Loading branch information
HeikoKlare authored and HannesWell committed Jan 4, 2024
1 parent ae7a8a2 commit dd0a69a
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ custom = true
bin.includes = .,*.jnilib,about_files/,about.html,fragment.properties
bin.excludes = library/
source.. = src/
output.. = bin/
src.includes = about.html,about_files/

tycho.pomless.parent=../binaries-parent
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ custom = true
bin.includes = .,*.jnilib,about_files/,about.html,fragment.properties
bin.excludes = library/
source.. = src/
output.. = bin/
src.includes = about.html,about_files/

tycho.pomless.parent=../binaries-parent
Expand Down
1 change: 1 addition & 0 deletions bundles/org.eclipse.swt.gtk.linux.aarch64/build.properties
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ custom = true
bin.includes = .,*.so,about_files/,about.html,fragment.properties
bin.excludes = library/
source.. = src/
output.. = bin/
src.includes = about.html,about_files/

tycho.pomless.parent=../binaries-parent
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ custom = true
bin.includes = .,*.so,about_files/,about.html,fragment.properties
bin.excludes = library/
source.. = src/
output.. = bin/
src.includes = about.html,about_files/

tycho.pomless.parent=../binaries-parent
Expand Down
1 change: 1 addition & 0 deletions bundles/org.eclipse.swt.gtk.linux.ppc64le/build.properties
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ custom = true
bin.includes = .,*.so,about_files/,about.html,fragment.properties
bin.excludes = library/
source.. = src/
output.. = bin/
src.includes = about.html,about_files/

tycho.pomless.parent=../binaries-parent
Expand Down
1 change: 1 addition & 0 deletions bundles/org.eclipse.swt.gtk.linux.x86_64/build.properties
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ custom = true
bin.includes = .,*.so,about_files/,about.html,fragment.properties
bin.excludes = library/
source.. = src/
output.. = bin/
src.includes = about.html,about_files/

tycho.pomless.parent=../binaries-parent
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ custom = true
bin.includes = .,*.dll,about_files/,about.html,fragment.properties
bin.excludes = library/
source.. = src/
output.. = bin/
src.includes = about.html,about_files/

tycho.pomless.parent=../binaries-parent
Expand Down

0 comments on commit dd0a69a

Please sign in to comment.