Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohn Arthorne2008-10-27 23:48:30 +0000
committerJohn Arthorne2008-10-27 23:48:30 +0000
commit6b42bdcf3a6fe7d31340626ec87cacfafe0d130a (patch)
treed58c0e380f5281f27178dbd0a66521c1a87b3538 /bundles/org.eclipse.equinox.p2.tests/build.properties
parent74ee5f379b5fad0a0841b627055ddb13b0c3e5b5 (diff)
downloadrt.equinox.p2-6b42bdcf3a6fe7d31340626ec87cacfafe0d130a.tar.gz
rt.equinox.p2-6b42bdcf3a6fe7d31340626ec87cacfafe0d130a.tar.xz
rt.equinox.p2-6b42bdcf3a6fe7d31340626ec87cacfafe0d130a.zip
Bug 252145 Compile warnings in p2 tests bundle
Diffstat (limited to 'bundles/org.eclipse.equinox.p2.tests/build.properties')
-rw-r--r--bundles/org.eclipse.equinox.p2.tests/build.properties3
1 files changed, 2 insertions, 1 deletions
diff --git a/bundles/org.eclipse.equinox.p2.tests/build.properties b/bundles/org.eclipse.equinox.p2.tests/build.properties
index 3161ceae9..1518f3c93 100644
--- a/bundles/org.eclipse.equinox.p2.tests/build.properties
+++ b/bundles/org.eclipse.equinox.p2.tests/build.properties
@@ -1,5 +1,5 @@
###############################################################################
-# Copyright (c) 2007 IBM Corporation and others.
+# Copyright (c) 2007, 2008 IBM Corporation and others.
# All rights reserved. This program and the accompanying materials
# are made available under the terms of the Eclipse Public License v1.0
# which accompanies this distribution, and is available at
@@ -18,4 +18,5 @@ bin.includes = META-INF/,\
plugin.properties,\
test.xml
customCallBack=foo.xml
+javacWarnings..=-raw,-unchecked,-varargsCast
src.includes = about.html

Back to the top