Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
View | Details | Raw Unified | Return to bug 397850 | Differences between
and this patch

Collapse All | Expand All

(-)a/bundles/org.eclipse.core.boot/pom.xml (-4 / +2 lines)
Lines 9-17 Link Here
9
  Contributors:
9
  Contributors:
10
     Igor Fedorenko - initial implementation
10
     Igor Fedorenko - initial implementation
11
-->
11
-->
12
12
<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">
13
<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"
14
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
15
  <modelVersion>4.0.0</modelVersion>
13
  <modelVersion>4.0.0</modelVersion>
16
  <parent>
14
  <parent>
17
    <artifactId>eclipse.platform.runtime</artifactId>
15
    <artifactId>eclipse.platform.runtime</artifactId>
Lines 19-25 Link Here
19
    <version>3.8.0-SNAPSHOT</version>
17
    <version>3.8.0-SNAPSHOT</version>
20
    <relativePath>../../</relativePath>
18
    <relativePath>../../</relativePath>
21
  </parent>
19
  </parent>
22
  <groupId>org.eclipse.platform.runtime</groupId>
20
  <groupId>org.eclipse.core</groupId>
23
  <artifactId>org.eclipse.core.boot</artifactId>
21
  <artifactId>org.eclipse.core.boot</artifactId>
24
  <version>3.1.300-SNAPSHOT</version>
22
  <version>3.1.300-SNAPSHOT</version>
25
  <packaging>eclipse-plugin</packaging>
23
  <packaging>eclipse-plugin</packaging>
(-)a/bundles/org.eclipse.core.contenttype/pom.xml (-4 / +2 lines)
Lines 9-17 Link Here
9
  Contributors:
9
  Contributors:
10
     Igor Fedorenko - initial implementation
10
     Igor Fedorenko - initial implementation
11
-->
11
-->
12
12
<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">
13
<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"
14
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
15
  <modelVersion>4.0.0</modelVersion>
13
  <modelVersion>4.0.0</modelVersion>
16
  <parent>
14
  <parent>
17
    <artifactId>eclipse.platform.runtime</artifactId>
15
    <artifactId>eclipse.platform.runtime</artifactId>
Lines 19-25 Link Here
19
    <version>3.8.0-SNAPSHOT</version>
17
    <version>3.8.0-SNAPSHOT</version>
20
    <relativePath>../../</relativePath>
18
    <relativePath>../../</relativePath>
21
  </parent>
19
  </parent>
22
  <groupId>org.eclipse.platform.runtime</groupId>
20
  <groupId>org.eclipse.core</groupId>
23
  <artifactId>org.eclipse.core.contenttype</artifactId>
21
  <artifactId>org.eclipse.core.contenttype</artifactId>
24
  <version>3.4.200-SNAPSHOT</version>
22
  <version>3.4.200-SNAPSHOT</version>
25
  <packaging>eclipse-plugin</packaging>
23
  <packaging>eclipse-plugin</packaging>
(-)a/bundles/org.eclipse.core.expressions/pom.xml (-5 / +2 lines)
Lines 9-18 Link Here
9
  Contributors:
9
  Contributors:
10
     Igor Fedorenko - initial implementation
10
     Igor Fedorenko - initial implementation
11
-->
11
-->
12
12
<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">
13
<project
14
  xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"
15
  xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
16
  <modelVersion>4.0.0</modelVersion>
13
  <modelVersion>4.0.0</modelVersion>
17
  <parent>
14
  <parent>
18
    <artifactId>eclipse.platform.runtime</artifactId>
15
    <artifactId>eclipse.platform.runtime</artifactId>
Lines 20-26 Link Here
20
    <version>3.8.0-SNAPSHOT</version>
17
    <version>3.8.0-SNAPSHOT</version>
21
    <relativePath>../../</relativePath>
18
    <relativePath>../../</relativePath>
22
  </parent>
