View | Details | Raw Unified | Return to bug 412211 | Differences between
and this patch

Collapse All | Expand All

(-)a/.gitignore (+3 lines)
Lines 30-32 temp.folder Link Here
30
src.zip
30
src.zip
31
.fbwarnings
31
.fbwarnings
32
javaCompiler...args
32
javaCompiler...args
33
34
# maven
35
target/
(-)a/docs/org.eclipse.wst.common.api.doc/pom.xml (+27 lines)
Added Link Here
1
<?xml version="1.0" encoding="UTF-8"?>
2
<!--
3
  Copyright (c) 2012, 2013 Eclipse Foundation and others.
4
  All rights reserved. This program and the accompanying materials
5
  are made available under the terms of the Eclipse Distribution License v1.0
6
  which accompanies this distribution, and is available at
7
  http://www.eclipse.org/org/documents/edl-v10.php
8
 
9
  Contributors:
10
    Thanh Ha (Eclipse Foundation) - initial implementation
11
-->
12
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>
16
  <parent>
17
    <groupId>org.eclipse.webtools.common</groupId>
18
    <artifactId>org.eclipse.webtools.common</artifactId>
19
    <version>3.5.0-SNAPSHOT</version>
20
    <relativePath>../../</relativePath>
21
  </parent>
22
23
  <groupId>org.eclipse.webtools.common</groupId>
24
  <artifactId>org.eclipse.wst.common.api.doc</artifactId>
25
  <version>1.0.1-SNAPSHOT</version>
26
  <packaging>eclipse-plugin</packaging>
27
</project>
(-)a/docs/org.eclipse.wst.validation.doc.isv/pom.xml (+27 lines)
Added Link Here
1
<?xml version="1.0" encoding="UTF-8"?>
2
<!--
3
  Copyright (c) 2012, 2013 Eclipse Foundation.
4
  All rights reserved. This program and the accompanying materials
5
  are made available under the terms of the Eclipse Distribution License v1.0
6
  which accompanies this distribution, and is available at
7
  http://www.eclipse.org/org/documents/edl-v10.php
8
 
9
  Contributors:
10
    Thanh Ha (Eclipse Foundation) - initial implementation
11
-->
12
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>
16
  <parent>
17
    <groupId>org.eclipse.webtools.common</groupId>
18
    <artifactId>org.eclipse.webtools.common</artifactId>
19
    <version>3.5.0-SNAPSHOT</version>
20
    <relativePath>../../</relativePath>
21
  </parent>
22
23
  <groupId>org.eclipse.webtools.common</groupId>
24
  <artifactId>org.eclipse.wst.validation.doc.isv</artifactId>
25
  <version>1.2.300-SNAPSHOT</version>
26
  <packaging>eclipse-plugin</packaging>
27
</project>
(-)a/docs/org.eclipse.wst.validation.infopop/build.properties (+5 lines)
Lines 4-7 bin.includes = META-INF/,\ Link Here
4
               ValidationProjPrefs_HelpContexts.xml,\
4
               ValidationProjPrefs_HelpContexts.xml,\
5
               plugin.properties,\
5
               plugin.properties,\
6
               about.html
6
               about.html
7
src.includes = plugin.xml,\
8
               plugin.properties,\
9
               about.html,\
10
               ValidationPrefs_HelpContexts.xml,\
11
               ValidationProjPrefs_HelpContexts.xml
7
generateSourceBundle=false
12
generateSourceBundle=false
(-)a/docs/org.eclipse.wst.validation.infopop/pom.xml (+27 lines)
Added Link Here
1
<?xml version="1.0" encoding="UTF-8"?>
2
<!--
3
  Copyright (c) 2012, 2013 Eclipse Foundation and others.
4
  All rights reserved. This program and the accompanying materials
5
  are made available under the terms of the Eclipse Distribution License v1.0
6
  which accompanies this distribution, and is available at
7
  http://www.eclipse.org/org/documents/edl-v10.php
8
 
9
  Contributors:
10
    Thanh Ha (Eclipse Foundation) - initial implementation
11
-->
12
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>
16
  <parent>
17
    <groupId>org.eclipse.webtools.common</groupId>
18
    <artifactId>org.eclipse.webtools.common</artifactId>
19
    <version>3.5.0-SNAPSHOT</version>
20
    <relativePath>../../</relativePath>
21
  </parent>
22
23
  <groupId>org.eclipse.webtools.common</groupId>
