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.commands/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.ui</artifactId>
15
    <artifactId>eclipse.platform.ui</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>eclipse.platform.ui</groupId>
20
  <groupId>org.eclipse.core</groupId>
23
  <artifactId>org.eclipse.core.commands</artifactId>
21
  <artifactId>org.eclipse.core.commands</artifactId>
24
  <version>3.6.100-SNAPSHOT</version>
22
  <version>3.6.100-SNAPSHOT</version>
25
  <packaging>eclipse-plugin</packaging>
23
  <packaging>eclipse-plugin</packaging>
(-)a/bundles/org.eclipse.core.databinding.beans/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.ui</artifactId>
15
    <artifactId>eclipse.platform.ui</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>eclipse.platform.ui</groupId>
20
  <groupId>org.eclipse.core</groupId>
23
  <artifactId>org.eclipse.core.databinding.beans</artifactId>
21
  <artifactId>org.eclipse.core.databinding.beans</artifactId>
24
  <version>1.2.200-SNAPSHOT</version>
22
  <version>1.2.200-SNAPSHOT</version>
25
  <packaging>eclipse-plugin</packaging>
23
  <packaging>eclipse-plugin</packaging>
(-)a/bundles/org.eclipse.core.databinding.observable/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.ui</artifactId>
15
    <artifactId>eclipse.platform.ui</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>eclipse.platform.ui</groupId>
20
  <groupId>org.eclipse.core</groupId>
23
  <artifactId>org.eclipse.core.databinding.observable</artifactId>
21
  <artifactId>org.eclipse.core.databinding.observable</artifactId>
24
  <version>1.4.1-SNAPSHOT</version>
22
  <version>1.4.1-SNAPSHOT</version>
25
  <packaging>eclipse-plugin</packaging>
23
  <packaging>eclipse-plugin</packaging>
(-)a/bundles/org.eclipse.core.databinding.property/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.ui</artifactId>
15
    <artifactId>eclipse.platform.ui</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>eclipse.platform.ui</groupId>
20
  <groupId>org.eclipse.core</groupId>
23
  <artifactId>org.eclipse.core.databinding.property</artifactId>
21
  <artifactId>org.eclipse.core.databinding.property</artifactId>
24
  <version>1.4.200-SNAPSHOT</version>
22
  <version>1.4.200-SNAPSHOT</version>
25
  <packaging>eclipse-plugin</packaging>
23
  <packaging>eclipse-plugin</packaging>
(-)a/bundles/org.eclipse.core.databinding/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.ui</artifactId>
15
    <artifactId>eclipse.platform.ui</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>eclipse.platform.ui</groupId>
20
  <groupId>org.eclipse.core</groupId>
23
  <artifactId>org.eclipse.core.databinding</artifactId>
21
  <artifactId>org.eclipse.core.databinding</artifactId>
24
  <version>1.4.1-SNAPSHOT</version>
22
  <version>1.4.1-SNAPSHOT</version>
25
  <packaging>eclipse-plugin</packaging>
23
  <packaging>eclipse-plugin</packaging>
(-)a/bundles/org.eclipse.e4.core.commands/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.ui</artifactId>
15
    <artifactId>eclipse.platform.ui</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>eclipse.platform.ui</groupId>
20
  <groupId>org.eclipse.e4</groupId>
23
  <artifactId>org.eclipse.e4.core.commands</artifactId>
21
  <artifactId>org.eclipse.e4.core.commands</artifactId>
24
  <version>0.10.1-SNAPSHOT</version>
22
  <version>0.10.1-SNAPSHOT</version>
25
  <packaging>eclipse-plugin</packaging>
23
  <packaging>eclipse-plugin</packaging>
(-)a/bundles/org.eclipse.e4.core.contexts.debug/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.ui</artifactId>
15
    <artifactId>eclipse.platform.ui</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>eclipse.platform.ui</groupId>
20
  <groupId>org.eclipse.e4</groupId>
23
  <artifactId>org.eclipse.e4.core.contexts.debug</artifactId>
21
  <artifactId>org.eclipse.e4.core.contexts.debug</artifactId>
24
  <version>0.1.1-SNAPSHOT</version>
22
  <version>0.1.1-SNAPSHOT</version>
25
  <packaging>eclipse-plugin</packaging>
23
  <packaging>eclipse-plugin</packaging>
(-)a/bundles/org.eclipse.e4.emf.xpath/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.ui</artifactId>
15
    <artifactId>eclipse.platform.ui</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>eclipse.platform.ui</groupId>
20
  <groupId>org.eclipse.e4</groupId>
23
  <artifactId>org.eclipse.e4.emf.xpath</artifactId>
21
  <artifactId>org.eclipse.e4.emf.xpath</artifactId>
24
  <version>0.1.1-SNAPSHOT</version>
22
  <version>0.1.1-SNAPSHOT</version>
25
  <packaging>eclipse-plugin</packaging>
23
  <packaging>eclipse-plugin</packaging>
(-)a/bundles/org.eclipse.e4.ui.bindings/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.ui</artifactId>
15
    <artifactId>eclipse.platform.ui</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>eclipse.platform.ui</groupId>
20
  <groupId>org.eclipse.e4</groupId>
23
  <artifactId>org.eclipse.e4.ui.bindings</artifactId>
21
  <artifactId>org.eclipse.e4.ui.bindings</artifactId>
24
  <version>0.10.100-SNAPSHOT</version>
22
  <version>0.10.100-SNAPSHOT</version>
25
  <packaging>eclipse-plugin</packaging>
23
  <packaging>eclipse-plugin</packaging>
(-)a/bundles/org.eclipse.e4.ui.css.core/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.ui</artifactId>
15
    <artifactId>eclipse.platform.ui</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>eclipse.platform.ui</groupId>
20
  <groupId>org.eclipse.e4</groupId>
23
  <artifactId>org.eclipse.e4.ui.css.core</artifactId>
21
  <artifactId>org.eclipse.e4.ui.css.core</artifactId>
24
  <version>0.10.100-SNAPSHOT</version>
22
  <version>0.10.100-SNAPSHOT</version>
25
  <packaging>eclipse-plugin</packaging>
23
  <packaging>eclipse-plugin</packaging>
(-)a/bundles/org.eclipse.e4.ui.css.swt.theme/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.ui</artifactId>
15
    <artifactId>eclipse.platform.ui</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>eclipse.platform.ui</groupId>
20
  <groupId>org.eclipse.e4</groupId>
23
  <artifactId>org.eclipse.e4.ui.css.swt.theme</artifactId>
21
  <artifactId>org.eclipse.e4.ui.css.swt.theme</artifactId>
24
  <version>0.9.100-SNAPSHOT</version>
22
  <version>0.9.100-SNAPSHOT</version>
25
  <packaging>eclipse-plugin</packaging>
