Revert "tdf#127471 Remove font width scaling hack"
[LibreOffice.git] / ridljar / pom.unoloader.xml
blobb509bdf319e99e407aea37041ffde967181fe68b
1 <project>
2   <modelVersion>4.0.0</modelVersion>
3   <groupId>org.libreoffice</groupId>
4   <artifactId>unoloader</artifactId>
5   <version>@version@</version>
6   <packaging>jar</packaging>
7   <name>LibreOffice - UNO loader</name>
8   <description>UNO loader</description>
9   <url>https://www.libreoffice.org</url>
11   <licenses>
12     <license>
13       <name>Mozilla Public License, Version 2.0</name>
14       <url>https://www.mozilla.org/en-US/MPL/2.0</url>
15       <distribution>repo</distribution>
16     </license>
17   </licenses>
19   <scm>
20     <url>https://cgit.freedesktop.org/libreoffice/core</url>
21     <connection>https://gerrit.libreoffice.org/#/admin/projects/core</connection>
22   </scm>
24   <developers>
25     <developer>
26       <name>The Document Foundation</name>
27     </developer>
28   </developers>
30   <mailingLists>
31     <mailingList>
32       <name>LibreOffice Development Mailing List</name>
33       <post>libreoffice@lists.freedesktop.org</post>
34       <subscribe>http://lists.freedesktop.org/mailman/listinfo/libreoffice</subscribe>
35       <unsubscribe>http://lists.freedesktop.org/mailman/listinfo/libreoffice</unsubscribe>
36       <archive>http://lists.freedesktop.org/archives/libreoffice</archive>
37     </mailingList>
38   </mailingLists>
40   <issueManagement>
41     <url>https://bugs.documentfoundation.org</url>
42     <system>LibreOffice Issue Tracker</system>
43   </issueManagement>
44 </project>