24
  <artifactId>org.eclipse.wst.validation.infopop</artifactId>
25
  <version>1.0.300-SNAPSHOT</version>
26
  <packaging>eclipse-plugin</packaging>
27
</project>
(-)a/features/org.eclipse.jst.common_core.feature.patch/pom.xml (+27 lines)
Added Link Here
1
<?xml version="1.0" encoding="UTF-8"?>
2
<!--
3
  Copyright (c) 2012, 2013 Eclipse Foundation and others.
4
  All rights reserved. This program and the accompanying materials
5
  are made available under the terms of the Eclipse Distribution License v1.0
6
  which accompanies this distribution, and is available at
7
  http://www.eclipse.org/org/documents/edl-v10.php
8
 
9
  Contributors:
10
    Thanh Ha (Eclipse Foundation) - initial implementation
11
-->
12
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>
16
  <parent>
17
    <groupId>org.eclipse.webtools.common</groupId>
18
    <artifactId>org.eclipse.webtools.common</artifactId>
19
    <version>3.5.0-SNAPSHOT</version>
20
    <relativePath>../../</relativePath>
21
  </parent>
22
23
  <groupId>org.eclipse.webtools.common</groupId>
24
  <artifactId>org.eclipse.jst.common_core.feature.patch</artifactId>
25
  <version>3.0.2-SNAPSHOT</version>
26
  <packaging>eclipse-feature</packaging>
27
</project>
(-)a/features/org.eclipse.wst.common_core.feature/pom.xml (+60 lines)
Added Link Here
1
<?xml version="1.0" encoding="UTF-8"?>
2
<!--
3
  Copyright (c) 2012, 2013 Eclipse Foundation and others.
4
  All rights reserved. This program and the accompanying materials
5
  are made available under the terms of the Eclipse Distribution License v1.0
6
  which accompanies this distribution, and is available at
7
  http://www.eclipse.org/org/documents/edl-v10.php
8
 
9
  Contributors:
10
    Thanh Ha (Eclipse Foundation) - initial implementation
11
-->
12
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>
16
  <parent>
17
    <groupId>org.eclipse.webtools.common</groupId>
18
    <artifactId>org.eclipse.webtools.common</artifactId>
19
    <version>3.5.0-SNAPSHOT</version>
20
    <relativePath>../../</relativePath>
21
  </parent>
22
23
  <groupId>org.eclipse.webtools.common</groupId>
24
  <artifactId>org.eclipse.wst.common_core.feature</artifactId>
25
  <version>3.5.0-SNAPSHOT</version>
26
  <packaging>eclipse-feature</packaging>
27
28
  <build>
29
    <plugins>
30
      <plugin>
31
        <groupId>org.eclipse.tycho.extras</groupId>
32
        <artifactId>tycho-source-feature-plugin</artifactId>
33
        <version>${tycho-extras.version}</version>
34
        <executions>
35
          <execution>
36
            <id>source-feature</id>
37
            <phase>package</phase>
38
            <goals>
39
              <goal>source-feature</goal>
40
            </goals>
41
          </execution>
42
        </executions>
43
      </plugin>
44
      <plugin>
45
        <groupId>org.eclipse.tycho</groupId>
46
        <artifactId>tycho-p2-plugin</artifactId>
47
        <version>${tycho.version}</version>
48
        <executions>
49
          <execution>
50
            <id>attach-p2-metadata</id>
51
            <phase>package</phase>
52
            <goals>
53
              <goal>p2-metadata</goal>
54
            </goals>
55
          </execution>
56
        </executions>
57
      </plugin>
58
    </plugins>
59
  </build>
60
</project>
(-)a/features/org.eclipse.wst.common_sdk.feature/pom.xml (+27 lines)
Added Link Here
1
<?xml version="1.0" encoding="UTF-8"?>
2
<!--
3
  Copyright (c) 2012, 2013 Eclipse Foundation and others.
4
  All rights reserved. This program and the accompanying materials
5
  are made available under the terms of the Eclipse Distribution License v1.0
6
  which accompanies this distribution, and is available at
7
  http://www.eclipse.org/org/documents/edl-v10.php
8
 
9
  Contributors:
10
    Thanh Ha (Eclipse Foundation) - initial implementation
11
-->
12
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>
16
  <parent>
17
    <groupId>org.eclipse.webtools.common</groupId>
18
    <artifactId>org.eclipse.webtools.common</artifactId>
