Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohn Arthorne2013-09-04 18:33:21 +0000
committerJohn Arthorne2013-09-04 18:33:21 +0000
commitbcc06545903139bf560a1f1eebe6ee26a9b34429 (patch)
treeed99d0acd45a704a74b26dd915f5cf4b9e751101 /bundles/org.eclipse.equinox.p2.tests.ui/pom.xml
parentfe13ec8e7b24adfbbfc621974aa63b883ae040a2 (diff)
downloadrt.equinox.p2-bcc06545903139bf560a1f1eebe6ee26a9b34429.tar.gz
rt.equinox.p2-bcc06545903139bf560a1f1eebe6ee26a9b34429.tar.xz
rt.equinox.p2-bcc06545903139bf560a1f1eebe6ee26a9b34429.zip
Bug 415942 - Set code.ignoredWarnings for test bundles in order to use global build settings
Diffstat (limited to 'bundles/org.eclipse.equinox.p2.tests.ui/pom.xml')
-rw-r--r--bundles/org.eclipse.equinox.p2.tests.ui/pom.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/bundles/org.eclipse.equinox.p2.tests.ui/pom.xml b/bundles/org.eclipse.equinox.p2.tests.ui/pom.xml
index 61742e77f..620edefcd 100644
--- a/bundles/org.eclipse.equinox.p2.tests.ui/pom.xml
+++ b/bundles/org.eclipse.equinox.p2.tests.ui/pom.xml
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
- Copyright (c) 2012 Eclipse Foundation.
+ Copyright (c) 2012, 2013 Eclipse Foundation.
All rights reserved. This program and the accompanying materials
are made available under the terms of the Eclipse Distribution License v1.0
which accompanies this distribution, and is available at
@@ -13,10 +13,10 @@
<modelVersion>4.0.0</modelVersion>
<parent>
- <artifactId>org.eclipse.equinox.p2-parent</artifactId>
+ <artifactId>org.eclipse.equinox.p2.tests-parent</artifactId>
<groupId>org.eclipse</groupId>
<version>4.4.0-SNAPSHOT</version>
- <relativePath>../../org.eclipse.equinox.p2.releng/org.eclipse.equinox.p2-parent</relativePath>
+ <relativePath>../../org.eclipse.equinox.p2.releng/org.eclipse.equinox.p2.tests-parent</relativePath>
</parent>
<groupId>org.eclipse.equinox</groupId>

Back to the top