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

Collapse All | Expand All

(-)a/.gitignore (+2 lines)
Added Link Here
1
# maven
2
target/
(-)a/docs/org.eclipse.jst.j2ee.doc.user/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.javaee</groupId>
18
    <artifactId>org.eclipse.webtools.javaee</artifactId>
19
    <version>3.5.0-SNAPSHOT</version>
20
    <relativePath>../../</relativePath>
21
  </parent>
22
23
  <groupId>org.eclipse.webtools.javaee</groupId>
24
  <artifactId>org.eclipse.jst.j2ee.doc.user</artifactId>
25
  <version>1.1.400-SNAPSHOT</version>
26
  <packaging>eclipse-plugin</packaging>
27
</project>
(-)a/docs/org.eclipse.jst.j2ee.infopop/build.properties (+10 lines)
Lines 9-12 bin.includes = EJBCreateWizard_HelpContexts.xml,\ Link Here
9
               plugin.properties,\
9
               plugin.properties,\
10
               plugin.xml,\
10
               plugin.xml,\
11
               META-INF/
11
               META-INF/
12
src.includes = plugin.xml,\
13
               EJBCreateWizard_HelpContexts.xml,\
14
               ExportWizard_HelpContexts.xml,\
15
               ImportWizard_HelpContexts.xml,\
16
               J2EEGeneral_HelpContexts.xml,\
17
               Preferences_HelpContexts.xml,\
18
               ProjectCreateWizard_HelpContexts.xml,\
19
               ProjectPrefs_HelpContexts.xml,\
20
               about.html,\
21
               plugin.properties
12
generateSourceBundle=false
22
generateSourceBundle=false
(-)a/docs/org.eclipse.jst.j2ee.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.javaee</groupId>
18
    <artifactId>org.eclipse.webtools.javaee</artifactId>
19
    <version>3.5.0-SNAPSHOT</version>
20
    <relativePath>../../</relativePath>
21
  </parent>
22
23
  <groupId>org.eclipse.webtools.javaee</groupId>
24
  <artifactId>org.eclipse.jst.j2ee.infopop</artifactId>
25
  <version>1.0.300-SNAPSHOT</version>
26
  <packaging>eclipse-plugin</packaging>
27
</project>
(-)a/docs/org.eclipse.jst.servlet.ui.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.javaee</groupId>
18
    <artifactId>org.eclipse.webtools.javaee</artifactId>
19
    <version>3.5.0-SNAPSHOT</version>
20
    <relativePath>../../</relativePath>
21
  </parent>
22
23
  <groupId>org.eclipse.webtools.javaee</groupId>
24
  <artifactId>org.eclipse.jst.servlet.ui.infopop</artifactId>
25
  <version>1.0.500-SNAPSHOT</version>
26
  <packaging>eclipse-plugin</packaging>
27
</project>
(-)a/docs/org.eclipse.wst.web.ui.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.javaee</groupId>
18
    <artifactId>org.eclipse.webtools.javaee</artifactId>
19
    <version>3.5.0-SNAPSHOT</version>
20
    <relativePath>../../</relativePath>
21
  </parent>
22
23
  <groupId>org.eclipse.webtools.javaee</groupId>
24
  <artifactId>org.eclipse.wst.web.ui.infopop</artifactId>
25
  <version>1.0.300-SNAPSHOT</version>
26
  <packaging>eclipse-plugin</packaging>
27
</project>
(-)a/features/org.eclipse.jst.doc.user.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.javaee</groupId>
18
    <artifactId>org.eclipse.webtools.javaee</artifactId>
19
    <version>3.5.0-SNAPSHOT</version>
20
    <relativePath>../../</relativePath>
21
  </parent>
22
23
  <groupId>org.eclipse.webtools.javaee</groupId>
24
  <artifactId>org.eclipse.jst.doc.user.feature</artifactId>
25
  <version>1.6.0-SNAPSHOT</version>
26
  <packaging>eclipse-feature</packaging>
27
</project>
(-)a/features/org.eclipse.jst.enterprise_core.feature.patch/feature.xml (-1 / +1 lines)
Lines 2-8 Link Here
2
<feature
2
<feature
3
      id="org.eclipse.jst.enterprise_core.feature.patch"
3
      id="org.eclipse.jst.enterprise_core.feature.patch"
4
      label="Patch Feature"
4
      label="Patch Feature"
