9 Star 1 Fork 12

src-openEuler/openjfx8

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
pom-graphics.xml 1.10 KB
一键复制 编辑 原始数据 按行查看 历史
Noah 提交于 2020-06-01 17:37 . initial packaging
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<name>javafx.graphics</name>
<packaging>pom</packaging>
<artifactId>javafx.graphics-aggregator</artifactId>
<parent>
<groupId>org.openjfx</groupId>
<artifactId>javafx</artifactId>
<version>@RELEASE_VERSION@</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<modules>
<module>compileJava</module>
<module>compilePrismCompilers</module>
<module>compilePrismJavaShaders</module>
<module>compileDecoraCompilers</module>
<module>compileDecoraJavaShaders</module>
<module>libdecora</module>
<module>libjavafx_font</module>
<module>libjavafx_font_freetype</module>
<module>libjavafx_font_pango</module>
<module>libglass</module>
<module>libglassgtk2</module>
<module>libglassgtk3</module>
<module>libjavafx_iio</module>
<module>libprism_common</module>
<module>libprism_es2</module>
<module>libprism_sw</module>
</modules>
</project>
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/src-openeuler/openjfx8.git
git@gitee.com:src-openeuler/openjfx8.git
src-openeuler
openjfx8
openjfx8
master

搜索帮助