Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Watson2013-08-30 13:15:58 +0000
committerThomas Watson2013-08-30 13:15:58 +0000
commit916c5cb71f2689f1e2f2171f65eb88f7e283d8c4 (patch)
tree84a7c936bca17f0595c61a87b845afe8234e048d /bundles/org.eclipse.equinox.compendium.tests
parent42f9a3b905ecdc5817a7df28875a72f6b24e7bf6 (diff)
downloadrt.equinox.bundles-916c5cb71f2689f1e2f2171f65eb88f7e283d8c4.tar.gz
rt.equinox.bundles-916c5cb71f2689f1e2f2171f65eb88f7e283d8c4.tar.xz
rt.equinox.bundles-916c5cb71f2689f1e2f2171f65eb88f7e283d8c4.zip
Bug 415941 - Set 'code.ignoredWarnings' for test bundles in order to use global build settings
Diffstat (limited to 'bundles/org.eclipse.equinox.compendium.tests')
-rw-r--r--bundles/org.eclipse.equinox.compendium.tests/pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/bundles/org.eclipse.equinox.compendium.tests/pom.xml b/bundles/org.eclipse.equinox.compendium.tests/pom.xml
index fcc1e3650..1f8a5a1a3 100644
--- a/bundles/org.eclipse.equinox.compendium.tests/pom.xml
+++ b/bundles/org.eclipse.equinox.compendium.tests/pom.xml
@@ -12,10 +12,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>rt.equinox.bundles</artifactId>
+ <artifactId>tests-pom</artifactId>
<groupId>org.eclipse.equinox.bundles</groupId>
<version>4.4.0-SNAPSHOT</version>
- <relativePath>../../</relativePath>
+ <relativePath>../../tests-pom/</relativePath>
</parent>
<groupId>org.eclipse.equinox</groupId>
<artifactId>org.eclipse.equinox.compendium.tests</artifactId>

Back to the top