5
      version="1.0.0">
5
      version="1.0.0.qualifier">
6
6
7
   <description url="http://www.example.com/description">
7
   <description url="http://www.example.com/description">
8
      [Enter Feature Description here.]
8
      [Enter Feature Description here.]
(-)a/features/org.eclipse.jst.enterprise_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.javaee</groupId>
18
    <artifactId>org.eclipse.webtools.javaee</artifactId>
19
    <version>3.5.0-SNAPSHOT</version>
20
    <relativePath>../../</relativePath>
21
  </parent>
22
23
  <groupId>org.eclipse.webtools.javaee</groupId>
24
  <artifactId>org.eclipse.jst.enterprise_core.feature.patch</artifactId>
25
  <version>1.0.0-SNAPSHOT</version>
26
  <packaging>eclipse-feature</packaging>
27
</project>
(-)a/features/org.eclipse.jst.enterprise_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.javaee</groupId>
18
    <artifactId>org.eclipse.webtools.javaee</artifactId>
19
    <version>3.5.0-SNAPSHOT</version>
20
    <relativePath>../../</relativePath>
21
  </parent>
22
23
  <groupId>org.eclipse.webtools.javaee</groupId>
24
  <artifactId>org.eclipse.jst.enterprise_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.jst.enterprise_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.javaee</groupId>
18
    <artifactId>org.eclipse.webtools.javaee</artifactId>
19
    <version>3.5.0-SNAPSHOT</version>
20
    <relativePath>../../</relativePath>
21
  </parent>
22
23
  <groupId>org.eclipse.webtools.javaee</groupId>
24
  <artifactId>org.eclipse.jst.enterprise_sdk.feature</artifactId>
25
  <version>3.5.0-SNAPSHOT</version>
26
  <packaging>eclipse-feature</packaging>
27
</project>
(-)a/features/org.eclipse.jst.enterprise_ui.feature.patch/feature.xml (-1 / +1 lines)
Lines 2-8 Link Here
2
<feature
2
<feature
3
      id="org.eclipse.jst.enterprise_ui.feature.patch"
3
      id="org.eclipse.jst.enterprise_ui.feature.patch"
4
      label="Patch Feature"
4
      label="Patch Feature"
5
      version="1.0.0">
5
      version="1.0.0.qualifier">
6
6
7
   <description url="http://www.example.com/description">
7
   <description url="http://www.example.com/description">
8
      [Enter Feature Description here.]
8
      [Enter Feature Description here.]
(-)a/features/org.eclipse.jst.enterprise_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.javaee</groupId>
18
    <artifactId>org.eclipse.webtools.javaee</artifactId>
19
    <version>3.5.0-SNAPSHOT</version>
20
    <relativePath>../../</relativePath>
21
  </parent>
22
23
  <groupId>org.eclipse.webtools.javaee</groupId>
24
  <artifactId>org.eclipse.jst.enterprise_ui.feature.patch</artifactId>
25
  <version>1.0.0-SNAPSHOT</version>
26
  <packaging>eclipse-feature</packaging>
27
</project>
(-)a/features/org.eclipse.jst.enterprise_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
    <groupId>org.eclipse.webtools.javaee</groupId>
18
    <artifactId>org.eclipse.webtools.javaee</artifactId>
19
    <version>3.5.0-SNAPSHOT</version>
20
    <relativePath>../../</relativePath>
21
  </parent>
22
23
  <groupId>org.eclipse.webtools.javaee</groupId>
24
  <artifactId>org.eclipse.jst.enterprise_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/features/org.eclipse.jst.enterprise_userdoc.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.javaee</groupId>
18
    <artifactId>org.eclipse.webtools.javaee</artifactId>
19
    <version>3.5.0-SNAPSHOT</version>
20
    <relativePath>../../</relativePath>
21
  </parent>
22
23
  <groupId>org.eclipse.webtools.javaee</groupId>
24
  <artifactId>org.eclipse.jst.enterprise_userdoc.feature</artifactId>
25
  <version>3.3.100-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.jst.servlet.ui.patch/feature.xml (-1 / +1 lines)
Lines 2-8 Link Here
2
<feature
2
<feature
3
      id="org.eclipse.jst.servlet.ui.patch"
3
      id="org.eclipse.jst.servlet.ui.patch"
4
      label="Patch Feature"
4
      label="Patch Feature"
5
      version="1.0.0">
