-
Notifications
You must be signed in to change notification settings - Fork 7
/
pom.xml
39 lines (38 loc) · 1.87 KB
/
pom.xml
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
<?xml version="1.0" encoding="UTF-8"?>
<!-- *******************************************************************************
* Copyright (c) 2008-2019 German Aerospace Center (DLR), Simulation and Software Technology, Germany.
*
* This program and the accompanying materials are made available under the
* terms of the Eclipse Public License 2.0 which is available at
* http://www.eclipse.org/legal/epl-2.0.
*
* SPDX-License-Identifier: EPL-2.0
******************************************************************************* -->
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<artifactId>de.dlr.maven.tycho.demo</artifactId>
<name>DLR Maven Tycho Demo</name>
<packaging>pom</packaging>
<modules>
<module>de.dlr.maven.tycho.demo.branding.feature</module>
<module>de.dlr.maven.tycho.demo.branding.ui</module>
<module>de.dlr.maven.tycho.demo.license.feature</module>
<module>de.dlr.maven.tycho.demo.target</module>
<module>de.dlr.maven.tycho.demo.hello</module>
<module>de.dlr.maven.tycho.demo.hello.feature</module>
<module>de.dlr.maven.tycho.demo.hello.test</module>
<module>de.dlr.maven.tycho.demo.hello.ui</module>
<module>de.dlr.maven.tycho.demo.test</module>
<module>de.dlr.maven.tycho.demo.test.feature</module>
<module>de.dlr.maven.tycho.demo.p2updatesite</module>
<module>de.dlr.maven.tycho.demo.product</module>
<module>de.dlr.maven.tycho.demo.docs.feature</module>
<module>de.dlr.maven.tycho.demo.docs.api</module>
<module>de.dlr.maven.tycho.demo.external.lib.jfreechart</module>
<module>de.dlr.maven.tycho.demo.swtbot.test</module>
</modules>
<groupId>de.dlr.maven.tycho.demo</groupId>
<version>0.5.0-SNAPSHOT</version>
</project>