Thomas Watson | 0c5882c | 2012-05-22 13:41:26 -0500 | [diff] [blame] | 1 | <?xml version="1.0" encoding="UTF-8"?> |
| 2 | <!-- |
Alexander Kurtakov | c2742ea | 2018-05-30 12:12:29 +0300 | [diff] [blame] | 3 | Copyright (c) 2012, 2018 Eclipse Foundation. |
Thomas Watson | 0c5882c | 2012-05-22 13:41:26 -0500 | [diff] [blame] | 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 Watson | 8b767d4 | 2013-03-27 09:42:24 -0500 | [diff] [blame] | 12 | <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 Watson | 0c5882c | 2012-05-22 13:41:26 -0500 | [diff] [blame] | 13 | <modelVersion>4.0.0</modelVersion> |
| 14 | |
| 15 | <parent> |
| 16 | <groupId>org.eclipse</groupId> |
Thomas Watson | e86effb | 2013-02-25 09:53:25 -0600 | [diff] [blame] | 17 | <artifactId>eclipse-platform-parent</artifactId> |
Sravan Kumar Lakkimsetti | ee0d757 | 2021-06-03 20:44:38 +0530 | [diff] [blame] | 18 | <version>4.21.0-SNAPSHOT</version> |
Thomas Watson | e86effb | 2013-02-25 09:53:25 -0600 | [diff] [blame] | 19 | <relativePath>../eclipse-platform-parent</relativePath> |
Thomas Watson | 0c5882c | 2012-05-22 13:41:26 -0500 | [diff] [blame] | 20 | </parent> |
| 21 | |
| 22 | <groupId>org.eclipse.equinox.bundles</groupId> |
| 23 | <artifactId>rt.equinox.bundles</artifactId> |
Thomas Watson | 0c5882c | 2012-05-22 13:41:26 -0500 | [diff] [blame] | 24 | <packaging>pom</packaging> |
| 25 | |
Thanh Ha | 50373ab | 2012-12-10 14:19:19 -0600 | [diff] [blame] | 26 | <properties> |
| 27 | <tycho.scmUrl>scm:git:git://git.eclipse.org/gitroot/equinox/rt.equinox.bundles.git</tycho.scmUrl> |
| 28 | </properties> |
| 29 | |
Markus Keller | bd18f88 | 2015-08-19 21:34:31 +0200 | [diff] [blame] | 30 | <!-- |
| 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 Watson | 8b767d4 | 2013-03-27 09:42:24 -0500 | [diff] [blame] | 52 | |
Thomas Watson | 0c5882c | 2012-05-22 13:41:26 -0500 | [diff] [blame] | 53 | <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 Watson | cdcd094 | 2014-03-19 12:38:28 -0500 | [diff] [blame] | 61 | <module>features/org.eclipse.equinox.core.sdk</module> |
Thomas Watson | a1a4aea | 2013-03-21 10:34:16 -0500 | [diff] [blame] | 62 | |
| 63 | <!-- https://bugs.eclipse.org/bugs/show_bug.cgi?id=348045 |
Thomas Watson | 0c5882c | 2012-05-22 13:41:26 -0500 | [diff] [blame] | 64 | <module>features/org.eclipse.equinox.server.servletbridge</module> |
Thomas Watson | a1a4aea | 2013-03-21 10:34:16 -0500 | [diff] [blame] | 65 | --> |
| 66 | |
Thomas Watson | 0c5882c | 2012-05-22 13:41:26 -0500 | [diff] [blame] | 67 | <module>features/org.eclipse.equinox.server.simple</module> |
| 68 | <module>features/org.eclipse.equinox.serverside.sdk</module> |
Thomas Watson | 0c5882c | 2012-05-22 13:41:26 -0500 | [diff] [blame] | 69 | <module>bundles/org.eclipse.equinox.bidi.tests</module> |
| 70 | <module>bundles/org.eclipse.equinox.cm.test</module> |
Julian Honnen | 036a8c5 | 2019-02-06 16:56:59 +0100 | [diff] [blame] | 71 | <module>bundles/org.eclipse.equinox.common.tests</module> |
Thomas Watson | 0c5882c | 2012-05-22 13:41:26 -0500 | [diff] [blame] | 72 | |
Thomas Watson | 0c5882c | 2012-05-22 13:41:26 -0500 | [diff] [blame] | 73 | <module>bundles/org.eclipse.equinox.ds.tests</module> |
Vasili Gulevich | fd57f9e | 2018-01-22 13:51:21 +0600 | [diff] [blame] | 74 | <module>bundles/org.eclipse.equinox.preferences.tests</module> |
Thomas Watson | a164762 | 2016-01-20 08:40:43 -0600 | [diff] [blame] | 75 | <!-- removed until the dependency on aspectj is removed. see bug 470000 |
Thomas Watson | 0c5882c | 2012-05-22 13:41:26 -0500 | [diff] [blame] | 76 | <module>bundles/org.eclipse.equinox.region.tests</module> |
Thomas Watson | a164762 | 2016-01-20 08:40:43 -0600 | [diff] [blame] | 77 | --> |
Thomas Watson | 0c5882c | 2012-05-22 13:41:26 -0500 | [diff] [blame] | 78 | <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 Watson | 0c5882c | 2012-05-22 13:41:26 -0500 | [diff] [blame] | 86 | <module>bundles/org.eclipse.equinox.security.win32.x86_64</module> |
Jeff Johnston | fdebce6 | 2021-01-12 17:57:54 -0500 | [diff] [blame] | 87 | <module>bundles/org.eclipse.equinox.security.linux</module> |
Alexander Kurtakov | 21549a6 | 2021-01-16 09:44:17 +0200 | [diff] [blame] | 88 | <module>bundles/org.eclipse.equinox.security.linux.x86_64</module> |
Thomas Watson | 0c5882c | 2012-05-22 13:41:26 -0500 | [diff] [blame] | 89 | <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 Kurtakov | f938c51 | 2018-11-07 12:14:10 +0200 | [diff] [blame] | 94 | <module>bundles/org.eclipse.equinox.console.ssh.tests</module> |
| 95 | <module>bundles/org.eclipse.equinox.console.tests</module> |
Thomas Watson | 0c5882c | 2012-05-22 13:41:26 -0500 | [diff] [blame] | 96 | <module>bundles/org.eclipse.equinox.coordinator</module> |
| 97 | <module>bundles/org.eclipse.equinox.device</module> |
Alexander Kurtakov | 7372500 | 2021-01-19 17:33:48 +0200 | [diff] [blame] | 98 | <!-- Module is deprecated |
Thomas Watson | 0c5882c | 2012-05-22 13:41:26 -0500 | [diff] [blame] | 99 | <module>bundles/org.eclipse.equinox.ds</module> |
Alexander Kurtakov | 7372500 | 2021-01-19 17:33:48 +0200 | [diff] [blame] | 100 | --> |
Thomas Watson | 0c5882c | 2012-05-22 13:41:26 -0500 | [diff] [blame] | 101 | <module>bundles/org.eclipse.equinox.event</module> |
Thanh Ha | 9b76e9a | 2012-09-07 09:58:11 -0400 | [diff] [blame] | 102 | |
| 103 | <!-- Module is deprecated |
| 104 | https://bugs.eclipse.org/bugs/show_bug.cgi?id=389050 |
Thomas Watson | 0c5882c | 2012-05-22 13:41:26 -0500 | [diff] [blame] | 105 | <module>bundles/org.eclipse.equinox.http</module> |
Thanh Ha | 9b76e9a | 2012-09-07 09:58:11 -0400 | [diff] [blame] | 106 | --> |
Krzysztof Daniel | 45ff928 | 2012-08-03 11:44:17 -0400 | [diff] [blame] | 107 | |
Thomas Watson | c30d687 | 2017-05-03 15:14:11 -0500 | [diff] [blame] | 108 | <module>bundles/org.eclipse.equinox.http.jetty</module> |
Thomas Watson | 0c5882c | 2012-05-22 13:41:26 -0500 | [diff] [blame] | 109 | <module>bundles/org.eclipse.equinox.http.registry</module> |
| 110 | <module>bundles/org.eclipse.equinox.http.servlet</module> |
Thomas Watson | e1cf932 | 2016-02-22 09:14:44 -0600 | [diff] [blame] | 111 | <module>bundles/org.eclipse.equinox.http.servlet.tests</module> |
Thomas Watson | 0c5882c | 2012-05-22 13:41:26 -0500 | [diff] [blame] | 112 | <module>bundles/org.eclipse.equinox.http.servletbridge</module> |
Thomas Watson | 0c5882c | 2012-05-22 13:41:26 -0500 | [diff] [blame] | 113 | <module>bundles/org.eclipse.equinox.jsp.jasper</module> |
| 114 | <module>bundles/org.eclipse.equinox.jsp.jasper.registry</module> |
Thomas Watson | 1f4da24 | 2017-08-08 08:50:15 -0500 | [diff] [blame] | 115 | <module>bundles/org.eclipse.equinox.log.stream</module> |
Thomas Watson | 0c5882c | 2012-05-22 13:41:26 -0500 | [diff] [blame] | 116 | <module>bundles/org.eclipse.equinox.metatype</module> |
| 117 | <module>bundles/org.eclipse.equinox.region</module> |
| 118 | <module>bundles/org.eclipse.equinox.servletbridge</module> |
Thomas Watson | a1a4aea | 2013-03-21 10:34:16 -0500 | [diff] [blame] | 119 | |
| 120 | <!-- https://bugs.eclipse.org/bugs/show_bug.cgi?id=348045 |
Thomas Watson | 0c5882c | 2012-05-22 13:41:26 -0500 | [diff] [blame] | 121 | <module>bundles/org.eclipse.equinox.servletbridge.extensionbundle</module> |
Thomas Watson | a1a4aea | 2013-03-21 10:34:16 -0500 | [diff] [blame] | 122 | --> |
| 123 | |
Thomas Watson | 0c5882c | 2012-05-22 13:41:26 -0500 | [diff] [blame] | 124 | <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 Watson | 0c5882c | 2012-05-22 13:41:26 -0500 | [diff] [blame] | 129 | <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 Watson | 0c5882c | 2012-05-22 13:41:26 -0500 | [diff] [blame] | 132 | </modules> |
| 133 | |
| 134 | </project> |