19
    <version>3.5.0-SNAPSHOT</version>
20
    <relativePath>../../</relativePath>
21
  </parent>
22
23
  <groupId>org.eclipse.webtools.common</groupId>
24
  <artifactId>org.eclipse.wst.common_sdk.feature</artifactId>
25
  <version>3.5.0-SNAPSHOT</version>
26
  <packaging>eclipse-feature</packaging>
27
</project>
(-)a/features/org.eclipse.wst.common_ui.feature.patch/pom.xml (+27 lines)
Added Link Here
1
<?xml version="1.0" encoding="UTF-8"?>
2
<!--
3
  Copyright (c) 2012, 2013 Eclipse Foundation and others.
4
  All rights reserved. This program and the accompanying materials
5
  are made available under the terms of the Eclipse Distribution License v1.0
6
  which accompanies this distribution, and is available at
7
  http://www.eclipse.org/org/documents/edl-v10.php
8
 
9
  Contributors:
10
    Thanh Ha (Eclipse Foundation) - initial implementation
11
-->
12
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>
16
  <parent>
17
    <groupId>org.eclipse.webtools.common</groupId>
18
    <artifactId>org.eclipse.webtools.common</artifactId>
19
    <version>3.5.0-SNAPSHOT</version>
20
    <relativePath>../../</relativePath>
21
  </parent>
22
23
  <groupId>org.eclipse.webtools.common</groupId>
24
  <artifactId>org.eclipse.wst.common_ui.feature.patch</artifactId>
25
  <version>3.0.1-SNAPSHOT</version>
26
  <packaging>eclipse-feature</packaging>
27
</project>
(-)a/features/org.eclipse.wst.common_ui.feature/pom.xml (+60 lines)
Added Link Here
1
<?xml version="1.0" encoding="UTF-8"?>
2
<!--
3
  Copyright (c) 2012, 2013 Eclipse Foundation and others.
4
  All rights reserved. This program and the accompanying materials
5
  are made available under the terms of the Eclipse Distribution License v1.0
6
  which accompanies this distribution, and is available at
7
  http://www.eclipse.org/org/documents/edl-v10.php
8
 
9
  Contributors:
10
    Thanh Ha (Eclipse Foundation) - initial implementation
11
-->
12
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>
16
  <parent>
17
    <artifactId>org.eclipse.webtools.common</artifactId>
18
    <groupId>org.eclipse.webtools.common</groupId>
19
    <version>3.5.0-SNAPSHOT</version>
20
    <relativePath>../../</relativePath>
21
  </parent>
22
23
  <groupId>org.eclipse.webtools.common</groupId>
24
  <artifactId>org.eclipse.wst.common_ui.feature</artifactId>
25
  <version>3.5.0-SNAPSHOT</version>
26
  <packaging>eclipse-feature</packaging>
27
28
  <build>
29
    <plugins>
30
      <plugin>
31
        <groupId>org.eclipse.tycho.extras</groupId>
32
        <artifactId>tycho-source-feature-plugin</artifactId>
33
        <version>${tycho-extras.version}</version>
34
        <executions>
35
          <execution>
36
            <id>source-feature</id>
37
            <phase>package</phase>
38
            <goals>
39
              <goal>source-feature</goal>
40
            </goals>
41
          </execution>
42
        </executions>
43
      </plugin>
44
      <plugin>
45
        <groupId>org.eclipse.tycho</groupId>
46
        <artifactId>tycho-p2-plugin</artifactId>
47
        <version>${tycho.version}</version>
48
        <executions>
49
          <execution>
50
            <id>attach-p2-metadata</id>
51
            <phase>package</phase>
52
            <goals>
53
              <goal>p2-metadata</goal>
54
            </goals>
55
          </execution>
56
        </executions>
57
      </plugin>
58
    </plugins>
59
  </build>
60
</project>
(-)a/plugins/org.eclipse.jem.util/pom.xml (+27 lines)
Added Link Here
1
<?xml version="1.0" encoding="UTF-8"?>
2
<!--
3
  Copyright (c) 2012, 2013 Eclipse Foundation and others.
4
  All rights reserved. This program and the accompanying materials
5
  are made available under the terms of the Eclipse Distribution License v1.0
6
  which accompanies this distribution, and is available at
7
  http://www.eclipse.org/org/documents/edl-v10.php
8
 
9
  Contributors:
10
    Thanh Ha (Eclipse Foundation) - initial implementation
11
-->
12
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>
16
  <parent>
17
    <groupId>org.eclipse.webtools.common</groupId>
18
    <artifactId>org.eclipse.webtools.common</artifactId>
19
    <version>3.5.0-SNAPSHOT</version>
20
    <relativePath>../../</relativePath>
21
  </parent>
22
23
  <groupId>org.eclipse.webtools.common</groupId>
24
  <artifactId>org.eclipse.jem.util</artifactId>
25
  <version>2.1.100-SNAPSHOT</version>
26
  <packaging>eclipse-plugin</packaging>
27
</project>
(-)a/plugins/org.eclipse.jst.common.ui/pom.xml (+27 lines)
Added Link Here
1
<?xml version="1.0" encoding="UTF-8"?>
2
<!--
3
  Copyright (c) 2012, 2013 Eclipse Foundation and others.
4
  All rights reserved. This program and the accompanying materials
5
  are made available under the terms of the Eclipse Distribution License v1.0
6
  which accompanies this distribution, and is available at
7
  http://www.eclipse.org/org/documents/edl-v10.php
8
 
9
  Contributors:
10
    Thanh Ha (Eclipse Foundation) - initial implementation
11
-->
12
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>
16
  <parent>
17
    <groupId>org.eclipse.webtools.common</groupId>
18
    <artifactId>org.eclipse.webtools.common</artifactId>
19
    <version>3.5.0-SNAPSHOT</version>
20
    <relativePath>../../</relativePath>
21
  </parent>
22
23
  <groupId>org.eclipse.webtools.common</groupId>
24
  <artifactId>org.eclipse.jst.common.ui</artifactId>
25
  <version>1.0.201-SNAPSHOT</version>
26
  <packaging>eclipse-plugin</packaging>
27
</project>
(-)a/plugins/org.eclipse.wst.common.core/pom.xml (+27 lines)
Added Link Here
1
<?xml version="1.0" encoding="UTF-8"?>
2
<!--
3
  Copyright (c) 2012, 2013 Eclipse Foundation and others.
4
  All rights reserved. This program and the accompanying materials
5
  are made available under the terms of the Eclipse Distribution License v1.0
6
  which accompanies this distribution, and is available at
7
  http://www.eclipse.org/org/documents/edl-v10.php
8
 
9
  Contributors:
10
    Thanh Ha (Eclipse Foundation) - initial implementation
11
-->
12
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>
16
  <parent>
17
    <groupId>org.eclipse.webtools.common</groupId>
18
    <artifactId>org.eclipse.webtools.common</artifactId>
19
    <version>3.5.0-SNAPSHOT</version>
20
    <relativePath>../../</relativePath>
21
  </parent>
22
23
  <groupId>org.eclipse.webtools.common</groupId>
24
  <artifactId>org.eclipse.wst.common.core</artifactId>
25
  <version>1.2.0-SNAPSHOT</version>
26
  <packaging>eclipse-plugin</packaging>
27
</project>
(-)a/plugins/org.eclipse.wst.common.emf/pom.xml (+27 lines)
Added Link Here
1
<?xml version="1.0" encoding="UTF-8"?>
2
<!--
3
  Copyright (c) 2012, 2013 Eclipse Foundation and others.
4
  All rights reserved. This program and the accompanying materials
5
  are made available under the terms of the Eclipse Distribution License v1.0
6
  which accompanies this distribution, and is available at
7
  http://www.eclipse.org/org/documents/edl-v10.php
8
 
9
  Contributors:
10
    Thanh Ha (Eclipse Foundation) - initial implementation
11
-->
12
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>
16
  <parent>
17
    <groupId>org.eclipse.webtools.common</groupId>
18
    <artifactId>org.eclipse.webtools.common</artifactId>
19
    <version>3.5.0-SNAPSHOT</version>
20
    <relativePath>../../</relativePath>
21
  </parent>
22
23
  <groupId>org.eclipse.webtools.common</groupId>
24
  <artifactId>org.eclipse.wst.common.emf</artifactId>
25
  <version>1.2.200-SNAPSHOT</version>
26
  <packaging>eclipse-plugin</packaging>
27
</project>
(-)a/plugins/org.eclipse.wst.common.emfworkbench.integration/pom.xml (+27 lines)
Added Link Here
1
<?xml version="1.0" encoding="UTF-8"?>
2
<!--
3
  Copyright (c) 2012, 2013 Eclipse Foundation and others.