5
      version="1.0.0.qualifier">
6
6
7
   <description url="http://www.example.com/description">
7
   <description url="http://www.example.com/description">
8
      [Enter Feature Description here.]
8
      [Enter Feature Description here.]
(-)a/features/org.eclipse.jst.servlet.ui.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.javaee</groupId>
18
    <artifactId>org.eclipse.webtools.javaee</artifactId>
19
    <version>3.5.0-SNAPSHOT</version>
20
    <relativePath>../../</relativePath>
21
  </parent>
22
23
  <groupId>org.eclipse.webtools.javaee</groupId>
24
  <artifactId>org.eclipse.jst.servlet.ui.patch</artifactId>
25
  <version>1.0.0-SNAPSHOT</version>
26
  <packaging>eclipse-feature</packaging>
27
</project>
(-)a/features/org.eclipse.jst.web_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.javaee</groupId>
18
    <artifactId>org.eclipse.webtools.javaee</artifactId>
19
    <version>3.5.0-SNAPSHOT</version>
20
    <relativePath>../../</relativePath>
21
  </parent>
22
23
  <groupId>org.eclipse.webtools.javaee</groupId>
24
  <artifactId>org.eclipse.jst.web_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.jst.web_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.javaee</groupId>
18
    <artifactId>org.eclipse.webtools.javaee</artifactId>
19
    <version>3.5.0-SNAPSHOT</version>
20
    <relativePath>../../</relativePath>
21
  </parent>
22
23
  <groupId>org.eclipse.webtools.javaee</groupId>
24
  <artifactId>org.eclipse.jst.web_sdk.feature</artifactId>
25
  <version>3.5.0-SNAPSHOT</version>
26
  <packaging>eclipse-feature</packaging>
27
</project>
(-)a/features/org.eclipse.jst.web_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.javaee</groupId>
18
    <artifactId>org.eclipse.webtools.javaee</artifactId>
19
    <version>3.5.0-SNAPSHOT</version>
20
    <relativePath>../../</relativePath>
21
  </parent>
22
23
  <groupId>org.eclipse.webtools.javaee</groupId>
24
  <artifactId>org.eclipse.jst.web_ui.feature.patch</artifactId>
25
  <version>1.5.5-SNAPSHOT</version>
26
  <packaging>eclipse-feature</packaging>
27
</project>
(-)a/features/org.eclipse.jst.web_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
    <groupId>org.eclipse.webtools.javaee</groupId>
18
    <artifactId>org.eclipse.webtools.javaee</artifactId>
19
    <version>3.5.0-SNAPSHOT</version>
20
    <relativePath>../../</relativePath>
21
  </parent>
22
23
  <groupId>org.eclipse.webtools.javaee</groupId>
24
  <artifactId>org.eclipse.jst.web_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/features/org.eclipse.jst.web_userdoc.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.javaee</groupId>
18
    <artifactId>org.eclipse.webtools.javaee</artifactId>
19
    <version>3.5.0-SNAPSHOT</version>
20
    <relativePath>../../</relativePath>
21
  </parent>
22
23
  <groupId>org.eclipse.webtools.javaee</groupId>
24
  <artifactId>org.eclipse.jst.web_userdoc.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.beaninfo.vm.common/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.javaee</groupId>
18
    <artifactId>org.eclipse.webtools.javaee</artifactId>
19
    <version>3.5.0-SNAPSHOT</version>
20
    <relativePath>../../</relativePath>
21
  </parent>
22
23
  <groupId>org.eclipse.webtools.javaee</groupId>
24
  <artifactId>org.eclipse.jem.beaninfo.vm.common</artifactId>
25
  <version>2.0.300-SNAPSHOT</version>
26
  <packaging>eclipse-plugin</packaging>
27
</project>
(-)a/plugins/org.eclipse.jem.beaninfo.vm/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.javaee</groupId>
18
    <artifactId>org.eclipse.webtools.javaee</artifactId>
19
    <version>3.5.0-SNAPSHOT</version>
20
    <relativePath>../../</relativePath>
21
  </parent>
22
23
  <groupId>org.eclipse.webtools.javaee</groupId>
24
  <artifactId>org.eclipse.jem.beaninfo.vm</artifactId>
25
  <version>2.0.300-SNAPSHOT</version>
26
  <packaging>eclipse-plugin</packaging>
