Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDani Megert2013-08-26 19:52:29 +0000
committerDani Megert2013-08-26 19:52:29 +0000
commit7faf7e05c17c83919b15a373386b84670c4662a6 (patch)
tree30f5956fae41481554b0f0d7dcc48fdd60b95551 /org.eclipse.ui.editors.tests
parent085c08da4b246bd081a376a840f486e798bb262e (diff)
downloadeclipse.platform.text-7faf7e05c17c83919b15a373386b84670c4662a6.tar.gz
eclipse.platform.text-7faf7e05c17c83919b15a373386b84670c4662a6.tar.xz
eclipse.platform.text-7faf7e05c17c83919b15a373386b84670c4662a6.zip
Introduced test pom that uses eclipe-parent pom property to set ignored warnings
Diffstat (limited to 'org.eclipse.ui.editors.tests')
-rw-r--r--org.eclipse.ui.editors.tests/pom.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/org.eclipse.ui.editors.tests/pom.xml b/org.eclipse.ui.editors.tests/pom.xml
index 14f915f939d..321a525ee81 100644
--- a/org.eclipse.ui.editors.tests/pom.xml
+++ b/org.eclipse.ui.editors.tests/pom.xml
@@ -12,9 +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>eclipse.platform.text</artifactId>
+ <artifactId>tests-pom</artifactId>
<groupId>eclipse.platform.text</groupId>
<version>4.4.0-SNAPSHOT</version>
+ <relativePath>../tests-pom/</relativePath>
</parent>
<groupId>org.eclipse.ui</groupId>
<artifactId>org.eclipse.ui.editors.tests</artifactId>

Back to the top