23
  <packaging>eclipse-plugin</packaging>
(-)a/bundles/org.eclipse.e4.ui.css.swt/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.ui</artifactId>
15
    <artifactId>eclipse.platform.ui</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>eclipse.platform.ui</groupId>
20
  <groupId>org.eclipse.e4</groupId>
23
  <artifactId>org.eclipse.e4.ui.css.swt</artifactId>
21
  <artifactId>org.eclipse.e4.ui.css.swt</artifactId>
24
  <version>0.11.0-SNAPSHOT</version>
22
  <version>0.11.0-SNAPSHOT</version>
25
  <packaging>eclipse-plugin</packaging>
23
  <packaging>eclipse-plugin</packaging>
(-)a/bundles/org.eclipse.e4.ui.di/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.ui</artifactId>
15
    <artifactId>eclipse.platform.ui</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>eclipse.platform.ui</groupId>
20
  <groupId>org.eclipse.e4</groupId>
23
  <artifactId>org.eclipse.e4.ui.di</artifactId>
21
  <artifactId>org.eclipse.e4.ui.di</artifactId>
24
  <version>0.11.0-SNAPSHOT</version>
22
  <version>0.11.0-SNAPSHOT</version>
25
  <packaging>eclipse-plugin</packaging>
23
  <packaging>eclipse-plugin</packaging>
(-)a/bundles/org.eclipse.e4.ui.model.workbench.edit/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.ui</artifactId>
15
    <artifactId>eclipse.platform.ui</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>eclipse.platform.ui</groupId>
20
  <groupId>org.eclipse.e4</groupId>
23
  <artifactId>org.eclipse.e4.ui.model.workbench.edit</artifactId>
21
  <artifactId>org.eclipse.e4.ui.model.workbench.edit</artifactId>
24
  <version>0.12.0-SNAPSHOT</version>
22
  <version>0.12.0-SNAPSHOT</version>
25
  <packaging>eclipse-plugin</packaging>
23
  <packaging>eclipse-plugin</packaging>
(-)a/bundles/org.eclipse.e4.ui.model.workbench/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.ui</artifactId>
15
    <artifactId>eclipse.platform.ui</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>eclipse.platform.ui</groupId>
20
  <groupId>org.eclipse.e4</groupId>
23
  <artifactId>org.eclipse.e4.ui.model.workbench</artifactId>
21
  <artifactId>org.eclipse.e4.ui.model.workbench</artifactId>
24
  <version>0.12.0-SNAPSHOT</version>
22
  <version>0.12.0-SNAPSHOT</version>
25
  <packaging>eclipse-plugin</packaging>
23
  <packaging>eclipse-plugin</packaging>
(-)a/bundles/org.eclipse.e4.ui.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.ui</artifactId>
15
    <artifactId>eclipse.platform.ui</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>eclipse.platform.ui</groupId>
20
  <groupId>org.eclipse.e4</groupId>
23
  <artifactId>org.eclipse.e4.ui.services</artifactId>
21
  <artifactId>org.eclipse.e4.ui.services</artifactId>
24
  <version>0.11.0-SNAPSHOT</version>
22
  <version>0.11.0-SNAPSHOT</version>
25
  <packaging>eclipse-plugin</packaging>
23
  <packaging>eclipse-plugin</packaging>
(-)a/bundles/org.eclipse.e4.ui.widgets/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.ui</artifactId>
15
    <artifactId>eclipse.platform.ui</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>eclipse.platform.ui</groupId>
20
  <groupId>org.eclipse.e4</groupId>
23
  <artifactId>org.eclipse.e4.ui.widgets</artifactId>
21
  <artifactId>org.eclipse.e4.ui.widgets</artifactId>
24
  <version>0.12.100-SNAPSHOT</version>
22
  <version>0.12.100-SNAPSHOT</version>
25
  <packaging>eclipse-plugin</packaging>
23
  <packaging>eclipse-plugin</packaging>
(-)a/bundles/org.eclipse.e4.ui.workbench.addons.swt/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.ui</artifactId>
15
    <artifactId>eclipse.platform.ui</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>eclipse.platform.ui</groupId>
20
  <groupId>org.eclipse.e4</groupId>
23
  <artifactId>org.eclipse.e4.ui.workbench.addons.swt</artifactId>
21
  <artifactId>org.eclipse.e4.ui.workbench.addons.swt</artifactId>
24
  <version>0.11.0-SNAPSHOT</version>
22
  <version>0.11.0-SNAPSHOT</version>
25
  <packaging>eclipse-plugin</packaging>
23
  <packaging>eclipse-plugin</packaging>