27
</project>
(-)a/plugins/org.eclipse.jem.beaninfo/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.javaee</groupId>
18
    <artifactId>org.eclipse.webtools.javaee</artifactId>
19
    <version>3.5.0-SNAPSHOT</version>
20
    <relativePath>../../</relativePath>
21
  </parent>
22
23
  <groupId>org.eclipse.webtools.javaee</groupId>
24
  <artifactId>org.eclipse.jem.beaninfo</artifactId>
25
  <version>2.0.300-SNAPSHOT</version>
26
  <packaging>eclipse-plugin</packaging>
27
</project>
(-)a/plugins/org.eclipse.jem.proxy/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.javaee</groupId>
18
    <artifactId>org.eclipse.webtools.javaee</artifactId>
19
    <version>3.5.0-SNAPSHOT</version>
20
    <relativePath>../../</relativePath>
21
  </parent>
22
23
  <groupId>org.eclipse.webtools.javaee</groupId>
24
  <artifactId>org.eclipse.jem.proxy</artifactId>
25
  <version>2.0.400-SNAPSHOT</version>
26
  <packaging>eclipse-plugin</packaging>
27
</project>
(-)a/plugins/org.eclipse.jem.workbench/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.javaee</groupId>
18
    <artifactId>org.eclipse.webtools.javaee</artifactId>
19
    <version>3.5.0-SNAPSHOT</version>
20
    <relativePath>../../</relativePath>
21
  </parent>
22
23
  <groupId>org.eclipse.webtools.javaee</groupId>
24
  <artifactId>org.eclipse.jem.workbench</artifactId>
25
  <version>2.0.400-SNAPSHOT</version>
26
  <packaging>eclipse-plugin</packaging>
27
</project>
(-)a/plugins/org.eclipse.jem/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.javaee</groupId>
18
    <artifactId>org.eclipse.webtools.javaee</artifactId>
19
    <version>3.5.0-SNAPSHOT</version>
20
    <relativePath>../../</relativePath>
21
  </parent>
22
23
  <groupId>org.eclipse.webtools.javaee</groupId>
24
  <artifactId>org.eclipse.jem</artifactId>
25
  <version>2.0.600-SNAPSHOT</version>
26
  <packaging>eclipse-plugin</packaging>
27
</project>
(-)a/plugins/org.eclipse.jst.common.annotations.controller/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.javaee</groupId>
18
    <artifactId>org.eclipse.webtools.javaee</artifactId>
19
    <version>3.5.0-SNAPSHOT</version>
20
    <relativePath>../../</relativePath>
21
  </parent>
22
23
  <groupId>org.eclipse.webtools.javaee</groupId>
24
  <artifactId>org.eclipse.jst.common.annotations.controller</artifactId>
25
  <version>1.1.300-SNAPSHOT</version>
26
  <packaging>eclipse-plugin</packaging>
27
</project>
(-)a/plugins/org.eclipse.jst.common.annotations.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.javaee</groupId>
18
    <artifactId>org.eclipse.webtools.javaee</artifactId>
19
    <version>3.5.0-SNAPSHOT</version>
20
    <relativePath>../../</relativePath>
21
  </parent>
22
23
  <groupId>org.eclipse.webtools.javaee</groupId>
24
  <artifactId>org.eclipse.jst.common.annotations.core</artifactId>
25
  <version>1.1.300-SNAPSHOT</version>
26
  <packaging>eclipse-plugin</packaging>
27
</project>
(-)a/plugins/org.eclipse.jst.common.annotations.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.javaee</groupId>
18
    <artifactId>org.eclipse.webtools.javaee</artifactId>
19
    <version>3.5.0-SNAPSHOT</version>
20
    <relativePath>../../</relativePath>
21
  </parent>
22
23
  <groupId>org.eclipse.webtools.javaee</groupId>
24
  <artifactId>org.eclipse.jst.common.annotations.ui</artifactId>
25
  <version>1.1.300-SNAPSHOT</version>
26
  <packaging>eclipse-plugin</packaging>
27
</project>
(-)a/plugins/org.eclipse.jst.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.javaee</groupId>
18
    <artifactId>org.eclipse.webtools.javaee</artifactId>
19
    <version>3.5.0-SNAPSHOT</version>
20
    <relativePath>../../</relativePath>
21
  </parent>
22
23
  <groupId>org.eclipse.webtools.javaee</groupId>
