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/bundles/org.eclipse.jst.ws.axis.consumption.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.webservices</groupId>
18
    <artifactId>org.eclipse.webtools.webservices</artifactId>
19
    <version>3.5.0-SNAPSHOT</version>
20
    <relativePath>../../</relativePath>
21
  </parent>
22
23
  <groupId>org.eclipse.webtools.webservices</groupId>
24
  <artifactId>org.eclipse.jst.ws.axis.consumption.core</artifactId>
25
  <version>1.0.407-SNAPSHOT</version>
26
  <packaging>eclipse-plugin</packaging>
27
</project>
(-)a/bundles/org.eclipse.jst.ws.axis.consumption.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.webservices</groupId>
18
    <artifactId>org.eclipse.webtools.webservices</artifactId>
19
    <version>3.5.0-SNAPSHOT</version>
20
    <relativePath>../../</relativePath>
21
  </parent>
22
23
  <groupId>org.eclipse.webtools.webservices</groupId>
24
  <artifactId>org.eclipse.jst.ws.axis.consumption.ui</artifactId>
25
  <version>1.0.700-SNAPSHOT</version>
26
  <packaging>eclipse-plugin</packaging>
27
</project>
(-)a/bundles/org.eclipse.jst.ws.axis.creation.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.webservices</groupId>
18
    <artifactId>org.eclipse.webtools.webservices</artifactId>
19
    <version>3.5.0-SNAPSHOT</version>
20
    <relativePath>../../</relativePath>
21
  </parent>
22
23
  <groupId>org.eclipse.webtools.webservices</groupId>
24
  <artifactId>org.eclipse.jst.ws.axis.creation.ui</artifactId>
25
  <version>1.0.750-SNAPSHOT</version>
26
  <packaging>eclipse-plugin</packaging>
27
</project>
(-)a/bundles/org.eclipse.jst.ws.consumption.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.webservices</groupId>
18
    <artifactId>org.eclipse.webtools.webservices</artifactId>
19
    <version>3.5.0-SNAPSHOT</version>
20
    <relativePath>../../</relativePath>
21
  </parent>
22
23
  <groupId>org.eclipse.webtools.webservices</groupId>
24
  <artifactId>org.eclipse.jst.ws.consumption.ui</artifactId>
25
  <version>1.1.700-SNAPSHOT</version>
26
  <packaging>eclipse-plugin</packaging>
27
</project>
(-)a/bundles/org.eclipse.jst.ws.consumption/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.webservices</groupId>
18
    <artifactId>org.eclipse.webtools.webservices</artifactId>
19
    <version>3.5.0-SNAPSHOT</version>
20
    <relativePath>../../</relativePath>
21
  </parent>
22
23
  <groupId>org.eclipse.webtools.webservices</groupId>
24
  <artifactId>org.eclipse.jst.ws.consumption</artifactId>
25
  <version>1.0.701-SNAPSHOT</version>
26
  <packaging>eclipse-plugin</packaging>
27
</project>
(-)a/bundles/org.eclipse.jst.ws.creation.ejb.ui/build.properties (+2 lines)
Lines 2-4 bin.includes = plugin.xml,\ Link Here
2
               plugin.properties,\
2
               plugin.properties,\
3
               META-INF/,\
3
               META-INF/,\
4
               about.html
4
               about.html
5
src.includes = plugin.xml,\
6
               about.html
(-)a/bundles/org.eclipse.jst.ws.creation.ejb.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.webservices</groupId>
18
    <artifactId>org.eclipse.webtools.webservices</artifactId>
19
    <version>3.5.0-SNAPSHOT</version>
20
    <relativePath>../../</relativePath>
21
  </parent>
22
23
  <groupId>org.eclipse.webtools.webservices</groupId>
24
  <artifactId>org.eclipse.jst.ws.creation.ejb.ui</artifactId>
25
  <version>1.0.201-SNAPSHOT</version>
26
  <packaging>eclipse-plugin</packaging>
27
</project>
(-)a/bundles/org.eclipse.jst.ws.creation.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.webservices</groupId>
18
    <artifactId>org.eclipse.webtools.webservices</artifactId>
19
    <version>3.5.0-SNAPSHOT</version>
20
    <relativePath>../../</relativePath>
21
  </parent>
22
23
  <groupId>org.eclipse.webtools.webservices</groupId>
24
  <artifactId>org.eclipse.jst.ws.creation.ui</artifactId>
25
  <version>1.0.800-SNAPSHOT</version>
26
  <packaging>eclipse-plugin</packaging>
27
</project>
(-)a/bundles/org.eclipse.jst.ws.jaxrs.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.webservices</groupId>
18
    <artifactId>org.eclipse.webtools.webservices</artifactId>
19
    <version>3.5.0-SNAPSHOT</version>
20
    <relativePath>../../</relativePath>
21
  </parent>
22
23
  <groupId>org.eclipse.webtools.webservices</groupId>
24
  <artifactId>org.eclipse.jst.ws.jaxrs.core</artifactId>
25
  <version>1.0.500-SNAPSHOT</version>
26
  <packaging>eclipse-plugin</packaging>
27
</project>
(-)a/bundles/org.eclipse.jst.ws.jaxrs.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.webservices</groupId>
18
    <artifactId>org.eclipse.webtools.webservices</artifactId>
19
    <version>3.5.0-SNAPSHOT</version>
20
    <relativePath>../../</relativePath>
21
  </parent>
