-
Notifications
You must be signed in to change notification settings - Fork 28
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
3485d0f
commit 9cdcee5
Showing
18 changed files
with
77 additions
and
247 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,5 @@ | ||
src/ | ||
target/ | ||
tmpdir/ | ||
.polyglot.* | ||
pom.tycho |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
|
||
<extensions> | ||
<extension> | ||
<groupId>org.eclipse.tycho</groupId> | ||
<artifactId>tycho-build</artifactId> | ||
<version>4.0.4</version> | ||
</extension> | ||
</extensions> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
-Pbuild-individual-bundles |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,23 @@ | ||
############################################################################### | ||
# Copyright (c) 2015 Red Hat Inc. and others. | ||
# Copyright (c) 2015, 2024 Red Hat Inc. and others. | ||
# All rights reserved. This program and the accompanying materials | ||
# are made available under the terms of the Eclipse Public License v1.0 | ||
# which accompanies this distribution, and is available at | ||
# http://www.eclipse.org/legal/epl-v10.html | ||
# | ||
# Contributors: | ||
# Alexander Kurtakov, Red Hat, Inc.- initial API and implementation | ||
# Hannes Wellmann - Leverage Tycho pomless | ||
############################################################################### | ||
custom = true | ||
bin.includes = .,*.so,about_files/,about.html,fragment.properties | ||
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 | ||
pom.model.property.targets=install |
This file was deleted.
Oops, something went wrong.
10 changes: 9 additions & 1 deletion
10
bundles/org.eclipse.swt.gtk.linux.loongarch64/build.properties
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,23 @@ | ||
############################################################################### | ||
# Copyright (c) 2022 Loongson Co.Ltd. and others. | ||
# Copyright (c) 2022, 2024 Loongson Co.Ltd. and others. | ||
# All rights reserved. This program and the accompanying materials | ||
# are made available under the terms of the Eclipse Public License v1.0 | ||
# which accompanies this distribution, and is available at | ||
# http://www.eclipse.org/legal/epl-v10.html | ||
# | ||
# Contributors: | ||
# Loongson Co.Ltd.- initial API and implementation | ||
# Hannes Wellmann - Leverage Tycho pomless | ||
############################################################################### | ||
custom = true | ||
bin.includes = .,*.so,about_files/,about.html,fragment.properties | ||
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 | ||
pom.model.property.targets=install |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,23 @@ | ||
############################################################################### | ||
# Copyright (c) 2000, 2005 IBM Corporation and others. | ||
# Copyright (c) 2000, 2024 IBM Corporation and others. | ||
# All rights reserved. This program and the accompanying materials | ||
# are made available under the terms of the Eclipse Public License v1.0 | ||
# which accompanies this distribution, and is available at | ||
# http://www.eclipse.org/legal/epl-v10.html | ||
# | ||
# Contributors: | ||
# IBM Corporation - initial API and implementation | ||
# Hannes Wellmann - Leverage Tycho pomless | ||
############################################################################### | ||
custom = true | ||
bin.includes = .,*.so,about_files/,about.html,fragment.properties | ||
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 | ||
pom.model.property.targets=install |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.