Skip to main content
summaryrefslogtreecommitdiffstats
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.frameworkadmin.test
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.frameworkadmin.test')
-rw-r--r--bundles/org.eclipse.equinox.frameworkadmin.test/pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/bundles/org.eclipse.equinox.frameworkadmin.test/pom.xml b/bundles/org.eclipse.equinox.frameworkadmin.test/pom.xml
index 008580352..ca304ed91 100644
--- a/bundles/org.eclipse.equinox.frameworkadmin.test/pom.xml
+++ b/bundles/org.eclipse.equinox.frameworkadmin.test/pom.xml
@@ -2,10 +2,10 @@
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<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>
<artifactId>org.eclipse.equinox.frameworkadmin.test</artifactId>

Back to the top