19
  </parent>
23
  <groupId>org.eclipse.platform.runtime</groupId>
20
  <groupId>org.eclipse.core</groupId>
24
  <artifactId>org.eclipse.core.expressions</artifactId>
21
  <artifactId>org.eclipse.core.expressions</artifactId>
25
  <version>3.4.500-SNAPSHOT</version>
22
  <version>3.4.500-SNAPSHOT</version>
26
  <packaging>eclipse-plugin</packaging>
23
  <packaging>eclipse-plugin</packaging>
(-)a/bundles/org.eclipse.core.jobs/pom.xml (-4 / +2 lines)
Lines 9-17 Link Here
9
  Contributors:
9
  Contributors:
10
     Igor Fedorenko - initial implementation
10
     Igor Fedorenko - initial implementation
11
-->
11
-->
12
12
<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">
13
<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"
14
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
15
  <modelVersion>4.0.0</modelVersion>
13
  <modelVersion>4.0.0</modelVersion>
16
  <parent>
14
  <parent>
17
    <artifactId>eclipse.platform.runtime</artifactId>
15
    <artifactId>eclipse.platform.runtime</artifactId>
Lines 19-25 Link Here
19
    <version>3.8.0-SNAPSHOT</version>
17
    <version>3.8.0-SNAPSHOT</version>
20
    <relativePath>../../</relativePath>
18
    <relativePath>../../</relativePath>
21
  </parent>
19
  </parent>
22
  <groupId>org.eclipse.platform.runtime</groupId>
20
  <groupId>org.eclipse.core</groupId>
23
  <artifactId>org.eclipse.core.jobs</artifactId>
21
  <artifactId>org.eclipse.core.jobs</artifactId>
24
  <version>3.5.300-SNAPSHOT</version>
22
  <version>3.5.300-SNAPSHOT</version>
25
  <packaging>eclipse-plugin</packaging>
23
  <packaging>eclipse-plugin</packaging>
(-)a/bundles/org.eclipse.core.runtime.compatibility.auth/pom.xml (-4 / +2 lines)
Lines 9-17 Link Here
9
  Contributors:
9
  Contributors:
10
     Igor Fedorenko - initial implementation
10
     Igor Fedorenko - initial implementation
11
-->
11
-->
12
12
<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">
13
<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"
14
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
15
  <modelVersion>4.0.0</modelVersion>
13
  <modelVersion>4.0.0</modelVersion>
16
  <parent>
14
  <parent>
17
    <artifactId>eclipse.platform.runtime</artifactId>
15
    <artifactId>eclipse.platform.runtime</artifactId>
Lines 19-25 Link Here
19
    <version>3.8.0-SNAPSHOT</version>
17
    <version>3.8.0-SNAPSHOT</version>
20
    <relativePath>../../</relativePath>
18
    <relativePath>../../</relativePath>
21
  </parent>
19
  </parent>
22
  <groupId>org.eclipse.platform.runtime</groupId>
20
  <groupId>org.eclipse.core</groupId>
23
  <artifactId>org.eclipse.core.runtime.compatibility.auth</artifactId>
21
  <artifactId>org.eclipse.core.runtime.compatibility.auth</artifactId>
24
  <version>3.2.300-SNAPSHOT</version>
22
  <version>3.2.300-SNAPSHOT</version>
25
  <packaging>eclipse-plugin</packaging>
23
  <packaging>eclipse-plugin</packaging>
(-)a/bundles/org.eclipse.core.runtime.compatibility.registry/pom.xml (-4 / +2 lines)
Lines 9-17 Link Here
9
  Contributors:
9
  Contributors:
10
     Igor Fedorenko - initial implementation
10
     Igor Fedorenko - initial implementation
11
-->
11
-->
12
12
<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">
13
<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"
14
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
15
  <modelVersion>4.0.0</modelVersion>
13
  <modelVersion>4.0.0</modelVersion>
