blob: eb208786c9e83c48c5f87872f3490a53c694983e [file] [log] [blame]
Thomas Watson0c5882c2012-05-22 13:41:26 -05001<?xml version="1.0" encoding="UTF-8"?>
2<!--
3 Copyright (c) 2012 Eclipse Foundation.
4 All rights reserved. This program and the accompanying materials
5 are made available under the terms of the Eclipse Distribution License v1.0
6 which accompanies this distribution, and is available at
7 http://www.eclipse.org/org/documents/edl-v10.php
8
9 Contributors:
10 Igor Fedorenko - initial implementation
11-->
Thomas Watson8b767d42013-03-27 09:42:24 -050012<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">
Thomas Watson0c5882c2012-05-22 13:41:26 -050013 <modelVersion>4.0.0</modelVersion>
14
15 <parent>
16 <groupId>org.eclipse</groupId>
Thomas Watsone86effb2013-02-25 09:53:25 -060017 <artifactId>eclipse-platform-parent</artifactId>
Thomas Watson9cb3b482016-06-28 12:41:51 -050018 <version>4.7.0-SNAPSHOT</version>
Thomas Watsone86effb2013-02-25 09:53:25 -060019 <relativePath>../eclipse-platform-parent</relativePath>
Thomas Watson0c5882c2012-05-22 13:41:26 -050020 </parent>
21
22 <groupId>org.eclipse.equinox.bundles</groupId>
23 <artifactId>rt.equinox.bundles</artifactId>
Thomas Watson9cb3b482016-06-28 12:41:51 -050024 <version>4.7.0-SNAPSHOT</version>
Thomas Watson0c5882c2012-05-22 13:41:26 -050025 <packaging>pom</packaging>
26
Thanh Ha50373ab2012-12-10 14:19:19 -060027 <properties>
28 <tycho.scmUrl>scm:git:git://git.eclipse.org/gitroot/equinox/rt.equinox.bundles.git</tycho.scmUrl>
29 </properties>
30
Markus Kellerbd18f882015-08-19 21:34:31 +020031 <!--
32 To build individual bundles, we specify a repository where to find parent pom,
33 in case it is not in local maven cache already
34 and that parent pom also has fuller individual-bundle profile
35 defined that is combined with this one. -->
36 <profiles>
37 <profile>
38 <id>build-individual-bundles</id>
39 <repositories>
40 <repository>
41 <releases>
42 <enabled>true</enabled>
43 </releases>
44 <snapshots>
45 <enabled>true</enabled>
46 </snapshots>
47 <id>eclipse-hosted</id>
48 <url>https://repo.eclipse.org/content/repositories/eclipse/</url>
49 </repository>
50 </repositories>
51 </profile>
52 </profiles>
Thomas Watson8b767d42013-03-27 09:42:24 -050053
Thomas Watson0c5882c2012-05-22 13:41:26 -050054 <modules>
55 <module>bundles/org.eclipse.equinox.security.ui</module>
56 <module>features/org.eclipse.equinox.compendium.sdk</module>
57 <module>features/org.eclipse.equinox.core.feature</module>
58 <module>features/org.eclipse.equinox.sdk</module>
59 <module>features/org.eclipse.equinox.server.core</module>
60 <module>features/org.eclipse.equinox.server.jetty</module>
61 <module>features/org.eclipse.equinox.server.p2</module>
Thomas Watsoncdcd0942014-03-19 12:38:28 -050062 <module>features/org.eclipse.equinox.core.sdk</module>
Thomas Watsona1a4aea2013-03-21 10:34:16 -050063
64<!-- https://bugs.eclipse.org/bugs/show_bug.cgi?id=348045
Thomas Watson0c5882c2012-05-22 13:41:26 -050065 <module>features/org.eclipse.equinox.server.servletbridge</module>
Thomas Watsona1a4aea2013-03-21 10:34:16 -050066-->
67
Thomas Watson0c5882c2012-05-22 13:41:26 -050068 <module>features/org.eclipse.equinox.server.simple</module>
69 <module>features/org.eclipse.equinox.serverside.sdk</module>
Thomas Watson0c5882c2012-05-22 13:41:26 -050070 <module>bundles/org.eclipse.equinox.bidi.tests</module>
71 <module>bundles/org.eclipse.equinox.cm.test</module>
72 <module>bundles/org.eclipse.equinox.compendium.tests</module>
73
74<!-- no longer built in M6
75 <module>bundles/org.eclipse.equinox.console.ssh.tests</module>
76 <module>bundles/org.eclipse.equinox.console.tests</module>
77-->
78
79 <module>bundles/org.eclipse.equinox.ds.tests</module>
Thomas Watsona1647622016-01-20 08:40:43 -060080<!-- removed until the dependency on aspectj is removed. see bug 470000
Thomas Watson0c5882c2012-05-22 13:41:26 -050081 <module>bundles/org.eclipse.equinox.region.tests</module>
Thomas Watsona1647622016-01-20 08:40:43 -060082-->
Thomas Watson0c5882c2012-05-22 13:41:26 -050083 <module>bundles/org.eclipse.equinox.security.tests</module>
84 <module>bundles/org.eclipse.equinox.app</module>
85 <module>bundles/org.eclipse.equinox.preferences</module>
86 <module>bundles/org.eclipse.equinox.common</module>
87 <module>bundles/org.eclipse.equinox.registry</module>
88 <module>bundles/org.eclipse.equinox.concurrent</module>
89 <module>bundles/org.eclipse.equinox.security</module>
90 <module>bundles/org.eclipse.equinox.security.macosx</module>
91 <module>bundles/org.eclipse.equinox.security.win32.x86</module>
92 <module>bundles/org.eclipse.equinox.security.win32.x86_64</module>
93 <module>bundles/org.eclipse.equinox.bidi</module>
94 <module>bundles/org.eclipse.equinox.cm</module>
95 <module>bundles/org.eclipse.equinox.console</module>
96 <module>bundles/org.eclipse.equinox.console.jaas.fragment</module>
97 <module>bundles/org.eclipse.equinox.console.ssh</module>
98 <module>bundles/org.eclipse.equinox.coordinator</module>
99 <module>bundles/org.eclipse.equinox.device</module>
100 <module>bundles/org.eclipse.equinox.ds</module>
101 <module>bundles/org.eclipse.equinox.event</module>
Thanh Ha9b76e9a2012-09-07 09:58:11 -0400102
103 <!-- Module is deprecated
104 https://bugs.eclipse.org/bugs/show_bug.cgi?id=389050
Thomas Watson0c5882c2012-05-22 13:41:26 -0500105 <module>bundles/org.eclipse.equinox.http</module>
Thanh Ha9b76e9a2012-09-07 09:58:11 -0400106 -->
Krzysztof Daniel45ff9282012-08-03 11:44:17 -0400107
Thomas Watsonf1c6c7f2014-10-07 12:22:35 -0500108 <module>bundles/org.eclipse.equinox.http.jetty9</module>
Thomas Watson0c5882c2012-05-22 13:41:26 -0500109 <module>bundles/org.eclipse.equinox.http.registry</module>
110 <module>bundles/org.eclipse.equinox.http.servlet</module>
Thomas Watsone1cf9322016-02-22 09:14:44 -0600111 <module>bundles/org.eclipse.equinox.http.servlet.tests</module>
Thomas Watson0c5882c2012-05-22 13:41:26 -0500112 <module>bundles/org.eclipse.equinox.http.servletbridge</module>
113 <module>bundles/org.eclipse.equinox.io</module>
114 <module>bundles/org.eclipse.equinox.ip</module>
115 <module>bundles/org.eclipse.equinox.jsp.jasper</module>
116 <module>bundles/org.eclipse.equinox.jsp.jasper.registry</module>
Thomas Watson0c5882c2012-05-22 13:41:26 -0500117 <module>bundles/org.eclipse.equinox.metatype</module>
118 <module>bundles/org.eclipse.equinox.region</module>
119 <module>bundles/org.eclipse.equinox.servletbridge</module>
Thomas Watsona1a4aea2013-03-21 10:34:16 -0500120
121<!-- https://bugs.eclipse.org/bugs/show_bug.cgi?id=348045
Thomas Watson0c5882c2012-05-22 13:41:26 -0500122 <module>bundles/org.eclipse.equinox.servletbridge.extensionbundle</module>
Thomas Watsona1a4aea2013-03-21 10:34:16 -0500123-->
124
Thomas Watson0c5882c2012-05-22 13:41:26 -0500125 <module>bundles/org.eclipse.equinox.servletbridge.template</module>
126 <module>bundles/org.eclipse.equinox.slf4j.stub</module>
127 <module>bundles/org.eclipse.equinox.transforms.hook</module>
128 <module>bundles/org.eclipse.equinox.transforms.xslt</module>
129 <module>bundles/org.eclipse.equinox.useradmin</module>
130 <module>bundles/org.eclipse.equinox.util</module>
Thomas Watson0c5882c2012-05-22 13:41:26 -0500131 <module>bundles/org.eclipse.equinox.weaving.caching</module>
132 <module>bundles/org.eclipse.equinox.weaving.caching.j9</module>
133 <module>bundles/org.eclipse.equinox.weaving.hook</module>
134 <module>bundles/org.eclipse.equinox.wireadmin</module>
135 </modules>
136
137</project>