xref: /JGit/org.eclipse.jgit.packaging/pom.xml (revision ab79ce91c10830f9906a1311ec857ccf553f51fe)
1f2455798SMatthias Sohn<?xml version="1.0" encoding="UTF-8"?>
2f2455798SMatthias Sohn<!--
3536db18cSMatthias Sohn   Copyright (C) 2009, 2015, Matthias Sohn <matthias.sohn@sap.com>
4f2455798SMatthias Sohn   and other copyright owners as documented in the project's IP log.
5f2455798SMatthias Sohn
6f2455798SMatthias Sohn   This program and the accompanying materials are made available
7f2455798SMatthias Sohn   under the terms of the Eclipse Distribution License v1.0 which
8f2455798SMatthias Sohn   accompanies this distribution, is reproduced below, and is
9f2455798SMatthias Sohn   available at http://www.eclipse.org/org/documents/edl-v10.php
10f2455798SMatthias Sohn
11f2455798SMatthias Sohn   All rights reserved.
12f2455798SMatthias Sohn
13f2455798SMatthias Sohn   Redistribution and use in source and binary forms, with or
14f2455798SMatthias Sohn   without modification, are permitted provided that the following
15f2455798SMatthias Sohn   conditions are met:
16f2455798SMatthias Sohn
17f2455798SMatthias Sohn   - Redistributions of source code must retain the above copyright
18f2455798SMatthias Sohn     notice, this list of conditions and the following disclaimer.
19f2455798SMatthias Sohn
20f2455798SMatthias Sohn   - Redistributions in binary form must reproduce the above
21f2455798SMatthias Sohn     copyright notice, this list of conditions and the following
22f2455798SMatthias Sohn     disclaimer in the documentation and/or other materials provided
23f2455798SMatthias Sohn     with the distribution.
24f2455798SMatthias Sohn
25f2455798SMatthias Sohn   - Neither the name of the Eclipse Foundation, Inc. nor the
26f2455798SMatthias Sohn     names of its contributors may be used to endorse or promote
27f2455798SMatthias Sohn     products derived from this software without specific prior
28f2455798SMatthias Sohn     written permission.
29f2455798SMatthias Sohn
30f2455798SMatthias Sohn   THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND
31f2455798SMatthias Sohn   CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES,
32f2455798SMatthias Sohn   INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
33f2455798SMatthias Sohn   OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
34f2455798SMatthias Sohn   ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR
35f2455798SMatthias Sohn   CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
36f2455798SMatthias Sohn   SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
37f2455798SMatthias Sohn   NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
38f2455798SMatthias Sohn   LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
39f2455798SMatthias Sohn   CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
40f2455798SMatthias Sohn   STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
41f2455798SMatthias Sohn   ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
42f2455798SMatthias Sohn   ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
43f2455798SMatthias Sohn-->
44f2455798SMatthias Sohn
45f2455798SMatthias Sohn<project xmlns="http://maven.apache.org/POM/4.0.0"
46f2455798SMatthias Sohn    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
47f2455798SMatthias Sohn    xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
48f2455798SMatthias Sohn  <modelVersion>4.0.0</modelVersion>
49f2455798SMatthias Sohn
50f2455798SMatthias Sohn  <prerequisites>
51f2455798SMatthias Sohn    <maven>3.0</maven>
52f2455798SMatthias Sohn  </prerequisites>
53f2455798SMatthias Sohn
54f2455798SMatthias Sohn  <groupId>org.eclipse.jgit</groupId>
55f2455798SMatthias Sohn  <artifactId>jgit.tycho.parent</artifactId>
569d4ffcc1SMatthias Sohn  <version>4.6.0-SNAPSHOT</version>
57f2455798SMatthias Sohn  <packaging>pom</packaging>
58f2455798SMatthias Sohn
59f5f1536fSMatthias Sohn  <name>JGit Tycho Parent</name>
60f2455798SMatthias Sohn
61f2455798SMatthias Sohn  <properties>
623bc46dfeSMatthias Sohn    <tycho-version>0.25.0</tycho-version>
637948903aSMatthias Sohn    <tycho-extras-version>${tycho-version}</tycho-extras-version>
64e8705a6eSMatthias Sohn    <target-platform>jgit-4.6</target-platform>
65f2455798SMatthias Sohn  </properties>
66f2455798SMatthias Sohn
67b97a35d7SMatthias Sohn  <pluginRepositories>
68b97a35d7SMatthias Sohn    <pluginRepository>
69b97a35d7SMatthias Sohn      <id>repo.eclipse.org.cbi-releases</id>
70b97a35d7SMatthias Sohn      <url>https://repo.eclipse.org/content/repositories/cbi-releases/</url>
71b97a35d7SMatthias Sohn    </pluginRepository>
724f9bdc8bSMatthias Sohn    <pluginRepository>
734f9bdc8bSMatthias Sohn      <id>repo.eclipse.org.cbi-snapshots</id>
744f9bdc8bSMatthias Sohn      <url>https://repo.eclipse.org/content/repositories/cbi-snapshots/</url>
754f9bdc8bSMatthias Sohn    </pluginRepository>
76b97a35d7SMatthias Sohn  </pluginRepositories>
77b97a35d7SMatthias Sohn
78f2455798SMatthias Sohn  <modules>
7977d2f3caSMatthias Sohn    <module>org.eclipse.jgit.target</module>
80f2455798SMatthias Sohn    <module>org.eclipse.jgit.feature</module>
813d3df394SMatthias Sohn    <module>org.eclipse.jgit.http.apache.feature</module>
82536db18cSMatthias Sohn    <module>org.eclipse.jgit.lfs.feature</module>
834974090dSMatthias Sohn    <module>org.eclipse.jgit.pgm.feature</module>
8451f6fbdaSMatthias Sohn    <module>org.eclipse.jgit.source.feature</module>
854974090dSMatthias Sohn    <module>org.eclipse.jgit.pgm.source.feature</module>
86e36c2aa8SMatthias Sohn    <module>org.eclipse.jgit.junit.feature</module>
8743543e79SMatthias Sohn    <module>org.eclipse.jgit.repository</module>
88f2455798SMatthias Sohn  </modules>
89f2455798SMatthias Sohn
90af64b9a3SMatthias Sohn  <distributionManagement>
91af64b9a3SMatthias Sohn    <repository>
92af64b9a3SMatthias Sohn      <id>repo.eclipse.org</id>
93af64b9a3SMatthias Sohn      <name>JGit Maven Repository - Releases</name>
94af64b9a3SMatthias Sohn      <url>https://repo.eclipse.org/content/repositories/jgit-releases/</url>
95af64b9a3SMatthias Sohn    </repository>
96af64b9a3SMatthias Sohn    <snapshotRepository>
97af64b9a3SMatthias Sohn      <id>repo.eclipse.org</id>
98af64b9a3SMatthias Sohn      <name>JGit Maven Repository - Snapshots</name>
99af64b9a3SMatthias Sohn      <url>https://repo.eclipse.org/content/repositories/jgit-snapshots/</url>
100af64b9a3SMatthias Sohn      <uniqueVersion>true</uniqueVersion>
101af64b9a3SMatthias Sohn    </snapshotRepository>
102af64b9a3SMatthias Sohn  </distributionManagement>
103af64b9a3SMatthias Sohn
10451f6fbdaSMatthias Sohn  <dependencies>
10551f6fbdaSMatthias Sohn    <!-- sources artifacts so that we can place them in the features -->
10651f6fbdaSMatthias Sohn    <dependency>
10751f6fbdaSMatthias Sohn      <groupId>org.eclipse.jgit</groupId>
10851f6fbdaSMatthias Sohn      <artifactId>org.eclipse.jgit</artifactId>
10977d2f3caSMatthias Sohn      <version>${project.version}</version>
11051f6fbdaSMatthias Sohn      <classifier>sources</classifier>
11151f6fbdaSMatthias Sohn    </dependency>
1124974090dSMatthias Sohn    <dependency>
1134974090dSMatthias Sohn      <groupId>org.eclipse.jgit</groupId>
1144974090dSMatthias Sohn      <artifactId>org.eclipse.jgit.pgm</artifactId>
1154974090dSMatthias Sohn      <version>${project.version}</version>
1164974090dSMatthias Sohn      <classifier>sources</classifier>
1174974090dSMatthias Sohn    </dependency>
11851f6fbdaSMatthias Sohn  </dependencies>
11951f6fbdaSMatthias Sohn
120f2455798SMatthias Sohn  <build>
121f2455798SMatthias Sohn    <plugins>
122f2455798SMatthias Sohn      <plugin>
1234e7c2f80SChris Aniszczyk        <groupId>org.eclipse.tycho</groupId>
124f2455798SMatthias Sohn        <artifactId>tycho-maven-plugin</artifactId>
125f2455798SMatthias Sohn        <version>${tycho-version}</version>
126f2455798SMatthias Sohn        <extensions>true</extensions>
127f2455798SMatthias Sohn      </plugin>
128f2455798SMatthias Sohn      <plugin>
1294e7c2f80SChris Aniszczyk        <groupId>org.eclipse.tycho</groupId>
130f2455798SMatthias Sohn        <artifactId>target-platform-configuration</artifactId>
131f2455798SMatthias Sohn        <version>${tycho-version}</version>
132f2455798SMatthias Sohn        <configuration>
133f2455798SMatthias Sohn          <resolver>p2</resolver>
134f2455798SMatthias Sohn        </configuration>
135f2455798SMatthias Sohn      </plugin>
136f2455798SMatthias Sohn    </plugins>
137f2455798SMatthias Sohn    <pluginManagement>
138f2455798SMatthias Sohn      <plugins>
139f2455798SMatthias Sohn        <plugin>
1404e7c2f80SChris Aniszczyk          <groupId>org.eclipse.tycho</groupId>
1414e7c2f80SChris Aniszczyk          <artifactId>tycho-compiler-plugin</artifactId>
142f2455798SMatthias Sohn          <version>${tycho-version}</version>
143f2455798SMatthias Sohn          <configuration>
144f2455798SMatthias Sohn            <encoding>UTF-8</encoding>
145*ab79ce91SMatthias Sohn            <source>1.8</source>
146*ab79ce91SMatthias Sohn            <target>1.8</target>
147f2455798SMatthias Sohn          </configuration>
148f2455798SMatthias Sohn        </plugin>
149f2455798SMatthias Sohn        <plugin>
150f2455798SMatthias Sohn          <groupId>org.apache.maven.plugins</groupId>
151f2455798SMatthias Sohn          <artifactId>maven-resources-plugin</artifactId>
1523bc46dfeSMatthias Sohn          <version>2.7</version>
153f2455798SMatthias Sohn          <configuration>
154f2455798SMatthias Sohn            <encoding>ISO-8859-1</encoding>
155f2455798SMatthias Sohn          </configuration>
156f2455798SMatthias Sohn        </plugin>
157f2455798SMatthias Sohn        <plugin>
1584e7c2f80SChris Aniszczyk          <groupId>org.eclipse.tycho</groupId>
159f2455798SMatthias Sohn          <artifactId>target-platform-configuration</artifactId>
160f2455798SMatthias Sohn          <version>${tycho-version}</version>
161f2455798SMatthias Sohn          <configuration>
162f2455798SMatthias Sohn            <resolver>p2</resolver>
163f2455798SMatthias Sohn            <pomDependencies>consider</pomDependencies>
16477d2f3caSMatthias Sohn            <target>
16577d2f3caSMatthias Sohn              <artifact>
16677d2f3caSMatthias Sohn                <groupId>org.eclipse.jgit</groupId>
16777d2f3caSMatthias Sohn                <artifactId>org.eclipse.jgit.target</artifactId>
16877d2f3caSMatthias Sohn                <version>${project.version}</version>
1698399a9bcSMatthias Sohn                <classifier>${target-platform}</classifier>
17077d2f3caSMatthias Sohn              </artifact>
17177d2f3caSMatthias Sohn            </target>
17244274434SMatthias Sohn            <environments>
17344274434SMatthias Sohn              <environment>
17444274434SMatthias Sohn                <os>linux</os>
17544274434SMatthias Sohn                <ws>gtk</ws>
17644274434SMatthias Sohn                <arch>x86</arch>
17744274434SMatthias Sohn              </environment>
17844274434SMatthias Sohn              <environment>
17944274434SMatthias Sohn                <os>linux</os>
18044274434SMatthias Sohn                <ws>gtk</ws>
18144274434SMatthias Sohn                <arch>x86_64</arch>
18244274434SMatthias Sohn              </environment>
18344274434SMatthias Sohn              <environment>
18444274434SMatthias Sohn                <os>win32</os>
18544274434SMatthias Sohn                <ws>win32</ws>
18644274434SMatthias Sohn                <arch>x86</arch>
18744274434SMatthias Sohn              </environment>
18844274434SMatthias Sohn              <environment>
18944274434SMatthias Sohn                <os>win32</os>
19044274434SMatthias Sohn                <ws>win32</ws>
19144274434SMatthias Sohn                <arch>x86_64</arch>
19244274434SMatthias Sohn              </environment>
19344274434SMatthias Sohn              <environment>
19444274434SMatthias Sohn                <os>macosx</os>
19544274434SMatthias Sohn                <ws>cocoa</ws>
19644274434SMatthias Sohn                <arch>x86_64</arch>
19744274434SMatthias Sohn              </environment>
19844274434SMatthias Sohn            </environments>
199f2455798SMatthias Sohn          </configuration>
200f2455798SMatthias Sohn        </plugin>
201b97a35d7SMatthias Sohn        <plugin>
202b97a35d7SMatthias Sohn          <groupId>org.eclipse.tycho</groupId>
203b97a35d7SMatthias Sohn          <artifactId>tycho-p2-plugin</artifactId>
204b97a35d7SMatthias Sohn          <version>${tycho-version}</version>
205b97a35d7SMatthias Sohn        </plugin>
206b97a35d7SMatthias Sohn        <plugin>
207b97a35d7SMatthias Sohn          <groupId>org.eclipse.tycho.extras</groupId>
208b97a35d7SMatthias Sohn          <artifactId>tycho-pack200a-plugin</artifactId>
209b97a35d7SMatthias Sohn          <version>${tycho-extras-version}</version>
210b97a35d7SMatthias Sohn        </plugin>
211b97a35d7SMatthias Sohn        <plugin>
212b97a35d7SMatthias Sohn          <groupId>org.eclipse.tycho.extras</groupId>
213b97a35d7SMatthias Sohn          <artifactId>tycho-pack200b-plugin</artifactId>
214b97a35d7SMatthias Sohn          <version>${tycho-extras-version}</version>
215b97a35d7SMatthias Sohn        </plugin>
216b97a35d7SMatthias Sohn        <plugin>
217b97a35d7SMatthias Sohn          <groupId>org.eclipse.cbi.maven.plugins</groupId>
218b97a35d7SMatthias Sohn          <artifactId>eclipse-jarsigner-plugin</artifactId>
2193bc46dfeSMatthias Sohn          <version>1.1.3</version>
220b97a35d7SMatthias Sohn        </plugin>
2218399a9bcSMatthias Sohn        <plugin>
2228399a9bcSMatthias Sohn          <groupId>org.codehaus.mojo</groupId>
2238399a9bcSMatthias Sohn          <artifactId>build-helper-maven-plugin</artifactId>
2243bc46dfeSMatthias Sohn          <version>1.10</version>
2258399a9bcSMatthias Sohn        </plugin>
226f2455798SMatthias Sohn      </plugins>
227f2455798SMatthias Sohn    </pluginManagement>
228f2455798SMatthias Sohn  </build>
229dcddaa94SMatthias Sohn
230b97a35d7SMatthias Sohn  <profiles>
231b97a35d7SMatthias Sohn    <profile>
232b97a35d7SMatthias Sohn      <id>eclipse-sign</id>
233b97a35d7SMatthias Sohn      <build>
234b97a35d7SMatthias Sohn        <plugins>
235b97a35d7SMatthias Sohn          <plugin>
236b97a35d7SMatthias Sohn            <groupId>org.eclipse.tycho</groupId>
237b97a35d7SMatthias Sohn            <artifactId>target-platform-configuration</artifactId>
238b97a35d7SMatthias Sohn            <configuration>
239b97a35d7SMatthias Sohn              <includePackedArtifacts>true</includePackedArtifacts>
240b97a35d7SMatthias Sohn            </configuration>
241b97a35d7SMatthias Sohn          </plugin>
242b97a35d7SMatthias Sohn          <plugin>
243b97a35d7SMatthias Sohn            <groupId>org.eclipse.tycho.extras</groupId>
244b97a35d7SMatthias Sohn            <artifactId>tycho-pack200a-plugin</artifactId>
245b97a35d7SMatthias Sohn            <executions>
246b97a35d7SMatthias Sohn              <execution>
247b97a35d7SMatthias Sohn                <id>pack200-normalize</id>
248b97a35d7SMatthias Sohn                <goals>
249b97a35d7SMatthias Sohn                  <goal>normalize</goal>
250b97a35d7SMatthias Sohn                </goals>
251b97a35d7SMatthias Sohn                <phase>verify</phase>
252b97a35d7SMatthias Sohn              </execution>
253b97a35d7SMatthias Sohn            </executions>
254b97a35d7SMatthias Sohn          </plugin>
255b97a35d7SMatthias Sohn          <plugin>
256b97a35d7SMatthias Sohn            <groupId>org.eclipse.cbi.maven.plugins</groupId>
257b97a35d7SMatthias Sohn            <artifactId>eclipse-jarsigner-plugin</artifactId>
258b97a35d7SMatthias Sohn            <executions>
259b97a35d7SMatthias Sohn              <execution>
260b97a35d7SMatthias Sohn                <id>sign</id>
261b97a35d7SMatthias Sohn                <goals>
262b97a35d7SMatthias Sohn                  <goal>sign</goal>
263b97a35d7SMatthias Sohn                </goals>
264b97a35d7SMatthias Sohn                <phase>verify</phase>
265b97a35d7SMatthias Sohn              </execution>
266b97a35d7SMatthias Sohn            </executions>
267b97a35d7SMatthias Sohn          </plugin>
268b97a35d7SMatthias Sohn          <plugin>
269b97a35d7SMatthias Sohn            <groupId>org.eclipse.tycho.extras</groupId>
270b97a35d7SMatthias Sohn            <artifactId>tycho-pack200b-plugin</artifactId>
271b97a35d7SMatthias Sohn            <executions>
272b97a35d7SMatthias Sohn              <execution>
273b97a35d7SMatthias Sohn                <id>pack200-pack</id>
274b97a35d7SMatthias Sohn                <goals>
275b97a35d7SMatthias Sohn                  <goal>pack</goal>
276b97a35d7SMatthias Sohn                </goals>
277b97a35d7SMatthias Sohn                <phase>verify</phase>
278b97a35d7SMatthias Sohn              </execution>
279b97a35d7SMatthias Sohn            </executions>
280b97a35d7SMatthias Sohn          </plugin>
281b97a35d7SMatthias Sohn          <plugin>
282b97a35d7SMatthias Sohn            <groupId>org.eclipse.tycho</groupId>
283b97a35d7SMatthias Sohn            <artifactId>tycho-p2-plugin</artifactId>
284b97a35d7SMatthias Sohn            <executions>
285b97a35d7SMatthias Sohn              <execution>
286b97a35d7SMatthias Sohn                <id>p2-metadata</id>
287b97a35d7SMatthias Sohn                <goals>
288b97a35d7SMatthias Sohn                  <goal>p2-metadata</goal>
289b97a35d7SMatthias Sohn                </goals>
290b97a35d7SMatthias Sohn                <phase>verify</phase>
291b97a35d7SMatthias Sohn              </execution>
292b97a35d7SMatthias Sohn            </executions>
293b97a35d7SMatthias Sohn            <configuration>
294b97a35d7SMatthias Sohn              <defaultP2Metadata>false</defaultP2Metadata>
295b97a35d7SMatthias Sohn            </configuration>
296b97a35d7SMatthias Sohn          </plugin>
297b97a35d7SMatthias Sohn        </plugins>
298b97a35d7SMatthias Sohn      </build>
299b97a35d7SMatthias Sohn    </profile>
300b97a35d7SMatthias Sohn    <profile>
301b97a35d7SMatthias Sohn      <id>eclipse-pack</id>
302b97a35d7SMatthias Sohn      <build>
303b97a35d7SMatthias Sohn        <plugins>
304b97a35d7SMatthias Sohn          <plugin>
305b97a35d7SMatthias Sohn            <groupId>org.eclipse.tycho</groupId>
306b97a35d7SMatthias Sohn            <artifactId>target-platform-configuration</artifactId>
307b97a35d7SMatthias Sohn            <configuration>
308b97a35d7SMatthias Sohn              <includePackedArtifacts>true</includePackedArtifacts>
309b97a35d7SMatthias Sohn            </configuration>
310b97a35d7SMatthias Sohn          </plugin>
311b97a35d7SMatthias Sohn          <plugin>
312b97a35d7SMatthias Sohn            <groupId>org.eclipse.tycho.extras</groupId>
313b97a35d7SMatthias Sohn            <artifactId>tycho-pack200a-plugin</artifactId>
314b97a35d7SMatthias Sohn            <executions>
315b97a35d7SMatthias Sohn              <execution>
316b97a35d7SMatthias Sohn                <id>pack200-normalize</id>
317b97a35d7SMatthias Sohn                <goals>
318b97a35d7SMatthias Sohn                  <goal>normalize</goal>
319b97a35d7SMatthias Sohn                </goals>
320b97a35d7SMatthias Sohn              </execution>
321b97a35d7SMatthias Sohn            </executions>
322b97a35d7SMatthias Sohn          </plugin>
323b97a35d7SMatthias Sohn          <plugin>
324b97a35d7SMatthias Sohn            <groupId>org.eclipse.tycho.extras</groupId>
325b97a35d7SMatthias Sohn            <artifactId>tycho-pack200b-plugin</artifactId>
326b97a35d7SMatthias Sohn            <executions>
327b97a35d7SMatthias Sohn              <execution>
328b97a35d7SMatthias Sohn                <id>pack200-pack</id>
329b97a35d7SMatthias Sohn                <goals>
330b97a35d7SMatthias Sohn                  <goal>pack</goal>
331b97a35d7SMatthias Sohn                </goals>
332b97a35d7SMatthias Sohn              </execution>
333b97a35d7SMatthias Sohn            </executions>
334b97a35d7SMatthias Sohn          </plugin>
335b97a35d7SMatthias Sohn          <plugin>
336b97a35d7SMatthias Sohn            <groupId>org.eclipse.tycho</groupId>
337b97a35d7SMatthias Sohn            <artifactId>tycho-p2-plugin</artifactId>
338b97a35d7SMatthias Sohn            <executions>
339b97a35d7SMatthias Sohn              <execution>
340b97a35d7SMatthias Sohn                <id>p2-metadata</id>
341b97a35d7SMatthias Sohn                <goals>
342b97a35d7SMatthias Sohn                  <goal>p2-metadata</goal>
343b97a35d7SMatthias Sohn                </goals>
344b97a35d7SMatthias Sohn                <phase>package</phase>
345b97a35d7SMatthias Sohn              </execution>
346b97a35d7SMatthias Sohn            </executions>
347b97a35d7SMatthias Sohn            <configuration>
348b97a35d7SMatthias Sohn              <defaultP2Metadata>false</defaultP2Metadata>
349b97a35d7SMatthias Sohn            </configuration>
350b97a35d7SMatthias Sohn          </plugin>
351b97a35d7SMatthias Sohn        </plugins>
352b97a35d7SMatthias Sohn      </build>
353b97a35d7SMatthias Sohn    </profile>
354b97a35d7SMatthias Sohn  </profiles>
355f2455798SMatthias Sohn</project>
356