4
  All rights reserved. This program and the accompanying materials
5
  are made available under the terms of the Eclipse Distribution License v1.0
6
  which accompanies this distribution, and is available at
7
  http://www.eclipse.org/org/documents/edl-v10.php
8
 
9
  Contributors:
10
    Thanh Ha (Eclipse Foundation) - initial implementation
11
-->
12
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>
16
  <parent>
17
    <groupId>org.eclipse.webtools.common</groupId>
18
    <artifactId>org.eclipse.webtools.common</artifactId>
19
    <version>3.5.0-SNAPSHOT</version>
20
    <relativePath>../../</relativePath>
21
  </parent>
22
23
  <groupId>org.eclipse.webtools.common</groupId>
24
  <artifactId>org.eclipse.wst.common.emfworkbench.integration</artifactId>
25
  <version>1.2.101-SNAPSHOT</version>
26
  <packaging>eclipse-plugin</packaging>
27
</project>
(-)a/plugins/org.eclipse.wst.common.environment/pom.xml (+27 lines)
Added Link Here
1
<?xml version="1.0" encoding="UTF-8"?>
2
<!--
3
  Copyright (c) 2012, 2013 Eclipse Foundation and others.
4
  All rights reserved. This program and the accompanying materials
5
  are made available under the terms of the Eclipse Distribution License v1.0
6
  which accompanies this distribution, and is available at
7
  http://www.eclipse.org/org/documents/edl-v10.php
8
 
9
  Contributors:
10
    Thanh Ha (Eclipse Foundation) - initial implementation
11
-->
12
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>
16
  <parent>
17
    <groupId>org.eclipse.webtools.common</groupId>
18
    <artifactId>org.eclipse.webtools.common</artifactId>
19
    <version>3.5.0-SNAPSHOT</version>
20
    <relativePath>../../</relativePath>
21
  </parent>
22
23
  <groupId>org.eclipse.webtools.common</groupId>
24
  <artifactId>org.eclipse.wst.common.environment</artifactId>
25
  <version>1.0.400-SNAPSHOT</version>
26
  <packaging>eclipse-plugin</packaging>
27
</project>
(-)a/plugins/org.eclipse.wst.common.frameworks.ui/pom.xml (+27 lines)
Added Link Here
1
<?xml version="1.0" encoding="UTF-8"?>
2
<!--
3
  Copyright (c) 2012, 2013 Eclipse Foundation and others.
4
  All rights reserved. This program and the accompanying materials
5
  are made available under the terms of the Eclipse Distribution License v1.0
6
  which accompanies this distribution, and is available at
7
  http://www.eclipse.org/org/documents/edl-v10.php
8
 
9
  Contributors:
10
    Thanh Ha (Eclipse Foundation) - initial implementation
11
-->
12
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>
16
  <parent>
17
    <groupId>org.eclipse.webtools.common</groupId>
18
    <artifactId>org.eclipse.webtools.common</artifactId>
19
    <version>3.5.0-SNAPSHOT</version>
20
    <relativePath>../../</relativePath>
21
  </parent>
22
23
  <groupId>org.eclipse.webtools.common</groupId>
24
  <artifactId>org.eclipse.wst.common.frameworks.ui</artifactId>
25
  <version>1.2.201-SNAPSHOT</version>
26
  <packaging>eclipse-plugin</packaging>
27
</project>
(-)a/plugins/org.eclipse.wst.common.frameworks/pom.xml (+27 lines)
Added Link Here
1
<?xml version="1.0" encoding="UTF-8"?>
2
<!--
3
  Copyright (c) 2012, 2013 Eclipse Foundation and others.
4
  All rights reserved. This program and the accompanying materials
5
  are made available under the terms of the Eclipse Distribution License v1.0
6
  which accompanies this distribution, and is available at
7
  http://www.eclipse.org/org/documents/edl-v10.php
8
 
9
  Contributors:
10
    Thanh Ha (Eclipse Foundation) - initial implementation
11
-->
12
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>
16
  <parent>
17
    <groupId>org.eclipse.webtools.common</groupId>
18
    <artifactId>org.eclipse.webtools.common</artifactId>
19
    <version>3.5.0-SNAPSHOT</version>
20
    <relativePath>../../</relativePath>
21
  </parent>
22
23
  <groupId>org.eclipse.webtools.common</groupId>
