Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDani Megert2019-05-10 12:40:40 +0000
committerDani Megert2019-05-10 13:13:17 +0000
commitd9e190109343449edc2ffdc6e0d9fc46e0192ece (patch)
tree7e119795fca1f0014bb8fe031c16b34507175c58
parent595b1814a7c005877f14d564408859aa1417e657 (diff)
downloadeclipse.platform.ui-d9e190109343449edc2ffdc6e0d9fc46e0192ece.tar.gz
eclipse.platform.ui-d9e190109343449edc2ffdc6e0d9fc46e0192ece.tar.xz
eclipse.platform.ui-d9e190109343449edc2ffdc6e0d9fc46e0192ece.zip
Revert "Bug 506778 - Enable project specific checks for Platform UI project for the Gerrit validation build"
This reverts commit 299ef8cd7945109266f1a0fe16c388608f850e89. See https://bugs.eclipse.org/bugs/show_bug.cgi?id=540419#c9 Change-Id: I295364f3dd6fdb782f234ed3c8d77ed70cff7993
-rw-r--r--pom.xml19
1 files changed, 1 insertions, 18 deletions
diff --git a/pom.xml b/pom.xml
index 3280289ef1f..1ee9ec7f85f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -27,7 +27,7 @@
<properties>
<tycho.scmUrl>scm:git:git://git.eclipse.org/gitroot/platform/eclipse.platform.ui.git</tycho.scmUrl>
</properties>
-
+
<!--
To build individual bundles, we specify a repository where to find parent pom,
in case it is not in local maven cache already
@@ -48,23 +48,6 @@
<url>https://repo.eclipse.org/content/repositories/eclipse/</url>
</repository>
</repositories>
- <build>
- <plugins>
- <plugin>
- <groupId>org.eclipse.tycho</groupId>
- <artifactId>tycho-compiler-plugin</artifactId>
- <version>${tycho.version}</version>
- <configuration>
- <!-- Do not use useProjectSettings; it'll always override -nowarn -->
- <compilerArgs>
- <arg>-properties</arg>
- <arg>${project.basedir}/.settings/org.eclipse.jdt.core.prefs</arg>
- <arg>-nowarn</arg>
- </compilerArgs>
- </configuration>
- </plugin>
- </plugins>
- </build>
</profile>
</profiles>

Back to the top