24
  <artifactId>org.eclipse.jst.common.frameworks</artifactId>
25
  <version>1.1.601-SNAPSHOT</version>
26
  <packaging>eclipse-plugin</packaging>
27
</project>
(-)a/plugins/org.eclipse.jst.j2ee.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.javaee</groupId>
18
    <artifactId>org.eclipse.webtools.javaee</artifactId>
19
    <version>3.5.0-SNAPSHOT</version>
20
    <relativePath>../../</relativePath>
21
  </parent>
22
23
  <groupId>org.eclipse.webtools.javaee</groupId>
24
  <artifactId>org.eclipse.jst.j2ee.core</artifactId>
25
  <version>1.3.0-SNAPSHOT</version>
26
  <packaging>eclipse-plugin</packaging>
27
</project>
(-)a/plugins/org.eclipse.jst.j2ee.jca.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.javaee</groupId>
18
    <artifactId>org.eclipse.webtools.javaee</artifactId>
19
    <version>3.5.0-SNAPSHOT</version>
20
    <relativePath>../../</relativePath>
21
  </parent>
22
23
  <groupId>org.eclipse.webtools.javaee</groupId>
24
  <artifactId>org.eclipse.jst.j2ee.jca.ui</artifactId>
25
  <version>1.1.500-SNAPSHOT</version>
26
  <packaging>eclipse-plugin</packaging>
27
</project>
(-)a/plugins/org.eclipse.jst.j2ee.jca/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.javaee</groupId>
18
    <artifactId>org.eclipse.webtools.javaee</artifactId>
19
    <version>3.5.0-SNAPSHOT</version>
20
    <relativePath>../../</relativePath>
21
  </parent>
22
23
  <groupId>org.eclipse.webtools.javaee</groupId>
24
  <artifactId>org.eclipse.jst.j2ee.jca</artifactId>
25
  <version>1.1.700-SNAPSHOT</version>
26
  <packaging>eclipse-plugin</packaging>
27
</project>
(-)a/plugins/org.eclipse.jst.j2ee.navigator.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.javaee</groupId>
18
    <artifactId>org.eclipse.webtools.javaee</artifactId>
19
    <version>3.5.0-SNAPSHOT</version>
20
    <relativePath>../../</relativePath>
21
  </parent>
22
23
  <groupId>org.eclipse.webtools.javaee</groupId>
24
  <artifactId>org.eclipse.jst.j2ee.navigator.ui</artifactId>
25
  <version>1.1.600-SNAPSHOT</version>
26
  <packaging>eclipse-plugin</packaging>
27
</project>
(-)a/plugins/org.eclipse.jst.j2ee.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.javaee</groupId>
18
    <artifactId>org.eclipse.webtools.javaee</artifactId>
19
    <version>3.5.0-SNAPSHOT</version>
20
    <relativePath>../../</relativePath>
21
  </parent>
22
23
  <groupId>org.eclipse.webtools.javaee</groupId>
24
  <artifactId>org.eclipse.jst.j2ee.ui</artifactId>
25
  <version>1.1.700-SNAPSHOT</version>
26
  <packaging>eclipse-plugin</packaging>
27
</project>
(-)a/plugins/org.eclipse.jst.j2ee.web/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.javaee</groupId>
18
    <artifactId>org.eclipse.webtools.javaee</artifactId>
19
    <version>3.5.0-SNAPSHOT</version>
20
    <relativePath>../../</relativePath>
21
  </parent>
22
23
  <groupId>org.eclipse.webtools.javaee</groupId>
24
  <artifactId>org.eclipse.jst.j2ee.web</artifactId>
25
  <version>1.1.700-SNAPSHOT</version>
26
  <packaging>eclipse-plugin</packaging>
27
</project>
(-)a/plugins/org.eclipse.jst.j2ee.webservice.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.javaee</groupId>
18
    <artifactId>org.eclipse.webtools.javaee</artifactId>
19
    <version>3.5.0-SNAPSHOT</version>
20
    <relativePath>../../</relativePath>
21
  </parent>
22
23
  <groupId>org.eclipse.webtools.javaee</groupId>
24
  <artifactId>org.eclipse.jst.j2ee.webservice.ui</artifactId>
25
  <version>1.1.500-SNAPSHOT</version>
26
  <packaging>eclipse-plugin</packaging>
