Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaul Webster2013-02-20 21:51:21 +0000
committerPaul Webster2013-02-20 21:51:21 +0000
commitcb9be955e394d7bd32348d93d62a221703922cab (patch)
tree2178bfa7e952bbb0f39c9e602c84b63c61f7eb72 /tests/org.eclipse.e4.ui.tests.css.swt
parent651878dac2c6d10fcfe36253368a0d106457f8c9 (diff)
downloadeclipse.platform.ui-cb9be955e394d7bd32348d93d62a221703922cab.tar.gz
eclipse.platform.ui-cb9be955e394d7bd32348d93d62a221703922cab.tar.xz
eclipse.platform.ui-cb9be955e394d7bd32348d93d62a221703922cab.zip
Bug 397850 - [CBI] use the correct group IDs for all artifactsv20130220-215121
Update all of the plugin groupIds to 3 segments and the feature groupIds to 4.
Diffstat (limited to 'tests/org.eclipse.e4.ui.tests.css.swt')
-rw-r--r--tests/org.eclipse.e4.ui.tests.css.swt/pom.xml6
1 files changed, 2 insertions, 4 deletions
diff --git a/tests/org.eclipse.e4.ui.tests.css.swt/pom.xml b/tests/org.eclipse.e4.ui.tests.css.swt/pom.xml
index 5a3d25dfb91..62013694b0a 100644
--- a/tests/org.eclipse.e4.ui.tests.css.swt/pom.xml
+++ b/tests/org.eclipse.e4.ui.tests.css.swt/pom.xml
@@ -9,9 +9,7 @@
Contributors:
Igor Fedorenko - initial implementation
-->
-
-<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
- xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+<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.ui</artifactId>
@@ -19,7 +17,7 @@
<version>3.8.0-SNAPSHOT</version>
<relativePath>../../</relativePath>
</parent>
- <groupId>eclipse.platform.ui</groupId>
+ <groupId>org.eclipse.e4</groupId>
<artifactId>org.eclipse.e4.ui.tests.css.swt</artifactId>
<version>0.9.1-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>

Back to the top