24
  <artifactId>org.eclipse.wst.common.frameworks</artifactId>
25
  <version>1.2.200-SNAPSHOT</version>
26
  <packaging>eclipse-plugin</packaging>
27
</project>
(-)a/plugins/org.eclipse.wst.common.infopop/build.properties (+4 lines)
Lines 3-5 bin.includes = plugin.xml,\ Link Here
3
               SnippetsContexts.xml,\
3
               SnippetsContexts.xml,\
4
               META-INF/,\
4
               META-INF/,\
5
               plugin.properties
5
               plugin.properties
6
src.includes = plugin.xml,\
7
               plugin.properties.xml,\
8
               about.html,\
9
               SnippetsContexts.xml
(-)a/plugins/org.eclipse.wst.common.infopop/pom.xml (+27 lines)
Added Link Here
1
<?xml version="1.0" encoding="UTF-8"?>
2
<!--
3
  Copyright (c) 2012, 2013 Eclipse Foundation and others.
4
  All rights reserved. This program and the accompanying materials
5
  are made available under the terms of the Eclipse Distribution License v1.0
6
  which accompanies this distribution, and is available at
7
  http://www.eclipse.org/org/documents/edl-v10.php
8
 
9
  Contributors:
10
    Thanh Ha (Eclipse Foundation) - initial implementation
11
-->
12
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>
16
  <parent>
17
    <groupId>org.eclipse.webtools.common</groupId>
18
    <artifactId>org.eclipse.webtools.common</artifactId>
19
    <version>3.5.0-SNAPSHOT</version>
20
    <relativePath>../../</relativePath>
21
  </parent>
22
23
  <groupId>org.eclipse.webtools.common</groupId>
24
  <artifactId>org.eclipse.wst.common.infopop</artifactId>
25
  <version>1.0.300-SNAPSHOT</version>
26
  <packaging>eclipse-plugin</packaging>
27
</project>
(-)a/plugins/org.eclipse.wst.common.modulecore.ui/pom.xml (+27 lines)
Added Link Here
1
<?xml version="1.0" encoding="UTF-8"?>
2
<!--
3
  Copyright (c) 2012, 2013 Eclipse Foundation and others.
4
  All rights reserved. This program and the accompanying materials
5
  are made available under the terms of the Eclipse Distribution License v1.0
6
  which accompanies this distribution, and is available at
7
  http://www.eclipse.org/org/documents/edl-v10.php
8
 
9
  Contributors:
10
    Thanh Ha (Eclipse Foundation) - initial implementation
11
-->
12
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>
16
  <parent>
17
    <groupId>org.eclipse.webtools.common</groupId>
18
    <artifactId>org.eclipse.webtools.common</artifactId>
19
    <version>3.5.0-SNAPSHOT</version>
20
    <relativePath>../../</relativePath>
21
  </parent>
22
23
  <groupId>org.eclipse.webtools.common</groupId>
24
  <artifactId>org.eclipse.wst.common.modulecore.ui</artifactId>
25
  <version>1.0.201-SNAPSHOT</version>
26
  <packaging>eclipse-plugin</packaging>
27
</project>
(-)a/plugins/org.eclipse.wst.common.modulecore/pom.xml (+27 lines)
Added Link Here
1
<?xml version="1.0" encoding="UTF-8"?>
2
<!--
3
  Copyright (c) 2012, 2013 Eclipse Foundation and others.
4
  All rights reserved. This program and the accompanying materials
5
  are made available under the terms of the Eclipse Distribution License v1.0
6
  which accompanies this distribution, and is available at
7
  http://www.eclipse.org/org/documents/edl-v10.php
8
 
9
  Contributors:
10
    Thanh Ha (Eclipse Foundation) - initial implementation
11
-->
12
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>
16
  <parent>
17
    <groupId>org.eclipse.webtools.common</groupId>
18
    <artifactId>org.eclipse.webtools.common</artifactId>
19
    <version>3.5.0-SNAPSHOT</version>
20
    <relativePath>../../</relativePath>
21
  </parent>
22
23
  <groupId>org.eclipse.webtools.common</groupId>
24
  <artifactId>org.eclipse.wst.common.modulecore</artifactId>
25
  <version>1.2.300-SNAPSHOT</version>
26
  <packaging>eclipse-plugin</packaging>