(-)a/bundles/org.eclipse.e4.ui.workbench.renderers.swt.cocoa/pom.xml (-7 / +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.ui</artifactId>
15
    <artifactId>eclipse.platform.ui</artifactId>
Lines 20-30 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>eclipse.platform.ui</groupId>
20
  <groupId>org.eclipse.e4</groupId>
24
  <artifactId>org.eclipse.e4.ui.workbench.renderers.swt.cocoa</artifactId>
21
  <artifactId>org.eclipse.e4.ui.workbench.renderers.swt.cocoa</artifactId>
25
  <version>0.11.100-SNAPSHOT</version>
22
  <version>0.11.100-SNAPSHOT</version>
26
  <packaging>eclipse-plugin</packaging>
23
  <packaging>eclipse-plugin</packaging>
27
28
  <build>
24
  <build>
29
    <plugins>
25
    <plugins>
30
      <!-- tycho is not able to automatically determine os/ws/arch of this bundle -->
26
      <!-- tycho is not able to automatically determine os/ws/arch of this bundle -->
Lines 50-54 Link Here
50
      </plugin>
46
      </plugin>
51
    </plugins>
47
    </plugins>
52
  </build>
48
  </build>
53
54
</project>
49
</project>
(-)a/bundles/org.eclipse.e4.ui.workbench.renderers.swt/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.ui</artifactId>
15
    <artifactId>eclipse.platform.ui</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>eclipse.platform.ui</groupId>
20
  <groupId>org.eclipse.e4</groupId>
23
  <artifactId>org.eclipse.e4.ui.workbench.renderers.swt</artifactId>
21
  <artifactId>org.eclipse.e4.ui.workbench.renderers.swt</artifactId>
24
  <version>0.11.0-SNAPSHOT</version>
22
  <version>0.11.0-SNAPSHOT</version>
25
  <packaging>eclipse-plugin</packaging>
23
  <packaging>eclipse-plugin</packaging>
(-)a/bundles/org.eclipse.e4.ui.workbench.swt/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.ui</artifactId>
15
    <artifactId>eclipse.platform.ui</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>eclipse.platform.ui</groupId>
20
  <groupId>org.eclipse.e4</groupId>
23
  <artifactId>org.eclipse.e4.ui.workbench.swt</artifactId>
21
  <artifactId>org.eclipse.e4.ui.workbench.swt</artifactId>
24
  <version>0.12.0-SNAPSHOT</version>
22
  <version>0.12.0-SNAPSHOT</version>
25
  <packaging>eclipse-plugin</packaging>
23
  <packaging>eclipse-plugin</packaging>
(-)a/bundles/org.eclipse.e4.ui.workbench/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.ui</artifactId>
15
    <artifactId>eclipse.platform.ui</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>eclipse.platform.ui</groupId>
20
  <groupId>org.eclipse.e4</groupId>
23
  <artifactId>org.eclipse.e4.ui.workbench</artifactId>
21
  <artifactId>org.eclipse.e4.ui.workbench</artifactId>
24
  <version>0.12.0-SNAPSHOT</version>
22
  <version>0.12.0-SNAPSHOT</version>
25
  <packaging>eclipse-plugin</packaging>
23
  <packaging>eclipse-plugin</packaging>
(-)a/bundles/org.eclipse.e4.ui.workbench3/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.ui</artifactId>
15
    <artifactId>eclipse.platform.ui</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>eclipse.platform.ui</groupId>
20
  <groupId>org.eclipse.e4</groupId>
23
  <artifactId>org.eclipse.e4.ui.workbench3</artifactId>
21
  <artifactId>org.eclipse.e4.ui.workbench3</artifactId>
24
  <version>0.12.0-SNAPSHOT</version>
22
  <version>0.12.0-SNAPSHOT</version>
25
  <packaging>eclipse-plugin</packaging>
23
  <packaging>eclipse-plugin</packaging>
(-)a/bundles/org.eclipse.jface.databinding/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.ui</artifactId>
15
    <artifactId>eclipse.platform.ui</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>eclipse.platform.ui</groupId>
20
  <groupId>org.eclipse.jface</groupId>
23
  <artifactId>org.eclipse.jface.databinding</artifactId>
21
  <artifactId>org.eclipse.jface.databinding</artifactId>
24
  <version>1.6.200-SNAPSHOT</version>
22
  <version>1.6.200-SNAPSHOT</version>
25
  <packaging>eclipse-plugin</packaging>
23
  <packaging>eclipse-plugin</packaging>
(-)a/bundles/org.eclipse.jface/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.ui</artifactId>
15
    <artifactId>eclipse.platform.ui</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>eclipse.platform.ui</groupId>
20
  <groupId>org.eclipse.jface</groupId>
23
  <artifactId>org.eclipse.jface</artifactId>
21
  <artifactId>org.eclipse.jface</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/bundles/org.eclipse.ui.browser/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.ui</artifactId>
15
    <artifactId>eclipse.platform.ui</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>eclipse.platform.ui</groupId>
20
  <groupId>org.eclipse.ui</groupId>
23
  <artifactId>org.eclipse.ui.browser</artifactId>
21
  <artifactId>org.eclipse.ui.browser</artifactId>
24
  <version>3.4.100-SNAPSHOT</version>
22
  <version>3.4.100-SNAPSHOT</version>
25
  <packaging>eclipse-plugin</packaging>
23
  <packaging>eclipse-plugin</packaging>
(-)a/bundles/org.eclipse.ui.forms/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.ui</artifactId>
15
    <artifactId>eclipse.platform.ui</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>eclipse.platform.ui</groupId>
20
  <groupId>org.eclipse.ui</groupId>
23
  <artifactId>org.eclipse.ui.forms</artifactId>
21
  <artifactId>org.eclipse.ui.forms</artifactId>
24
  <version>3.6.0-SNAPSHOT</version>
22
  <version>3.6.0-SNAPSHOT</version>
25
  <packaging>eclipse-plugin</packaging>
23
  <packaging>eclipse-plugin</packaging>
(-)a/bundles/org.eclipse.ui.ide.application/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.ui</artifactId>
15
    <artifactId>eclipse.platform.ui</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>eclipse.platform.ui</groupId>
20
  <groupId>org.eclipse.ui</groupId>
23
  <artifactId>org.eclipse.ui.ide.application</artifactId>
21
  <artifactId>org.eclipse.ui.ide.application</artifactId>
24
  <version>1.0.400-SNAPSHOT</version>
22
  <version>1.0.400-SNAPSHOT</version>
25
  <packaging>eclipse-plugin</packaging>
23
  <packaging>eclipse-plugin</packaging>
(-)a/bundles/org.eclipse.ui.ide/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.ui</artifactId>
15
    <artifactId>eclipse.platform.ui</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>eclipse.platform.ui</groupId>
20
  <groupId>org.eclipse.ui</groupId>
23
  <artifactId>org.eclipse.ui.ide</artifactId>
21
  <artifactId>org.eclipse.ui.ide</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/bundles/org.eclipse.ui.navigator.resources/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.ui</artifactId>
15
    <artifactId>eclipse.platform.ui</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>eclipse.platform.ui</groupId>
20
  <groupId>org.eclipse.ui</groupId>
23
  <artifactId>org.eclipse.ui.navigator.resources</artifactId>
21
  <artifactId>org.eclipse.ui.navigator.resources</artifactId>
24
  <version>3.4.400-SNAPSHOT</version>
22
  <version>3.4.400-SNAPSHOT</version>
25
  <packaging>eclipse-plugin</packaging>
23
  <packaging>eclipse-plugin</packaging>
(-)a/bundles/org.eclipse.ui.navigator/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.ui</artifactId>
15
    <artifactId>eclipse.platform.ui</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>eclipse.platform.ui</groupId>
20
  <groupId>org.eclipse.ui</groupId>
23
  <artifactId>org.eclipse.ui.navigator</artifactId>
21
  <artifactId>org.eclipse.ui.navigator</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.ui.views.properties.tabbed/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.ui</artifactId>
15
    <artifactId>eclipse.platform.ui</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>eclipse.platform.ui</groupId>
20
  <groupId>org.eclipse.ui</groupId>
23
  <artifactId>org.eclipse.ui.views.properties.tabbed</artifactId>
21
  <artifactId>org.eclipse.ui.views.properties.tabbed</artifactId>
24
  <version>3.6.0-SNAPSHOT</version>
22
  <version>3.6.0-SNAPSHOT</version>
25
  <packaging>eclipse-plugin</packaging>
23
  <packaging>eclipse-plugin</packaging>
(-)a/bundles/org.eclipse.ui.views/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.ui</artifactId>
15
    <artifactId>eclipse.platform.ui</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>eclipse.platform.ui</groupId>
20
  <groupId>org.eclipse.ui</groupId>
23
  <artifactId>org.eclipse.ui.views</artifactId>
21
  <artifactId>org.eclipse.ui.views</artifactId>
24
  <version>3.6.100-SNAPSHOT</version>
22
  <version>3.6.100-SNAPSHOT</version>
25
  <packaging>eclipse-plugin</packaging>
23
  <packaging>eclipse-plugin</packaging>
(-)a/bundles/org.eclipse.ui.win32/pom.xml (-7 / +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.ui</artifactId>
15
    <artifactId>eclipse.platform.ui</artifactId>
Lines 20-30 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>eclipse.platform.ui</groupId>
20
  <groupId>org.eclipse.ui</groupId>
24
  <artifactId>org.eclipse.ui.win32</artifactId>
21
  <artifactId>org.eclipse.ui.win32</artifactId>
25
  <version>3.2.400-SNAPSHOT</version>
22
  <version>3.2.400-SNAPSHOT</version>
26
  <packaging>eclipse-plugin</packaging>
23
  <packaging>eclipse-plugin</packaging>
27
28
  <build>
24
  <build>
29
    <plugins>
25
    <plugins>
30
      <!-- tycho is not able to automatically determine os/ws/arch of this bundle -->
26
      <!-- tycho is not able to automatically determine os/ws/arch of this bundle -->
Lines 54-58 Link Here
54
      </plugin>
50
      </plugin>
55
    </plugins>
51
    </plugins>
56
  </build>
52
  </build>
57
58
</project>
53
</project>
(-)a/bundles/org.eclipse.ui.workbench.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.ui</artifactId>
15
    <artifactId>eclipse.platform.ui</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>eclipse.platform.ui</groupId>
20
  <groupId>org.eclipse.ui</groupId>
23
  <artifactId>org.eclipse.ui.workbench.compatibility</artifactId>
21
  <artifactId>org.eclipse.ui.workbench.compatibility</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.ui.workbench/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.ui</artifactId>
15
    <artifactId>eclipse.platform.ui</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>eclipse.platform.ui</groupId>
20
  <groupId>org.eclipse.ui</groupId>
24
  <artifactId>org.eclipse.ui.workbench</artifactId>
21
  <artifactId>org.eclipse.ui.workbench</artifactId>
25
  <version>3.105.0-SNAPSHOT</version>
22
  <version>3.105.0-SNAPSHOT</version>
26
  <packaging>eclipse-plugin</packaging>
23
  <packaging>eclipse-plugin</packaging>
(-)a/bundles/org.eclipse.ui/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.ui</artifactId>
15
    <artifactId>eclipse.platform.ui</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>eclipse.platform.ui</groupId>
20
  <groupId>org.eclipse.ui</groupId>
23
  <artifactId>org.eclipse.ui</artifactId>
21
  <artifactId>org.eclipse.ui</artifactId>
24
  <version>3.105.0-SNAPSHOT</version>
22
  <version>3.105.0-SNAPSHOT</version>
25
  <packaging>eclipse-plugin</packaging>
23
  <packaging>eclipse-plugin</packaging>
(-)a/examples/org.eclipse.e4.demo.contacts/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.ui</artifactId>
15
    <artifactId>eclipse.platform.ui</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>eclipse.platform.ui</groupId>
20
  <groupId>org.eclipse.e4</groupId>
23
  <artifactId>org.eclipse.e4.demo.contacts</artifactId>
21
  <artifactId>org.eclipse.e4.demo.contacts</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>
(-)a/examples/org.eclipse.e4.demo.e4photo/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.ui</artifactId>
15
    <artifactId>eclipse.platform.ui</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>eclipse.platform.ui</groupId>
20
  <groupId>org.eclipse.e4</groupId>
23
  <artifactId>org.eclipse.e4.demo.e4photo</artifactId>
21
  <artifactId>org.eclipse.e4.demo.e4photo</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>
(-)a/examples/org.eclipse.e4.examples.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.ui</artifactId>
15
    <artifactId>eclipse.platform.ui</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>eclipse.platform.ui</groupId>
20
  <groupId>org.eclipse.e4</groupId>
23
  <artifactId>org.eclipse.e4.examples.services</artifactId>
21
  <artifactId>org.eclipse.e4.examples.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>
(-)a/examples/org.eclipse.e4.ui.examples.css.rcp/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.ui</artifactId>
15
    <artifactId>eclipse.platform.ui</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>eclipse.platform.ui</groupId>
20
  <groupId>org.eclipse.e4</groupId>
23
  <artifactId>org.eclipse.e4.ui.examples.css.rcp</artifactId>
21
  <artifactId>org.eclipse.e4.ui.examples.css.rcp</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>
(-)a/examples/org.eclipse.e4.ui.examples.css/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.ui</artifactId>
15
    <artifactId>eclipse.platform.ui</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>eclipse.platform.ui</groupId>
20
  <groupId>org.eclipse.e4</groupId>
23
  <artifactId>org.eclipse.e4.ui.examples.css</artifactId>
21
  <artifactId>org.eclipse.e4.ui.examples.css</artifactId>
24
  <version>0.9.0-SNAPSHOT</version>
22
  <version>0.9.0-SNAPSHOT</version>
25
  <packaging>eclipse-plugin</packaging>
23
  <packaging>eclipse-plugin</packaging>
(-)a/examples/org.eclipse.jface.examples.databinding/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.ui</artifactId>
15
    <artifactId>eclipse.platform.ui</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>eclipse.platform.ui</groupId>
20
  <groupId>org.eclipse.jface</groupId>
23
  <artifactId>org.eclipse.jface.examples.databinding</artifactId>
21
  <artifactId>org.eclipse.jface.examples.databinding</artifactId>
24
  <version>1.0.200-SNAPSHOT</version>
22
  <version>1.0.200-SNAPSHOT</version>
25
  <packaging>eclipse-plugin</packaging>
23
  <packaging>eclipse-plugin</packaging>
(-)a/examples/org.eclipse.jface.snippets/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.ui</artifactId>
15
    <artifactId>eclipse.platform.ui</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>eclipse.platform.ui</groupId>
20
  <groupId>org.eclipse.jface</groupId>
23
  <artifactId>org.eclipse.jface.snippets</artifactId>
21
  <artifactId>org.eclipse.jface.snippets</artifactId>
24
  <version>3.3.0-SNAPSHOT</version>
22
  <version>3.3.0-SNAPSHOT</version>
25
  <packaging>eclipse-plugin</packaging>
23
  <packaging>eclipse-plugin</packaging>
(-)a/examples/org.eclipse.ui.examples.contributions/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.ui</artifactId>
15
    <artifactId>eclipse.platform.ui</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>eclipse.platform.ui</groupId>
20
  <groupId>org.eclipse.ui</groupId>
23
  <artifactId>org.eclipse.ui.examples.contributions</artifactId>
21
  <artifactId>org.eclipse.ui.examples.contributions</artifactId>
24
  <version>3.3.100-SNAPSHOT</version>
22
  <version>3.3.100-SNAPSHOT</version>
25
  <packaging>eclipse-plugin</packaging>
23
  <packaging>eclipse-plugin</packaging>
(-)a/examples/org.eclipse.ui.examples.fieldassist/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.ui</artifactId>
15
    <artifactId>eclipse.platform.ui</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>eclipse.platform.ui</groupId>
20
  <groupId>org.eclipse.ui</groupId>
23
  <artifactId>org.eclipse.ui.examples.fieldassist</artifactId>
21
  <artifactId>org.eclipse.ui.examples.fieldassist</artifactId>
24
  <version>1.1.2-SNAPSHOT</version>
22
  <version>1.1.2-SNAPSHOT</version>
25
  <packaging>eclipse-plugin</packaging>
23
  <packaging>eclipse-plugin</packaging>
(-)a/examples/org.eclipse.ui.examples.job/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.ui</artifactId>
15
    <artifactId>eclipse.platform.ui</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>eclipse.platform.ui</groupId>
20
  <groupId>org.eclipse.ui</groupId>
23
  <artifactId>org.eclipse.ui.examples.job</artifactId>
21
  <artifactId>org.eclipse.ui.examples.job</artifactId>
24
  <version>3.0.0</version>
22
  <version>3.0.0</version>
25
  <packaging>eclipse-plugin</packaging>
23
  <packaging>eclipse-plugin</packaging>
(-)a/examples/org.eclipse.ui.examples.multipageeditor/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.ui</artifactId>
15
    <artifactId>eclipse.platform.ui</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>eclipse.platform.ui</groupId>
20
  <groupId>org.eclipse.ui</groupId>
23
  <artifactId>org.eclipse.ui.examples.multipageeditor</artifactId>
21
  <artifactId>org.eclipse.ui.examples.multipageeditor</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/examples/org.eclipse.ui.examples.navigator/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.ui</artifactId>
15
    <artifactId>eclipse.platform.ui</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>eclipse.platform.ui</groupId>
20
  <groupId>org.eclipse.ui</groupId>
23
  <artifactId>org.eclipse.ui.examples.navigator</artifactId>
21
  <artifactId>org.eclipse.ui.examples.navigator</artifactId>
24
  <version>3.3.0-SNAPSHOT</version>
22
  <version>3.3.0-SNAPSHOT</version>
25
  <packaging>eclipse-plugin</packaging>
23
  <packaging>eclipse-plugin</packaging>
(-)a/examples/org.eclipse.ui.examples.propertysheet/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.ui</artifactId>
15
    <artifactId>eclipse.platform.ui</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>eclipse.platform.ui</groupId>
20
  <groupId>org.eclipse.ui</groupId>
23
  <artifactId>org.eclipse.ui.examples.propertysheet</artifactId>
21
  <artifactId>org.eclipse.ui.examples.propertysheet</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/examples/org.eclipse.ui.examples.rcp.browser/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.ui</artifactId>
15
    <artifactId>eclipse.platform.ui</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>eclipse.platform.ui</groupId>
20
  <groupId>org.eclipse.ui</groupId>
23
  <artifactId>org.eclipse.ui.examples.rcp.browser</artifactId>
21
  <artifactId>org.eclipse.ui.examples.rcp.browser</artifactId>
24
  <version>3.3.0-SNAPSHOT</version>
22
  <version>3.3.0-SNAPSHOT</version>
25
  <packaging>eclipse-plugin</packaging>
23
  <packaging>eclipse-plugin</packaging>
(-)a/examples/org.eclipse.ui.examples.readmetool/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.ui</artifactId>
15
    <artifactId>eclipse.platform.ui</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>eclipse.platform.ui</groupId>
20
  <groupId>org.eclipse.ui</groupId>
23
  <artifactId>org.eclipse.ui.examples.readmetool</artifactId>
21
  <artifactId>org.eclipse.ui.examples.readmetool</artifactId>
24
  <version>3.3.100-SNAPSHOT</version>
22
  <version>3.3.100-SNAPSHOT</version>
25
  <packaging>eclipse-plugin</packaging>
23
  <packaging>eclipse-plugin</packaging>
(-)a/examples/org.eclipse.ui.examples.undo/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.ui</artifactId>
15
    <artifactId>eclipse.platform.ui</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>eclipse.platform.ui</groupId>
20
  <groupId>org.eclipse.ui</groupId>
23
  <artifactId>org.eclipse.ui.examples.undo</artifactId>
21
  <artifactId>org.eclipse.ui.examples.undo</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/examples/org.eclipse.ui.examples.views.properties.tabbed.article/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.ui</artifactId>
15
    <artifactId>eclipse.platform.ui</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>eclipse.platform.ui</groupId>
20
  <groupId>org.eclipse.ui</groupId>
23
  <artifactId>org.eclipse.ui.examples.views.properties.tabbed.article</artifactId>
21
  <artifactId>org.eclipse.ui.examples.views.properties.tabbed.article</artifactId>
24
  <version>3.2.1-SNAPSHOT</version>
22
  <version>3.2.1-SNAPSHOT</version>
25
  <packaging>eclipse-plugin</packaging>
23
  <packaging>eclipse-plugin</packaging>
(-)a/examples/org.eclipse.ui.examples.views.properties.tabbed.hockeyleague/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.ui</artifactId>
15
    <artifactId>eclipse.platform.ui</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>eclipse.platform.ui</groupId>
20
  <groupId>org.eclipse.ui</groupId>
23
  <artifactId>org.eclipse.ui.examples.views.properties.tabbed.hockeyleague</artifactId>
21
  <artifactId>org.eclipse.ui.examples.views.properties.tabbed.hockeyleague</artifactId>
24
  <version>3.2.0-SNAPSHOT</version>
22
  <version>3.2.0-SNAPSHOT</version>
25
  <packaging>eclipse-plugin</packaging>
23
  <packaging>eclipse-plugin</packaging>
(-)a/examples/org.eclipse.ui.examples.views.properties.tabbed.logic/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.ui</artifactId>
15
    <artifactId>eclipse.platform.ui</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>eclipse.platform.ui</groupId>
20
  <groupId>org.eclipse.ui</groupId>
23
  <artifactId>org.eclipse.ui.examples.views.properties.tabbed.logic</artifactId>
21
  <artifactId>org.eclipse.ui.examples.views.properties.tabbed.logic</artifactId>
24
  <version>3.2.0-SNAPSHOT</version>
22
  <version>3.2.0-SNAPSHOT</version>
25
  <packaging>eclipse-plugin</packaging>
23
  <packaging>eclipse-plugin</packaging>
(-)a/examples/org.eclipse.ui.forms.examples/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.ui</artifactId>
15
    <artifactId>eclipse.platform.ui</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>eclipse.platform.ui</groupId>
20
  <groupId>org.eclipse.ui</groupId>
23
  <artifactId>org.eclipse.ui.forms.examples</artifactId>
21
  <artifactId>org.eclipse.ui.forms.examples</artifactId>
24
  <version>3.1.200</version>
22
  <version>3.1.200</version>
25
  <packaging>eclipse-plugin</packaging>
23
  <packaging>eclipse-plugin</packaging>
(-)a/examples/org.eclipse.ui.tutorials.rcp.part1/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.ui</artifactId>
15
    <artifactId>eclipse.platform.ui</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>eclipse.platform.ui</groupId>
20
  <groupId>org.eclipse.ui</groupId>
23
  <artifactId>org.eclipse.ui.tutorials.rcp.part1</artifactId>
21
  <artifactId>org.eclipse.ui.tutorials.rcp.part1</artifactId>
24
  <version>1.0.0</version>
22
  <version>1.0.0</version>
25
  <packaging>eclipse-plugin</packaging>
23
  <packaging>eclipse-plugin</packaging>
(-)a/examples/org.eclipse.ui.tutorials.rcp.part2/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.ui</artifactId>
15
    <artifactId>eclipse.platform.ui</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>eclipse.platform.ui</groupId>
20
  <groupId>org.eclipse.ui</groupId>
23
  <artifactId>org.eclipse.ui.tutorials.rcp.part2</artifactId>
21
  <artifactId>org.eclipse.ui.tutorials.rcp.part2</artifactId>
24
  <version>1.0.0</version>
22
  <version>1.0.0</version>
25
  <packaging>eclipse-plugin</packaging>
23
  <packaging>eclipse-plugin</packaging>
(-)a/examples/org.eclipse.ui.tutorials.rcp.part3/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.ui</artifactId>
15
    <artifactId>eclipse.platform.ui</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>eclipse.platform.ui</groupId>
20
  <groupId>org.eclipse.ui</groupId>
23
  <artifactId>org.eclipse.ui.tutorials.rcp.part3</artifactId>
21
  <artifactId>org.eclipse.ui.tutorials.rcp.part3</artifactId>
24
  <version>1.0.0</version>
22
  <version>1.0.0</version>
25
  <packaging>eclipse-plugin</packaging>
23
  <packaging>eclipse-plugin</packaging>
(-)a/features/org.eclipse.e4.rcp/pom.xml (-45 / +39 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.ui</artifactId>
15
    <artifactId>eclipse.platform.ui</artifactId>
Lines 20-31 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>eclipse.platform.ui</groupId>
20
  <groupId>org.eclipse.e4.feature</groupId>
24
  <artifactId>org.eclipse.e4.rcp</artifactId>
21
  <artifactId>org.eclipse.e4.rcp</artifactId>
25
  <version>1.2.0-SNAPSHOT</version>
22
  <version>1.2.0-SNAPSHOT</version>
26
  <packaging>eclipse-feature</packaging>
23
  <packaging>eclipse-feature</packaging>
27
28
29
  <build>
24
  <build>
30
    <plugins>
25
    <plugins>
31
      <plugin>
26
      <plugin>
Lines 40-82 Link Here
40
            </goals>
35
            </goals>
41
            <configuration>
36
            <configuration>
42
              <excludes>
37
              <excludes>
43
                <plugin id="javax.xml" />
38
                <plugin id="javax.xml"/>
44
                <plugin id="javax.annotation" />
39
                <plugin id="javax.annotation"/>
45
                <plugin id="javax.inject" />
40
                <plugin id="javax.inject"/>
46
                <plugin id="org.apache.batik.css" />
41
                <plugin id="org.apache.batik.css"/>
47
                <plugin id="org.apache.batik.util" />
42
                <plugin id="org.apache.batik.util"/>
48
                <plugin id="org.apache.batik.util.gui" />
43
                <plugin id="org.apache.batik.util.gui"/>
49
                <plugin id="org.eclipse.equinox.launcher" />
44
                <plugin id="org.eclipse.equinox.launcher"/>
50
                <plugin id="org.eclipse.equinox.launcher.gtk.solaris.sparc" />
45
                <plugin id="org.eclipse.equinox.launcher.gtk.solaris.sparc"/>
51
                <plugin id="org.eclipse.equinox.launcher.gtk.solaris.x86" />
46
                <plugin id="org.eclipse.equinox.launcher.gtk.solaris.x86"/>
52
                <plugin id="org.eclipse.equinox.launcher.cocoa.macosx" />
47
                <plugin id="org.eclipse.equinox.launcher.cocoa.macosx"/>
53
                <plugin id="org.eclipse.equinox.launcher.cocoa.macosx" />
48
                <plugin id="org.eclipse.equinox.launcher.cocoa.macosx"/>
54
                <plugin id="org.eclipse.equinox.launcher.cocoa.macosx.x86_64" />
49
                <plugin id="org.eclipse.equinox.launcher.cocoa.macosx.x86_64"/>
55
                <plugin id="org.eclipse.equinox.launcher.gtk.linux.ppc" />
50
                <plugin id="org.eclipse.equinox.launcher.gtk.linux.ppc"/>
56
                <plugin id="org.eclipse.equinox.launcher.gtk.linux.ppc64" />
51
                <plugin id="org.eclipse.equinox.launcher.gtk.linux.ppc64"/>
57
                <plugin id="org.eclipse.equinox.launcher.gtk.linux.x86" />
52
                <plugin id="org.eclipse.equinox.launcher.gtk.linux.x86"/>
58
                <plugin id="org.eclipse.equinox.launcher.gtk.linux.s390x" />
53
                <plugin id="org.eclipse.equinox.launcher.gtk.linux.s390x"/>
59
                <plugin id="org.eclipse.equinox.launcher.gtk.linux.s390" />
54
                <plugin id="org.eclipse.equinox.launcher.gtk.linux.s390"/>
60
                <plugin id="org.eclipse.equinox.launcher.gtk.linux.x86_64" />
55
                <plugin id="org.eclipse.equinox.launcher.gtk.linux.x86_64"/>
61
                <plugin id="org.eclipse.equinox.launcher.gtk.aix.ppc" />
56
                <plugin id="org.eclipse.equinox.launcher.gtk.aix.ppc"/>
62
                <plugin id="org.eclipse.equinox.launcher.gtk.aix.ppc64" />
57
                <plugin id="org.eclipse.equinox.launcher.gtk.aix.ppc64"/>
63
                <plugin id="org.eclipse.equinox.launcher.win32.win32.x86" />
58
                <plugin id="org.eclipse.equinox.launcher.win32.win32.x86"/>
64
                <plugin id="org.eclipse.equinox.launcher.win32.win32.x86_64" />
59
                <plugin id="org.eclipse.equinox.launcher.win32.win32.x86_64"/>
65
                <plugin id="org.eclipse.swt" />
60
                <plugin id="org.eclipse.swt"/>
66
                <plugin id="org.eclipse.swt.gtk.linux.s390x" />
61
                <plugin id="org.eclipse.swt.gtk.linux.s390x"/>
67
                <plugin id="org.eclipse.swt.gtk.linux.s390" />
62
                <plugin id="org.eclipse.swt.gtk.linux.s390"/>
68
                <plugin id="org.eclipse.swt.gtk.solaris.sparc" />
63
                <plugin id="org.eclipse.swt.gtk.solaris.sparc"/>
69
                <plugin id="org.eclipse.swt.gtk.solaris.x86" />
64
                <plugin id="org.eclipse.swt.gtk.solaris.x86"/>
70
                <plugin id="org.eclipse.swt.gtk.linux.ppc" />
65
                <plugin id="org.eclipse.swt.gtk.linux.ppc"/>
71
                <plugin id="org.eclipse.swt.gtk.linux.ppc64" />
66
                <plugin id="org.eclipse.swt.gtk.linux.ppc64"/>
72
                <plugin id="org.eclipse.swt.cocoa.macosx" />
67
                <plugin id="org.eclipse.swt.cocoa.macosx"/>
73
                <plugin id="org.eclipse.swt.cocoa.macosx" />
68
                <plugin id="org.eclipse.swt.cocoa.macosx"/>
74
                <plugin id="org.eclipse.swt.gtk.aix.ppc" />
69
                <plugin id="org.eclipse.swt.gtk.aix.ppc"/>
75
                <plugin id="org.eclipse.swt.gtk.aix.ppc64" />
70
                <plugin id="org.eclipse.swt.gtk.aix.ppc64"/>
76
                <plugin id="org.eclipse.swt.gtk.hpux.ia64" />
71
                <plugin id="org.eclipse.swt.gtk.hpux.ia64"/>
77
                <plugin id="org.w3c.css.sac" />
72
                <plugin id="org.w3c.css.sac"/>
78
                <plugin id="org.w3c.dom.smil" />
73
                <plugin id="org.w3c.dom.smil"/>
79
                <plugin id="org.w3c.dom.svg" />
74
                <plugin id="org.w3c.dom.svg"/>
80
              </excludes>
75
              </excludes>
81
            </configuration>
76
            </configuration>
82
          </execution>
77
          </execution>
Lines 98-102 Link Here
98
      </plugin>
93
      </plugin>
99
    </plugins>
94
    </plugins>
100
  </build>
95
  </build>
101
102
</project>
96
</project>
(-)a/tests/org.eclipse.e4.emf.xpath.test/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.ui</artifactId>
15
    <artifactId>eclipse.platform.ui</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>eclipse.platform.ui</groupId>
20
  <groupId>org.eclipse.e4</groupId>
23
  <artifactId>org.eclipse.e4.emf.xpath.test</artifactId>
21
  <artifactId>org.eclipse.e4.emf.xpath.test</artifactId>
24
  <version>0.1.0-SNAPSHOT</version>
22
  <version>0.1.0-SNAPSHOT</version>
25
  <packaging>eclipse-plugin</packaging>
23
  <packaging>eclipse-plugin</packaging>
(-)a/tests/org.eclipse.e4.ui.compat.tests.tweaklet/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.ui</artifactId>
15
    <artifactId>eclipse.platform.ui</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>eclipse.platform.ui</groupId>
20
  <groupId>org.eclipse.e4</groupId>
23
  <artifactId>org.eclipse.e4.ui.compat.tests.tweaklet</artifactId>
21
  <artifactId>org.eclipse.e4.ui.compat.tests.tweaklet</artifactId>
24
  <version>0.9.0-SNAPSHOT</version>
22
  <version>0.9.0-SNAPSHOT</version>
25
  <packaging>eclipse-plugin</packaging>
23
  <packaging>eclipse-plugin</packaging>
(-)a/tests/org.eclipse.e4.ui.menu.tests.debug/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.ui</artifactId>
15
    <artifactId>eclipse.platform.ui</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>eclipse.platform.ui</groupId>
20
  <groupId>org.eclipse.e4</groupId>
23
  <artifactId>org.eclipse.e4.ui.menu.tests.debug</artifactId>
21
  <artifactId>org.eclipse.e4.ui.menu.tests.debug</artifactId>
24
  <version>1.0.0-SNAPSHOT</version>
22
  <version>1.0.0-SNAPSHOT</version>
25
  <packaging>eclipse-plugin</packaging>
23
  <packaging>eclipse-plugin</packaging>
(-)a/tests/org.eclipse.e4.ui.menu.tests.p1/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.ui</artifactId>
15
    <artifactId>eclipse.platform.ui</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>eclipse.platform.ui</groupId>
20
  <groupId>org.eclipse.e4</groupId>
23
  <artifactId>org.eclipse.e4.ui.menu.tests.p1</artifactId>
21
  <artifactId>org.eclipse.e4.ui.menu.tests.p1</artifactId>
24
  <version>0.11.0-SNAPSHOT</version>
22
  <version>0.11.0-SNAPSHOT</version>
25
  <packaging>eclipse-plugin</packaging>
23
  <packaging>eclipse-plugin</packaging>
(-)a/tests/org.eclipse.e4.ui.menu.tests.p2/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.ui</artifactId>
15
    <artifactId>eclipse.platform.ui</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>eclipse.platform.ui</groupId>
20
  <groupId>org.eclipse.e4</groupId>
23
  <artifactId>org.eclipse.e4.ui.menu.tests.p2</artifactId>
21
  <artifactId>org.eclipse.e4.ui.menu.tests.p2</artifactId>
24
  <version>0.11.0-SNAPSHOT</version>
22
  <version>0.11.0-SNAPSHOT</version>
25
  <packaging>eclipse-plugin</packaging>
23
  <packaging>eclipse-plugin</packaging>
(-)a/tests/org.eclipse.e4.ui.menu.tests.p3/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.ui</artifactId>
15
    <artifactId>eclipse.platform.ui</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>eclipse.platform.ui</groupId>
20
  <groupId>org.eclipse.e4</groupId>
23
  <artifactId>org.eclipse.e4.ui.menu.tests.p3</artifactId>
21
  <artifactId>org.eclipse.e4.ui.menu.tests.p3</artifactId>
24
  <version>0.11.0-SNAPSHOT</version>
22
  <version>0.11.0-SNAPSHOT</version>
25
  <packaging>eclipse-plugin</packaging>
23
  <packaging>eclipse-plugin</packaging>
(-)a/tests/org.eclipse.e4.ui.menu.tests.p4/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.ui</artifactId>
15
    <artifactId>eclipse.platform.ui</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>eclipse.platform.ui</groupId>
20
  <groupId>org.eclipse.e4</groupId>
23
  <artifactId>org.eclipse.e4.ui.menu.tests.p4</artifactId>
21
  <artifactId>org.eclipse.e4.ui.menu.tests.p4</artifactId>
24
  <version>0.11.0-SNAPSHOT</version>
22
  <version>0.11.0-SNAPSHOT</version>
25
  <packaging>eclipse-plugin</packaging>
23
  <packaging>eclipse-plugin</packaging>
(-)a/tests/org.eclipse.e4.ui.tests.css.core/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.ui</artifactId>
15
    <artifactId>eclipse.platform.ui</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>eclipse.platform.ui</groupId>
20
  <groupId>org.eclipse.e4</groupId>
23
  <artifactId>org.eclipse.e4.ui.tests.css.core</artifactId>
21
  <artifactId>org.eclipse.e4.ui.tests.css.core</artifactId>
24
  <version>0.9.0-SNAPSHOT</version>
22
  <version>0.9.0-SNAPSHOT</version>
25
  <packaging>eclipse-plugin</packaging>
23
  <packaging>eclipse-plugin</packaging>
(-)a/tests/org.eclipse.e4.ui.tests.css.swt/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.ui</artifactId>
15
    <artifactId>eclipse.platform.ui</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>eclipse.platform.ui</groupId>
20
  <groupId>org.eclipse.e4</groupId>
23
  <artifactId>org.eclipse.e4.ui.tests.css.swt</artifactId>
21
  <artifactId>org.eclipse.e4.ui.tests.css.swt</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>
(-)a/tests/org.eclipse.jface.tests.databinding.conformance/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.ui</artifactId>
15
    <artifactId>eclipse.platform.ui</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>eclipse.platform.ui</groupId>
20
  <groupId>org.eclipse.jface</groupId>
23
  <artifactId>org.eclipse.jface.tests.databinding.conformance</artifactId>
21
  <artifactId>org.eclipse.jface.tests.databinding.conformance</artifactId>
24
  <version>1.1.0-SNAPSHOT</version>
22
  <version>1.1.0-SNAPSHOT</version>
25
  <packaging>eclipse-plugin</packaging>
23
  <packaging>eclipse-plugin</packaging>
(-)a/tests/org.eclipse.jface.tests.databinding/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.ui</artifactId>
15
    <artifactId>eclipse.platform.ui</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>eclipse.platform.ui</groupId>
20
  <groupId>org.eclipse.jface</groupId>
23
  <artifactId>org.eclipse.jface.tests.databinding</artifactId>
21
  <artifactId>org.eclipse.jface.tests.databinding</artifactId>
24
  <version>1.0.100-SNAPSHOT</version>
22
  <version>1.0.100-SNAPSHOT</version>
25
  <packaging>eclipse-plugin</packaging>
23
  <packaging>eclipse-plugin</packaging>
(-)a/tests/org.eclipse.ui.tests.browser/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.ui</artifactId>
15
    <artifactId>eclipse.platform.ui</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>eclipse.platform.ui</groupId>
20
  <groupId>org.eclipse.ui</groupId>
23
  <artifactId>org.eclipse.ui.tests.browser</artifactId>
21
  <artifactId>org.eclipse.ui.tests.browser</artifactId>
24
  <version>3.1.0</version>
22
  <version>3.1.0</version>
25
  <packaging>eclipse-plugin</packaging>
23
  <packaging>eclipse-plugin</packaging>
(-)a/tests/org.eclipse.ui.tests.forms/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.ui</artifactId>
15
    <artifactId>eclipse.platform.ui</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>eclipse.platform.ui</groupId>
20
  <groupId>org.eclipse.ui</groupId>
23
  <artifactId>org.eclipse.ui.tests.forms</artifactId>
21
  <artifactId>org.eclipse.ui.tests.forms</artifactId>
24
  <version>3.3.300-SNAPSHOT</version>
22
  <version>3.3.300-SNAPSHOT</version>
25
  <packaging>eclipse-plugin</packaging>
23
  <packaging>eclipse-plugin</packaging>
(-)a/tests/org.eclipse.ui.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.ui</artifactId>
15
    <artifactId>eclipse.platform.ui</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>eclipse.platform.ui</groupId>
20
  <groupId>org.eclipse.ui</groupId>
23
  <artifactId>org.eclipse.ui.tests.harness</artifactId>
21
  <artifactId>org.eclipse.ui.tests.harness</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/tests/org.eclipse.ui.tests.navigator/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.ui</artifactId>
15
    <artifactId>eclipse.platform.ui</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>eclipse.platform.ui</groupId>
20
  <groupId>org.eclipse.ui</groupId>
23
  <artifactId>org.eclipse.ui.tests.navigator</artifactId>
21
  <artifactId>org.eclipse.ui.tests.navigator</artifactId>
24
  <version>3.4.100-SNAPSHOT</version>
22
  <version>3.4.100-SNAPSHOT</version>
25
  <packaging>eclipse-plugin</packaging>
23
  <packaging>eclipse-plugin</packaging>
(-)a/tests/org.eclipse.ui.tests.performance/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.ui</artifactId>
15
    <artifactId>eclipse.platform.ui</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>eclipse.platform.ui</groupId>
20
  <groupId>org.eclipse.ui</groupId>
23
  <artifactId>org.eclipse.ui.tests.performance</artifactId>
21
  <artifactId>org.eclipse.ui.tests.performance</artifactId>
24
  <version>1.1.300-SNAPSHOT</version>
22
  <version>1.1.300-SNAPSHOT</version>
25
  <packaging>eclipse-plugin</packaging>
23
  <packaging>eclipse-plugin</packaging>
(-)a/tests/org.eclipse.ui.tests.rcp/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.ui</artifactId>
15
    <artifactId>eclipse.platform.ui</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>eclipse.platform.ui</groupId>
20
  <groupId>org.eclipse.ui</groupId>
23
  <artifactId>org.eclipse.ui.tests.rcp</artifactId>
21
  <artifactId>org.eclipse.ui.tests.rcp</artifactId>
24
  <version>3.3.100-SNAPSHOT</version>
22
  <version>3.3.100-SNAPSHOT</version>
25
  <packaging>eclipse-plugin</packaging>
23
  <packaging>eclipse-plugin</packaging>
(-)a/tests/org.eclipse.ui.tests.views.properties.tabbed/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.ui</artifactId>
15
    <artifactId>eclipse.platform.ui</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>eclipse.platform.ui</groupId>
20
  <groupId>org.eclipse.ui</groupId>
24
  <artifactId>org.eclipse.ui.tests.views.properties.tabbed</artifactId>
21
  <artifactId>org.eclipse.ui.tests.views.properties.tabbed</artifactId>
25
  <version>3.5.200-SNAPSHOT</version>
22
  <version>3.5.200-SNAPSHOT</version>
26
  <packaging>eclipse-plugin</packaging>
23
  <packaging>eclipse-plugin</packaging>

Return to bug 397850