!34 [sync] PR-32: Add ppc64le support for openjfx11

From: @openeuler-sync-bot 
Reviewed-by: @jvmboy 
Signed-off-by: @jvmboy
This commit is contained in:
openeuler-ci-bot 2024-04-24 03:52:26 +00:00 committed by Gitee
commit cfa53d85e6
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
3 changed files with 9 additions and 6 deletions

View File

@ -4,7 +4,7 @@
Name: openjfx
Version: 11.0.18.0
Release: 1
Release: 2
Summary: Rich client application platform for Java
License: GPL v2 with exceptions and BSD
@ -42,7 +42,7 @@ Source28: pom-web.xml
Source29: build.xml
Source30: settings.xml
ExclusiveArch: x86_64 aarch64
ExclusiveArch: x86_64 aarch64 ppc64le
Requires: java-11-openjdk
Requires: javapackages-tools
@ -155,6 +155,9 @@ cp -a modules/javafx.graphics/mvn-lib{decora,javafx_font,javafx_font_freetype,ja
%doc README.md
%changelog
* Mon Mar 11 2024 xurui <rui.xu@shingroup.cn> - 11.0.18.0-2
- Add ppc64le support for openjfx11
* Wed Dec 20 2022 Noah <hedongbo@huawei.com> - 11.0.18.0-1
- update to openjfx-11.0.18+0

View File

@ -93,7 +93,7 @@
</execution>
</executions>
<configuration>
<tasks>
<target>
<copy todir="../../target/classes/com/sun/prism/shader">
<fileset dir="../mvn-prism/target/classes/com/sun/prism/shader">
<include name="**/*.class"/>
@ -114,7 +114,7 @@
<include name="**/*.class"/>
</fileset>
</copy>
</tasks>
</target>
</configuration>
</plugin>
<plugin>

View File

@ -60,11 +60,11 @@
</execution>
</executions>
<configuration>
<tasks>
<target>
<copy todir="src/main/java">
<fileset dir="src/main/native/Source/WebCore/bindings/java/dom3/java"/>
</copy>
</tasks>
</target>
</configuration>
</plugin>
</plugins>