diff options
| author | Lars Vogel | 2019-04-23 08:13:56 +0000 |
|---|---|---|
| committer | Lars Vogel | 2019-04-26 10:19:56 +0000 |
| commit | d15c3c251d69778417c1390c180553538a497931 (patch) | |
| tree | d80b89c3cc9f315fc56e4428bc367332cde3dd35 | |
| parent | 84ecbde5000b1a0cb49d2c9823598c5f92061d7c (diff) | |
| download | eclipse.platform.ui-d15c3c251d69778417c1390c180553538a497931.tar.gz eclipse.platform.ui-d15c3c251d69778417c1390c180553538a497931.tar.xz eclipse.platform.ui-d15c3c251d69778417c1390c180553538a497931.zip | |
Bug 535382 - Use pomless builds in eclipse.platform.ui
First try with with the org.eclipse.ui bundle. Once this gets merged, we
should remove all pom.xml from bundles, features and tests, if possible.
Change-Id: Ib393d58a3d38be3062db04ddfe4e246212f24613
Signed-off-by: Lars Vogel <Lars.Vogel@vogella.com>
| -rw-r--r-- | bundles/org.eclipse.ui/pom.xml | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/bundles/org.eclipse.ui/pom.xml b/bundles/org.eclipse.ui/pom.xml deleted file mode 100644 index 4027c3dcd32..00000000000 --- a/bundles/org.eclipse.ui/pom.xml +++ /dev/null @@ -1,24 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!-- - Copyright (c) 2012, 2017 Eclipse Foundation and others. - All rights reserved. This program and the accompanying materials - are made available under the terms of the Eclipse Distribution License v1.0 - which accompanies this distribution, and is available at - http://www.eclipse.org/org/documents/edl-v10.php - - Contributors: - Igor Fedorenko - initial implementation ---> -<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> - <parent> - <artifactId>eclipse.platform.ui</artifactId> - <groupId>eclipse.platform.ui</groupId> - <version>4.12.0-SNAPSHOT</version> - <relativePath>../../</relativePath> - </parent> - <groupId>org.eclipse.ui</groupId> - <artifactId>org.eclipse.ui</artifactId> - <version>3.113.0-SNAPSHOT</version> - <packaging>eclipse-plugin</packaging> -</project> |
