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 227371 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]
change for platform.runtime
group.diff (text/plain), 21.58 KB, created by
Paul Webster
on 2013-02-20 17:04:37 EST
(
hide
)
Description:
change for platform.runtime
Filename:
MIME Type:
Creator:
Paul Webster
Created:
2013-02-20 17:04:37 EST
Size:
21.58 KB
patch
obsolete
>diff --git a/bundles/org.eclipse.core.boot/pom.xml b/bundles/org.eclipse.core.boot/pom.xml >index f039dec..d815022 100644 >--- a/bundles/org.eclipse.core.boot/pom.xml >+++ b/bundles/org.eclipse.core.boot/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.runtime</artifactId> >@@ -19,7 +17,7 @@ > <version>3.8.0-SNAPSHOT</version> > <relativePath>../../</relativePath> > </parent> >- <groupId>org.eclipse.platform.runtime</groupId> >+ <groupId>org.eclipse.core</groupId> > <artifactId>org.eclipse.core.boot</artifactId> > <version>3.1.300-SNAPSHOT</version> > <packaging>eclipse-plugin</packaging> >diff --git a/bundles/org.eclipse.core.contenttype/pom.xml b/bundles/org.eclipse.core.contenttype/pom.xml >index de0b00b..c70a177 100644 >--- a/bundles/org.eclipse.core.contenttype/pom.xml >+++ b/bundles/org.eclipse.core.contenttype/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.runtime</artifactId> >@@ -19,7 +17,7 @@ > <version>3.8.0-SNAPSHOT</version> > <relativePath>../../</relativePath> > </parent> >- <groupId>org.eclipse.platform.runtime</groupId> >+ <groupId>org.eclipse.core</groupId> > <artifactId>org.eclipse.core.contenttype</artifactId> > <version>3.4.200-SNAPSHOT</version> > <packaging>eclipse-plugin</packaging> >diff --git a/bundles/org.eclipse.core.expressions/pom.xml b/bundles/org.eclipse.core.expressions/pom.xml >index 985db45..bf21704 100644 >--- a/bundles/org.eclipse.core.expressions/pom.xml >+++ b/bundles/org.eclipse.core.expressions/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.runtime</artifactId> >@@ -20,7 +17,7 @@ > <version>3.8.0-SNAPSHOT</version> > <relativePath>../../</relativePath> > </parent> >- <groupId>org.eclipse.platform.runtime</groupId> >+ <groupId>org.eclipse.core</groupId> > <artifactId>org.eclipse.core.expressions</artifactId> > <version>3.4.500-SNAPSHOT</version> > <packaging>eclipse-plugin</packaging> >diff --git a/bundles/org.eclipse.core.jobs/pom.xml b/bundles/org.eclipse.core.jobs/pom.xml >index 0317cc7..e559f05 100644 >--- a/bundles/org.eclipse.core.jobs/pom.xml >+++ b/bundles/org.eclipse.core.jobs/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.runtime</artifactId> >@@ -19,7 +17,7 @@ > <version>3.8.0-SNAPSHOT</version> > <relativePath>../../</relativePath> > </parent> >- <groupId>org.eclipse.platform.runtime</groupId> >+ <groupId>org.eclipse.core</groupId> > <artifactId>org.eclipse.core.jobs</artifactId> > <version>3.5.300-SNAPSHOT</version> > <packaging>eclipse-plugin</packaging> >diff --git a/bundles/org.eclipse.core.runtime.compatibility.auth/pom.xml b/bundles/org.eclipse.core.runtime.compatibility.auth/pom.xml >index 1a0780b..a826d4b 100644 >--- a/bundles/org.eclipse.core.runtime.compatibility.auth/pom.xml >+++ b/bundles/org.eclipse.core.runtime.compatibility.auth/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.runtime</artifactId> >@@ -19,7 +17,7 @@ > <version>3.8.0-SNAPSHOT</version> > <relativePath>../../</relativePath> > </parent> >- <groupId>org.eclipse.platform.runtime</groupId> >+ <groupId>org.eclipse.core</groupId> > <artifactId>org.eclipse.core.runtime.compatibility.auth</artifactId> > <version>3.2.300-SNAPSHOT</version> > <packaging>eclipse-plugin</packaging> >diff --git a/bundles/org.eclipse.core.runtime.compatibility.registry/pom.xml b/bundles/org.eclipse.core.runtime.compatibility.registry/pom.xml >index 493db10..e935443 100644 >--- a/bundles/org.eclipse.core.runtime.compatibility.registry/pom.xml >+++ b/bundles/org.eclipse.core.runtime.compatibility.registry/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.runtime</artifactId> >@@ -19,7 +17,7 @@ > <version>3.8.0-SNAPSHOT</version> > <relativePath>../../</relativePath> > </parent> >- <groupId>org.eclipse.platform.runtime</groupId> >+ <groupId>org.eclipse.core</groupId> > <artifactId>org.eclipse.core.runtime.compatibility.registry</artifactId> > <version>3.5.200-SNAPSHOT</version> > <packaging>eclipse-plugin</packaging> >diff --git a/bundles/org.eclipse.core.runtime.compatibility/pom.xml b/bundles/org.eclipse.core.runtime.compatibility/pom.xml >index 0726e2f..dcea0fd 100644 >--- a/bundles/org.eclipse.core.runtime.compatibility/pom.xml >+++ b/bundles/org.eclipse.core.runtime.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.runtime</artifactId> >@@ -19,7 +17,7 @@ > <version>3.8.0-SNAPSHOT</version> > <relativePath>../../</relativePath> > </parent> >- <groupId>org.eclipse.platform.runtime</groupId> >+ <groupId>org.eclipse.core</groupId> > <artifactId>org.eclipse.core.runtime.compatibility</artifactId> > <version>3.2.200-SNAPSHOT</version> > <packaging>eclipse-plugin</packaging> >diff --git a/bundles/org.eclipse.core.runtime/pom.xml b/bundles/org.eclipse.core.runtime/pom.xml >index 8160b6e..6202978 100644 >--- a/bundles/org.eclipse.core.runtime/pom.xml >+++ b/bundles/org.eclipse.core.runtime/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.runtime</artifactId> >@@ -19,11 +17,10 @@ > <version>3.8.0-SNAPSHOT</version> > <relativePath>../../</relativePath> > </parent> >- <groupId>org.eclipse.platform.runtime</groupId> >+ <groupId>org.eclipse.core</groupId> > <artifactId>org.eclipse.core.runtime</artifactId> > <version>3.9.0-SNAPSHOT</version> > <packaging>eclipse-plugin</packaging> >- > <build> > <plugins> > <plugin> >diff --git a/bundles/org.eclipse.core.tools/pom.xml b/bundles/org.eclipse.core.tools/pom.xml >index 2e137a1..cba34a4 100644 >--- a/bundles/org.eclipse.core.tools/pom.xml >+++ b/bundles/org.eclipse.core.tools/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.runtime</artifactId> >@@ -19,11 +17,10 @@ > <version>3.8.0-SNAPSHOT</version> > <relativePath>../../</relativePath> > </parent> >- <groupId>org.eclipse.platform.runtime</groupId> >+ <groupId>org.eclipse.core</groupId> > <artifactId>org.eclipse.core.tools</artifactId> > <version>1.5.100-SNAPSHOT</version> > <packaging>eclipse-plugin</packaging> >- > <build> > <plugins> > <plugin> >@@ -36,7 +33,6 @@ > </plugin> > </plugins> > </build> >- > <profiles> > <profile> > <id>update-branding-plugins</id> >@@ -49,8 +45,7 @@ > <phase>process-resources</phase> > <configuration> > <tasks> >- <replace file="about.mappings" >- token="@build@" value="${buildId}" /> >+ <replace file="about.mappings" token="@build@" value="${buildId}"/> > </tasks> > </configuration> > <goals> >diff --git a/bundles/org.eclipse.e4.core.contexts/pom.xml b/bundles/org.eclipse.e4.core.contexts/pom.xml >index fc31d62..a47b656 100644 >--- a/bundles/org.eclipse.e4.core.contexts/pom.xml >+++ b/bundles/org.eclipse.e4.core.contexts/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.runtime</artifactId> >@@ -19,7 +17,7 @@ > <version>3.8.0-SNAPSHOT</version> > <relativePath>../../</relativePath> > </parent> >- <groupId>org.eclipse.platform.runtime</groupId> >+ <groupId>org.eclipse.e4</groupId> > <artifactId>org.eclipse.e4.core.contexts</artifactId> > <version>1.2.0-SNAPSHOT</version> > <packaging>eclipse-plugin</packaging> >diff --git a/bundles/org.eclipse.e4.core.di.extensions/pom.xml b/bundles/org.eclipse.e4.core.di.extensions/pom.xml >index 0f3ef71..0c1d3c1 100644 >--- a/bundles/org.eclipse.e4.core.di.extensions/pom.xml >+++ b/bundles/org.eclipse.e4.core.di.extensions/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.runtime</artifactId> >@@ -19,7 +17,7 @@ > <version>3.8.0-SNAPSHOT</version> > <relativePath>../../</relativePath> > </parent> >- <groupId>org.eclipse.platform.runtime</groupId> >+ <groupId>org.eclipse.e4</groupId> > <artifactId>org.eclipse.e4.core.di.extensions</artifactId> > <version>0.11.100-SNAPSHOT</version> > <packaging>eclipse-plugin</packaging> >diff --git a/bundles/org.eclipse.e4.core.di/pom.xml b/bundles/org.eclipse.e4.core.di/pom.xml >index 147a17b..cf913a6 100644 >--- a/bundles/org.eclipse.e4.core.di/pom.xml >+++ b/bundles/org.eclipse.e4.core.di/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.runtime</artifactId> >@@ -20,7 +17,7 @@ > <version>3.8.0-SNAPSHOT</version> > <relativePath>../../</relativePath> > </parent> >- <groupId>org.eclipse.platform.runtime</groupId> >+ <groupId>org.eclipse.e4</groupId> > <artifactId>org.eclipse.e4.core.di</artifactId> > <version>1.2.0-SNAPSHOT</version> > <packaging>eclipse-plugin</packaging> >diff --git a/bundles/org.eclipse.e4.core.services/pom.xml b/bundles/org.eclipse.e4.core.services/pom.xml >index 3049460..52cd1c6 100644 >--- a/bundles/org.eclipse.e4.core.services/pom.xml >+++ b/bundles/org.eclipse.e4.core.services/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.runtime</artifactId> >@@ -20,7 +17,7 @@ > <version>3.8.0-SNAPSHOT</version> > <relativePath>../../</relativePath> > </parent> >- <groupId>org.eclipse.platform.runtime</groupId> >+ <groupId>org.eclipse.e4</groupId> > <artifactId>org.eclipse.e4.core.services</artifactId> > <version>1.0.0-SNAPSHOT</version> > <packaging>eclipse-plugin</packaging> >diff --git a/features/org.eclipse.core.runtime.feature/pom.xml b/features/org.eclipse.core.runtime.feature/pom.xml >index bc24cc0..c63f640 100644 >--- a/features/org.eclipse.core.runtime.feature/pom.xml >+++ b/features/org.eclipse.core.runtime.feature/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.runtime</artifactId> >@@ -19,7 +17,7 @@ > <version>3.8.0-SNAPSHOT</version> > <relativePath>../../</relativePath> > </parent> >- <groupId>org.eclipse.platform.runtime</groupId> >+ <groupId>org.eclipse.core.feature</groupId> > <artifactId>org.eclipse.core.runtime.feature</artifactId> > <version>1.1.0-SNAPSHOT</version> > <packaging>eclipse-feature</packaging> >diff --git a/features/org.eclipse.core.tools-feature/pom.xml b/features/org.eclipse.core.tools-feature/pom.xml >index bbe4140..aac545b 100644 >--- a/features/org.eclipse.core.tools-feature/pom.xml >+++ b/features/org.eclipse.core.tools-feature/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.runtime</artifactId> >@@ -19,7 +17,7 @@ > <version>3.8.0-SNAPSHOT</version> > <relativePath>../../</relativePath> > </parent> >- <groupId>org.eclipse.platform.runtime</groupId> >+ <groupId>org.eclipse.core.feature</groupId> > <artifactId>org.eclipse.core.tools</artifactId> > <version>1.4.0-SNAPSHOT</version> > <packaging>eclipse-feature</packaging> >diff --git a/tests/org.eclipse.core.tests.harness/pom.xml b/tests/org.eclipse.core.tests.harness/pom.xml >index 7554ff6..a3786f7 100644 >--- a/tests/org.eclipse.core.tests.harness/pom.xml >+++ b/tests/org.eclipse.core.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.runtime</artifactId> >@@ -19,7 +17,7 @@ > <version>3.8.0-SNAPSHOT</version> > <relativePath>../../</relativePath> > </parent> >- <groupId>org.eclipse.platform.runtime</groupId> >+ <groupId>org.eclipse.core</groupId> > <artifactId>org.eclipse.core.tests.harness</artifactId> > <version>3.9.0-SNAPSHOT</version> > <packaging>eclipse-plugin</packaging> >diff --git a/tests/org.eclipse.core.tests.runtime/pom.xml b/tests/org.eclipse.core.tests.runtime/pom.xml >index 6e51839..5f5306f 100644 >--- a/tests/org.eclipse.core.tests.runtime/pom.xml >+++ b/tests/org.eclipse.core.tests.runtime/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.runtime</artifactId> >@@ -19,7 +17,7 @@ > <version>3.8.0-SNAPSHOT</version> > <relativePath>../../</relativePath> > </parent> >- <groupId>org.eclipse.platform.runtime</groupId> >+ <groupId>org.eclipse.core</groupId> > <artifactId>org.eclipse.core.tests.runtime</artifactId> > <version>3.9.0-SNAPSHOT</version> > <packaging>eclipse-plugin</packaging> >diff --git a/tests/org.eclipse.e4.core.tests.services/pom.xml b/tests/org.eclipse.e4.core.tests.services/pom.xml >index 8c48de1..9e50687 100644 >--- a/tests/org.eclipse.e4.core.tests.services/pom.xml >+++ b/tests/org.eclipse.e4.core.tests.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.runtime</artifactId> >@@ -19,7 +17,7 @@ > <version>3.8.0-SNAPSHOT</version> > <relativePath>../../</relativePath> > </parent> >- <groupId>org.eclipse.platform.runtime</groupId> >+ <groupId>org.eclipse.e4</groupId> > <artifactId>org.eclipse.e4.core.tests.services</artifactId> > <version>0.9.1-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