27
</project>
(-)a/plugins/org.eclipse.jst.j2ee.webservice/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.javaee</groupId>
18
    <artifactId>org.eclipse.webtools.javaee</artifactId>
19
    <version>3.5.0-SNAPSHOT</version>
20
    <relativePath>../../</relativePath>
21
  </parent>
22
23
  <groupId>org.eclipse.webtools.javaee</groupId>
24
  <artifactId>org.eclipse.jst.j2ee.webservice</artifactId>
25
  <version>1.1.400-SNAPSHOT</version>
26
  <packaging>eclipse-plugin</packaging>
27
</project>
(-)a/plugins/org.eclipse.jst.j2ee/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.javaee</groupId>
18
    <artifactId>org.eclipse.webtools.javaee</artifactId>
19
    <version>3.5.0-SNAPSHOT</version>
20
    <relativePath>../../</relativePath>
21
  </parent>
22
23
  <groupId>org.eclipse.webtools.javaee</groupId>
24
  <artifactId>org.eclipse.jst.j2ee</artifactId>
25
  <version>1.1.700-SNAPSHOT</version>
26
  <packaging>eclipse-plugin</packaging>
27
</project>
(-)a/plugins/org.eclipse.jst.jee.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.javaee</groupId>
18
    <artifactId>org.eclipse.webtools.javaee</artifactId>
19
    <version>3.5.0-SNAPSHOT</version>
20
    <relativePath>../../</relativePath>
21
  </parent>
22
23
  <groupId>org.eclipse.webtools.javaee</groupId>
24
  <artifactId>org.eclipse.jst.jee.ui</artifactId>
25
  <version>1.0.600-SNAPSHOT</version>
26
  <packaging>eclipse-plugin</packaging>
27
</project>
(-)a/plugins/org.eclipse.jst.jee.web/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.javaee</groupId>
18
    <artifactId>org.eclipse.webtools.javaee</artifactId>
19
    <version>3.5.0-SNAPSHOT</version>
20
    <relativePath>../../</relativePath>
21
  </parent>
22
23
  <groupId>org.eclipse.webtools.javaee</groupId>
24
  <artifactId>org.eclipse.jst.jee.web</artifactId>
25
  <version>1.0.400-SNAPSHOT</version>
26
  <packaging>eclipse-plugin</packaging>
27
</project>
(-)a/plugins/org.eclipse.jst.jee/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.javaee</groupId>
18
    <artifactId>org.eclipse.webtools.javaee</artifactId>
19
    <version>3.5.0-SNAPSHOT</version>
20
    <relativePath>../../</relativePath>
21
  </parent>
22
23
  <groupId>org.eclipse.webtools.javaee</groupId>
24
  <artifactId>org.eclipse.jst.jee</artifactId>
25
  <version>1.0.600-SNAPSHOT</version>
26
  <packaging>eclipse-plugin</packaging>
27
</project>
(-)a/plugins/org.eclipse.jst.servlet.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.javaee</groupId>
18
    <artifactId>org.eclipse.webtools.javaee</artifactId>
19
    <version>3.5.0-SNAPSHOT</version>
20
    <relativePath>../../</relativePath>
21
  </parent>
22
23
  <groupId>org.eclipse.webtools.javaee</groupId>
24
  <artifactId>org.eclipse.jst.servlet.ui</artifactId>
25
  <version>1.1.700-SNAPSHOT</version>
26
  <packaging>eclipse-plugin</packaging>
27
</project>
(-)a/plugins/org.eclipse.wst.web.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.javaee</groupId>
18
    <artifactId>org.eclipse.webtools.javaee</artifactId>
19
    <version>3.5.0-SNAPSHOT</version>
20
    <relativePath>../../</relativePath>
21
  </parent>
22
23
  <groupId>org.eclipse.webtools.javaee</groupId>
24
  <artifactId>org.eclipse.wst.web.ui</artifactId>
25
  <version>1.1.600-SNAPSHOT</version>
26
  <packaging>eclipse-plugin</packaging>
27
</project>
(-)a/plugins/org.eclipse.wst.web/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.javaee</groupId>
18
    <artifactId>org.eclipse.webtools.javaee</artifactId>
19
    <version>3.5.0-SNAPSHOT</version>
20
    <relativePath>../../</relativePath>
21
  </parent>
22
23
  <groupId>org.eclipse.webtools.javaee</groupId>
24
  <artifactId>org.eclipse.wst.web</artifactId>
