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 /bundles/org.eclipse.e4.ui.workbench3
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 'bundles/org.eclipse.e4.ui.workbench3')
-rw-r--r--bundles/org.eclipse.e4.ui.workbench3/pom.xml6
1 files changed, 2 insertions, 4 deletions
diff --git a/bundles/org.eclipse.e4.ui.workbench3/pom.xml b/bundles/org.eclipse.e4.ui.workbench3/pom.xml
index 1fb637f8bac..5a2203bb4e4 100644
--- a/bundles/org.eclipse.e4.ui.workbench3/pom.xml
+++ b/bundles/org.eclipse.e4.ui.workbench3/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.workbench3</artifactId>
<version>0.12.0-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>

Back to the top