16
  <parent>
14
  <parent>
17
    <artifactId>eclipse.platform.runtime</artifactId>
15
    <artifactId>eclipse.platform.runtime</artifactId>
Lines 19-25 Link Here
19
    <version>3.8.0-SNAPSHOT</version>
17
    <version>3.8.0-SNAPSHOT</version>
20
    <relativePath>../../</relativePath>
18
    <relativePath>../../</relativePath>
21
  </parent>
19
  </parent>
22
  <groupId>org.eclipse.platform.runtime</groupId>
20
  <groupId>org.eclipse.core</groupId>
23
  <artifactId>org.eclipse.core.runtime.compatibility.registry</artifactId>
21
  <artifactId>org.eclipse.core.runtime.compatibility.registry</artifactId>
24
  <version>3.5.200-SNAPSHOT</version>
22
  <version>3.5.200-SNAPSHOT</version>
25
  <packaging>eclipse-plugin</packaging>
23
  <packaging>eclipse-plugin</packaging>
(-)a/bundles/org.eclipse.core.runtime.compatibility/pom.xml (-4 / +2 lines)
Lines 9-17 Link Here
9
  Contributors:
9
  Contributors:
10
     Igor Fedorenko - initial implementation
10
     Igor Fedorenko - initial implementation
11
-->
11
-->
12
12
<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">
13
<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"
14
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
15
  <modelVersion>4.0.0</modelVersion>
13
  <modelVersion>4.0.0</modelVersion>
16
  <parent>
14
  <parent>
17
    <artifactId>eclipse.platform.runtime</artifactId>
15
    <artifactId>eclipse.platform.runtime</artifactId>
Lines 19-25 Link Here
19
    <version>3.8.0-SNAPSHOT</version>
17
    <version>3.8.0-SNAPSHOT</version>
20
    <relativePath>../../</relativePath>
18
    <relativePath>../../</relativePath>
21
  </parent>
19
  </parent>
22
  <groupId>org.eclipse.platform.runtime</groupId>
20
  <groupId>org.eclipse.core</groupId>
23
  <artifactId>org.eclipse.core.runtime.compatibility</artifactId>
21
  <artifactId>org.eclipse.core.runtime.compatibility</artifactId>
24
  <version>3.2.200-SNAPSHOT</version>
22
  <version>3.2.200-SNAPSHOT</version>
25
  <packaging>eclipse-plugin</packaging>
23
  <packaging>eclipse-plugin</packaging>
(-)a/bundles/org.eclipse.core.runtime/pom.xml (-5 / +2 lines)
Lines 9-17 Link Here
9
  Contributors:
9
  Contributors:
10
     Igor Fedorenko - initial implementation
10
     Igor Fedorenko - initial implementation
11
-->
11
-->
12
12
<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">
13
<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"
14
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
15
  <modelVersion>4.0.0</modelVersion>
13
  <modelVersion>4.0.0</modelVersion>
16
  <parent>
14
  <parent>
17
    <artifactId>eclipse.platform.runtime</artifactId>
15
    <artifactId>eclipse.platform.runtime</artifactId>
Lines 19-29 Link Here
19
    <version>3.8.0-SNAPSHOT</version>
17
    <version>3.8.0-SNAPSHOT</version>
20
    <relativePath>../../</relativePath>
18
    <relativePath>../../</relativePath>
21
  </parent>
19
  </parent>
22
  <groupId>org.eclipse.platform.runtime</groupId>
20
  <groupId>org.eclipse.core</groupId>
23
  <artifactId>org.eclipse.core.runtime</artifactId>
21
  <artifactId>org.eclipse.core.runtime</artifactId>
24
  <version>3.9.0-SNAPSHOT</version>
22
  <version>3.9.0-SNAPSHOT</version>
25
  <packaging>eclipse-plugin</packaging>
23
  <packaging>eclipse-plugin</packaging>