22
23
  <groupId>org.eclipse.webtools.webservices</groupId>
24
  <artifactId>org.eclipse.jst.ws.jaxrs.ui</artifactId>
25
  <version>1.0.600-SNAPSHOT</version>
26
  <packaging>eclipse-plugin</packaging>
27
</project>
(-)a/bundles/org.eclipse.jst.ws.uddiregistry/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.webservices</groupId>
18
    <artifactId>org.eclipse.webtools.webservices</artifactId>
19
    <version>3.5.0-SNAPSHOT</version>
20
    <relativePath>../../</relativePath>
21
  </parent>
22
23
  <groupId>org.eclipse.webtools.webservices</groupId>
24
  <artifactId>org.eclipse.jst.ws.uddiregistry</artifactId>
25
  <version>1.0.500-SNAPSHOT</version>
26
  <packaging>eclipse-plugin</packaging>
27
</project>
(-)a/bundles/org.eclipse.jst.ws.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.webservices</groupId>
18
    <artifactId>org.eclipse.webtools.webservices</artifactId>
19
    <version>3.5.0-SNAPSHOT</version>
20
    <relativePath>../../</relativePath>
21
  </parent>
22
23
  <groupId>org.eclipse.webtools.webservices</groupId>
24
  <artifactId>org.eclipse.jst.ws.ui</artifactId>
25
  <version>1.0.403-SNAPSHOT</version>
26
  <packaging>eclipse-plugin</packaging>
27
</project>
(-)a/bundles/org.eclipse.jst.ws/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.webservices</groupId>
18
    <artifactId>org.eclipse.webtools.webservices</artifactId>
19
    <version>3.5.0-SNAPSHOT</version>
20
    <relativePath>../../</relativePath>
21
  </parent>
22
23
  <groupId>org.eclipse.webtools.webservices</groupId>
24
  <artifactId>org.eclipse.jst.ws</artifactId>
25
  <version>1.0.600-SNAPSHOT</version>
26
  <packaging>eclipse-plugin</packaging>
27
</project>
(-)a/bundles/org.eclipse.wst.command.env.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.webservices</groupId>
18
    <artifactId>org.eclipse.webtools.webservices</artifactId>
19
    <version>3.5.0-SNAPSHOT</version>
20
    <relativePath>../../</relativePath>
21
  </parent>
22
23
  <groupId>org.eclipse.webtools.webservices</groupId>
24
  <artifactId>org.eclipse.wst.command.env.core</artifactId>
25
  <version>1.0.205-SNAPSHOT</version>
26
  <packaging>eclipse-plugin</packaging>
27
</project>
(-)a/bundles/org.eclipse.wst.command.env.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.webservices</groupId>
18
    <artifactId>org.eclipse.webtools.webservices</artifactId>
19
    <version>3.5.0-SNAPSHOT</version>
20
    <relativePath>../../</relativePath>
21
  </parent>
22
23
  <groupId>org.eclipse.webtools.webservices</groupId>
24
  <artifactId>org.eclipse.wst.command.env.ui</artifactId>
25
  <version>1.1.103-SNAPSHOT</version>
26
  <packaging>eclipse-plugin</packaging>
27
</project>
(-)a/bundles/org.eclipse.wst.command.env/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.webservices</groupId>
18
    <artifactId>org.eclipse.webtools.webservices</artifactId>
19
    <version>3.5.0-SNAPSHOT</version>
20
    <relativePath>../../</relativePath>
21
  </parent>
22
23
  <groupId>org.eclipse.webtools.webservices</groupId>
24
  <artifactId>org.eclipse.wst.command.env</artifactId>
25
  <version>1.0.409-SNAPSHOT</version>
26
  <packaging>eclipse-plugin</packaging>
