!39 sync patch from openEuler-24.03-LTS

From: @li_ning_jie 
Reviewed-by: @douyiwang 
Signed-off-by: @douyiwang
This commit is contained in:
openeuler-ci-bot 2024-11-20 01:13:18 +00:00 committed by Gitee
commit 6d9bfa8370
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 Name: openjfx
Version: 11.0.18.0 Version: 11.0.18.0
Release: 2 Release: 3
Summary: Rich client application platform for Java Summary: Rich client application platform for Java
License: GPL v2 with exceptions and BSD License: GPL v2 with exceptions and BSD
@ -42,7 +42,7 @@ Source28: pom-web.xml
Source29: build.xml Source29: build.xml
Source30: settings.xml Source30: settings.xml
ExclusiveArch: x86_64 aarch64 loongarch64 ExclusiveArch: x86_64 aarch64 ppc64le loongarch64
Requires: java-11-openjdk Requires: java-11-openjdk
Requires: javapackages-tools Requires: javapackages-tools
@ -155,6 +155,9 @@ cp -a modules/javafx.graphics/mvn-lib{decora,javafx_font,javafx_font_freetype,ja
%doc README.md %doc README.md
%changelog %changelog
* Wed Nov 13 2024 liningjie <liningjie@xfusion.com> - 11.0.18.0-3
- Add ppc64le support for openjfx11
* Tue Oct 15 2024 Wenlong Zhang <zhangwenlong@loongson.cn> - 11.0.18.0-2 * Tue Oct 15 2024 Wenlong Zhang <zhangwenlong@loongson.cn> - 11.0.18.0-2
- add loongarch64 to ExclusiveArch - add loongarch64 to ExclusiveArch

View File

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

View File

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