26
27
  <build>
24
  <build>
28
    <plugins>
25
    <plugins>
29
      <plugin>
26
      <plugin>
(-)a/bundles/org.eclipse.core.tools/pom.xml (-8 / +3 lines)
Lines 9-17 Link Here
9
  Contributors:
9
  Contributors:
10
     Igor Fedorenko - initial implementation
10
     Igor Fedorenko - initial implementation
11
-->
11
-->
12
12
<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">
13
<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"
14
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
15
  <modelVersion>4.0.0</modelVersion>
13
  <modelVersion>4.0.0</modelVersion>
16
  <parent>
14
  <parent>
17
    <artifactId>eclipse.platform.runtime</artifactId>
15
    <artifactId>eclipse.platform.runtime</artifactId>
Lines 19-29 Link Here
19
    <version>3.8.0-SNAPSHOT</version>
17
    <version>3.8.0-SNAPSHOT</version>
20
    <relativePath>../../</relativePath>
18
    <relativePath>../../</relativePath>
21
  </parent>
19
  </parent>
22
  <groupId>org.eclipse.platform.runtime</groupId>
20
  <groupId>org.eclipse.core</groupId>
23
  <artifactId>org.eclipse.core.tools</artifactId>
21
  <artifactId>org.eclipse.core.tools</artifactId>
24
  <version>1.5.100-SNAPSHOT</version>
22
  <version>1.5.100-SNAPSHOT</version>
25
  <packaging>eclipse-plugin</packaging>
23
  <packaging>eclipse-plugin</packaging>
26
27
  <build>
24
  <build>
28
    <plugins>
25
    <plugins>
29
      <plugin>
26
      <plugin>
Lines 36-42 Link Here
36
      </plugin>
33
      </plugin>
37
    </plugins>
34
    </plugins>
38
  </build>
35
  </build>
39
40
  <profiles>
36
  <profiles>
41
    <profile>
37
    <profile>
42
      <id>update-branding-plugins</id>
38
      <id>update-branding-plugins</id>
Lines 49-56 Link Here
49
                <phase>process-resources</phase>
45
                <phase>process-resources</phase>
50
                <configuration>
46
                <configuration>
51
                  <tasks>
47
                  <tasks>
52
                    <replace file="about.mappings" 
48
                    <replace file="about.mappings" token="@build@" value="${buildId}"/>
53
                             token="@build@" value="${buildId}" />
54
                  </tasks>
49
                  </tasks>
55
                </configuration>
50
                </configuration>
56
                <goals>
51
                <goals>
(-)a/bundles/org.eclipse.e4.core.contexts/pom.xml (-4 / +2 lines)
Lines 9-17 Link Here
9
  Contributors:
9
  Contributors:
10
     Igor Fedorenko - initial implementation
10
     Igor Fedorenko - initial implementation
11
-->
11
-->
12
12
<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">
13
<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"
14
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
15
  <modelVersion>4.0.0</modelVersion>
13
  <modelVersion>4.0.0</modelVersion>
16
  <parent>
14
  <parent>
17
    <artifactId>eclipse.platform.runtime</artifactId>
15
    <artifactId>eclipse.platform.runtime</artifactId>
Lines 19-25 Link Here
19
    <version>3.8.0-SNAPSHOT</version>
17
    <version>3.8.0-SNAPSHOT</version>
20
    <relativePath>../../</relativePath>
18
    <relativePath>../../</relativePath>
21
  </parent>
19
  </parent>
22
  <groupId>org.eclipse.platform.runtime</groupId>
20
  <groupId>org.eclipse.e4</groupId>
23
  <artifactId>org.eclipse.e4.core.contexts</artifactId>
21
  <artifactId>org.eclipse.e4.core.contexts</artifactId>
24
  <version>1.2.0-SNAPSHOT</version>
22
  <version>1.2.0-SNAPSHOT</version>
