Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDani Megert2019-05-10 12:42:45 +0000
committerDani Megert2019-05-10 12:42:51 +0000
commitb45ea1b32dab553333618b11c1f0e51610791e77 (patch)
treef4b593b710e219eb038a34bcbfca9677905d222f
parentad3f044ea5848ba96e91ccdf022790980f71487b (diff)
downloadeclipse.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.xml17
1 files changed, 0 insertions, 17 deletions
diff --git a/pom.xml b/pom.xml
index f6e4461a9..1ea0d62df 100644
--- a/pom.xml
+++ b/pom.xml
@@ -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>

Back to the top