Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Watson2016-11-07 16:01:26 +0000
committerThomas Watson2016-11-07 16:01:26 +0000
commit4d17de123e8314589b9792ea7a3325f3ae77af5b (patch)
tree1fe19304acf0ff62b23270b4e92ab33b40970345 /bundles/org.eclipse.equinox.coordinator/pom.xml
parent49c8f08db1f396fda44605dfdcee9a924fa48a0c (diff)
downloadrt.equinox.bundles-4d17de123e8314589b9792ea7a3325f3ae77af5b.tar.gz
rt.equinox.bundles-4d17de123e8314589b9792ea7a3325f3ae77af5b.tar.xz
rt.equinox.bundles-4d17de123e8314589b9792ea7a3325f3ae77af5b.zip
for Tycho too Change-Id: Ib903e0ce455f6edc1d4fc8c6e3b2497bdf124a7a Signed-off-by: Thomas Watson <tjwatson@us.ibm.com>
Diffstat (limited to 'bundles/org.eclipse.equinox.coordinator/pom.xml')
-rw-r--r--bundles/org.eclipse.equinox.coordinator/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/bundles/org.eclipse.equinox.coordinator/pom.xml b/bundles/org.eclipse.equinox.coordinator/pom.xml
index 485c63df5..76b87d292 100644
--- a/bundles/org.eclipse.equinox.coordinator/pom.xml
+++ b/bundles/org.eclipse.equinox.coordinator/pom.xml
@@ -29,7 +29,7 @@
<version>${tycho.version}</version>
<configuration>
<compilerArgs>
- <arg>-warn:-unchecked</arg>
+ <arg>-nowarn:[${project.basedir}/osgi]</arg>
</compilerArgs>
</configuration>
</plugin>

Back to the top