25
  <packaging>eclipse-plugin</packaging>
23
  <packaging>eclipse-plugin</packaging>
(-)a/bundles/org.eclipse.e4.core.di.extensions/pom.xml (-4 / +2 lines)
Lines 9-17 Link Here
9
  Contributors:
9
  Contributors:
10
     Igor Fedorenko - initial implementation
10
     Igor Fedorenko - initial implementation
11
-->
11
-->
12
12
<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">
13
<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"
14
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
15
  <modelVersion>4.0.0</modelVersion>
13
  <modelVersion>4.0.0</modelVersion>
16
  <parent>
14
  <parent>
17
    <artifactId>eclipse.platform.runtime</artifactId>
15
    <artifactId>eclipse.platform.runtime</artifactId>
Lines 19-25 Link Here
19
    <version>3.8.0-SNAPSHOT</version>
17
    <version>3.8.0-SNAPSHOT</version>
20
    <relativePath>../../</relativePath>
18
    <relativePath>../../</relativePath>
21
  </parent>
19
  </parent>
22
  <groupId>org.eclipse.platform.runtime</groupId>
20
  <groupId>org.eclipse.e4</groupId>
23
  <artifactId>org.eclipse.e4.core.di.extensions</artifactId>
21
  <artifactId>org.eclipse.e4.core.di.extensions</artifactId>
24
  <version>0.11.100-SNAPSHOT</version>
22
  <version>0.11.100-SNAPSHOT</version>
25
  <packaging>eclipse-plugin</packaging>
23
  <packaging>eclipse-plugin</packaging>
(-)a/bundles/org.eclipse.e4.core.di/pom.xml (-5 / +2 lines)
Lines 9-18 Link Here
9
  Contributors:
9
  Contributors:
10
     Igor Fedorenko - initial implementation
10
     Igor Fedorenko - initial implementation
11
-->
11
-->
12
12
<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">
13
<project
14
  xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"
15
  xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
16
  <modelVersion>4.0.0</modelVersion>
13
  <modelVersion>4.0.0</modelVersion>
17
  <parent>
14
  <parent>
18
    <artifactId>eclipse.platform.runtime</artifactId>
15
    <artifactId>eclipse.platform.runtime</artifactId>
Lines 20-26 Link Here
20
    <version>3.8.0-SNAPSHOT</version>
17
    <version>3.8.0-SNAPSHOT</version>
21
    <relativePath>../../</relativePath>
18
    <relativePath>../../</relativePath>
22
  </parent>
19
  </parent>
23
  <groupId>org.eclipse.platform.runtime</groupId>
20
  <groupId>org.eclipse.e4</groupId>
24
  <artifactId>org.eclipse.e4.core.di</artifactId>
21
  <artifactId>org.eclipse.e4.core.di</artifactId>
25
  <version>1.2.0-SNAPSHOT</version>
22
  <version>1.2.0-SNAPSHOT</version>
26
  <packaging>eclipse-plugin</packaging>
23
  <packaging>eclipse-plugin</packaging>
(-)a/bundles/org.eclipse.e4.core.services/pom.xml (-5 / +2 lines)
Lines 9-18 Link Here
9
  Contributors:
9
  Contributors:
10
     Igor Fedorenko - initial implementation
10
     Igor Fedorenko - initial implementation
11
-->
11
-->
12
12
<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">
13
<project
14
  xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"
15
  xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
16
  <modelVersion>4.0.0</modelVersion>
13
  <modelVersion>4.0.0</modelVersion>
17
  <parent>
14
  <parent>
18
    <artifactId>eclipse.platform.runtime</artifactId>
15
    <artifactId>eclipse.platform.runtime</artifactId>
Lines 20-26 Link Here
20
    <version>3.8.0-SNAPSHOT</version>
17
    <version>3.8.0-SNAPSHOT</version>
21
    <relativePath>../../</relativePath>
