diff options
| author | Dani Megert | 2019-05-10 12:40:40 +0000 |
|---|---|---|
| committer | Dani Megert | 2019-05-10 13:13:17 +0000 |
| commit | d9e190109343449edc2ffdc6e0d9fc46e0192ece (patch) | |
| tree | 7e119795fca1f0014bb8fe031c16b34507175c58 | |
| parent | 595b1814a7c005877f14d564408859aa1417e657 (diff) | |
| download | eclipse.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.xml | 19 |
1 files changed, 1 insertions, 18 deletions
@@ -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> |