25
  <version>1.1.700-SNAPSHOT</version>
26
  <packaging>eclipse-plugin</packaging>
27
</project>
(-)a/plugins/org.eclipse.wtp.jee.capabilities/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.javaee</groupId>
18
    <artifactId>org.eclipse.webtools.javaee</artifactId>
19
    <version>3.5.0-SNAPSHOT</version>
20
    <relativePath>../../</relativePath>
21
  </parent>
22
23
  <groupId>org.eclipse.webtools.javaee</groupId>
24
  <artifactId>org.eclipse.wtp.jee.capabilities</artifactId>
25
  <version>1.0.100-SNAPSHOT</version>
26
  <packaging>eclipse-plugin</packaging>
27
</project>
(-)a/pom.xml (-1 / +76 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.javaee</groupId>
25
  <artifactId>org.eclipse.webtools.javaee</artifactId>
26
  <version>3.5.0-SNAPSHOT</version>
27
  <packaging>pom</packaging>
28
29
  <modules>
30
    <module>docs/org.eclipse.jst.j2ee.doc.user</module>
31
    <module>docs/org.eclipse.jst.j2ee.infopop</module>
32
    <module>docs/org.eclipse.jst.servlet.ui.infopop</module>
33
    <module>docs/org.eclipse.wst.web.ui.infopop</module>
34
35
    <module>features/org.eclipse.jst.doc.user.feature</module>
36
    <module>features/org.eclipse.jst.enterprise_core.feature</module>
37
    <module>features/org.eclipse.jst.enterprise_core.feature.patch</module>
38
    <module>features/org.eclipse.jst.enterprise_sdk.feature</module>
39
    <module>features/org.eclipse.jst.enterprise_ui.feature</module>
40
    <module>features/org.eclipse.jst.enterprise_ui.feature.patch</module>
41
    <module>features/org.eclipse.jst.enterprise_userdoc.feature</module>
42
    <module>features/org.eclipse.jst.servlet.ui.patch</module>
43
    <module>features/org.eclipse.jst.web_core.feature</module>
44
    <module>features/org.eclipse.jst.web_sdk.feature</module>
45
    <module>features/org.eclipse.jst.web_ui.feature</module>
46
    <module>features/org.eclipse.jst.web_ui.feature.patch</module>
47
    <module>features/org.eclipse.jst.web_userdoc.feature</module>
48
49
    <module>plugins/org.eclipse.jem</module>
50
    <module>plugins/org.eclipse.jem.beaninfo</module>
51
    <module>plugins/org.eclipse.jem.beaninfo.vm</module>
52
    <module>plugins/org.eclipse.jem.beaninfo.vm.common</module>
53
    <module>plugins/org.eclipse.jem.proxy</module>
54
    <module>plugins/org.eclipse.jem.workbench</module>
55
    <module>plugins/org.eclipse.jst.common.annotations.controller</module>
56
    <module>plugins/org.eclipse.jst.common.annotations.core</module>
57
    <module>plugins/org.eclipse.jst.common.annotations.ui</module>
58
    <module>plugins/org.eclipse.jst.common.frameworks</module>
59
    <module>plugins/org.eclipse.jst.j2ee</module>
60
    <module>plugins/org.eclipse.jst.j2ee.core</module>
61
    <module>plugins/org.eclipse.jst.j2ee.jca</module>
62
    <module>plugins/org.eclipse.jst.j2ee.jca.ui</module>
63
    <module>plugins/org.eclipse.jst.j2ee.navigator.ui</module>
64
    <module>plugins/org.eclipse.jst.j2ee.ui</module>
65
    <module>plugins/org.eclipse.jst.j2ee.web</module>
66
    <module>plugins/org.eclipse.jst.j2ee.webservice</module>
67
    <module>plugins/org.eclipse.jst.j2ee.webservice.ui</module>
68
    <module>plugins/org.eclipse.jst.jee</module>
69
    <module>plugins/org.eclipse.jst.jee.ui</module>
70
    <module>plugins/org.eclipse.jst.jee.web</module>
71
    <module>plugins/org.eclipse.jst.servlet.ui</module>
72
    <module>plugins/org.eclipse.wst.web</module>
73
    <module>plugins/org.eclipse.wst.web.ui</module>
74
    <module>plugins/org.eclipse.wtp.jee.capabilities</module>
75
  </modules>
76
</project>

Return to bug 412211