18
    <relativePath>../../</relativePath>
22
  </parent>
19
  </parent>
23
  <groupId>org.eclipse.platform.runtime</groupId>
20
  <groupId>org.eclipse.e4</groupId>
24
  <artifactId>org.eclipse.e4.core.services</artifactId>
21
  <artifactId>org.eclipse.e4.core.services</artifactId>
25
  <version>1.0.0-SNAPSHOT</version>
22
  <version>1.0.0-SNAPSHOT</version>
26
  <packaging>eclipse-plugin</packaging>
23
  <packaging>eclipse-plugin</packaging>
(-)a/features/org.eclipse.core.runtime.feature/pom.xml (-4 / +2 lines)
Lines 9-17 Link Here
9
  Contributors:
9
  Contributors:
10
     Igor Fedorenko - initial implementation
10
     Igor Fedorenko - initial implementation
11
-->
11
-->
12
12
<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">
13
<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"
14
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
15
  <modelVersion>4.0.0</modelVersion>
13
  <modelVersion>4.0.0</modelVersion>
16
  <parent>
14
  <parent>
17
    <artifactId>eclipse.platform.runtime</artifactId>
15
    <artifactId>eclipse.platform.runtime</artifactId>
Lines 19-25 Link Here
19
    <version>3.8.0-SNAPSHOT</version>
17
    <version>3.8.0-SNAPSHOT</version>
20
    <relativePath>../../</relativePath>
18
    <relativePath>../../</relativePath>
21
  </parent>
19
  </parent>
22
  <groupId>org.eclipse.platform.runtime</groupId>
20
  <groupId>org.eclipse.core.feature</groupId>
23
  <artifactId>org.eclipse.core.runtime.feature</artifactId>
21
  <artifactId>org.eclipse.core.runtime.feature</artifactId>
24
  <version>1.1.0-SNAPSHOT</version>
22
  <version>1.1.0-SNAPSHOT</version>
25
  <packaging>eclipse-feature</packaging>
23
  <packaging>eclipse-feature</packaging>
(-)a/features/org.eclipse.core.tools-feature/pom.xml (-4 / +2 lines)
Lines 9-17 Link Here
9
  Contributors:
9
  Contributors:
10
     Igor Fedorenko - initial implementation
10
     Igor Fedorenko - initial implementation
11
-->
11
-->
12
12
<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">
13
<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"
14
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
15
  <modelVersion>4.0.0</modelVersion>
13
  <modelVersion>4.0.0</modelVersion>
16
  <parent>
14
  <parent>
17
    <artifactId>eclipse.platform.runtime</artifactId>
15
    <artifactId>eclipse.platform.runtime</artifactId>
Lines 19-25 Link Here
19
    <version>3.8.0-SNAPSHOT</version>
17
    <version>3.8.0-SNAPSHOT</version>
20
    <relativePath>../../</relativePath>
18
    <relativePath>../../</relativePath>
21
  </parent>
19
  </parent>
22
  <groupId>org.eclipse.platform.runtime</groupId>
20
  <groupId>org.eclipse.core.feature</groupId>
23
  <artifactId>org.eclipse.core.tools</artifactId>
21
  <artifactId>org.eclipse.core.tools</artifactId>
24
  <version>1.4.0-SNAPSHOT</version>
22
  <version>1.4.0-SNAPSHOT</version>
25
  <packaging>eclipse-feature</packaging>
23
  <packaging>eclipse-feature</packaging>
(-)a/tests/org.eclipse.core.tests.harness/pom.xml (-4 / +2 lines)
Lines 9-17 Link Here
9
  Contributors:
9
  Contributors:
10
     Igor Fedorenko - initial implementation
10
     Igor Fedorenko - initial implementation
11
-->
11
-->
12
12
<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">
13
<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"
14
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
15
  <modelVersion>4.0.0</modelVersion>
13
  <modelVersion>4.0.0</modelVersion>
