diff options
author | Rene Engelhard <rene@debian.org> | 2020-05-07 07:32:47 +0200 |
---|---|---|
committer | Thorsten Behrens <Thorsten.Behrens@CIB.de> | 2020-05-07 22:10:48 +0200 |
commit | a743df4f1e2d20e75b67c33a290aa398852026c3 (patch) | |
tree | 823e84df82bd8b057fcbbec6d07973f18ab6fd82 /ridljar | |
parent | 08ebcff89f56bec3b0f9b346504748e4eb1687af (diff) |
add pom for libreoffice.jar
was missed in 35518c92365cc183ba6cce2a4d284a130c0ca13f
Change-Id: I574707f6a891109ff1a7db3c915dd652fa644972
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/93606
Tested-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>
Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>
Diffstat (limited to 'ridljar')
-rw-r--r-- | ridljar/pom.libreoffice.xml | 44 |
1 files changed, 44 insertions, 0 deletions
diff --git a/ridljar/pom.libreoffice.xml b/ridljar/pom.libreoffice.xml new file mode 100644 index 000000000000..ca6438ebe3b0 --- /dev/null +++ b/ridljar/pom.libreoffice.xml @@ -0,0 +1,44 @@ +<project> + <modelVersion>4.0.0</modelVersion> + <groupId>org.libreoffice</groupId> + <artifactId>libreoffice</artifactId> + <version>@version@</version> + <packaging>jar</packaging> + <name>LibreOffice - Public UNO Java Classes</name> + <description>Public UNO Java Classes (formerly jurt,juh,ridl,unoil)</description> + <url>https://www.libreoffice.org</url> + + <licenses> + <license> + <name>Mozilla Public License, Version 2.0</name> + <url>https://www.mozilla.org/en-US/MPL/2.0</url> + <distribution>repo</distribution> + </license> + </licenses> + + <scm> + <url>https://cgit.freedesktop.org/libreoffice/core</url> + <connection>https://gerrit.libreoffice.org/#/admin/projects/core</connection> + </scm> + + <developers> + <developer> + <name>The Document Foundation</name> + </developer> + </developers> + + <mailingLists> + <mailingList> + <name>LibreOffice Development Mailing List</name> + <post>libreoffice@lists.freedesktop.org</post> + <subscribe>http://lists.freedesktop.org/mailman/listinfo/libreoffice</subscribe> + <unsubscribe>http://lists.freedesktop.org/mailman/listinfo/libreoffice</unsubscribe> + <archive>http://lists.freedesktop.org/archives/libreoffice</archive> + </mailingList> + </mailingLists> + + <issueManagement> + <url>https://bugs.documentfoundation.org</url> + <system>LibreOffice Issue Tracker</system> + </issueManagement> +</project> |