c6cec621aa
They are dummies now and empty (except Class-Path:). Thus maven should pull in libreoffice.jar, too Change-Id: I63753deddceef6480fd4f5122b4892b707a9dd20 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/98929 Tested-by: Jenkins Reviewed-by: David Ostrovsky <david@ostrovsky.org>
54 lines
1.6 KiB
XML
54 lines
1.6 KiB
XML
<project>
|
|
<modelVersion>4.0.0</modelVersion>
|
|
<groupId>org.libreoffice</groupId>
|
|
<artifactId>juh</artifactId>
|
|
<version>@version@</version>
|
|
<packaging>jar</packaging>
|
|
<name>LibreOffice - Java UNO helper</name>
|
|
<description>Java UNO helper</description>
|
|
<url>https://www.libreoffice.org</url>
|
|
|
|
<dependencyManagement>
|
|
<dependencies>
|
|
<dependency>
|
|
<groupId>org.libreoffice</groupId>
|
|
<artifactId>libreoffice</artifactId>
|
|
<version>@version@</version>
|
|
</dependency>
|
|
</dependencies>
|
|
</dependencyManagement>
|
|
|
|
<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>
|