27
</project>
(-)a/plugins/org.eclipse.wst.common.ui/pom.xml (+27 lines)
Added Link Here
1
<?xml version="1.0" encoding="UTF-8"?>
2
<!--
3
  Copyright (c) 2012, 2013 Eclipse Foundation and others.
4
  All rights reserved. This program and the accompanying materials
5
  are made available under the terms of the Eclipse Distribution License v1.0
6
  which accompanies this distribution, and is available at
7
  http://www.eclipse.org/org/documents/edl-v10.php
8
 
9
  Contributors:
10
    Thanh Ha (Eclipse Foundation) - initial implementation
11
-->
12
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>
16
  <parent>
17
    <groupId>org.eclipse.webtools.common</groupId>
18
    <artifactId>org.eclipse.webtools.common</artifactId>
19
    <version>3.5.0-SNAPSHOT</version>
20
    <relativePath>../../</relativePath>
21
  </parent>
22
23
  <groupId>org.eclipse.webtools.common</groupId>
24
  <artifactId>org.eclipse.wst.common.ui</artifactId>
25
  <version>1.1.500-SNAPSHOT</version>
26
  <packaging>eclipse-plugin</packaging>
27
</project>
(-)a/plugins/org.eclipse.wst.common.uriresolver/pom.xml (+27 lines)
Added Link Here
1
<?xml version="1.0" encoding="UTF-8"?>
2
<!--
3
  Copyright (c) 2012, 2013 Eclipse Foundation and others.
4
  All rights reserved. This program and the accompanying materials
5
  are made available under the terms of the Eclipse Distribution License v1.0
6
  which accompanies this distribution, and is available at
7
  http://www.eclipse.org/org/documents/edl-v10.php
8
 
9
  Contributors:
10
    Thanh Ha (Eclipse Foundation) - initial implementation
11
-->
12
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>
16
  <parent>
17
    <groupId>org.eclipse.webtools.common</groupId>
18
    <artifactId>org.eclipse.webtools.common</artifactId>
19
    <version>3.5.0-SNAPSHOT</version>
20
    <relativePath>../../</relativePath>
21
  </parent>
22
23
  <groupId>org.eclipse.webtools.common</groupId>
24
  <artifactId>org.eclipse.wst.common.uriresolver</artifactId>
25
  <version>1.2.100-SNAPSHOT</version>
26
  <packaging>eclipse-plugin</packaging>
27
</project>
(-)a/plugins/org.eclipse.wst.internet.cache/pom.xml (+27 lines)
Added Link Here
1
<?xml version="1.0" encoding="UTF-8"?>
2
<!--
3
  Copyright (c) 2012, 2013 Eclipse Foundation and others.
4
  All rights reserved. This program and the accompanying materials
5
  are made available under the terms of the Eclipse Distribution License v1.0
6
  which accompanies this distribution, and is available at
7
  http://www.eclipse.org/org/documents/edl-v10.php
8
 
9
  Contributors:
10
    Thanh Ha (Eclipse Foundation) - initial implementation
11
-->
12
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>
16
  <parent>
17
    <groupId>org.eclipse.webtools.common</groupId>
18
    <artifactId>org.eclipse.webtools.common</artifactId>
19
    <version>3.5.0-SNAPSHOT</version>
20
    <relativePath>../../</relativePath>
21
  </parent>
22
23
  <groupId>org.eclipse.webtools.common</groupId>
24
  <artifactId>org.eclipse.wst.internet.cache</artifactId>
25
  <version>1.0.700-SNAPSHOT</version>
26
  <packaging>eclipse-plugin</packaging>
27
</project>
(-)a/plugins/org.eclipse.wst.validation.ui/pom.xml (+27 lines)
Added Link Here
1
<?xml version="1.0" encoding="UTF-8"?>
2
<!--
3
  Copyright (c) 2012, 2013 Eclipse Foundation and others.
4
  All rights reserved. This program and the accompanying materials
5
  are made available under the terms of the Eclipse Distribution License v1.0
6
  which accompanies this distribution, and is available at
7
  http://www.eclipse.org/org/documents/edl-v10.php
8
 
9
  Contributors:
10
    Thanh Ha (Eclipse Foundation) - initial implementation
11
-->
12
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>
16
  <parent>
17
    <groupId>org.eclipse.webtools.common</groupId>
18
    <artifactId>org.eclipse.webtools.common</artifactId>
19
    <version>3.5.0-SNAPSHOT</version>
20
    <relativePath>../../</relativePath>
