summaryrefslogtreecommitdiff
path: root/ridljar/pom.ridl.xml
blob: 9990dd45e23c4a79e2addc07a8b9958bed8d8102 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
<project>
  <modelVersion>4.0.0</modelVersion>
  <groupId>org.libreoffice</groupId>
  <artifactId>ridl</artifactId>
  <version>@version@</version>
  <packaging>jar</packaging>
  <name>LibreOffice - Types for the Java Uno typesystem</name>
  <description>Types for the Java Uno typesystem</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>
-14 01:32:22 +0100'>2017-12-14Fix typosAndrea Gelmini 2017-08-18Fix typosAndrea Gelmini 2017-04-28build boost::locale libraryCaolán McNamara 2017-02-10Remove MinGW supportStephan Bergmann 2016-12-08Display a summary of fuzzing in command-line form at the end of configureTor Lillqvist 2016-12-08Introduce configure option fuzzingTor Lillqvist 2016-08-24m4: make explicit what boost library we are not findingRiccardo Magliocchetti 2016-03-08detect Boost.FilesystemDavid Tardon 2016-02-04Pull newer m4/ax_boost_system.m4 from upstream.coypu 2015-12-17add support for version detection of libsDavid Tardon 2015-11-04configure: filter -L/usr/lib etc. out of *_LIBSMichael Stahl 2015-10-01Fix typosAndrea Gelmini 2015-09-14create_tree.sh: Generate g-i filesPranav Kant 2014-08-21need to accept ppc64le as a lib64 using platform in ax_boost_base.m4Caolán McNamara 2014-03-04add autoconf macro for Boost.IostreamsDavid Tardon 2014-02-27normalize values of WITH_EXTRA_EXTENSIONSMichael Stahl 2014-02-12fdo#74825: fix missing lcms2/libxslt/curl in installation setsMichael Stahl 2013-10-04'ist' -> 'is' here and there.Jan Holesovsky