From 8817bbc1aaad71e5f74bc007807a682ec472f749 Mon Sep 17 00:00:00 2001 From: Dani Megert Date: Thu, 22 Aug 2013 17:20:30 +0200 Subject: Fixed bug 401776: [CBI] too many compile warnings --- org.eclipse.jdt.ui.tests.refactoring/pom.xml | 3 ++- tests-pom/pom.xml | 37 ++++++++++++++++++++++++++++ 2 files changed, 39 insertions(+), 1 deletion(-) create mode 100644 tests-pom/pom.xml diff --git a/org.eclipse.jdt.ui.tests.refactoring/pom.xml b/org.eclipse.jdt.ui.tests.refactoring/pom.xml index d864009d16..803f994acd 100644 --- a/org.eclipse.jdt.ui.tests.refactoring/pom.xml +++ b/org.eclipse.jdt.ui.tests.refactoring/pom.xml @@ -12,9 +12,10 @@ 4.0.0 - eclipse.jdt.ui + tests-pom eclipse.jdt.ui 4.4.0-SNAPSHOT + ../tests-pom/ org.eclipse.jdt org.eclipse.jdt.ui.tests.refactoring diff --git a/tests-pom/pom.xml b/tests-pom/pom.xml new file mode 100644 index 0000000000..73ee68ed05 --- /dev/null +++ b/tests-pom/pom.xml @@ -0,0 +1,37 @@ + + + + 4.0.0 + + eclipse.jdt.ui + eclipse.jdt.ui + 4.4.0-SNAPSHOT + + org.eclipse.jdt + tests-pom + 4.4.0-SNAPSHOT + pom + + + + org.eclipse.tycho + tycho-compiler-plugin + ${tycho.version} + + + -warn:-discouraged + + + + + + -- cgit v1.2.3