blob: e6aa64c94be8bee65006a49d543a688bf38193a7 [file] [log] [blame]
Thomas Watson0c5882c2012-05-22 13:41:26 -05001<?xml version="1.0" encoding="UTF-8"?>
2<!--
Alexander Kurtakovc2742ea2018-05-30 12:12:29 +03003 Copyright (c) 2012, 2018 Eclipse Foundation.
Thomas Watson0c5882c2012-05-22 13:41:26 -05004 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>
Sravan Kumar Lakkimsettiee0d7572021-06-03 20:44:38 +053018 <version>4.21.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 Watson0c5882c2012-05-22 13:41:26 -050024 <packaging>pom</packaging>
25
Thanh Ha50373ab2012-12-10 14:19:19 -060026 <properties>
27 <tycho.scmUrl>scm:git:git://git.eclipse.org/gitroot/equinox/rt.equinox.bundles.git</tycho.scmUrl>
28 </properties>
29
Markus Kellerbd18f882015-08-19 21:34:31 +020030 <!--
31 To build individual bundles, we specify a repository where to find parent pom,
32 in case it is not in local maven cache already
33 and that parent pom also has fuller individual-bundle profile
34 defined that is combined with this one. -->
35 <profiles>
36 <profile>
37 <id>build-individual-bundles</id>
38 <repositories>
39 <repository>
40 <releases>
41 <enabled>true</enabled>
42 </releases>
43 <snapshots>
44 <enabled>true</enabled>
45 </snapshots>
46 <id>eclipse-hosted</id>
47 <url>https://repo.eclipse.org/content/repositories/eclipse/</url>
48 </repository>
49 </repositories>
50 </profile>
51 </profiles>
Thomas Watson8b767d42013-03-27 09:42:24 -050052
Thomas Watson0c5882c2012-05-22 13:41:26 -050053 <modules>
54 <module>bundles/org.eclipse.equinox.security.ui</module>
55 <module>features/org.eclipse.equinox.compendium.sdk</module>
56 <module>features/org.eclipse.equinox.core.feature</module>
57 <module>features/org.eclipse.equinox.sdk</module>
58 <module>features/org.eclipse.equinox.server.core</module>
59 <module>features/org.eclipse.equinox.server.jetty</module>
60 <module>features/org.eclipse.equinox.server.p2</module>
Thomas Watsoncdcd0942014-03-19 12:38:28 -050061 <module>features/org.eclipse.equinox.core.sdk</module>
Thomas Watsona1a4aea2013-03-21 10:34:16 -050062
63<!-- https://bugs.eclipse.org/bugs/show_bug.cgi?id=348045
Thomas Watson0c5882c2012-05-22 13:41:26 -050064 <module>features/org.eclipse.equinox.server.servletbridge</module>
Thomas Watsona1a4aea2013-03-21 10:34:16 -050065-->
66
Thomas Watson0c5882c2012-05-22 13:41:26 -050067 <module>features/org.eclipse.equinox.server.simple</module>
68 <module>features/org.eclipse.equinox.serverside.sdk</module>
Thomas Watson0c5882c2012-05-22 13:41:26 -050069 <module>bundles/org.eclipse.equinox.bidi.tests</module>
70 <module>bundles/org.eclipse.equinox.cm.test</module>
Julian Honnen036a8c52019-02-06 16:56:59 +010071 <module>bundles/org.eclipse.equinox.common.tests</module>
Thomas Watson0c5882c2012-05-22 13:41:26 -050072
Thomas Watson0c5882c2012-05-22 13:41:26 -050073 <module>bundles/org.eclipse.equinox.ds.tests</module>
Vasili Gulevichfd57f9e2018-01-22 13:51:21 +060074 <module>bundles/org.eclipse.equinox.preferences.tests</module>
Thomas Watsona1647622016-01-20 08:40:43 -060075<!-- removed until the dependency on aspectj is removed. see bug 470000
Thomas Watson0c5882c2012-05-22 13:41:26 -050076 <module>bundles/org.eclipse.equinox.region.tests</module>
Thomas Watsona1647622016-01-20 08:40:43 -060077-->
Thomas Watson0c5882c2012-05-22 13:41:26 -050078 <module>bundles/org.eclipse.equinox.security.tests</module>
79 <module>bundles/org.eclipse.equinox.app</module>
80 <module>bundles/org.eclipse.equinox.preferences</module>
81 <module>bundles/org.eclipse.equinox.common</module>
82 <module>bundles/org.eclipse.equinox.registry</module>
83 <module>bundles/org.eclipse.equinox.concurrent</module>
84 <module>bundles/org.eclipse.equinox.security</module>
85 <module>bundles/org.eclipse.equinox.security.macosx</module>
Thomas Watson0c5882c2012-05-22 13:41:26 -050086 <module>bundles/org.eclipse.equinox.security.win32.x86_64</module>
Jeff Johnstonfdebce62021-01-12 17:57:54 -050087 <module>bundles/org.eclipse.equinox.security.linux</module>
Alexander Kurtakov21549a62021-01-16 09:44:17 +020088 <module>bundles/org.eclipse.equinox.security.linux.x86_64</module>
Thomas Watson0c5882c2012-05-22 13:41:26 -050089 <module>bundles/org.eclipse.equinox.bidi</module>
90 <module>bundles/org.eclipse.equinox.cm</module>
91 <module>bundles/org.eclipse.equinox.console</module>
92 <module>bundles/org.eclipse.equinox.console.jaas.fragment</module>
93 <module>bundles/org.eclipse.equinox.console.ssh</module>
Alexander Kurtakovf938c512018-11-07 12:14:10 +020094 <module>bundles/org.eclipse.equinox.console.ssh.tests</module>
95 <module>bundles/org.eclipse.equinox.console.tests</module>
Thomas Watson0c5882c2012-05-22 13:41:26 -050096 <module>bundles/org.eclipse.equinox.coordinator</module>
97 <module>bundles/org.eclipse.equinox.device</module>
Alexander Kurtakov73725002021-01-19 17:33:48 +020098 <!-- Module is deprecated
Thomas Watson0c5882c2012-05-22 13:41:26 -050099 <module>bundles/org.eclipse.equinox.ds</module>
Alexander Kurtakov73725002021-01-19 17:33:48 +0200100 -->
Thomas Watson0c5882c2012-05-22 13:41:26 -0500101 <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 Watsonc30d6872017-05-03 15:14:11 -0500108 <module>bundles/org.eclipse.equinox.http.jetty</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>
Thomas Watson0c5882c2012-05-22 13:41:26 -0500113 <module>bundles/org.eclipse.equinox.jsp.jasper</module>
114 <module>bundles/org.eclipse.equinox.jsp.jasper.registry</module>
Thomas Watson1f4da242017-08-08 08:50:15 -0500115 <module>bundles/org.eclipse.equinox.log.stream</module>
Thomas Watson0c5882c2012-05-22 13:41:26 -0500116 <module>bundles/org.eclipse.equinox.metatype</module>
117 <module>bundles/org.eclipse.equinox.region</module>
118 <module>bundles/org.eclipse.equinox.servletbridge</module>
Thomas Watsona1a4aea2013-03-21 10:34:16 -0500119
120<!-- https://bugs.eclipse.org/bugs/show_bug.cgi?id=348045
Thomas Watson0c5882c2012-05-22 13:41:26 -0500121 <module>bundles/org.eclipse.equinox.servletbridge.extensionbundle</module>
Thomas Watsona1a4aea2013-03-21 10:34:16 -0500122-->
123
Thomas Watson0c5882c2012-05-22 13:41:26 -0500124 <module>bundles/org.eclipse.equinox.servletbridge.template</module>
125 <module>bundles/org.eclipse.equinox.slf4j.stub</module>
126 <module>bundles/org.eclipse.equinox.transforms.hook</module>
127 <module>bundles/org.eclipse.equinox.transforms.xslt</module>
128 <module>bundles/org.eclipse.equinox.useradmin</module>
Thomas Watson0c5882c2012-05-22 13:41:26 -0500129 <module>bundles/org.eclipse.equinox.weaving.caching</module>
130 <module>bundles/org.eclipse.equinox.weaving.caching.j9</module>
131 <module>bundles/org.eclipse.equinox.weaving.hook</module>
Thomas Watson0c5882c2012-05-22 13:41:26 -0500132 </modules>
133
134</project>