16
  <parent>
14
  <parent>
17
    <artifactId>eclipse.platform.runtime</artifactId>
15
    <artifactId>eclipse.platform.runtime</artifactId>
Lines 19-25 Link Here
19
    <version>3.8.0-SNAPSHOT</version>
17
    <version>3.8.0-SNAPSHOT</version>
20
    <relativePath>../../</relativePath>
18
    <relativePath>../../</relativePath>
21
  </parent>
19
  </parent>
22
  <groupId>org.eclipse.platform.runtime</groupId>
20
  <groupId>org.eclipse.core</groupId>
23
  <artifactId>org.eclipse.core.tests.harness</artifactId>
21
  <artifactId>org.eclipse.core.tests.harness</artifactId>
24
  <version>3.9.0-SNAPSHOT</version>
22
  <version>3.9.0-SNAPSHOT</version>
25
  <packaging>eclipse-plugin</packaging>
23
  <packaging>eclipse-plugin</packaging>
(-)a/tests/org.eclipse.core.tests.runtime/pom.xml (-4 / +2 lines)
Lines 9-17 Link Here
9
  Contributors:
9
  Contributors:
10
     Igor Fedorenko - initial implementation
10
     Igor Fedorenko - initial implementation
11
-->
11
-->
12
12
<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">
13
<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"
14
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
15
  <modelVersion>4.0.0</modelVersion>
13
  <modelVersion>4.0.0</modelVersion>
16
  <parent>
14
  <parent>
17
    <artifactId>eclipse.platform.runtime</artifactId>
15
    <artifactId>eclipse.platform.runtime</artifactId>
Lines 19-25 Link Here
19
    <version>3.8.0-SNAPSHOT</version>
17
    <version>3.8.0-SNAPSHOT</version>
20
    <relativePath>../../</relativePath>
18
    <relativePath>../../</relativePath>
21
  </parent>
19
  </parent>
22
  <groupId>org.eclipse.platform.runtime</groupId>
20
  <groupId>org.eclipse.core</groupId>
23
  <artifactId>org.eclipse.core.tests.runtime</artifactId>
21
  <artifactId>org.eclipse.core.tests.runtime</artifactId>
24
  <version>3.9.0-SNAPSHOT</version>
22
  <version>3.9.0-SNAPSHOT</version>
25
  <packaging>eclipse-plugin</packaging>
23
  <packaging>eclipse-plugin</packaging>
(-)a/tests/org.eclipse.e4.core.tests.services/pom.xml (-4 / +2 lines)
Lines 9-17 Link Here
9
  Contributors:
9
  Contributors:
10
     Igor Fedorenko - initial implementation
10
     Igor Fedorenko - initial implementation
11
-->
11
-->
12
12
<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">
13
<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"
14
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
15
  <modelVersion>4.0.0</modelVersion>
13
  <modelVersion>4.0.0</modelVersion>
16
  <parent>
14
  <parent>
17
    <artifactId>eclipse.platform.runtime</artifactId>
15
    <artifactId>eclipse.platform.runtime</artifactId>
Lines 19-25 Link Here
19
    <version>3.8.0-SNAPSHOT</version>
17
    <version>3.8.0-SNAPSHOT</version>
20
    <relativePath>../../</relativePath>
18
    <relativePath>../../</relativePath>
21
  </parent>
19
  </parent>
22
  <groupId>org.eclipse.platform.runtime</groupId>
20
  <groupId>org.eclipse.e4</groupId>
23
  <artifactId>org.eclipse.e4.core.tests.services</artifactId>
21
  <artifactId>org.eclipse.e4.core.tests.services</artifactId>
24
  <version>0.9.1-SNAPSHOT</version>
22
  <version>0.9.1-SNAPSHOT</version>
25
  <packaging>eclipse-plugin</packaging>
23
  <packaging>eclipse-plugin</packaging>

Return to bug 397850