21
  </parent>
22
23
  <groupId>org.eclipse.webtools.common</groupId>
24
  <artifactId>org.eclipse.wst.validation.ui</artifactId>
25
  <version>1.2.400-SNAPSHOT</version>
26
  <packaging>eclipse-plugin</packaging>
27
</project>
(-)a/plugins/org.eclipse.wst.validation/pom.xml (+27 lines)
Added Link Here
1
<?xml version="1.0" encoding="UTF-8"?>
2
<!--
3
  Copyright (c) 2012, 2013 Eclipse Foundation and others.
4
  All rights reserved. This program and the accompanying materials
5
  are made available under the terms of the Eclipse Distribution License v1.0
6
  which accompanies this distribution, and is available at
7
  http://www.eclipse.org/org/documents/edl-v10.php
8
 
9
  Contributors:
10
    Thanh Ha (Eclipse Foundation) - initial implementation
11
-->
12
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>
16
  <parent>
17
    <groupId>org.eclipse.webtools.common</groupId>
18
    <artifactId>org.eclipse.webtools.common</artifactId>
19
    <version>3.5.0-SNAPSHOT</version>
20
    <relativePath>../../</relativePath>
21
  </parent>
22
23
  <groupId>org.eclipse.webtools.common</groupId>
24
  <artifactId>org.eclipse.wst.validation</artifactId>
25
  <version>1.2.501-SNAPSHOT</version>
26
  <packaging>eclipse-plugin</packaging>
27
</project>
(-)a/pom.xml (-1 / +56 lines)
Added Link Here
0
- 
1
<?xml version="1.0" encoding="UTF-8"?>
2
<!--
3
  Copyright (c) 2012, 2013 Eclipse Foundation and others.
4
  All rights reserved. This program and the accompanying materials
5
  are made available under the terms of the Eclipse Distribution License v1.0
6
  which accompanies this distribution, and is available at
7
  http://www.eclipse.org/org/documents/edl-v10.php
8
 
9
  Contributors:
10
    Thanh Ha (Eclipse Foundation) - initial implementation
11
-->
12
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>
16
17
  <parent>
18
    <groupId>org.eclipse</groupId>
19
    <artifactId>wtp-parent</artifactId>
20
    <version>3.5.0-SNAPSHOT</version>
21
    <relativePath>../wtp-parent</relativePath>
22
  </parent>
23
24
  <groupId>org.eclipse.webtools.common</groupId>
25
  <artifactId>org.eclipse.webtools.common</artifactId>
26
  <version>3.5.0-SNAPSHOT</version>
27
  <packaging>pom</packaging>
28
29
  <modules>
30
    <module>docs/org.eclipse.wst.common.api.doc</module>
31
    <module>docs/org.eclipse.wst.validation.doc.isv</module>
32
    <module>docs/org.eclipse.wst.validation.infopop</module>
33
34
    <module>features/org.eclipse.wst.common_core.feature</module>
35
    <module>features/org.eclipse.wst.common_sdk.feature</module>
36
    <module>features/org.eclipse.wst.common_ui.feature</module>
37
    <module>features/org.eclipse.wst.common_ui.feature.patch</module>
38
39
    <module>plugins/org.eclipse.jem.util</module>
40
    <module>plugins/org.eclipse.jst.common.ui</module>
41
    <module>plugins/org.eclipse.wst.common.core</module>
42
    <module>plugins/org.eclipse.wst.common.emf</module>
43
    <module>plugins/org.eclipse.wst.common.emfworkbench.integration</module>
44
    <module>plugins/org.eclipse.wst.common.environment</module>
45
    <module>plugins/org.eclipse.wst.common.frameworks</module>
46
    <module>plugins/org.eclipse.wst.common.frameworks.ui</module>
47
    <module>plugins/org.eclipse.wst.common.infopop</module>
48
    <module>plugins/org.eclipse.wst.common.modulecore</module>
49
    <module>plugins/org.eclipse.wst.common.modulecore.ui</module>
50
    <module>plugins/org.eclipse.wst.common.ui</module>
51
    <module>plugins/org.eclipse.wst.common.uriresolver</module>
52
    <module>plugins/org.eclipse.wst.internet.cache</module>
53
    <module>plugins/org.eclipse.wst.validation</module>
54
    <module>plugins/org.eclipse.wst.validation.ui</module>
55
  </modules>
56
</project>

Return to bug 412211