Download
Getting Started
Members
Projects
Community
Marketplace
Events
Planet Eclipse
Newsletter
Videos
Participate
Report a Bug
Forums
Mailing Lists
Wiki
IRC
How to Contribute
Working Groups
Automotive
Internet of Things
LocationTech
Long-Term Support
PolarSys
Science
OpenMDM
More
Community
Marketplace
Events
Planet Eclipse
Newsletter
Videos
Participate
Report a Bug
Forums
Mailing Lists
Wiki
IRC
How to Contribute
Working Groups
Automotive
Internet of Things
LocationTech
Long-Term Support
PolarSys
Science
OpenMDM
Toggle navigation
Bugzilla – Attachment 227370 Details for
Bug 397850
[CBI] use the correct group IDs for all artifacts
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
Log In
[x]
|
Terms of Use
|
Copyright Agent
Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read
this important communication.
[patch]
Fix for eclipse.platform.ui
group.diff (text/plain), 96.59 KB, created by
Paul Webster
on 2013-02-20 16:49:48 EST
(
hide
)
Description:
Fix for eclipse.platform.ui
Filename:
MIME Type:
Creator:
Paul Webster
Created:
2013-02-20 16:49:48 EST
Size:
96.59 KB
patch
obsolete
>diff --git a/bundles/org.eclipse.core.commands/pom.xml b/bundles/org.eclipse.core.commands/pom.xml >index 0b8055e..16c96f6 100644 >--- a/bundles/org.eclipse.core.commands/pom.xml >+++ b/bundles/org.eclipse.core.commands/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.core</groupId> > <artifactId>org.eclipse.core.commands</artifactId> > <version>3.6.100-SNAPSHOT</version> > <packaging>eclipse-plugin</packaging> >diff --git a/bundles/org.eclipse.core.databinding.beans/pom.xml b/bundles/org.eclipse.core.databinding.beans/pom.xml >index 3c3d897..e650d6c 100644 >--- a/bundles/org.eclipse.core.databinding.beans/pom.xml >+++ b/bundles/org.eclipse.core.databinding.beans/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.core</groupId> > <artifactId>org.eclipse.core.databinding.beans</artifactId> > <version>1.2.200-SNAPSHOT</version> > <packaging>eclipse-plugin</packaging> >diff --git a/bundles/org.eclipse.core.databinding.observable/pom.xml b/bundles/org.eclipse.core.databinding.observable/pom.xml >index edebbb0..837ea18 100644 >--- a/bundles/org.eclipse.core.databinding.observable/pom.xml >+++ b/bundles/org.eclipse.core.databinding.observable/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.core</groupId> > <artifactId>org.eclipse.core.databinding.observable</artifactId> > <version>1.4.1-SNAPSHOT</version> > <packaging>eclipse-plugin</packaging> >diff --git a/bundles/org.eclipse.core.databinding.property/pom.xml b/bundles/org.eclipse.core.databinding.property/pom.xml >index 703988b..58e3f94 100644 >--- a/bundles/org.eclipse.core.databinding.property/pom.xml >+++ b/bundles/org.eclipse.core.databinding.property/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.core</groupId> > <artifactId>org.eclipse.core.databinding.property</artifactId> > <version>1.4.200-SNAPSHOT</version> > <packaging>eclipse-plugin</packaging> >diff --git a/bundles/org.eclipse.core.databinding/pom.xml b/bundles/org.eclipse.core.databinding/pom.xml >index f6e4d74..d1862b4 100644 >--- a/bundles/org.eclipse.core.databinding/pom.xml >+++ b/bundles/org.eclipse.core.databinding/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.core</groupId> > <artifactId>org.eclipse.core.databinding</artifactId> > <version>1.4.1-SNAPSHOT</version> > <packaging>eclipse-plugin</packaging> >diff --git a/bundles/org.eclipse.e4.core.commands/pom.xml b/bundles/org.eclipse.e4.core.commands/pom.xml >index e06e6af..0379d8d 100644 >--- a/bundles/org.eclipse.e4.core.commands/pom.xml >+++ b/bundles/org.eclipse.e4.core.commands/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.core.commands</artifactId> > <version>0.10.1-SNAPSHOT</version> > <packaging>eclipse-plugin</packaging> >diff --git a/bundles/org.eclipse.e4.core.contexts.debug/pom.xml b/bundles/org.eclipse.e4.core.contexts.debug/pom.xml >index aba4f39..127159d 100644 >--- a/bundles/org.eclipse.e4.core.contexts.debug/pom.xml >+++ b/bundles/org.eclipse.e4.core.contexts.debug/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.core.contexts.debug</artifactId> > <version>0.1.1-SNAPSHOT</version> > <packaging>eclipse-plugin</packaging> >diff --git a/bundles/org.eclipse.e4.emf.xpath/pom.xml b/bundles/org.eclipse.e4.emf.xpath/pom.xml >index ceb251d..51f4cc2 100644 >--- a/bundles/org.eclipse.e4.emf.xpath/pom.xml >+++ b/bundles/org.eclipse.e4.emf.xpath/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.emf.xpath</artifactId> > <version>0.1.1-SNAPSHOT</version> > <packaging>eclipse-plugin</packaging> >diff --git a/bundles/org.eclipse.e4.ui.bindings/pom.xml b/bundles/org.eclipse.e4.ui.bindings/pom.xml >index a08ffab..e915b38 100644 >--- a/bundles/org.eclipse.e4.ui.bindings/pom.xml >+++ b/bundles/org.eclipse.e4.ui.bindings/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.bindings</artifactId> > <version>0.10.100-SNAPSHOT</version> > <packaging>eclipse-plugin</packaging> >diff --git a/bundles/org.eclipse.e4.ui.css.core/pom.xml b/bundles/org.eclipse.e4.ui.css.core/pom.xml >index 95d77a7..710145d 100644 >--- a/bundles/org.eclipse.e4.ui.css.core/pom.xml >+++ b/bundles/org.eclipse.e4.ui.css.core/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.css.core</artifactId> > <version>0.10.100-SNAPSHOT</version> > <packaging>eclipse-plugin</packaging> >diff --git a/bundles/org.eclipse.e4.ui.css.swt.theme/pom.xml b/bundles/org.eclipse.e4.ui.css.swt.theme/pom.xml >index ffd53f9..ef6c9ed 100644 >--- a/bundles/org.eclipse.e4.ui.css.swt.theme/pom.xml >+++ b/bundles/org.eclipse.e4.ui.css.swt.theme/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.css.swt.theme</artifactId> > <version>0.9.100-SNAPSHOT</version> > <packaging>eclipse-plugin</packaging> >diff --git a/bundles/org.eclipse.e4.ui.css.swt/pom.xml b/bundles/org.eclipse.e4.ui.css.swt/pom.xml >index c952814..829b706 100644 >--- a/bundles/org.eclipse.e4.ui.css.swt/pom.xml >+++ b/bundles/org.eclipse.e4.ui.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.css.swt</artifactId> > <version>0.11.0-SNAPSHOT</version> > <packaging>eclipse-plugin</packaging> >diff --git a/bundles/org.eclipse.e4.ui.di/pom.xml b/bundles/org.eclipse.e4.ui.di/pom.xml >index 804f6c5..97c3787 100644 >--- a/bundles/org.eclipse.e4.ui.di/pom.xml >+++ b/bundles/org.eclipse.e4.ui.di/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.di</artifactId> > <version>0.11.0-SNAPSHOT</version> > <packaging>eclipse-plugin</packaging> >diff --git a/bundles/org.eclipse.e4.ui.model.workbench.edit/pom.xml b/bundles/org.eclipse.e4.ui.model.workbench.edit/pom.xml >index adce22d..e128f6f 100644 >--- a/bundles/org.eclipse.e4.ui.model.workbench.edit/pom.xml >+++ b/bundles/org.eclipse.e4.ui.model.workbench.edit/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.model.workbench.edit</artifactId> > <version>0.12.0-SNAPSHOT</version> > <packaging>eclipse-plugin</packaging> >diff --git a/bundles/org.eclipse.e4.ui.model.workbench/pom.xml b/bundles/org.eclipse.e4.ui.model.workbench/pom.xml >index c6d304e..f36e1a0 100644 >--- a/bundles/org.eclipse.e4.ui.model.workbench/pom.xml >+++ b/bundles/org.eclipse.e4.ui.model.workbench/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.model.workbench</artifactId> > <version>0.12.0-SNAPSHOT</version> > <packaging>eclipse-plugin</packaging> >diff --git a/bundles/org.eclipse.e4.ui.services/pom.xml b/bundles/org.eclipse.e4.ui.services/pom.xml >index 97abedc..2d42f7a 100644 >--- a/bundles/org.eclipse.e4.ui.services/pom.xml >+++ b/bundles/org.eclipse.e4.ui.services/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.services</artifactId> > <version>0.11.0-SNAPSHOT</version> > <packaging>eclipse-plugin</packaging> >diff --git a/bundles/org.eclipse.e4.ui.widgets/pom.xml b/bundles/org.eclipse.e4.ui.widgets/pom.xml >index da04a9c..82a24b1 100644 >--- a/bundles/org.eclipse.e4.ui.widgets/pom.xml >+++ b/bundles/org.eclipse.e4.ui.widgets/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.widgets</artifactId> > <version>0.12.100-SNAPSHOT</version> > <packaging>eclipse-plugin</packaging> >diff --git a/bundles/org.eclipse.e4.ui.workbench.addons.swt/pom.xml b/bundles/org.eclipse.e4.ui.workbench.addons.swt/pom.xml >index 2ffe955..4772da4 100644 >--- a/bundles/org.eclipse.e4.ui.workbench.addons.swt/pom.xml >+++ b/bundles/org.eclipse.e4.ui.workbench.addons.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.workbench.addons.swt</artifactId> > <version>0.11.0-SNAPSHOT</version> > <packaging>eclipse-plugin</packaging> >diff --git a/bundles/org.eclipse.e4.ui.workbench.renderers.swt.cocoa/pom.xml b/bundles/org.eclipse.e4.ui.workbench.renderers.swt.cocoa/pom.xml >index 73a5de1..f29548f 100644 >--- a/bundles/org.eclipse.e4.ui.workbench.renderers.swt.cocoa/pom.xml >+++ b/bundles/org.eclipse.e4.ui.workbench.renderers.swt.cocoa/pom.xml >@@ -9,10 +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> >@@ -20,11 +17,10 @@ > <version>3.8.0-SNAPSHOT</version> > <relativePath>../../</relativePath> > </parent> >- <groupId>eclipse.platform.ui</groupId> >+ <groupId>org.eclipse.e4</groupId> > <artifactId>org.eclipse.e4.ui.workbench.renderers.swt.cocoa</artifactId> > <version>0.11.100-SNAPSHOT</version> > <packaging>eclipse-plugin</packaging> >- > <build> > <plugins> > <!-- tycho is not able to automatically determine os/ws/arch of this bundle --> >@@ -50,5 +46,4 @@ > </plugin> > </plugins> > </build> >- > </project> >diff --git a/bundles/org.eclipse.e4.ui.workbench.renderers.swt/pom.xml b/bundles/org.eclipse.e4.ui.workbench.renderers.swt/pom.xml >index 7438185..2abd35f 100644 >--- a/bundles/org.eclipse.e4.ui.workbench.renderers.swt/pom.xml >+++ b/bundles/org.eclipse.e4.ui.workbench.renderers.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.workbench.renderers.swt</artifactId> > <version>0.11.0-SNAPSHOT</version> > <packaging>eclipse-plugin</packaging> >diff --git a/bundles/org.eclipse.e4.ui.workbench.swt/pom.xml b/bundles/org.eclipse.e4.ui.workbench.swt/pom.xml >index 96b5b03..ce668f5 100644 >--- a/bundles/org.eclipse.e4.ui.workbench.swt/pom.xml >+++ b/bundles/org.eclipse.e4.ui.workbench.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.workbench.swt</artifactId> > <version>0.12.0-SNAPSHOT</version> > <packaging>eclipse-plugin</packaging> >diff --git a/bundles/org.eclipse.e4.ui.workbench/pom.xml b/bundles/org.eclipse.e4.ui.workbench/pom.xml >index 2080ec0..442694c 100644 >--- a/bundles/org.eclipse.e4.ui.workbench/pom.xml >+++ b/bundles/org.eclipse.e4.ui.workbench/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.workbench</artifactId> > <version>0.12.0-SNAPSHOT</version> > <packaging>eclipse-plugin</packaging> >diff --git a/bundles/org.eclipse.e4.ui.workbench3/pom.xml b/bundles/org.eclipse.e4.ui.workbench3/pom.xml >index 1fb637f..5a2203b 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> >diff --git a/bundles/org.eclipse.jface.databinding/pom.xml b/bundles/org.eclipse.jface.databinding/pom.xml >index 0c09b6d..8c4097b 100644 >--- a/bundles/org.eclipse.jface.databinding/pom.xml >+++ b/bundles/org.eclipse.jface.databinding/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.jface</groupId> > <artifactId>org.eclipse.jface.databinding</artifactId> > <version>1.6.200-SNAPSHOT</version> > <packaging>eclipse-plugin</packaging> >diff --git a/bundles/org.eclipse.jface/pom.xml b/bundles/org.eclipse.jface/pom.xml >index 2e7b5d3..171eb12 100644 >--- a/bundles/org.eclipse.jface/pom.xml >+++ b/bundles/org.eclipse.jface/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.jface</groupId> > <artifactId>org.eclipse.jface</artifactId> > <version>3.9.0-SNAPSHOT</version> > <packaging>eclipse-plugin</packaging> >diff --git a/bundles/org.eclipse.ui.browser/pom.xml b/bundles/org.eclipse.ui.browser/pom.xml >index 441679a..230cdc2 100644 >--- a/bundles/org.eclipse.ui.browser/pom.xml >+++ b/bundles/org.eclipse.ui.browser/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.ui</groupId> > <artifactId>org.eclipse.ui.browser</artifactId> > <version>3.4.100-SNAPSHOT</version> > <packaging>eclipse-plugin</packaging> >diff --git a/bundles/org.eclipse.ui.forms/pom.xml b/bundles/org.eclipse.ui.forms/pom.xml >index c97cd92..38990a6 100644 >--- a/bundles/org.eclipse.ui.forms/pom.xml >+++ b/bundles/org.eclipse.ui.forms/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.ui</groupId> > <artifactId>org.eclipse.ui.forms</artifactId> > <version>3.6.0-SNAPSHOT</version> > <packaging>eclipse-plugin</packaging> >diff --git a/bundles/org.eclipse.ui.ide.application/pom.xml b/bundles/org.eclipse.ui.ide.application/pom.xml >index 2345816..48c8903 100644 >--- a/bundles/org.eclipse.ui.ide.application/pom.xml >+++ b/bundles/org.eclipse.ui.ide.application/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.ui</groupId> > <artifactId>org.eclipse.ui.ide.application</artifactId> > <version>1.0.400-SNAPSHOT</version> > <packaging>eclipse-plugin</packaging> >diff --git a/bundles/org.eclipse.ui.ide/pom.xml b/bundles/org.eclipse.ui.ide/pom.xml >index 76cbb10..8637deb 100644 >--- a/bundles/org.eclipse.ui.ide/pom.xml >+++ b/bundles/org.eclipse.ui.ide/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.ui</groupId> > <artifactId>org.eclipse.ui.ide</artifactId> > <version>3.9.0-SNAPSHOT</version> > <packaging>eclipse-plugin</packaging> >diff --git a/bundles/org.eclipse.ui.navigator.resources/pom.xml b/bundles/org.eclipse.ui.navigator.resources/pom.xml >index 2309ed7..a4341a3 100644 >--- a/bundles/org.eclipse.ui.navigator.resources/pom.xml >+++ b/bundles/org.eclipse.ui.navigator.resources/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.ui</groupId> > <artifactId>org.eclipse.ui.navigator.resources</artifactId> > <version>3.4.400-SNAPSHOT</version> > <packaging>eclipse-plugin</packaging> >diff --git a/bundles/org.eclipse.ui.navigator/pom.xml b/bundles/org.eclipse.ui.navigator/pom.xml >index b7ab82c..200adcf 100644 >--- a/bundles/org.eclipse.ui.navigator/pom.xml >+++ b/bundles/org.eclipse.ui.navigator/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.ui</groupId> > <artifactId>org.eclipse.ui.navigator</artifactId> > <version>3.5.300-SNAPSHOT</version> > <packaging>eclipse-plugin</packaging> >diff --git a/bundles/org.eclipse.ui.views.properties.tabbed/pom.xml b/bundles/org.eclipse.ui.views.properties.tabbed/pom.xml >index 43b84d6..cf31b5f 100644 >--- a/bundles/org.eclipse.ui.views.properties.tabbed/pom.xml >+++ b/bundles/org.eclipse.ui.views.properties.tabbed/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.ui</groupId> > <artifactId>org.eclipse.ui.views.properties.tabbed</artifactId> > <version>3.6.0-SNAPSHOT</version> > <packaging>eclipse-plugin</packaging> >diff --git a/bundles/org.eclipse.ui.views/pom.xml b/bundles/org.eclipse.ui.views/pom.xml >index fee88d2..e6f2e79 100644 >--- a/bundles/org.eclipse.ui.views/pom.xml >+++ b/bundles/org.eclipse.ui.views/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.ui</groupId> > <artifactId>org.eclipse.ui.views</artifactId> > <version>3.6.100-SNAPSHOT</version> > <packaging>eclipse-plugin</packaging> >diff --git a/bundles/org.eclipse.ui.win32/pom.xml b/bundles/org.eclipse.ui.win32/pom.xml >index e5541d0..48a9d0d 100644 >--- a/bundles/org.eclipse.ui.win32/pom.xml >+++ b/bundles/org.eclipse.ui.win32/pom.xml >@@ -9,10 +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> >@@ -20,11 +17,10 @@ > <version>3.8.0-SNAPSHOT</version> > <relativePath>../../</relativePath> > </parent> >- <groupId>eclipse.platform.ui</groupId> >+ <groupId>org.eclipse.ui</groupId> > <artifactId>org.eclipse.ui.win32</artifactId> > <version>3.2.400-SNAPSHOT</version> > <packaging>eclipse-plugin</packaging> >- > <build> > <plugins> > <!-- tycho is not able to automatically determine os/ws/arch of this bundle --> >@@ -54,5 +50,4 @@ > </plugin> > </plugins> > </build> >- > </project> >diff --git a/bundles/org.eclipse.ui.workbench.compatibility/pom.xml b/bundles/org.eclipse.ui.workbench.compatibility/pom.xml >index 4e67dfb..3c10925 100644 >--- a/bundles/org.eclipse.ui.workbench.compatibility/pom.xml >+++ b/bundles/org.eclipse.ui.workbench.compatibility/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.ui</groupId> > <artifactId>org.eclipse.ui.workbench.compatibility</artifactId> > <version>3.2.300-SNAPSHOT</version> > <packaging>eclipse-plugin</packaging> >diff --git a/bundles/org.eclipse.ui.workbench/pom.xml b/bundles/org.eclipse.ui.workbench/pom.xml >index bf18ca4..f7b715a 100644 >--- a/bundles/org.eclipse.ui.workbench/pom.xml >+++ b/bundles/org.eclipse.ui.workbench/pom.xml >@@ -9,10 +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> >@@ -20,7 +17,7 @@ > <version>3.8.0-SNAPSHOT</version> > <relativePath>../../</relativePath> > </parent> >- <groupId>eclipse.platform.ui</groupId> >+ <groupId>org.eclipse.ui</groupId> > <artifactId>org.eclipse.ui.workbench</artifactId> > <version>3.105.0-SNAPSHOT</version> > <packaging>eclipse-plugin</packaging> >diff --git a/bundles/org.eclipse.ui/pom.xml b/bundles/org.eclipse.ui/pom.xml >index c837ff1..e4f57d4 100644 >--- a/bundles/org.eclipse.ui/pom.xml >+++ b/bundles/org.eclipse.ui/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.ui</groupId> > <artifactId>org.eclipse.ui</artifactId> > <version>3.105.0-SNAPSHOT</version> > <packaging>eclipse-plugin</packaging> >diff --git a/examples/org.eclipse.e4.demo.contacts/pom.xml b/examples/org.eclipse.e4.demo.contacts/pom.xml >index 2afec11..8580c69 100644 >--- a/examples/org.eclipse.e4.demo.contacts/pom.xml >+++ b/examples/org.eclipse.e4.demo.contacts/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.demo.contacts</artifactId> > <version>0.9.1-SNAPSHOT</version> > <packaging>eclipse-plugin</packaging> >diff --git a/examples/org.eclipse.e4.demo.e4photo/pom.xml b/examples/org.eclipse.e4.demo.e4photo/pom.xml >index 822c6bc..1be4b0c 100644 >--- a/examples/org.eclipse.e4.demo.e4photo/pom.xml >+++ b/examples/org.eclipse.e4.demo.e4photo/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.demo.e4photo</artifactId> > <version>0.9.1-SNAPSHOT</version> > <packaging>eclipse-plugin</packaging> >diff --git a/examples/org.eclipse.e4.examples.services/pom.xml b/examples/org.eclipse.e4.examples.services/pom.xml >index 863651f..6e18841 100644 >--- a/examples/org.eclipse.e4.examples.services/pom.xml >+++ b/examples/org.eclipse.e4.examples.services/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.examples.services</artifactId> > <version>0.9.1-SNAPSHOT</version> > <packaging>eclipse-plugin</packaging> >diff --git a/examples/org.eclipse.e4.ui.examples.css.rcp/pom.xml b/examples/org.eclipse.e4.ui.examples.css.rcp/pom.xml >index f6b2360..021a7bf 100644 >--- a/examples/org.eclipse.e4.ui.examples.css.rcp/pom.xml >+++ b/examples/org.eclipse.e4.ui.examples.css.rcp/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.examples.css.rcp</artifactId> > <version>0.9.1-SNAPSHOT</version> > <packaging>eclipse-plugin</packaging> >diff --git a/examples/org.eclipse.e4.ui.examples.css/pom.xml b/examples/org.eclipse.e4.ui.examples.css/pom.xml >index d27e9ba..1a9207b 100644 >--- a/examples/org.eclipse.e4.ui.examples.css/pom.xml >+++ b/examples/org.eclipse.e4.ui.examples.css/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.examples.css</artifactId> > <version>0.9.0-SNAPSHOT</version> > <packaging>eclipse-plugin</packaging> >diff --git a/examples/org.eclipse.jface.examples.databinding/pom.xml b/examples/org.eclipse.jface.examples.databinding/pom.xml >index 9d7ffd6..af55642 100644 >--- a/examples/org.eclipse.jface.examples.databinding/pom.xml >+++ b/examples/org.eclipse.jface.examples.databinding/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.jface</groupId> > <artifactId>org.eclipse.jface.examples.databinding</artifactId> > <version>1.0.200-SNAPSHOT</version> > <packaging>eclipse-plugin</packaging> >diff --git a/examples/org.eclipse.jface.snippets/pom.xml b/examples/org.eclipse.jface.snippets/pom.xml >index 92d2dad..ffd54ae 100644 >--- a/examples/org.eclipse.jface.snippets/pom.xml >+++ b/examples/org.eclipse.jface.snippets/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.jface</groupId> > <artifactId>org.eclipse.jface.snippets</artifactId> > <version>3.3.0-SNAPSHOT</version> > <packaging>eclipse-plugin</packaging> >diff --git a/examples/org.eclipse.ui.examples.contributions/pom.xml b/examples/org.eclipse.ui.examples.contributions/pom.xml >index 1621922..70d15d5 100644 >--- a/examples/org.eclipse.ui.examples.contributions/pom.xml >+++ b/examples/org.eclipse.ui.examples.contributions/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.ui</groupId> > <artifactId>org.eclipse.ui.examples.contributions</artifactId> > <version>3.3.100-SNAPSHOT</version> > <packaging>eclipse-plugin</packaging> >diff --git a/examples/org.eclipse.ui.examples.fieldassist/pom.xml b/examples/org.eclipse.ui.examples.fieldassist/pom.xml >index 133c976..6d6bbfb 100644 >--- a/examples/org.eclipse.ui.examples.fieldassist/pom.xml >+++ b/examples/org.eclipse.ui.examples.fieldassist/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.ui</groupId> > <artifactId>org.eclipse.ui.examples.fieldassist</artifactId> > <version>1.1.2-SNAPSHOT</version> > <packaging>eclipse-plugin</packaging> >diff --git a/examples/org.eclipse.ui.examples.job/pom.xml b/examples/org.eclipse.ui.examples.job/pom.xml >index 70ef504..5b438d2 100644 >--- a/examples/org.eclipse.ui.examples.job/pom.xml >+++ b/examples/org.eclipse.ui.examples.job/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.ui</groupId> > <artifactId>org.eclipse.ui.examples.job</artifactId> > <version>3.0.0</version> > <packaging>eclipse-plugin</packaging> >diff --git a/examples/org.eclipse.ui.examples.multipageeditor/pom.xml b/examples/org.eclipse.ui.examples.multipageeditor/pom.xml >index e36f867..b60e299 100644 >--- a/examples/org.eclipse.ui.examples.multipageeditor/pom.xml >+++ b/examples/org.eclipse.ui.examples.multipageeditor/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.ui</groupId> > <artifactId>org.eclipse.ui.examples.multipageeditor</artifactId> > <version>3.2.200-SNAPSHOT</version> > <packaging>eclipse-plugin</packaging> >diff --git a/examples/org.eclipse.ui.examples.navigator/pom.xml b/examples/org.eclipse.ui.examples.navigator/pom.xml >index 3f0b39b..f794a14 100644 >--- a/examples/org.eclipse.ui.examples.navigator/pom.xml >+++ b/examples/org.eclipse.ui.examples.navigator/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.ui</groupId> > <artifactId>org.eclipse.ui.examples.navigator</artifactId> > <version>3.3.0-SNAPSHOT</version> > <packaging>eclipse-plugin</packaging> >diff --git a/examples/org.eclipse.ui.examples.propertysheet/pom.xml b/examples/org.eclipse.ui.examples.propertysheet/pom.xml >index 1fad5ed..f99270c 100644 >--- a/examples/org.eclipse.ui.examples.propertysheet/pom.xml >+++ b/examples/org.eclipse.ui.examples.propertysheet/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.ui</groupId> > <artifactId>org.eclipse.ui.examples.propertysheet</artifactId> > <version>3.2.200-SNAPSHOT</version> > <packaging>eclipse-plugin</packaging> >diff --git a/examples/org.eclipse.ui.examples.rcp.browser/pom.xml b/examples/org.eclipse.ui.examples.rcp.browser/pom.xml >index 495968d..b9b0a3a 100644 >--- a/examples/org.eclipse.ui.examples.rcp.browser/pom.xml >+++ b/examples/org.eclipse.ui.examples.rcp.browser/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.ui</groupId> > <artifactId>org.eclipse.ui.examples.rcp.browser</artifactId> > <version>3.3.0-SNAPSHOT</version> > <packaging>eclipse-plugin</packaging> >diff --git a/examples/org.eclipse.ui.examples.readmetool/pom.xml b/examples/org.eclipse.ui.examples.readmetool/pom.xml >index 2a3459f..20eedc6 100644 >--- a/examples/org.eclipse.ui.examples.readmetool/pom.xml >+++ b/examples/org.eclipse.ui.examples.readmetool/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.ui</groupId> > <artifactId>org.eclipse.ui.examples.readmetool</artifactId> > <version>3.3.100-SNAPSHOT</version> > <packaging>eclipse-plugin</packaging> >diff --git a/examples/org.eclipse.ui.examples.undo/pom.xml b/examples/org.eclipse.ui.examples.undo/pom.xml >index 2aec49c..913eeca 100644 >--- a/examples/org.eclipse.ui.examples.undo/pom.xml >+++ b/examples/org.eclipse.ui.examples.undo/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.ui</groupId> > <artifactId>org.eclipse.ui.examples.undo</artifactId> > <version>3.2.200-SNAPSHOT</version> > <packaging>eclipse-plugin</packaging> >diff --git a/examples/org.eclipse.ui.examples.views.properties.tabbed.article/pom.xml b/examples/org.eclipse.ui.examples.views.properties.tabbed.article/pom.xml >index b54f3c6..624b74c 100644 >--- a/examples/org.eclipse.ui.examples.views.properties.tabbed.article/pom.xml >+++ b/examples/org.eclipse.ui.examples.views.properties.tabbed.article/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.ui</groupId> > <artifactId>org.eclipse.ui.examples.views.properties.tabbed.article</artifactId> > <version>3.2.1-SNAPSHOT</version> > <packaging>eclipse-plugin</packaging> >diff --git a/examples/org.eclipse.ui.examples.views.properties.tabbed.hockeyleague/pom.xml b/examples/org.eclipse.ui.examples.views.properties.tabbed.hockeyleague/pom.xml >index 39638f2..69d097a 100644 >--- a/examples/org.eclipse.ui.examples.views.properties.tabbed.hockeyleague/pom.xml >+++ b/examples/org.eclipse.ui.examples.views.properties.tabbed.hockeyleague/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.ui</groupId> > <artifactId>org.eclipse.ui.examples.views.properties.tabbed.hockeyleague</artifactId> > <version>3.2.0-SNAPSHOT</version> > <packaging>eclipse-plugin</packaging> >diff --git a/examples/org.eclipse.ui.examples.views.properties.tabbed.logic/pom.xml b/examples/org.eclipse.ui.examples.views.properties.tabbed.logic/pom.xml >index a456d80..17e34fe 100644 >--- a/examples/org.eclipse.ui.examples.views.properties.tabbed.logic/pom.xml >+++ b/examples/org.eclipse.ui.examples.views.properties.tabbed.logic/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.ui</groupId> > <artifactId>org.eclipse.ui.examples.views.properties.tabbed.logic</artifactId> > <version>3.2.0-SNAPSHOT</version> > <packaging>eclipse-plugin</packaging> >diff --git a/examples/org.eclipse.ui.forms.examples/pom.xml b/examples/org.eclipse.ui.forms.examples/pom.xml >index 546de0c..11b7825 100644 >--- a/examples/org.eclipse.ui.forms.examples/pom.xml >+++ b/examples/org.eclipse.ui.forms.examples/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.ui</groupId> > <artifactId>org.eclipse.ui.forms.examples</artifactId> > <version>3.1.200</version> > <packaging>eclipse-plugin</packaging> >diff --git a/examples/org.eclipse.ui.tutorials.rcp.part1/pom.xml b/examples/org.eclipse.ui.tutorials.rcp.part1/pom.xml >index c0ee64c..87e83d6 100644 >--- a/examples/org.eclipse.ui.tutorials.rcp.part1/pom.xml >+++ b/examples/org.eclipse.ui.tutorials.rcp.part1/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.ui</groupId> > <artifactId>org.eclipse.ui.tutorials.rcp.part1</artifactId> > <version>1.0.0</version> > <packaging>eclipse-plugin</packaging> >diff --git a/examples/org.eclipse.ui.tutorials.rcp.part2/pom.xml b/examples/org.eclipse.ui.tutorials.rcp.part2/pom.xml >index 1490832..4add0c7 100644 >--- a/examples/org.eclipse.ui.tutorials.rcp.part2/pom.xml >+++ b/examples/org.eclipse.ui.tutorials.rcp.part2/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.ui</groupId> > <artifactId>org.eclipse.ui.tutorials.rcp.part2</artifactId> > <version>1.0.0</version> > <packaging>eclipse-plugin</packaging> >diff --git a/examples/org.eclipse.ui.tutorials.rcp.part3/pom.xml b/examples/org.eclipse.ui.tutorials.rcp.part3/pom.xml >index b9b50aa..657fd67 100644 >--- a/examples/org.eclipse.ui.tutorials.rcp.part3/pom.xml >+++ b/examples/org.eclipse.ui.tutorials.rcp.part3/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.ui</groupId> > <artifactId>org.eclipse.ui.tutorials.rcp.part3</artifactId> > <version>1.0.0</version> > <packaging>eclipse-plugin</packaging> >diff --git a/features/org.eclipse.e4.rcp/pom.xml b/features/org.eclipse.e4.rcp/pom.xml >index 718be16..81a7c2e 100644 >--- a/features/org.eclipse.e4.rcp/pom.xml >+++ b/features/org.eclipse.e4.rcp/pom.xml >@@ -9,10 +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> >@@ -20,12 +17,10 @@ > <version>3.8.0-SNAPSHOT</version> > <relativePath>../../</relativePath> > </parent> >- <groupId>eclipse.platform.ui</groupId> >+ <groupId>org.eclipse.e4.feature</groupId> > <artifactId>org.eclipse.e4.rcp</artifactId> > <version>1.2.0-SNAPSHOT</version> > <packaging>eclipse-feature</packaging> >- >- > <build> > <plugins> > <plugin> >@@ -40,43 +35,43 @@ > </goals> > <configuration> > <excludes> >- <plugin id="javax.xml" /> >- <plugin id="javax.annotation" /> >- <plugin id="javax.inject" /> >- <plugin id="org.apache.batik.css" /> >- <plugin id="org.apache.batik.util" /> >- <plugin id="org.apache.batik.util.gui" /> >- <plugin id="org.eclipse.equinox.launcher" /> >- <plugin id="org.eclipse.equinox.launcher.gtk.solaris.sparc" /> >- <plugin id="org.eclipse.equinox.launcher.gtk.solaris.x86" /> >- <plugin id="org.eclipse.equinox.launcher.cocoa.macosx" /> >- <plugin id="org.eclipse.equinox.launcher.cocoa.macosx" /> >- <plugin id="org.eclipse.equinox.launcher.cocoa.macosx.x86_64" /> >- <plugin id="org.eclipse.equinox.launcher.gtk.linux.ppc" /> >- <plugin id="org.eclipse.equinox.launcher.gtk.linux.ppc64" /> >- <plugin id="org.eclipse.equinox.launcher.gtk.linux.x86" /> >- <plugin id="org.eclipse.equinox.launcher.gtk.linux.s390x" /> >- <plugin id="org.eclipse.equinox.launcher.gtk.linux.s390" /> >- <plugin id="org.eclipse.equinox.launcher.gtk.linux.x86_64" /> >- <plugin id="org.eclipse.equinox.launcher.gtk.aix.ppc" /> >- <plugin id="org.eclipse.equinox.launcher.gtk.aix.ppc64" /> >- <plugin id="org.eclipse.equinox.launcher.win32.win32.x86" /> >- <plugin id="org.eclipse.equinox.launcher.win32.win32.x86_64" /> >- <plugin id="org.eclipse.swt" /> >- <plugin id="org.eclipse.swt.gtk.linux.s390x" /> >- <plugin id="org.eclipse.swt.gtk.linux.s390" /> >- <plugin id="org.eclipse.swt.gtk.solaris.sparc" /> >- <plugin id="org.eclipse.swt.gtk.solaris.x86" /> >- <plugin id="org.eclipse.swt.gtk.linux.ppc" /> >- <plugin id="org.eclipse.swt.gtk.linux.ppc64" /> >- <plugin id="org.eclipse.swt.cocoa.macosx" /> >- <plugin id="org.eclipse.swt.cocoa.macosx" /> >- <plugin id="org.eclipse.swt.gtk.aix.ppc" /> >- <plugin id="org.eclipse.swt.gtk.aix.ppc64" /> >- <plugin id="org.eclipse.swt.gtk.hpux.ia64" /> >- <plugin id="org.w3c.css.sac" /> >- <plugin id="org.w3c.dom.smil" /> >- <plugin id="org.w3c.dom.svg" /> >+ <plugin id="javax.xml"/> >+ <plugin id="javax.annotation"/> >+ <plugin id="javax.inject"/> >+ <plugin id="org.apache.batik.css"/> >+ <plugin id="org.apache.batik.util"/> >+ <plugin id="org.apache.batik.util.gui"/> >+ <plugin id="org.eclipse.equinox.launcher"/> >+ <plugin id="org.eclipse.equinox.launcher.gtk.solaris.sparc"/> >+ <plugin id="org.eclipse.equinox.launcher.gtk.solaris.x86"/> >+ <plugin id="org.eclipse.equinox.launcher.cocoa.macosx"/> >+ <plugin id="org.eclipse.equinox.launcher.cocoa.macosx"/> >+ <plugin id="org.eclipse.equinox.launcher.cocoa.macosx.x86_64"/> >+ <plugin id="org.eclipse.equinox.launcher.gtk.linux.ppc"/> >+ <plugin id="org.eclipse.equinox.launcher.gtk.linux.ppc64"/> >+ <plugin id="org.eclipse.equinox.launcher.gtk.linux.x86"/> >+ <plugin id="org.eclipse.equinox.launcher.gtk.linux.s390x"/> >+ <plugin id="org.eclipse.equinox.launcher.gtk.linux.s390"/> >+ <plugin id="org.eclipse.equinox.launcher.gtk.linux.x86_64"/> >+ <plugin id="org.eclipse.equinox.launcher.gtk.aix.ppc"/> >+ <plugin id="org.eclipse.equinox.launcher.gtk.aix.ppc64"/> >+ <plugin id="org.eclipse.equinox.launcher.win32.win32.x86"/> >+ <plugin id="org.eclipse.equinox.launcher.win32.win32.x86_64"/> >+ <plugin id="org.eclipse.swt"/> >+ <plugin id="org.eclipse.swt.gtk.linux.s390x"/> >+ <plugin id="org.eclipse.swt.gtk.linux.s390"/> >+ <plugin id="org.eclipse.swt.gtk.solaris.sparc"/> >+ <plugin id="org.eclipse.swt.gtk.solaris.x86"/> >+ <plugin id="org.eclipse.swt.gtk.linux.ppc"/> >+ <plugin id="org.eclipse.swt.gtk.linux.ppc64"/> >+ <plugin id="org.eclipse.swt.cocoa.macosx"/> >+ <plugin id="org.eclipse.swt.cocoa.macosx"/> >+ <plugin id="org.eclipse.swt.gtk.aix.ppc"/> >+ <plugin id="org.eclipse.swt.gtk.aix.ppc64"/> >+ <plugin id="org.eclipse.swt.gtk.hpux.ia64"/> >+ <plugin id="org.w3c.css.sac"/> >+ <plugin id="org.w3c.dom.smil"/> >+ <plugin id="org.w3c.dom.svg"/> > </excludes> > </configuration> > </execution> >@@ -98,5 +93,4 @@ > </plugin> > </plugins> > </build> >- > </project> >diff --git a/tests/org.eclipse.e4.emf.xpath.test/pom.xml b/tests/org.eclipse.e4.emf.xpath.test/pom.xml >index 24e53d8..d3c38e0 100644 >--- a/tests/org.eclipse.e4.emf.xpath.test/pom.xml >+++ b/tests/org.eclipse.e4.emf.xpath.test/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.emf.xpath.test</artifactId> > <version>0.1.0-SNAPSHOT</version> > <packaging>eclipse-plugin</packaging> >diff --git a/tests/org.eclipse.e4.ui.compat.tests.tweaklet/pom.xml b/tests/org.eclipse.e4.ui.compat.tests.tweaklet/pom.xml >index e51e625..5129d6c 100644 >--- a/tests/org.eclipse.e4.ui.compat.tests.tweaklet/pom.xml >+++ b/tests/org.eclipse.e4.ui.compat.tests.tweaklet/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.compat.tests.tweaklet</artifactId> > <version>0.9.0-SNAPSHOT</version> > <packaging>eclipse-plugin</packaging> >diff --git a/tests/org.eclipse.e4.ui.menu.tests.debug/pom.xml b/tests/org.eclipse.e4.ui.menu.tests.debug/pom.xml >index 2bbb35e..dc9c3f0 100644 >--- a/tests/org.eclipse.e4.ui.menu.tests.debug/pom.xml >+++ b/tests/org.eclipse.e4.ui.menu.tests.debug/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.menu.tests.debug</artifactId> > <version>1.0.0-SNAPSHOT</version> > <packaging>eclipse-plugin</packaging> >diff --git a/tests/org.eclipse.e4.ui.menu.tests.p1/pom.xml b/tests/org.eclipse.e4.ui.menu.tests.p1/pom.xml >index f358db4..c632dc4 100644 >--- a/tests/org.eclipse.e4.ui.menu.tests.p1/pom.xml >+++ b/tests/org.eclipse.e4.ui.menu.tests.p1/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.menu.tests.p1</artifactId> > <version>0.11.0-SNAPSHOT</version> > <packaging>eclipse-plugin</packaging> >diff --git a/tests/org.eclipse.e4.ui.menu.tests.p2/pom.xml b/tests/org.eclipse.e4.ui.menu.tests.p2/pom.xml >index 08872d5..9cff6c7 100644 >--- a/tests/org.eclipse.e4.ui.menu.tests.p2/pom.xml >+++ b/tests/org.eclipse.e4.ui.menu.tests.p2/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.menu.tests.p2</artifactId> > <version>0.11.0-SNAPSHOT</version> > <packaging>eclipse-plugin</packaging> >diff --git a/tests/org.eclipse.e4.ui.menu.tests.p3/pom.xml b/tests/org.eclipse.e4.ui.menu.tests.p3/pom.xml >index 21d5588..297098f 100644 >--- a/tests/org.eclipse.e4.ui.menu.tests.p3/pom.xml >+++ b/tests/org.eclipse.e4.ui.menu.tests.p3/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.menu.tests.p3</artifactId> > <version>0.11.0-SNAPSHOT</version> > <packaging>eclipse-plugin</packaging> >diff --git a/tests/org.eclipse.e4.ui.menu.tests.p4/pom.xml b/tests/org.eclipse.e4.ui.menu.tests.p4/pom.xml >index d6a7cad..e775a52 100644 >--- a/tests/org.eclipse.e4.ui.menu.tests.p4/pom.xml >+++ b/tests/org.eclipse.e4.ui.menu.tests.p4/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.menu.tests.p4</artifactId> > <version>0.11.0-SNAPSHOT</version> > <packaging>eclipse-plugin</packaging> >diff --git a/tests/org.eclipse.e4.ui.tests.css.core/pom.xml b/tests/org.eclipse.e4.ui.tests.css.core/pom.xml >index c2fd092..a9ad8a3 100644 >--- a/tests/org.eclipse.e4.ui.tests.css.core/pom.xml >+++ b/tests/org.eclipse.e4.ui.tests.css.core/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.core</artifactId> > <version>0.9.0-SNAPSHOT</version> > <packaging>eclipse-plugin</packaging> >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 5a3d25d..6201369 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> >diff --git a/tests/org.eclipse.jface.tests.databinding.conformance/pom.xml b/tests/org.eclipse.jface.tests.databinding.conformance/pom.xml >index 6c951d8..0227db6 100644 >--- a/tests/org.eclipse.jface.tests.databinding.conformance/pom.xml >+++ b/tests/org.eclipse.jface.tests.databinding.conformance/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.jface</groupId> > <artifactId>org.eclipse.jface.tests.databinding.conformance</artifactId> > <version>1.1.0-SNAPSHOT</version> > <packaging>eclipse-plugin</packaging> >diff --git a/tests/org.eclipse.jface.tests.databinding/pom.xml b/tests/org.eclipse.jface.tests.databinding/pom.xml >index 982eff6..9d57816 100644 >--- a/tests/org.eclipse.jface.tests.databinding/pom.xml >+++ b/tests/org.eclipse.jface.tests.databinding/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.jface</groupId> > <artifactId>org.eclipse.jface.tests.databinding</artifactId> > <version>1.0.100-SNAPSHOT</version> > <packaging>eclipse-plugin</packaging> >diff --git a/tests/org.eclipse.ui.tests.browser/pom.xml b/tests/org.eclipse.ui.tests.browser/pom.xml >index 8ad3585..5ec1ed2 100644 >--- a/tests/org.eclipse.ui.tests.browser/pom.xml >+++ b/tests/org.eclipse.ui.tests.browser/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.ui</groupId> > <artifactId>org.eclipse.ui.tests.browser</artifactId> > <version>3.1.0</version> > <packaging>eclipse-plugin</packaging> >diff --git a/tests/org.eclipse.ui.tests.forms/pom.xml b/tests/org.eclipse.ui.tests.forms/pom.xml >index 806e153..01d6f9e 100644 >--- a/tests/org.eclipse.ui.tests.forms/pom.xml >+++ b/tests/org.eclipse.ui.tests.forms/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.ui</groupId> > <artifactId>org.eclipse.ui.tests.forms</artifactId> > <version>3.3.300-SNAPSHOT</version> > <packaging>eclipse-plugin</packaging> >diff --git a/tests/org.eclipse.ui.tests.harness/pom.xml b/tests/org.eclipse.ui.tests.harness/pom.xml >index 6b0adac..ae9aab2 100644 >--- a/tests/org.eclipse.ui.tests.harness/pom.xml >+++ b/tests/org.eclipse.ui.tests.harness/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.ui</groupId> > <artifactId>org.eclipse.ui.tests.harness</artifactId> > <version>1.2.0-SNAPSHOT</version> > <packaging>eclipse-plugin</packaging> >diff --git a/tests/org.eclipse.ui.tests.navigator/pom.xml b/tests/org.eclipse.ui.tests.navigator/pom.xml >index 1e944ac..815c801 100644 >--- a/tests/org.eclipse.ui.tests.navigator/pom.xml >+++ b/tests/org.eclipse.ui.tests.navigator/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.ui</groupId> > <artifactId>org.eclipse.ui.tests.navigator</artifactId> > <version>3.4.100-SNAPSHOT</version> > <packaging>eclipse-plugin</packaging> >diff --git a/tests/org.eclipse.ui.tests.performance/pom.xml b/tests/org.eclipse.ui.tests.performance/pom.xml >index 6598a9a..4053aac 100644 >--- a/tests/org.eclipse.ui.tests.performance/pom.xml >+++ b/tests/org.eclipse.ui.tests.performance/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.ui</groupId> > <artifactId>org.eclipse.ui.tests.performance</artifactId> > <version>1.1.300-SNAPSHOT</version> > <packaging>eclipse-plugin</packaging> >diff --git a/tests/org.eclipse.ui.tests.rcp/pom.xml b/tests/org.eclipse.ui.tests.rcp/pom.xml >index 6378b39..fd48441 100644 >--- a/tests/org.eclipse.ui.tests.rcp/pom.xml >+++ b/tests/org.eclipse.ui.tests.rcp/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.ui</groupId> > <artifactId>org.eclipse.ui.tests.rcp</artifactId> > <version>3.3.100-SNAPSHOT</version> > <packaging>eclipse-plugin</packaging> >diff --git a/tests/org.eclipse.ui.tests.views.properties.tabbed/pom.xml b/tests/org.eclipse.ui.tests.views.properties.tabbed/pom.xml >index a88b572..5d444f2 100644 >--- a/tests/org.eclipse.ui.tests.views.properties.tabbed/pom.xml >+++ b/tests/org.eclipse.ui.tests.views.properties.tabbed/pom.xml >@@ -9,10 +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> >@@ -20,7 +17,7 @@ > <version>3.8.0-SNAPSHOT</version> > <relativePath>../../</relativePath> > </parent> >- <groupId>eclipse.platform.ui</groupId> >+ <groupId>org.eclipse.ui</groupId> > <artifactId>org.eclipse.ui.tests.views.properties.tabbed</artifactId> > <version>3.5.200-SNAPSHOT</version> > <packaging>eclipse-plugin</packaging>
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 397850
:
227364
|
227368
|
227369
| 227370 |
227371
|
227570
|
227571
|
227572
|
227573