1 Star 0 Fork 0

望日蓮/eclipse-bundle-jfreechart

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
pom.xml 1.36 KB
一键复制 编辑 原始数据 按行查看 历史
Serge Rider 提交于 2020-12-09 20:20 . Update exports
<?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"
xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<groupId>org.jkiss.bundle</groupId>
<artifactId>org.jkiss.bundle.jfreechart</artifactId>
<version>1.0.21</version>
<packaging>eclipse-plugin</packaging>
<properties>
<tycho-version>2.0.0</tycho-version>
<eclipse-p2-repo.url>http://download.eclipse.org/releases/2020-12/</eclipse-p2-repo.url>
</properties>
<repositories>
<repository>
<id>eclipse-p2-repo</id>
<url>${eclipse-p2-repo.url}</url>
<layout>p2</layout>
</repository>
</repositories>
<build>
<plugins>
<plugin>
<groupId>org.eclipse.tycho</groupId>
<artifactId>tycho-maven-plugin</artifactId>
<version>${tycho-version}</version>
<extensions>true</extensions>
</plugin>
<plugin>
<groupId>org.eclipse.tycho</groupId>
<artifactId>tycho-packaging-plugin</artifactId>
<version>${tycho-version}</version>
</plugin>
</plugins>
</build>
</project>
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/wgqcd/eclipse-bundle-jfreechart.git
git@gitee.com:wgqcd/eclipse-bundle-jfreechart.git
wgqcd
eclipse-bundle-jfreechart
eclipse-bundle-jfreechart
master

搜索帮助

0d507c66 1850385 C8b1a773 1850385