27
</project>
(-)a/bundles/org.eclipse.wst.ws.explorer/pom.xml (+47 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.webservices</groupId>
18
    <artifactId>org.eclipse.webtools.webservices</artifactId>
19
    <version>3.5.0-SNAPSHOT</version>
20
    <relativePath>../../</relativePath>
21
  </parent>
22
23
  <groupId>org.eclipse.webtools.webservices</groupId>
24
  <artifactId>org.eclipse.wst.ws.explorer</artifactId>
25
  <version>1.0.701-SNAPSHOT</version>
26
  <packaging>eclipse-plugin</packaging>
27
28
  <build>
29
    <plugins>
30
      <plugin>
31
        <groupId>org.eclipse.tycho</groupId>
32
        <artifactId>target-platform-configuration</artifactId>
33
        <configuration>
34
          <dependency-resolution>
35
            <extraRequirements>
36
              <requirement>
37
                <type>eclipse-plugin</type>
38
                <id>com.ibm.icu</id>
39
                <versionRange>0.0.0</versionRange>
40
              </requirement>
41
            </extraRequirements>
42
          </dependency-resolution>
43
        </configuration>
44
      </plugin>
45
    </plugins>
46
  </build>
47
</project>
(-)a/bundles/org.eclipse.wst.ws.parser/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.webservices</groupId>
18
    <artifactId>org.eclipse.webtools.webservices</artifactId>
19
    <version>3.5.0-SNAPSHOT</version>
20
    <relativePath>../../</relativePath>
21
  </parent>
22
23
  <groupId>org.eclipse.webtools.webservices</groupId>
24
  <artifactId>org.eclipse.wst.ws.parser</artifactId>
25
  <version>1.0.500-SNAPSHOT</version>
26
  <packaging>eclipse-plugin</packaging>
27
</project>
(-)a/bundles/org.eclipse.wst.ws.service.policy.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.webservices</groupId>
18
    <artifactId>org.eclipse.webtools.webservices</artifactId>
19
    <version>3.5.0-SNAPSHOT</version>
20
    <relativePath>../../</relativePath>
21
  </parent>
22
23
  <groupId>org.eclipse.webtools.webservices</groupId>
24
  <artifactId>org.eclipse.wst.ws.service.policy.ui</artifactId>
25
  <version>1.0.400-SNAPSHOT</version>
26
  <packaging>eclipse-plugin</packaging>
27
</project>
(-)a/bundles/org.eclipse.wst.ws.service.policy/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.webservices</groupId>
18
    <artifactId>org.eclipse.webtools.webservices</artifactId>
19
    <version>3.5.0-SNAPSHOT</version>
20
    <relativePath>../../</relativePath>
21
  </parent>
22
23
  <groupId>org.eclipse.webtools.webservices</groupId>
24
  <artifactId>org.eclipse.wst.ws.service.policy</artifactId>
25
  <version>1.0.303-SNAPSHOT</version>
26
  <packaging>eclipse-plugin</packaging>
27
</project>
(-)a/bundles/org.eclipse.wst.ws.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.webservices</groupId>
18
    <artifactId>org.eclipse.webtools.webservices</artifactId>
19
    <version>3.5.0-SNAPSHOT</version>
20
    <relativePath>../../</relativePath>
21
  </parent>
22
23
  <groupId>org.eclipse.webtools.webservices</groupId>
24
  <artifactId>org.eclipse.wst.ws.ui</artifactId>
25
  <version>1.1.200-SNAPSHOT</version>
26
  <packaging>eclipse-plugin</packaging>
27
</project>
(-)a/bundles/org.eclipse.wst.ws/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.webservices</groupId>
18
    <artifactId>org.eclipse.webtools.webservices</artifactId>
19
    <version>3.5.0-SNAPSHOT</version>
20
    <relativePath>../../</relativePath>
21
  </parent>
22
23
  <groupId>org.eclipse.webtools.webservices</groupId>
24
  <artifactId>org.eclipse.wst.ws</artifactId>
25
  <version>1.1.300-SNAPSHOT</version>
26
  <packaging>eclipse-plugin</packaging>
27
</project>
(-)a/bundles/org.eclipse.wst.wsdl.ui/build.properties (+1 lines)
Lines 22-24 source.. = src-asd/,\ Link Here
22
           src-search/
22
           src-search/
23
output.. = bin/
23
output.. = bin/
24
src.includes = schema/
24
src.includes = schema/
25
jars.extra.classpath=platform:/plugin/org.eclipse.core.runtime.compatibility.registry
(-)a/bundles/org.eclipse.wst.wsdl.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.webservices</groupId>
18
    <artifactId>org.eclipse.webtools.webservices</artifactId>
19
    <version>3.5.0-SNAPSHOT</version>
20
    <relativePath>../../</relativePath>
21
  </parent>
22
23
  <groupId>org.eclipse.webtools.webservices</groupId>
24
  <artifactId>org.eclipse.wst.wsdl.ui</artifactId>
25
  <version>1.2.501-SNAPSHOT</version>
26
  <packaging>eclipse-plugin</packaging>
27
</project>
(-)a/bundles/org.eclipse.wst.wsdl.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.webservices</groupId>
18
    <artifactId>org.eclipse.webtools.webservices</artifactId>
19
    <version>3.5.0-SNAPSHOT</version>
20
    <relativePath>../../</relativePath>
21
  </parent>
22
23
  <groupId>org.eclipse.webtools.webservices</groupId>
24
  <artifactId>org.eclipse.wst.wsdl.validation</artifactId>
25
  <version>1.1.600-SNAPSHOT</version>
26
  <packaging>eclipse-plugin</packaging>
27
</project>
(-)a/bundles/org.eclipse.wst.wsdl/pom.xml (+47 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.webservices</groupId>
18
    <artifactId>org.eclipse.webtools.webservices</artifactId>
19
    <version>3.5.0-SNAPSHOT</version>
20
    <relativePath>../../</relativePath>
21
  </parent>
22
23
  <groupId>org.eclipse.webtools.webservices</groupId>
24
  <artifactId>org.eclipse.wst.wsdl</artifactId>
25
  <version>1.2.300-SNAPSHOT</version>
26
  <packaging>eclipse-plugin</packaging>
27
28
  <build>
29
    <plugins>
30
      <plugin>
31
        <groupId>org.eclipse.tycho</groupId>
32
        <artifactId>target-platform-configuration</artifactId>
33
        <configuration>
34
          <dependency-resolution>
35
            <extraRequirements>
36
              <requirement>
37
                <type>eclipse-plugin</type>
38
                <id>com.ibm.icu</id>
39
                <versionRange>0.0.0</versionRange>
40
              </requirement>
41
            </extraRequirements>
42
          </dependency-resolution>
43
        </configuration>
44
      </plugin>
45
    </plugins>
46
  </build>
47
</project>
(-)a/bundles/org.eclipse.wst.wsi.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.webservices</groupId>
18
    <artifactId>org.eclipse.webtools.webservices</artifactId>
19
    <version>3.5.0-SNAPSHOT</version>
20
    <relativePath>../../</relativePath>
21
  </parent>
22
23
  <groupId>org.eclipse.webtools.webservices</groupId>
24
  <artifactId>org.eclipse.wst.wsi.ui</artifactId>
25
  <version>1.0.502-SNAPSHOT</version>
26
  <packaging>eclipse-plugin</packaging>
27
</project>
(-)a/bundles/org.eclipse.wst.wsi/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.webservices</groupId>
18
    <artifactId>org.eclipse.webtools.webservices</artifactId>
19
    <version>3.5.0-SNAPSHOT</version>
20
    <relativePath>../../</relativePath>
21
  </parent>
22
23
  <groupId>org.eclipse.webtools.webservices</groupId>
24
  <artifactId>org.eclipse.wst.wsi</artifactId>
25
  <version>1.0.500-SNAPSHOT</version>
26
  <packaging>eclipse-plugin</packaging>
27
</project>
(-)a/docs/org.eclipse.jst.ws.axis.infopop/build.properties (+5 lines)
Lines 4-7 bin.includes = axisconsumptionui-f1Contexts.xml,\ Link Here
4
               plugin.properties,\
4
               plugin.properties,\
5
               about.html,\
5
               about.html,\
6
               META-INF/
6
               META-INF/
7
src.includes = plugin.xml,\
8
               about.html,\
9
               axisconsumptionui-f1Contexts.xml,\
10
               axiscreationui-f1Contexts.xml,\
11
               plugin.properties
7
generateSourceBundle=false
12
generateSourceBundle=false
(-)a/docs/org.eclipse.jst.ws.axis.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.webservices</groupId>
18
    <artifactId>org.eclipse.webtools.webservices</artifactId>
19
    <version>3.5.0-SNAPSHOT</version>
20
    <relativePath>../../</relativePath>
21
  </parent>
22
23
  <groupId>org.eclipse.webtools.webservices</groupId>
24
  <artifactId>org.eclipse.jst.ws.axis.infopop</artifactId>
25
  <version>1.0.300-SNAPSHOT</version>
26
  <packaging>eclipse-plugin</packaging>
27
</project>
(-)a/docs/org.eclipse.jst.ws.axis.ui.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.webservices</groupId>
18
    <artifactId>org.eclipse.webtools.webservices</artifactId>
19
    <version>3.5.0-SNAPSHOT</version>
20
    <relativePath>../../</relativePath>
21
  </parent>
22
23
  <groupId>org.eclipse.webtools.webservices</groupId>
24
  <artifactId>org.eclipse.jst.ws.axis.ui.doc.user</artifactId>
25
  <version>1.1.100-SNAPSHOT</version>
26
  <packaging>eclipse-plugin</packaging>
27
</project>
(-)a/docs/org.eclipse.jst.ws.consumption.infopop/build.properties (+5 lines)
Lines 4-7 bin.includes = plugin.xml,\ Link Here
4
               about.html,\
4
               about.html,\
5
               META-INF/,\
5
               META-INF/,\
6
               plugin.properties
6
               plugin.properties
7
src.includes = plugin.xml,\
8
               about.html,\
9
               plugin.properties,\
10
               wsconsumptionui-f1Contexts.xml,\
11
               wscreationui-f1Contexts.xml
7
generateSourceBundle=false
12
generateSourceBundle=false
(-)a/docs/org.eclipse.jst.ws.consumption.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.webservices</groupId>
18
    <artifactId>org.eclipse.webtools.webservices</artifactId>
19
    <version>3.5.0-SNAPSHOT</version>
20
    <relativePath>../../</relativePath>
21
  </parent>
22
23
  <groupId>org.eclipse.webtools.webservices</groupId>
24
  <artifactId>org.eclipse.jst.ws.consumption.infopop</artifactId>
25
  <version>1.0.300-SNAPSHOT</version>
26
  <packaging>eclipse-plugin</packaging>
27
</project>
(-)a/docs/org.eclipse.jst.ws.consumption.ui.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.webservices</groupId>
18
    <artifactId>org.eclipse.webtools.webservices</artifactId>
19
    <version>3.5.0-SNAPSHOT</version>
20
    <relativePath>../../</relativePath>
21
  </parent>
22
23
  <groupId>org.eclipse.webtools.webservices</groupId>
24
  <artifactId>org.eclipse.jst.ws.consumption.ui.doc.user</artifactId>
25
  <version>1.0.600-SNAPSHOT</version>
26
  <packaging>eclipse-plugin</packaging>
27
</project>
(-)a/docs/org.eclipse.jst.ws.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.webservices</groupId>
18
    <artifactId>org.eclipse.webtools.webservices</artifactId>
19
    <version>3.5.0-SNAPSHOT</version>
20
    <relativePath>../../</relativePath>
21
  </parent>
22
23
  <groupId>org.eclipse.webtools.webservices</groupId>
24
  <artifactId>org.eclipse.jst.ws.doc.user</artifactId>
25
  <version>1.0.600-SNAPSHOT</version>
26
  <packaging>eclipse-plugin</packaging>
27
</project>
(-)a/docs/org.eclipse.jst.ws.infopop/build.properties (-1 / +5 lines)
Lines 3-6 bin.includes = plugin.xml,\ Link Here
3
               about.html,\
3
               about.html,\
4
               META-INF/,\
4
               META-INF/,\
5
               plugin.properties
5
               plugin.properties
6
generateSourceBundle=false
6
src.includes = plugin.xml,\
7
               about.html,\
8
               plugin.properties,\
9
               webserviceui-f1Contexts.xml
10
generateSourceBundle=false
(-)a/docs/org.eclipse.jst.ws.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.webservices</groupId>
18
    <artifactId>org.eclipse.webtools.webservices</artifactId>
19
    <version>3.5.0-SNAPSHOT</version>
20
    <relativePath>../../</relativePath>
21
  </parent>
22
23
  <groupId>org.eclipse.webtools.webservices</groupId>
24
  <artifactId>org.eclipse.jst.ws.infopop</artifactId>
25
  <version>1.0.300-SNAPSHOT</version>
26
  <packaging>eclipse-plugin</packaging>
27
</project>
(-)a/docs/org.eclipse.wst.command.env.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.webservices</groupId>
18
    <artifactId>org.eclipse.webtools.webservices</artifactId>
19
    <version>3.5.0-SNAPSHOT</version>
20
    <relativePath>../../</relativePath>
21
  </parent>
22
23
  <groupId>org.eclipse.webtools.webservices</groupId>
24
  <artifactId>org.eclipse.wst.command.env.doc.user</artifactId>
25
  <version>1.5.300-SNAPSHOT</version>
26
  <packaging>eclipse-plugin</packaging>
27
</project>
(-)a/docs/org.eclipse.wst.command.env.infopop/build.properties (-1 / +5 lines)
Lines 3-6 bin.includes = about.html,\ Link Here
3
               wst-command-f1.xml,\
3
               wst-command-f1.xml,\
4
               META-INF/,\
4
               META-INF/,\
5
               plugin.properties
5
               plugin.properties
6
generateSourceBundle=false
6
src.includes = plugin.xml,\
7
               plugin.properties,\
8
               about.html,\
9
               wst-command-f1.xml
10
generateSourceBundle=false
(-)a/docs/org.eclipse.wst.command.env.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.webservices</groupId>
18
    <artifactId>org.eclipse.webtools.webservices</artifactId>
19
    <version>3.5.0-SNAPSHOT</version>
20
    <relativePath>../../</relativePath>
21
  </parent>
22
23
  <groupId>org.eclipse.webtools.webservices</groupId>
24
  <artifactId>org.eclipse.wst.command.env.infopop</artifactId>
25
  <version>1.0.100-SNAPSHOT</version>
26
  <packaging>eclipse-plugin</packaging>
27
</project>
(-)a/docs/org.eclipse.wst.ws.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.webservices</groupId>
18
    <artifactId>org.eclipse.webtools.webservices</artifactId>
19
    <version>3.5.0-SNAPSHOT</version>
20
    <relativePath>../../</relativePath>
21
  </parent>
22
23
  <groupId>org.eclipse.webtools.webservices</groupId>
24
  <artifactId>org.eclipse.wst.ws.api.doc</artifactId>
25
  <version>1.0.2-SNAPSHOT</version>
26
  <packaging>eclipse-plugin</packaging>
27
</project>
(-)a/docs/org.eclipse.wst.ws.infopop/build.properties (+4 lines)
Lines 3-6 bin.includes = about.html,\ Link Here
3
               webserviceui-f1Contexts.xml,\
3
               webserviceui-f1Contexts.xml,\
4
               META-INF/,\
4
               META-INF/,\
5
               plugin.properties
5
               plugin.properties
6
src.includes = plugin.xml,\
7
               plugin.properties,\
8
               about.html,\
9
               webserviceui-f1Contexts.xml
6
generateSourceBundle=false
10
generateSourceBundle=false
(-)a/docs/org.eclipse.wst.ws.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.webservices</groupId>
18
    <artifactId>org.eclipse.webtools.webservices</artifactId>
19
    <version>3.5.0-SNAPSHOT</version>
20
    <relativePath>../../</relativePath>
21
  </parent>
22
23
  <groupId>org.eclipse.webtools.webservices</groupId>
24
  <artifactId>org.eclipse.wst.ws.infopop</artifactId>
25
  <version>1.0.300-SNAPSHOT</version>
26
  <packaging>eclipse-plugin</packaging>
27
</project>
(-)a/docs/org.eclipse.wst.wsdl.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 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.webservices</groupId>
18
    <artifactId>org.eclipse.webtools.webservices</artifactId>
19
    <version>3.5.0-SNAPSHOT</version>
20
    <relativePath>../../</relativePath>
21
  </parent>
22
23
  <groupId>org.eclipse.webtools.webservices</groupId>
24
  <artifactId>org.eclipse.wst.wsdl.doc.isv</artifactId>
25
  <version>1.0.200-SNAPSHOT</version>
26
  <packaging>eclipse-plugin</packaging>
27
</project>
(-)a/docs/org.eclipse.wst.wsdl.ui.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.webservices</groupId>
18
    <artifactId>org.eclipse.webtools.webservices</artifactId>
19
    <version>3.5.0-SNAPSHOT</version>
20
    <relativePath>../../</relativePath>
21
  </parent>
22
23
  <groupId>org.eclipse.webtools.webservices</groupId>
24
  <artifactId>org.eclipse.wst.wsdl.ui.doc.user</artifactId>
25
  <version>1.0.800-SNAPSHOT</version>
26
  <packaging>eclipse-plugin</packaging>
27
</project>
(-)a/docs/org.eclipse.wst.wsi.ui.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.webservices</groupId>
18
    <artifactId>org.eclipse.webtools.webservices</artifactId>
19
    <version>3.5.0-SNAPSHOT</version>
20
    <relativePath>../../</relativePath>
21
  </parent>
22
23
  <groupId>org.eclipse.webtools.webservices</groupId>
24
  <artifactId>org.eclipse.wst.wsi.ui.doc.user</artifactId>
25
  <version>1.0.700-SNAPSHOT</version>
26
  <packaging>eclipse-plugin</packaging>
27
</project>
(-)a/features/org.eclipse.wst.ws_core.feature/pom.xml (+75 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.webservices</groupId>
18
    <artifactId>org.eclipse.webtools.webservices</artifactId>
19
    <version>3.5.0-SNAPSHOT</version>
20
    <relativePath>../../</relativePath>
21
  </parent>
22
23
  <groupId>org.eclipse.webtools.webservices</groupId>
24
  <artifactId>org.eclipse.wst.ws_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
            <configuration>
42
              <excludes>
43
                <plugin id="org.apache.commons.codec" />
44
                <plugin id="org.apache.commons.logging" />
45
                <plugin id="org.apache.log4j" />
46
                <plugin id="org.apache.wsil4j" />
47
                <plugin id="org.uddi4j" />
48
                <plugin id="org.apache.commons.discovery" />
49
                <plugin id="javax.xml.rpc" />
50
                <plugin id="javax.xml.soap" />
51
                <plugin id="org.apache.axis" />
52
                <plugin id="javax.mail" />
53
                <plugin id="javax.activation" />
54
              </excludes>
55
            </configuration>
56
          </execution>
57
        </executions>
58
      </plugin>
59
      <plugin>
60
        <groupId>org.eclipse.tycho</groupId>
61
        <artifactId>tycho-p2-plugin</artifactId>
62
        <version>${tycho.version}</version>
63
        <executions>
64
          <execution>
65
            <id>attach-p2-metadata</id>
66
            <phase>package</phase>
67
            <goals>
68
              <goal>p2-metadata</goal>
69
            </goals>
70
          </execution>
71
        </executions>
72
      </plugin>
73
    </plugins>
74
  </build>
75
</project>
(-)a/features/org.eclipse.wst.ws_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.webservices</groupId>
18
    <artifactId>org.eclipse.webtools.webservices</artifactId>
19
    <version>3.5.0-SNAPSHOT</version>
20
    <relativePath>../../</relativePath>
21
  </parent>
22
23
  <groupId>org.eclipse.webtools.webservices</groupId>
24
  <artifactId>org.eclipse.wst.ws_sdk.feature</artifactId>
25
  <version>3.5.0-SNAPSHOT</version>
26
  <packaging>eclipse-feature</packaging>
27
</project>
(-)a/features/org.eclipse.wst.ws_tests.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.webservices</groupId>
18
    <artifactId>org.eclipse.webtools.webservices</artifactId>
19
    <version>3.5.0-SNAPSHOT</version>
20
    <relativePath>../../</relativePath>
21
  </parent>
22
23
  <groupId>org.eclipse.webtools.webservices</groupId>
24
  <artifactId>org.eclipse.wst.ws_tests.feature</artifactId>
25
  <version>3.0.700-SNAPSHOT</version>
26
  <packaging>eclipse-feature</packaging>
27
</project>
(-)a/features/org.eclipse.wst.ws_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.webservices</groupId>
18
    <artifactId>org.eclipse.webtools.webservices</artifactId>
19
    <version>3.5.0-SNAPSHOT</version>
20
    <relativePath>../../</relativePath>
21
  </parent>
22
23
  <groupId>org.eclipse.webtools.webservices</groupId>
24
  <artifactId>org.eclipse.wst.ws_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.wst.ws_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.webservices</groupId>
18
    <artifactId>org.eclipse.webtools.webservices</artifactId>
19
    <version>3.5.0-SNAPSHOT</version>
20
    <relativePath>../../</relativePath>
21
  </parent>
22
23
  <groupId>org.eclipse.webtools.webservices</groupId>
24
  <artifactId>org.eclipse.wst.ws_userdoc.feature</artifactId>
25
  <version>3.1.300-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.ws_wsdl15.feature/pom.xml (+65 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.webservices</groupId>
18
    <artifactId>org.eclipse.webtools.webservices</artifactId>
19
    <version>3.5.0-SNAPSHOT</version>
20
    <relativePath>../../</relativePath>
21
  </parent>
22
23
  <groupId>org.eclipse.webtools.webservices</groupId>
24
  <artifactId>org.eclipse.wst.ws_wsdl15.feature</artifactId>
25
  <version>1.5.301-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
            <configuration>
42
              <excludes>
43
                  <plugin id="javax.wsdl"/>
44
              </excludes>
45
            </configuration>
46
          </execution>
47
        </executions>
48
      </plugin>
49
      <plugin>
50
        <groupId>org.eclipse.tycho</groupId>
51
        <artifactId>tycho-p2-plugin</artifactId>
52
        <version>${tycho.version}</version>
53
        <executions>
54
          <execution>
55
            <id>attach-p2-metadata</id>
56
            <phase>package</phase>
57
            <goals>
58
              <goal>p2-metadata</goal>
59
            </goals>
60
          </execution>
61
        </executions>
62
      </plugin>
63
    </plugins>
64
  </build>
65
</project>
(-)a/pom.xml (+88 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
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.webservices</groupId>
25
  <artifactId>org.eclipse.webtools.webservices</artifactId>
26
  <version>3.5.0-SNAPSHOT</version>
27
  <packaging>pom</packaging>
28
29
  <modules>
30
    <module>bundles/org.eclipse.jst.ws</module>
31
    <module>bundles/org.eclipse.jst.ws.axis.consumption.core</module>
32
    <module>bundles/org.eclipse.jst.ws.axis.consumption.ui</module>
33
    <module>bundles/org.eclipse.jst.ws.axis.creation.ui</module>
34
    <module>bundles/org.eclipse.jst.ws.consumption</module>
35
    <module>bundles/org.eclipse.jst.ws.consumption.ui</module>
36
    <module>bundles/org.eclipse.jst.ws.creation.ejb.ui</module>
37
    <module>bundles/org.eclipse.jst.ws.creation.ui</module>
38
    <module>bundles/org.eclipse.jst.ws.jaxrs.core</module>
39
    <module>bundles/org.eclipse.jst.ws.jaxrs.ui</module>
40
    <module>bundles/org.eclipse.jst.ws.uddiregistry</module>
41
    <module>bundles/org.eclipse.jst.ws.ui</module>
42
    <module>bundles/org.eclipse.wst.command.env</module>
43
    <module>bundles/org.eclipse.wst.command.env.core</module>
44
    <module>bundles/org.eclipse.wst.command.env.ui</module>
45
    <module>bundles/org.eclipse.wst.ws</module>
46
    <module>bundles/org.eclipse.wst.wsdl</module>
47
    <module>bundles/org.eclipse.wst.wsdl.ui</module>
48
    <module>bundles/org.eclipse.wst.wsdl.validation</module>
49
    <module>bundles/org.eclipse.wst.ws.explorer</module>
50
    <module>bundles/org.eclipse.wst.wsi</module>
51
    <module>bundles/org.eclipse.wst.wsi.ui</module>
52
    <module>bundles/org.eclipse.wst.ws.parser</module>
53
    <module>bundles/org.eclipse.wst.ws.service.policy</module>
54
    <module>bundles/org.eclipse.wst.ws.service.policy.ui</module>
55
    <module>bundles/org.eclipse.wst.ws.ui</module>
56
57
    <module>docs/org.eclipse.jst.ws.axis.infopop</module>
58
    <module>docs/org.eclipse.jst.ws.axis.ui.doc.user</module>
59
    <module>docs/org.eclipse.jst.ws.consumption.infopop</module>
60
    <module>docs/org.eclipse.jst.ws.consumption.ui.doc.user</module>
61
    <module>docs/org.eclipse.jst.ws.doc.user</module>
62
    <module>docs/org.eclipse.jst.ws.infopop</module>
63
    <module>docs/org.eclipse.wst.command.env.doc.user</module>
64
    <module>docs/org.eclipse.wst.command.env.infopop</module>
65
    <module>docs/org.eclipse.wst.ws.api.doc</module>
66
    <module>docs/org.eclipse.wst.wsdl.doc.isv</module>
67
    <module>docs/org.eclipse.wst.wsdl.ui.doc.user</module>
68
    <module>docs/org.eclipse.wst.ws.infopop</module>
69
    <module>docs/org.eclipse.wst.wsi.ui.doc.user</module>
70
71
    <module>features/org.eclipse.wst.ws_core.feature</module>
72
    <module>features/org.eclipse.wst.ws_sdk.feature</module>
73
    <module>features/org.eclipse.wst.ws_tests.feature</module>
74
    <module>features/org.eclipse.wst.ws_ui.feature</module>
75
    <module>features/org.eclipse.wst.ws_userdoc.feature</module>
76
    <module>features/org.eclipse.wst.ws_wsdl15.feature</module>
77
78
    <module>tests/org.eclipse.jst.ws.axis.consumption.core.tests</module>
79
    <module>tests/org.eclipse.jst.ws.tests</module>
80
    <module>tests/org.eclipse.jst.ws.tests.performance</module>
81
    <module>tests/org.eclipse.wst.wsdl.tests</module>
82
    <module>tests/org.eclipse.wst.wsdl.tests.ui</module>
83
    <module>tests/org.eclipse.wst.wsdl.ui.tests</module>
84
    <module>tests/org.eclipse.wst.wsdl.validation.tests</module>
85
    <module>tests/org.eclipse.wst.wsi.tests</module>
86
    <module>tests/org.eclipse.wst.ws.tests</module>
87
  </modules>
88
</project>
(-)a/tests/org.eclipse.jst.ws.axis.consumption.core.tests/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.webservices</groupId>
18
    <artifactId>org.eclipse.webtools.webservices</artifactId>
19
    <version>3.5.0-SNAPSHOT</version>
20
    <relativePath>../../</relativePath>
21
  </parent>
22
23
  <groupId>org.eclipse.webtools.webservices</groupId>
24
  <artifactId>org.eclipse.jst.ws.axis.consumption.core.tests</artifactId>
25
  <version>1.0.103-SNAPSHOT</version>
26
  <packaging>eclipse-plugin</packaging>
27
</project>
(-)a/tests/org.eclipse.jst.ws.tests.performance/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.webservices</groupId>
18
    <artifactId>org.eclipse.webtools.webservices</artifactId>
19
    <version>3.5.0-SNAPSHOT</version>
20
    <relativePath>../../</relativePath>
21
  </parent>
22
23
  <groupId>org.eclipse.webtools.webservices</groupId>
24
  <artifactId>org.eclipse.jst.ws.tests.performance</artifactId>
25
  <version>1.0.303-SNAPSHOT</version>
26
  <packaging>eclipse-plugin</packaging>
27
</project>
(-)a/tests/org.eclipse.jst.ws.tests/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.webservices</groupId>
18
    <artifactId>org.eclipse.webtools.webservices</artifactId>
19
    <version>3.5.0-SNAPSHOT</version>
20
    <relativePath>../../</relativePath>
21
  </parent>
22
23
  <groupId>org.eclipse.webtools.webservices</groupId>
24
  <artifactId>org.eclipse.jst.ws.tests</artifactId>
25
  <version>1.0.303-SNAPSHOT</version>
26
  <packaging>eclipse-plugin</packaging>
27
</project>
(-)a/tests/org.eclipse.wst.ws.service.policy.test/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.webservices</groupId>
18
    <artifactId>org.eclipse.webtools.webservices</artifactId>
19
    <version>3.5.0-SNAPSHOT</version>
20
    <relativePath>../../</relativePath>
21
  </parent>
22
23
  <groupId>org.eclipse.webtools.webservices</groupId>
24
  <artifactId>org.eclipse.wst.ws.service.policy.test</artifactId>
25
  <version>1.0.1-SNAPSHOT</version>
26
  <packaging>eclipse-plugin</packaging>
27
</project>
(-)a/tests/org.eclipse.wst.ws.tests/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.webservices</groupId>
18
    <artifactId>org.eclipse.webtools.webservices</artifactId>
19
    <version>3.5.0-SNAPSHOT</version>
20
    <relativePath>../../</relativePath>
21
  </parent>
22
23
  <groupId>org.eclipse.webtools.webservices</groupId>
24
  <artifactId>org.eclipse.wst.ws.tests</artifactId>
25
  <version>1.0.400-SNAPSHOT</version>
26
  <packaging>eclipse-plugin</packaging>
27
</project>
(-)a/tests/org.eclipse.wst.wsdl.tests.performance/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.webservices</groupId>
18
    <artifactId>org.eclipse.webtools.webservices</artifactId>
19
    <version>3.5.0-SNAPSHOT</version>
20
    <relativePath>../../</relativePath>
21
  </parent>
22
23
  <groupId>org.eclipse.webtools.webservices</groupId>
24
  <artifactId>org.eclipse.wst.wsdl.tests.performance</artifactId>
25
  <version>1.0.101-SNAPSHOT</version>
26
  <packaging>eclipse-plugin</packaging>
27
</project>
(-)a/tests/org.eclipse.wst.wsdl.tests.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.webservices</groupId>
18
    <artifactId>org.eclipse.webtools.webservices</artifactId>
19
    <version>3.5.0-SNAPSHOT</version>
20
    <relativePath>../../</relativePath>
21
  </parent>
22
23
  <groupId>org.eclipse.webtools.webservices</groupId>
24
  <artifactId>org.eclipse.wst.wsdl.tests.ui</artifactId>
25
  <version>1.0.201-SNAPSHOT</version>
26
  <packaging>eclipse-plugin</packaging>
27
</project>
(-)a/tests/org.eclipse.wst.wsdl.tests/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.webservices</groupId>
18
    <artifactId>org.eclipse.webtools.webservices</artifactId>
19
    <version>3.5.0-SNAPSHOT</version>
20
    <relativePath>../../</relativePath>
21
  </parent>
22
23
  <groupId>org.eclipse.webtools.webservices</groupId>
24
  <artifactId>org.eclipse.wst.wsdl.tests</artifactId>
25
  <version>1.0.500-SNAPSHOT</version>
26
  <packaging>eclipse-plugin</packaging>
27
</project>
(-)a/tests/org.eclipse.wst.wsdl.ui.tests/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.webservices</groupId>
18
    <artifactId>org.eclipse.webtools.webservices</artifactId>
19
    <version>3.5.0-SNAPSHOT</version>
20
    <relativePath>../../</relativePath>
21
  </parent>
22
23
  <groupId>org.eclipse.webtools.webservices</groupId>
24
  <artifactId>org.eclipse.wst.wsdl.ui.tests</artifactId>
25
  <version>1.0.101-SNAPSHOT</version>
26
  <packaging>eclipse-plugin</packaging>
27
</project>
(-)a/tests/org.eclipse.wst.wsdl.validation.tests/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.webservices</groupId>
18
    <artifactId>org.eclipse.webtools.webservices</artifactId>
19
    <version>3.5.0-SNAPSHOT</version>
20
    <relativePath>../../</relativePath>
21
  </parent>
22
23
  <groupId>org.eclipse.webtools.webservices</groupId>
24
  <artifactId>org.eclipse.wst.wsdl.validation.tests</artifactId>
25
  <version>1.0.303-SNAPSHOT</version>
26
  <packaging>eclipse-plugin</packaging>
27
</project>
(-)a/tests/org.eclipse.wst.wsi.tests/pom.xml (-1 / +27 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
  <parent>
17
    <groupId>org.eclipse.webtools.webservices</groupId>
18
    <artifactId>org.eclipse.webtools.webservices</artifactId>
19
    <version>3.5.0-SNAPSHOT</version>
20
    <relativePath>../../</relativePath>
21
  </parent>
22
23
  <groupId>org.eclipse.webtools.webservices</groupId>
24
  <artifactId>org.eclipse.wst.wsi.tests</artifactId>
25
  <version>1.0.100-SNAPSHOT</version>
26
  <packaging>eclipse-plugin</packaging>
27
</project>

Return to bug 412211