diff options
| author | Dani Megert | 2019-05-10 12:42:45 +0000 |
|---|---|---|
| committer | Dani Megert | 2019-05-10 12:42:51 +0000 |
| commit | b45ea1b32dab553333618b11c1f0e51610791e77 (patch) | |
| tree | f4b593b710e219eb038a34bcbfca9677905d222f | |
| parent | ad3f044ea5848ba96e91ccdf022790980f71487b (diff) | |
| download | eclipse.platform.runtime-b45ea1b32dab553333618b11c1f0e51610791e77.tar.gz eclipse.platform.runtime-b45ea1b32dab553333618b11c1f0e51610791e77.tar.xz eclipse.platform.runtime-b45ea1b32dab553333618b11c1f0e51610791e77.zip | |
Revert "Bug 506778 - Enable project specific checks for Platform UI project for the Gerrit validation build"I20190515-1800I20190515-0205I20190513-1800I20190512-1800I20190511-1800I20190510-1800
This reverts commit 85dfb875d274e4cbcb44d29756e803a8daf0c6b6.
https://bugs.eclipse.org/bugs/show_bug.cgi?id=540419#c9
Change-Id: I2fb1633f7c5d8a5f2f557a226465c9fb4873dd9e
| -rw-r--r-- | pom.xml | 17 |
1 files changed, 0 insertions, 17 deletions
@@ -49,23 +49,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> |
