Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLars Vogel2019-05-03 09:01:41 +0000
committerLars Vogel2019-05-03 09:01:41 +0000
commit1040807658b094c2534e36a56122142dfebb2e88 (patch)
treefe0084881cbc5b2eeefd229a46ce4f6f7445b98f
parent47704b515319e12a7c38fe9d4b382783cb173c9f (diff)
downloadeclipse.platform.ui-1040807658b094c2534e36a56122142dfebb2e88.tar.gz
eclipse.platform.ui-1040807658b094c2534e36a56122142dfebb2e88.tar.xz
eclipse.platform.ui-1040807658b094c2534e36a56122142dfebb2e88.zip
Bug 535382 - Use pomless builds for org.eclipse.core.databinding.beans
I see no compile warnigs in this plug-in so removing the pom file should be ok Change-Id: I134ca06cbf4ef2ff3dffd0eee9ac00103d78b3e2 Signed-off-by: Lars Vogel <Lars.Vogel@vogella.com>
-rw-r--r--bundles/org.eclipse.core.databinding.beans/pom.xml29
1 files changed, 0 insertions, 29 deletions
diff --git a/bundles/org.eclipse.core.databinding.beans/pom.xml b/bundles/org.eclipse.core.databinding.beans/pom.xml
deleted file mode 100644
index a117db64993..00000000000
--- a/bundles/org.eclipse.core.databinding.beans/pom.xml
+++ /dev/null
@@ -1,29 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--
- Copyright (c) 2012, 2016 Eclipse Foundation.
- 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
- Lars Vogel <Lars.Vogel@vogella.com> - Bug 441263, 483395
--->
-<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.core</groupId>
- <artifactId>org.eclipse.core.databinding.beans</artifactId>
- <version>1.5.0-SNAPSHOT</version>
- <packaging>eclipse-plugin</packaging>
-
- <properties>
- <code.ignoredWarnings>-warn:-deprecation,raw,unchecked</code.ignoredWarnings>
- </properties>
-</project>

Back to the top