[414712] [CBI] webtools.servertools patches for building with
Maven/Tycho
diff --git a/features/org.eclipse.jst.server_adapters.ext.feature/pom.xml b/features/org.eclipse.jst.server_adapters.ext.feature/pom.xml
new file mode 100644
index 0000000..04c8651
--- /dev/null
+++ b/features/org.eclipse.jst.server_adapters.ext.feature/pom.xml
@@ -0,0 +1,45 @@
+<?xml version="1.0" encoding="UTF-8"?>

+<!--

+  Copyright (c) 2012, 2013 Eclipse Foundation and others.

+  All rights reserved. This program and the accompanying materials

+  are made available under the terms of the Eclipse Distribution License v1.0

+  which accompanies this distribution, and is available at

+  http://www.eclipse.org/org/documents/edl-v10.php

+ 

+  Contributors:

+    Thanh Ha (Eclipse Foundation) - initial implementation

+-->

+

+<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"

+    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">

+  <modelVersion>4.0.0</modelVersion>

+  <parent>

+    <groupId>org.eclipse.webtools.servertools</groupId>

+    <artifactId>org.eclipse.webtools.servertools</artifactId>

+    <version>3.5.0-SNAPSHOT</version>

+    <relativePath>../../</relativePath>

+  </parent>

+

+  <groupId>org.eclipse.webtools.servertools</groupId>

+  <artifactId>org.eclipse.jst.server_adapters.ext.feature</artifactId>

+  <version>3.3.104-SNAPSHOT</version>

+  <packaging>eclipse-feature</packaging>

+

+  <build>

+    <plugins>

+      <plugin>

+        <groupId>org.eclipse.tycho.extras</groupId>

+        <artifactId>tycho-source-feature-plugin</artifactId>

+        <executions>

+          <execution>

+            <phase>package</phase>

+            <id>source-feature</id>

+            <goals>

+              <goal>source-feature</goal>

+            </goals>

+          </execution>

+        </executions>

+      </plugin>

+    </plugins>

+  </build>

+</project>

diff --git a/features/org.eclipse.jst.server_adapters.ext.sdk.feature/pom.xml b/features/org.eclipse.jst.server_adapters.ext.sdk.feature/pom.xml
new file mode 100644
index 0000000..c831b62
--- /dev/null
+++ b/features/org.eclipse.jst.server_adapters.ext.sdk.feature/pom.xml
@@ -0,0 +1,27 @@
+<?xml version="1.0" encoding="UTF-8"?>

+<!--

+  Copyright (c) 2012, 2013 Eclipse Foundation and others.

+  All rights reserved. This program and the accompanying materials

+  are made available under the terms of the Eclipse Distribution License v1.0

+  which accompanies this distribution, and is available at

+  http://www.eclipse.org/org/documents/edl-v10.php

+ 

+  Contributors:

+    Thanh Ha (Eclipse Foundation) - initial implementation

+-->

+

+<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"

+    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">

+  <modelVersion>4.0.0</modelVersion>

+  <parent>

+    <groupId>org.eclipse.webtools.servertools</groupId>

+    <artifactId>org.eclipse.webtools.servertools</artifactId>

+    <version>3.5.0-SNAPSHOT</version>

+    <relativePath>../../</relativePath>

+  </parent>

+

+  <groupId>org.eclipse.webtools.servertools</groupId>

+  <artifactId>org.eclipse.jst.server_adapters.ext.sdk.feature</artifactId>

+  <version>3.3.203-SNAPSHOT</version>

+  <packaging>eclipse-feature</packaging>

+</project>

diff --git a/features/org.eclipse.jst.server_adapters.ext_tests.feature/pom.xml b/features/org.eclipse.jst.server_adapters.ext_tests.feature/pom.xml
new file mode 100644
index 0000000..2107a52
--- /dev/null
+++ b/features/org.eclipse.jst.server_adapters.ext_tests.feature/pom.xml
@@ -0,0 +1,27 @@
+<?xml version="1.0" encoding="UTF-8"?>

+<!--

+  Copyright (c) 2012, 2013 Eclipse Foundation and others.

+  All rights reserved. This program and the accompanying materials

+  are made available under the terms of the Eclipse Distribution License v1.0

+  which accompanies this distribution, and is available at

+  http://www.eclipse.org/org/documents/edl-v10.php

+ 

+  Contributors:

+    Thanh Ha (Eclipse Foundation) - initial implementation

+-->

+

+<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"

+    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">

+  <modelVersion>4.0.0</modelVersion>

+  <parent>

+    <groupId>org.eclipse.webtools.servertools</groupId>

+    <artifactId>org.eclipse.webtools.servertools</artifactId>

+    <version>3.5.0-SNAPSHOT</version>

+    <relativePath>../../</relativePath>

+  </parent>

+

+  <groupId>org.eclipse.webtools.servertools</groupId>

+  <artifactId>org.eclipse.jst.server_adapters.ext_tests.feature</artifactId>

+  <version>3.3.100-SNAPSHOT</version>

+  <packaging>eclipse-feature</packaging>

+</project>

diff --git a/features/org.eclipse.jst.server_adapters.feature/pom.xml b/features/org.eclipse.jst.server_adapters.feature/pom.xml
new file mode 100644
index 0000000..7162563
--- /dev/null
+++ b/features/org.eclipse.jst.server_adapters.feature/pom.xml
@@ -0,0 +1,45 @@
+<?xml version="1.0" encoding="UTF-8"?>

+<!--

+  Copyright (c) 2012, 2013 Eclipse Foundation and others.

+  All rights reserved. This program and the accompanying materials

+  are made available under the terms of the Eclipse Distribution License v1.0

+  which accompanies this distribution, and is available at

+  http://www.eclipse.org/org/documents/edl-v10.php

+ 

+  Contributors:

+    Thanh Ha (Eclipse Foundation) - initial implementation

+-->

+

+<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"

+    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">

+  <modelVersion>4.0.0</modelVersion>

+  <parent>

+    <groupId>org.eclipse.webtools.servertools</groupId>

+    <artifactId>org.eclipse.webtools.servertools</artifactId>

+    <version>3.5.0-SNAPSHOT</version>

+    <relativePath>../../</relativePath>

+  </parent>

+

+  <groupId>org.eclipse.webtools.servertools</groupId>

+  <artifactId>org.eclipse.jst.server_adapters.feature</artifactId>

+  <version>3.2.201-SNAPSHOT</version>

+  <packaging>eclipse-feature</packaging>

+

+  <build>

+    <plugins>

+      <plugin>

+        <groupId>org.eclipse.tycho.extras</groupId>

+        <artifactId>tycho-source-feature-plugin</artifactId>

+        <executions>

+          <execution>

+            <phase>package</phase>

+            <id>source-feature</id>

+            <goals>

+              <goal>source-feature</goal>

+            </goals>

+          </execution>

+        </executions>

+      </plugin>

+    </plugins>

+  </build>

+</project>

diff --git a/features/org.eclipse.jst.server_adapters.sdk.feature/pom.xml b/features/org.eclipse.jst.server_adapters.sdk.feature/pom.xml
new file mode 100644
index 0000000..f701d14
--- /dev/null
+++ b/features/org.eclipse.jst.server_adapters.sdk.feature/pom.xml
@@ -0,0 +1,27 @@
+<?xml version="1.0" encoding="UTF-8"?>

+<!--

+  Copyright (c) 2012, 2013 Eclipse Foundation and others.

+  All rights reserved. This program and the accompanying materials

+  are made available under the terms of the Eclipse Distribution License v1.0

+  which accompanies this distribution, and is available at

+  http://www.eclipse.org/org/documents/edl-v10.php

+ 

+  Contributors:

+    Thanh Ha (Eclipse Foundation) - initial implementation

+-->

+

+<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"

+    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">

+  <modelVersion>4.0.0</modelVersion>

+  <parent>

+    <groupId>org.eclipse.webtools.servertools</groupId>

+    <artifactId>org.eclipse.webtools.servertools</artifactId>

+    <version>3.5.0-SNAPSHOT</version>

+    <relativePath>../../</relativePath>

+  </parent>

+

+  <groupId>org.eclipse.webtools.servertools</groupId>

+  <artifactId>org.eclipse.jst.server_adapters.sdk.feature</artifactId>

+  <version>3.3.101-SNAPSHOT</version>

+  <packaging>eclipse-feature</packaging>

+</project>

diff --git a/features/org.eclipse.jst.server_core.feature.patch/pom.xml b/features/org.eclipse.jst.server_core.feature.patch/pom.xml
new file mode 100644
index 0000000..81f0f69
--- /dev/null
+++ b/features/org.eclipse.jst.server_core.feature.patch/pom.xml
@@ -0,0 +1,27 @@
+<?xml version="1.0" encoding="UTF-8"?>

+<!--

+  Copyright (c) 2012, 2013 Eclipse Foundation and others.

+  All rights reserved. This program and the accompanying materials

+  are made available under the terms of the Eclipse Distribution License v1.0

+  which accompanies this distribution, and is available at

+  http://www.eclipse.org/org/documents/edl-v10.php

+ 

+  Contributors:

+    Thanh Ha (Eclipse Foundation) - initial implementation

+-->

+

+<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"

+    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">

+  <modelVersion>4.0.0</modelVersion>

+  <parent>

+    <groupId>org.eclipse.webtools.servertools</groupId>

+    <artifactId>org.eclipse.webtools.servertools</artifactId>

+    <version>3.5.0-SNAPSHOT</version>

+    <relativePath>../../</relativePath>

+  </parent>

+

+  <groupId>org.eclipse.webtools.servertools</groupId>

+  <artifactId>org.eclipse.jst.server_core.feature.patch</artifactId>

+  <version>1.5.5-SNAPSHOT</version>

+  <packaging>eclipse-feature</packaging>

+</project>

diff --git a/features/org.eclipse.jst.server_core.feature/pom.xml b/features/org.eclipse.jst.server_core.feature/pom.xml
new file mode 100644
index 0000000..7a2bb03
--- /dev/null
+++ b/features/org.eclipse.jst.server_core.feature/pom.xml
@@ -0,0 +1,60 @@
+<?xml version="1.0" encoding="UTF-8"?>

+<!--

+  Copyright (c) 2012, 2013 Eclipse Foundation and others.

+  All rights reserved. This program and the accompanying materials

+  are made available under the terms of the Eclipse Distribution License v1.0

+  which accompanies this distribution, and is available at

+  http://www.eclipse.org/org/documents/edl-v10.php

+ 

+  Contributors:

+    Thanh Ha (Eclipse Foundation) - initial implementation

+-->

+

+<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"

+    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">

+  <modelVersion>4.0.0</modelVersion>

+  <parent>

+    <groupId>org.eclipse.webtools.servertools</groupId>

+    <artifactId>org.eclipse.webtools.servertools</artifactId>

+    <version>3.5.0-SNAPSHOT</version>

+    <relativePath>../../</relativePath>

+  </parent>

+

+  <groupId>org.eclipse.webtools.servertools</groupId>

+  <artifactId>org.eclipse.jst.server_core.feature</artifactId>

+  <version>3.4.1-SNAPSHOT</version>

+  <packaging>eclipse-feature</packaging>

+

+  <build>

+    <plugins>

+      <plugin>

+        <groupId>org.eclipse.tycho.extras</groupId>

+        <artifactId>tycho-source-feature-plugin</artifactId>

+        <version>${tycho-extras.version}</version>

+        <executions>

+          <execution>

+            <id>source-feature</id>

+            <phase>package</phase>

+            <goals>

+              <goal>source-feature</goal>

+            </goals>

+          </execution>

+        </executions>

+      </plugin>

+      <plugin>

+        <groupId>org.eclipse.tycho</groupId>

+        <artifactId>tycho-p2-plugin</artifactId>

+        <version>${tycho.version}</version>

+        <executions>

+          <execution>

+            <id>attach-p2-metadata</id>

+            <phase>package</phase>

+            <goals>

+              <goal>p2-metadata</goal>

+            </goals>

+          </execution>

+        </executions>

+      </plugin>

+    </plugins>

+  </build>

+</project>

diff --git a/features/org.eclipse.jst.server_sdk.feature/pom.xml b/features/org.eclipse.jst.server_sdk.feature/pom.xml
new file mode 100644
index 0000000..314b59d
--- /dev/null
+++ b/features/org.eclipse.jst.server_sdk.feature/pom.xml
@@ -0,0 +1,27 @@
+<?xml version="1.0" encoding="UTF-8"?>

+<!--

+  Copyright (c) 2012, 2013 Eclipse Foundation and others.

+  All rights reserved. This program and the accompanying materials

+  are made available under the terms of the Eclipse Distribution License v1.0

+  which accompanies this distribution, and is available at

+  http://www.eclipse.org/org/documents/edl-v10.php

+ 

+  Contributors:

+    Thanh Ha (Eclipse Foundation) - initial implementation

+-->

+

+<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"

+    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">

+  <modelVersion>4.0.0</modelVersion>

+  <parent>

+    <groupId>org.eclipse.webtools.servertools</groupId>

+    <artifactId>org.eclipse.webtools.servertools</artifactId>

+    <version>3.5.0-SNAPSHOT</version>

+    <relativePath>../../</relativePath>

+  </parent>

+

+  <groupId>org.eclipse.webtools.servertools</groupId>

+  <artifactId>org.eclipse.jst.server_sdk.feature</artifactId>

+  <version>3.4.1-SNAPSHOT</version>

+  <packaging>eclipse-feature</packaging>

+</project>

diff --git a/features/org.eclipse.jst.server_tests.feature/pom.xml b/features/org.eclipse.jst.server_tests.feature/pom.xml
new file mode 100644
index 0000000..36cd4fc
--- /dev/null
+++ b/features/org.eclipse.jst.server_tests.feature/pom.xml
@@ -0,0 +1,27 @@
+<?xml version="1.0" encoding="UTF-8"?>

+<!--

+  Copyright (c) 2012, 2013 Eclipse Foundation and others.

+  All rights reserved. This program and the accompanying materials

+  are made available under the terms of the Eclipse Distribution License v1.0

+  which accompanies this distribution, and is available at

+  http://www.eclipse.org/org/documents/edl-v10.php

+ 

+  Contributors:

+    Thanh Ha (Eclipse Foundation) - initial implementation

+-->

+

+<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"

+    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">

+  <modelVersion>4.0.0</modelVersion>

+  <parent>

+    <groupId>org.eclipse.webtools.servertools</groupId>

+    <artifactId>org.eclipse.webtools.servertools</artifactId>

+    <version>3.5.0-SNAPSHOT</version>

+    <relativePath>../../</relativePath>

+  </parent>

+

+  <groupId>org.eclipse.webtools.servertools</groupId>

+  <artifactId>org.eclipse.jst.server_tests.feature</artifactId>

+  <version>3.2.100-SNAPSHOT</version>

+  <packaging>eclipse-feature</packaging>

+</project>

diff --git a/features/org.eclipse.jst.server_ui.feature/pom.xml b/features/org.eclipse.jst.server_ui.feature/pom.xml
new file mode 100644
index 0000000..633fd0b
--- /dev/null
+++ b/features/org.eclipse.jst.server_ui.feature/pom.xml
@@ -0,0 +1,45 @@
+<?xml version="1.0" encoding="UTF-8"?>

+<!--

+  Copyright (c) 2012, 2013 Eclipse Foundation and others.

+  All rights reserved. This program and the accompanying materials

+  are made available under the terms of the Eclipse Distribution License v1.0

+  which accompanies this distribution, and is available at

+  http://www.eclipse.org/org/documents/edl-v10.php

+ 

+  Contributors:

+    Thanh Ha (Eclipse Foundation) - initial implementation

+-->

+

+<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"

+    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">

+  <modelVersion>4.0.0</modelVersion>

+  <parent>

+    <groupId>org.eclipse.webtools.servertools</groupId>

+    <artifactId>org.eclipse.webtools.servertools</artifactId>

+    <version>3.5.0-SNAPSHOT</version>

+    <relativePath>../../</relativePath>

+  </parent>

+

+  <groupId>org.eclipse.webtools.servertools</groupId>

+  <artifactId>org.eclipse.jst.server_ui.feature</artifactId>

+  <version>3.4.1-SNAPSHOT</version>

+  <packaging>eclipse-feature</packaging>

+

+  <build>

+    <plugins>

+      <plugin>

+        <groupId>org.eclipse.tycho.extras</groupId>

+        <artifactId>tycho-source-feature-plugin</artifactId>

+        <executions>

+          <execution>

+            <phase>package</phase>

+            <id>source-feature</id>

+            <goals>

+              <goal>source-feature</goal>

+            </goals>

+          </execution>

+        </executions>

+      </plugin>

+    </plugins>

+  </build>

+</project>

diff --git a/features/org.eclipse.jst.server_userdoc.feature/pom.xml b/features/org.eclipse.jst.server_userdoc.feature/pom.xml
new file mode 100644
index 0000000..d15af3a
--- /dev/null
+++ b/features/org.eclipse.jst.server_userdoc.feature/pom.xml
@@ -0,0 +1,60 @@
+<?xml version="1.0" encoding="UTF-8"?>

+<!--

+  Copyright (c) 2012, 2013 Eclipse Foundation and others.

+  All rights reserved. This program and the accompanying materials

+  are made available under the terms of the Eclipse Distribution License v1.0

+  which accompanies this distribution, and is available at

+  http://www.eclipse.org/org/documents/edl-v10.php

+ 

+  Contributors:

+    Thanh Ha (Eclipse Foundation) - initial implementation

+-->

+

+<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"

+    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">

+  <modelVersion>4.0.0</modelVersion>

+  <parent>

+    <groupId>org.eclipse.webtools.servertools</groupId>

+    <artifactId>org.eclipse.webtools.servertools</artifactId>

+    <version>3.5.0-SNAPSHOT</version>

+    <relativePath>../../</relativePath>

+  </parent>

+

+  <groupId>org.eclipse.webtools.servertools</groupId>

+  <artifactId>org.eclipse.jst.server_userdoc.feature</artifactId>

+  <version>3.3.100-SNAPSHOT</version>

+  <packaging>eclipse-feature</packaging>

+

+  <build>

+    <plugins>

+      <plugin>

+        <groupId>org.eclipse.tycho.extras</groupId>

+        <artifactId>tycho-source-feature-plugin</artifactId>

+        <version>${tycho-extras.version}</version>

+        <executions>

+          <execution>

+            <id>source-feature</id>

+            <phase>package</phase>

+            <goals>

+              <goal>source-feature</goal>

+            </goals>

+          </execution>

+        </executions>

+      </plugin>

+      <plugin>

+        <groupId>org.eclipse.tycho</groupId>

+        <artifactId>tycho-p2-plugin</artifactId>

+        <version>${tycho.version}</version>

+        <executions>

+          <execution>

+            <id>attach-p2-metadata</id>

+            <phase>package</phase>

+            <goals>

+              <goal>p2-metadata</goal>

+            </goals>

+          </execution>

+        </executions>

+      </plugin>

+    </plugins>

+  </build>

+</project>

diff --git a/features/org.eclipse.wst.server_adapters.feature/pom.xml b/features/org.eclipse.wst.server_adapters.feature/pom.xml
new file mode 100644
index 0000000..2bc1cdb
--- /dev/null
+++ b/features/org.eclipse.wst.server_adapters.feature/pom.xml
@@ -0,0 +1,45 @@
+<?xml version="1.0" encoding="UTF-8"?>

+<!--

+  Copyright (c) 2012, 2013 Eclipse Foundation and others.

+  All rights reserved. This program and the accompanying materials

+  are made available under the terms of the Eclipse Distribution License v1.0

+  which accompanies this distribution, and is available at

+  http://www.eclipse.org/org/documents/edl-v10.php

+ 

+  Contributors:

+    Thanh Ha (Eclipse Foundation) - initial implementation

+-->

+

+<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"

+    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">

+  <modelVersion>4.0.0</modelVersion>

+  <parent>

+    <groupId>org.eclipse.webtools.servertools</groupId>

+    <artifactId>org.eclipse.webtools.servertools</artifactId>

+    <version>3.5.0-SNAPSHOT</version>

+    <relativePath>../../</relativePath>

+  </parent>

+

+  <groupId>org.eclipse.webtools.servertools</groupId>

+  <artifactId>org.eclipse.wst.server_adapters.feature</artifactId>

+  <version>3.2.300-SNAPSHOT</version>

+  <packaging>eclipse-feature</packaging>

+

+  <build>

+    <plugins>

+      <plugin>

+        <groupId>org.eclipse.tycho.extras</groupId>

+        <artifactId>tycho-source-feature-plugin</artifactId>

+        <executions>

+          <execution>

+            <phase>package</phase>

+            <id>source-feature</id>

+            <goals>

+              <goal>source-feature</goal>

+            </goals>

+          </execution>

+        </executions>

+      </plugin>

+    </plugins>

+  </build>

+</project>

diff --git a/features/org.eclipse.wst.server_adapters.sdk.feature/pom.xml b/features/org.eclipse.wst.server_adapters.sdk.feature/pom.xml
new file mode 100644
index 0000000..2e2069a
--- /dev/null
+++ b/features/org.eclipse.wst.server_adapters.sdk.feature/pom.xml
@@ -0,0 +1,27 @@
+<?xml version="1.0" encoding="UTF-8"?>

+<!--

+  Copyright (c) 2012, 2013 Eclipse Foundation and others.

+  All rights reserved. This program and the accompanying materials

+  are made available under the terms of the Eclipse Distribution License v1.0

+  which accompanies this distribution, and is available at

+  http://www.eclipse.org/org/documents/edl-v10.php

+ 

+  Contributors:

+    Thanh Ha (Eclipse Foundation) - initial implementation

+-->

+

+<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"

+    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">

+  <modelVersion>4.0.0</modelVersion>

+  <parent>

+    <groupId>org.eclipse.webtools.servertools</groupId>

+    <artifactId>org.eclipse.webtools.servertools</artifactId>

+    <version>3.5.0-SNAPSHOT</version>

+    <relativePath>../../</relativePath>

+  </parent>

+

+  <groupId>org.eclipse.webtools.servertools</groupId>

+  <artifactId>org.eclipse.wst.server_adapters.sdk.feature</artifactId>

+  <version>3.2.200-SNAPSHOT</version>

+  <packaging>eclipse-feature</packaging>

+</project>

diff --git a/features/org.eclipse.wst.server_core.feature.patch/pom.xml b/features/org.eclipse.wst.server_core.feature.patch/pom.xml
new file mode 100644
index 0000000..57377ea
--- /dev/null
+++ b/features/org.eclipse.wst.server_core.feature.patch/pom.xml
@@ -0,0 +1,27 @@
+<?xml version="1.0" encoding="UTF-8"?>

+<!--

+  Copyright (c) 2012, 2013 Eclipse Foundation and others.

+  All rights reserved. This program and the accompanying materials

+  are made available under the terms of the Eclipse Distribution License v1.0

+  which accompanies this distribution, and is available at

+  http://www.eclipse.org/org/documents/edl-v10.php

+ 

+  Contributors:

+    Thanh Ha (Eclipse Foundation) - initial implementation

+-->

+

+<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"

+    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">

+  <modelVersion>4.0.0</modelVersion>

+  <parent>

+    <groupId>org.eclipse.webtools.servertools</groupId>

+    <artifactId>org.eclipse.webtools.servertools</artifactId>

+    <version>3.5.0-SNAPSHOT</version>

+    <relativePath>../../</relativePath>

+  </parent>

+

+  <groupId>org.eclipse.webtools.servertools</groupId>

+  <artifactId>org.eclipse.wst.server_core.feature.patch</artifactId>

+  <version>1.0.0-SNAPSHOT</version>

+  <packaging>eclipse-feature</packaging>

+</project>

diff --git a/features/org.eclipse.wst.server_core.feature/pom.xml b/features/org.eclipse.wst.server_core.feature/pom.xml
new file mode 100644
index 0000000..96b03cb
--- /dev/null
+++ b/features/org.eclipse.wst.server_core.feature/pom.xml
@@ -0,0 +1,60 @@
+<?xml version="1.0" encoding="UTF-8"?>

+<!--

+  Copyright (c) 2012, 2013 Eclipse Foundation and others.

+  All rights reserved. This program and the accompanying materials

+  are made available under the terms of the Eclipse Distribution License v1.0

+  which accompanies this distribution, and is available at

+  http://www.eclipse.org/org/documents/edl-v10.php

+ 

+  Contributors:

+    Thanh Ha (Eclipse Foundation) - initial implementation

+-->

+

+<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"

+    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">

+  <modelVersion>4.0.0</modelVersion>

+  <parent>

+    <groupId>org.eclipse.webtools.servertools</groupId>

+    <artifactId>org.eclipse.webtools.servertools</artifactId>

+    <version>3.5.0-SNAPSHOT</version>

+    <relativePath>../../</relativePath>

+  </parent>

+

+  <groupId>org.eclipse.webtools.servertools</groupId>

+  <artifactId>org.eclipse.wst.server_core.feature</artifactId>

+  <version>3.3.201-SNAPSHOT</version>

+  <packaging>eclipse-feature</packaging>

+

+  <build>

+    <plugins>

+      <plugin>

+        <groupId>org.eclipse.tycho.extras</groupId>

+        <artifactId>tycho-source-feature-plugin</artifactId>

+        <version>${tycho-extras.version}</version>

+        <executions>

+          <execution>

+            <id>source-feature</id>

+            <phase>package</phase>

+            <goals>

+              <goal>source-feature</goal>

+            </goals>

+          </execution>

+        </executions>

+      </plugin>

+      <plugin>

+        <groupId>org.eclipse.tycho</groupId>

+        <artifactId>tycho-p2-plugin</artifactId>

+        <version>${tycho.version}</version>

+        <executions>

+          <execution>

+            <id>attach-p2-metadata</id>

+            <phase>package</phase>

+            <goals>

+              <goal>p2-metadata</goal>

+            </goals>

+          </execution>

+        </executions>

+      </plugin>

+    </plugins>

+  </build>

+</project>

diff --git a/features/org.eclipse.wst.server_sdk.feature.patch/pom.xml b/features/org.eclipse.wst.server_sdk.feature.patch/pom.xml
new file mode 100644
index 0000000..5cd3500
--- /dev/null
+++ b/features/org.eclipse.wst.server_sdk.feature.patch/pom.xml
@@ -0,0 +1,27 @@
+<?xml version="1.0" encoding="UTF-8"?>

+<!--

+  Copyright (c) 2012, 2013 Eclipse Foundation and others.

+  All rights reserved. This program and the accompanying materials

+  are made available under the terms of the Eclipse Distribution License v1.0

+  which accompanies this distribution, and is available at

+  http://www.eclipse.org/org/documents/edl-v10.php

+ 

+  Contributors:

+    Thanh Ha (Eclipse Foundation) - initial implementation

+-->

+

+<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"

+    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">

+  <modelVersion>4.0.0</modelVersion>

+  <parent>

+    <groupId>org.eclipse.webtools.servertools</groupId>

+    <artifactId>org.eclipse.webtools.servertools</artifactId>

+    <version>3.5.0-SNAPSHOT</version>

+    <relativePath>../../</relativePath>

+  </parent>

+

+  <groupId>org.eclipse.webtools.servertools</groupId>

+  <artifactId>org.eclipse.wst.server_sdk.feature.patch</artifactId>

+  <version>3.0.4-SNAPSHOT</version>

+  <packaging>eclipse-feature</packaging>

+</project>

diff --git a/features/org.eclipse.wst.server_sdk.feature/pom.xml b/features/org.eclipse.wst.server_sdk.feature/pom.xml
new file mode 100644
index 0000000..34e9aad
--- /dev/null
+++ b/features/org.eclipse.wst.server_sdk.feature/pom.xml
@@ -0,0 +1,27 @@
+<?xml version="1.0" encoding="UTF-8"?>

+<!--

+  Copyright (c) 2012, 2013 Eclipse Foundation and others.

+  All rights reserved. This program and the accompanying materials

+  are made available under the terms of the Eclipse Distribution License v1.0

+  which accompanies this distribution, and is available at

+  http://www.eclipse.org/org/documents/edl-v10.php

+ 

+  Contributors:

+    Thanh Ha (Eclipse Foundation) - initial implementation

+-->

+

+<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"

+    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">

+  <modelVersion>4.0.0</modelVersion>

+  <parent>

+    <groupId>org.eclipse.webtools.servertools</groupId>

+    <artifactId>org.eclipse.webtools.servertools</artifactId>

+    <version>3.5.0-SNAPSHOT</version>

+    <relativePath>../../</relativePath>

+  </parent>

+

+  <groupId>org.eclipse.webtools.servertools</groupId>

+  <artifactId>org.eclipse.wst.server_sdk.feature</artifactId>

+  <version>3.3.301-SNAPSHOT</version>

+  <packaging>eclipse-feature</packaging>

+</project>

diff --git a/features/org.eclipse.wst.server_tests.feature/pom.xml b/features/org.eclipse.wst.server_tests.feature/pom.xml
new file mode 100644
index 0000000..6fd535a
--- /dev/null
+++ b/features/org.eclipse.wst.server_tests.feature/pom.xml
@@ -0,0 +1,27 @@
+<?xml version="1.0" encoding="UTF-8"?>

+<!--

+  Copyright (c) 2012, 2013 Eclipse Foundation and others.

+  All rights reserved. This program and the accompanying materials

+  are made available under the terms of the Eclipse Distribution License v1.0

+  which accompanies this distribution, and is available at

+  http://www.eclipse.org/org/documents/edl-v10.php

+ 

+  Contributors:

+    Thanh Ha (Eclipse Foundation) - initial implementation

+-->

+

+<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"

+    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">

+  <modelVersion>4.0.0</modelVersion>

+  <parent>

+    <groupId>org.eclipse.webtools.servertools</groupId>

+    <artifactId>org.eclipse.webtools.servertools</artifactId>

+    <version>3.5.0-SNAPSHOT</version>

+    <relativePath>../../</relativePath>

+  </parent>

+

+  <groupId>org.eclipse.webtools.servertools</groupId>

+  <artifactId>org.eclipse.wst.server_tests.feature</artifactId>

+  <version>3.3.101-SNAPSHOT</version>

+  <packaging>eclipse-feature</packaging>

+</project>

diff --git a/features/org.eclipse.wst.server_ui.feature/pom.xml b/features/org.eclipse.wst.server_ui.feature/pom.xml
new file mode 100644
index 0000000..e68ddab
--- /dev/null
+++ b/features/org.eclipse.wst.server_ui.feature/pom.xml
@@ -0,0 +1,60 @@
+<?xml version="1.0" encoding="UTF-8"?>

+<!--

+  Copyright (c) 2012, 2013 Eclipse Foundation and others.

+  All rights reserved. This program and the accompanying materials

+  are made available under the terms of the Eclipse Distribution License v1.0

+  which accompanies this distribution, and is available at

+  http://www.eclipse.org/org/documents/edl-v10.php

+ 

+  Contributors:

+    Thanh Ha (Eclipse Foundation) - initial implementation

+-->

+

+<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"

+    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">

+  <modelVersion>4.0.0</modelVersion>

+  <parent>

+    <groupId>org.eclipse.webtools.servertools</groupId>

+    <artifactId>org.eclipse.webtools.servertools</artifactId>

+    <version>3.5.0-SNAPSHOT</version>

+    <relativePath>../../</relativePath>

+  </parent>

+

+  <groupId>org.eclipse.webtools.servertools</groupId>

+  <artifactId>org.eclipse.wst.server_ui.feature</artifactId>

+  <version>3.3.301-SNAPSHOT</version>

+  <packaging>eclipse-feature</packaging>

+

+  <build>

+    <plugins>

+      <plugin>

+        <groupId>org.eclipse.tycho.extras</groupId>

+        <artifactId>tycho-source-feature-plugin</artifactId>

+        <version>${tycho-extras.version}</version>

+        <executions>

+          <execution>

+            <id>source-feature</id>

+            <phase>package</phase>

+            <goals>

+              <goal>source-feature</goal>

+            </goals>

+          </execution>

+        </executions>

+      </plugin>

+      <plugin>

+        <groupId>org.eclipse.tycho</groupId>

+        <artifactId>tycho-p2-plugin</artifactId>

+        <version>${tycho.version}</version>

+        <executions>

+          <execution>

+            <id>attach-p2-metadata</id>

+            <phase>package</phase>

+            <goals>

+              <goal>p2-metadata</goal>

+            </goals>

+          </execution>

+        </executions>

+      </plugin>

+    </plugins>

+  </build>

+</project>

diff --git a/features/org.eclipse.wst.server_userdoc.feature/pom.xml b/features/org.eclipse.wst.server_userdoc.feature/pom.xml
new file mode 100644
index 0000000..7b97140
--- /dev/null
+++ b/features/org.eclipse.wst.server_userdoc.feature/pom.xml
@@ -0,0 +1,60 @@
+<?xml version="1.0" encoding="UTF-8"?>

+<!--

+  Copyright (c) 2012, 2013 Eclipse Foundation and others.

+  All rights reserved. This program and the accompanying materials

+  are made available under the terms of the Eclipse Distribution License v1.0

+  which accompanies this distribution, and is available at

+  http://www.eclipse.org/org/documents/edl-v10.php

+ 

+  Contributors:

+    Thanh Ha (Eclipse Foundation) - initial implementation

+-->

+

+<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"

+    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">

+  <modelVersion>4.0.0</modelVersion>

+  <parent>

+    <groupId>org.eclipse.webtools.servertools</groupId>

+    <artifactId>org.eclipse.webtools.servertools</artifactId>

+    <version>3.5.0-SNAPSHOT</version>

+    <relativePath>../../</relativePath>

+  </parent>

+

+  <groupId>org.eclipse.webtools.servertools</groupId>

+  <artifactId>org.eclipse.wst.server_userdoc.feature</artifactId>

+  <version>3.3.200-SNAPSHOT</version>

+  <packaging>eclipse-feature</packaging>

+

+  <build>

+    <plugins>

+      <plugin>

+        <groupId>org.eclipse.tycho.extras</groupId>

+        <artifactId>tycho-source-feature-plugin</artifactId>

+        <version>${tycho-extras.version}</version>

+        <executions>

+          <execution>

+            <id>source-feature</id>

+            <phase>package</phase>

+            <goals>

+              <goal>source-feature</goal>

+            </goals>

+          </execution>

+        </executions>

+      </plugin>

+      <plugin>

+        <groupId>org.eclipse.tycho</groupId>

+        <artifactId>tycho-p2-plugin</artifactId>

+        <version>${tycho.version}</version>

+        <executions>

+          <execution>

+            <id>attach-p2-metadata</id>

+            <phase>package</phase>

+            <goals>

+              <goal>p2-metadata</goal>

+            </goals>

+          </execution>

+        </executions>

+      </plugin>

+    </plugins>

+  </build>

+</project>

diff --git a/plugins/org.eclipse.jst.server.core/pom.xml b/plugins/org.eclipse.jst.server.core/pom.xml
new file mode 100644
index 0000000..5008b6a
--- /dev/null
+++ b/plugins/org.eclipse.jst.server.core/pom.xml
@@ -0,0 +1,27 @@
+<?xml version="1.0" encoding="UTF-8"?>

+<!--

+  Copyright (c) 2012, 2013 Eclipse Foundation and others.

+  All rights reserved. This program and the accompanying materials

+  are made available under the terms of the Eclipse Distribution License v1.0

+  which accompanies this distribution, and is available at

+  http://www.eclipse.org/org/documents/edl-v10.php

+ 

+  Contributors:

+    Thanh Ha (Eclipse Foundation) - initial implementation

+-->

+

+<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"

+    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">

+  <modelVersion>4.0.0</modelVersion>

+  <parent>

+    <groupId>org.eclipse.webtools.servertools</groupId>

+    <artifactId>org.eclipse.webtools.servertools</artifactId>

+    <version>3.5.0-SNAPSHOT</version>

+    <relativePath>../../</relativePath>

+  </parent>

+

+  <groupId>org.eclipse.webtools.servertools</groupId>

+  <artifactId>org.eclipse.jst.server.core</artifactId>

+  <version>1.2.302-SNAPSHOT</version>

+  <packaging>eclipse-plugin</packaging>

+</project>

diff --git a/plugins/org.eclipse.jst.server.generic.core/pom.xml b/plugins/org.eclipse.jst.server.generic.core/pom.xml
new file mode 100644
index 0000000..63d86d9
--- /dev/null
+++ b/plugins/org.eclipse.jst.server.generic.core/pom.xml
@@ -0,0 +1,27 @@
+<?xml version="1.0" encoding="UTF-8"?>

+<!--

+  Copyright (c) 2012, 2013 Eclipse Foundation and others.

+  All rights reserved. This program and the accompanying materials

+  are made available under the terms of the Eclipse Distribution License v1.0

+  which accompanies this distribution, and is available at

+  http://www.eclipse.org/org/documents/edl-v10.php

+ 

+  Contributors:

+    Thanh Ha (Eclipse Foundation) - initial implementation

+-->

+

+<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"

+    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">

+  <modelVersion>4.0.0</modelVersion>

+  <parent>

+    <groupId>org.eclipse.webtools.servertools</groupId>

+    <artifactId>org.eclipse.webtools.servertools</artifactId>

+    <version>3.5.0-SNAPSHOT</version>

+    <relativePath>../../</relativePath>

+  </parent>

+

+  <groupId>org.eclipse.webtools.servertools</groupId>

+  <artifactId>org.eclipse.jst.server.generic.core</artifactId>

+  <version>1.0.800-SNAPSHOT</version>

+  <packaging>eclipse-plugin</packaging>

+</project>

diff --git a/plugins/org.eclipse.jst.server.generic.jboss/pom.xml b/plugins/org.eclipse.jst.server.generic.jboss/pom.xml
new file mode 100644
index 0000000..63fb2ff
--- /dev/null
+++ b/plugins/org.eclipse.jst.server.generic.jboss/pom.xml
@@ -0,0 +1,27 @@
+<?xml version="1.0" encoding="UTF-8"?>

+<!--

+  Copyright (c) 2012, 2013 Eclipse Foundation and others.

+  All rights reserved. This program and the accompanying materials

+  are made available under the terms of the Eclipse Distribution License v1.0

+  which accompanies this distribution, and is available at

+  http://www.eclipse.org/org/documents/edl-v10.php

+ 

+  Contributors:

+    Thanh Ha (Eclipse Foundation) - initial implementation

+-->

+

+<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"

+    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">

+  <modelVersion>4.0.0</modelVersion>

+  <parent>

+    <groupId>org.eclipse.webtools.servertools</groupId>

+    <artifactId>org.eclipse.webtools.servertools</artifactId>

+    <version>3.5.0-SNAPSHOT</version>

+    <relativePath>../../</relativePath>

+  </parent>

+

+  <groupId>org.eclipse.webtools.servertools</groupId>

+  <artifactId>org.eclipse.jst.server.generic.jboss</artifactId>

+  <version>1.6.100-SNAPSHOT</version>

+  <packaging>eclipse-plugin</packaging>

+</project>

diff --git a/plugins/org.eclipse.jst.server.generic.jonas/pom.xml b/plugins/org.eclipse.jst.server.generic.jonas/pom.xml
new file mode 100644
index 0000000..21b4ae0
--- /dev/null
+++ b/plugins/org.eclipse.jst.server.generic.jonas/pom.xml
@@ -0,0 +1,27 @@
+<?xml version="1.0" encoding="UTF-8"?>

+<!--

+  Copyright (c) 2012, 2013 Eclipse Foundation and others.

+  All rights reserved. This program and the accompanying materials

+  are made available under the terms of the Eclipse Distribution License v1.0

+  which accompanies this distribution, and is available at

+  http://www.eclipse.org/org/documents/edl-v10.php

+ 

+  Contributors:

+    Thanh Ha (Eclipse Foundation) - initial implementation

+-->

+

+<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"

+    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">

+  <modelVersion>4.0.0</modelVersion>

+  <parent>

+    <groupId>org.eclipse.webtools.servertools</groupId>

+    <artifactId>org.eclipse.webtools.servertools</artifactId>

+    <version>3.5.0-SNAPSHOT</version>

+    <relativePath>../../</relativePath>

+  </parent>

+

+  <groupId>org.eclipse.webtools.servertools</groupId>

+  <artifactId>org.eclipse.jst.server.generic.jonas</artifactId>

+  <version>1.5.300-SNAPSHOT</version>

+  <packaging>eclipse-plugin</packaging>

+</project>

diff --git a/plugins/org.eclipse.jst.server.generic.oc4j/pom.xml b/plugins/org.eclipse.jst.server.generic.oc4j/pom.xml
new file mode 100644
index 0000000..706b86d
--- /dev/null
+++ b/plugins/org.eclipse.jst.server.generic.oc4j/pom.xml
@@ -0,0 +1,27 @@
+<?xml version="1.0" encoding="UTF-8"?>

+<!--

+  Copyright (c) 2012, 2013 Eclipse Foundation and others.

+  All rights reserved. This program and the accompanying materials

+  are made available under the terms of the Eclipse Distribution License v1.0

+  which accompanies this distribution, and is available at

+  http://www.eclipse.org/org/documents/edl-v10.php

+ 

+  Contributors:

+    Thanh Ha (Eclipse Foundation) - initial implementation

+-->

+

+<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"

+    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">

+  <modelVersion>4.0.0</modelVersion>

+  <parent>

+    <groupId>org.eclipse.webtools.servertools</groupId>

+    <artifactId>org.eclipse.webtools.servertools</artifactId>

+    <version>3.5.0-SNAPSHOT</version>

+    <relativePath>../../</relativePath>

+  </parent>

+

+  <groupId>org.eclipse.webtools.servertools</groupId>

+  <artifactId>org.eclipse.jst.server.generic.oc4j</artifactId>

+  <version>1.5.300-SNAPSHOT</version>

+  <packaging>eclipse-plugin</packaging>

+</project>

diff --git a/plugins/org.eclipse.jst.server.generic.ui/pom.xml b/plugins/org.eclipse.jst.server.generic.ui/pom.xml
new file mode 100644
index 0000000..9a7c73f
--- /dev/null
+++ b/plugins/org.eclipse.jst.server.generic.ui/pom.xml
@@ -0,0 +1,27 @@
+<?xml version="1.0" encoding="UTF-8"?>

+<!--

+  Copyright (c) 2012, 2013 Eclipse Foundation and others.

+  All rights reserved. This program and the accompanying materials

+  are made available under the terms of the Eclipse Distribution License v1.0

+  which accompanies this distribution, and is available at

+  http://www.eclipse.org/org/documents/edl-v10.php

+ 

+  Contributors:

+    Thanh Ha (Eclipse Foundation) - initial implementation

+-->

+

+<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"

+    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">

+  <modelVersion>4.0.0</modelVersion>

+  <parent>

+    <groupId>org.eclipse.webtools.servertools</groupId>

+    <artifactId>org.eclipse.webtools.servertools</artifactId>

+    <version>3.5.0-SNAPSHOT</version>

+    <relativePath>../../</relativePath>

+  </parent>

+

+  <groupId>org.eclipse.webtools.servertools</groupId>

+  <artifactId>org.eclipse.jst.server.generic.ui</artifactId>

+  <version>1.0.505-SNAPSHOT</version>

+  <packaging>eclipse-plugin</packaging>

+</project>

diff --git a/plugins/org.eclipse.jst.server.pde/pom.xml b/plugins/org.eclipse.jst.server.pde/pom.xml
new file mode 100644
index 0000000..a2c1651
--- /dev/null
+++ b/plugins/org.eclipse.jst.server.pde/pom.xml
@@ -0,0 +1,27 @@
+<?xml version="1.0" encoding="UTF-8"?>

+<!--

+  Copyright (c) 2012, 2013 Eclipse Foundation and others.

+  All rights reserved. This program and the accompanying materials

+  are made available under the terms of the Eclipse Distribution License v1.0

+  which accompanies this distribution, and is available at

+  http://www.eclipse.org/org/documents/edl-v10.php

+ 

+  Contributors:

+    Thanh Ha (Eclipse Foundation) - initial implementation

+-->

+

+<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"

+    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">

+  <modelVersion>4.0.0</modelVersion>

+  <parent>

+    <groupId>org.eclipse.webtools.servertools</groupId>

+    <artifactId>org.eclipse.webtools.servertools</artifactId>

+    <version>3.5.0-SNAPSHOT</version>

+    <relativePath>../../</relativePath>

+  </parent>

+

+  <groupId>org.eclipse.webtools.servertools</groupId>

+  <artifactId>org.eclipse.jst.server.generic.pde</artifactId>

+  <version>1.0.0</version>

+  <packaging>eclipse-plugin</packaging>

+</project>

diff --git a/plugins/org.eclipse.jst.server.preview.adapter/pom.xml b/plugins/org.eclipse.jst.server.preview.adapter/pom.xml
new file mode 100644
index 0000000..c8f3395
--- /dev/null
+++ b/plugins/org.eclipse.jst.server.preview.adapter/pom.xml
@@ -0,0 +1,27 @@
+<?xml version="1.0" encoding="UTF-8"?>

+<!--

+  Copyright (c) 2012, 2013 Eclipse Foundation and others.

+  All rights reserved. This program and the accompanying materials

+  are made available under the terms of the Eclipse Distribution License v1.0

+  which accompanies this distribution, and is available at

+  http://www.eclipse.org/org/documents/edl-v10.php

+ 

+  Contributors:

+    Thanh Ha (Eclipse Foundation) - initial implementation

+-->

+

+<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"

+    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">

+  <modelVersion>4.0.0</modelVersion>

+  <parent>

+    <groupId>org.eclipse.webtools.servertools</groupId>

+    <artifactId>org.eclipse.webtools.servertools</artifactId>

+    <version>3.5.0-SNAPSHOT</version>

+    <relativePath>../../</relativePath>

+  </parent>

+

+  <groupId>org.eclipse.webtools.servertools</groupId>

+  <artifactId>org.eclipse.jst.server.preview.adapter</artifactId>

+  <version>1.1.201-SNAPSHOT</version>

+  <packaging>eclipse-plugin</packaging>

+</project>

diff --git a/plugins/org.eclipse.jst.server.tomcat.core/pom.xml b/plugins/org.eclipse.jst.server.tomcat.core/pom.xml
new file mode 100644
index 0000000..877f6e7
--- /dev/null
+++ b/plugins/org.eclipse.jst.server.tomcat.core/pom.xml
@@ -0,0 +1,27 @@
+<?xml version="1.0" encoding="UTF-8"?>

+<!--

+  Copyright (c) 2012, 2013 Eclipse Foundation and others.

+  All rights reserved. This program and the accompanying materials

+  are made available under the terms of the Eclipse Distribution License v1.0

+  which accompanies this distribution, and is available at

+  http://www.eclipse.org/org/documents/edl-v10.php

+ 

+  Contributors:

+    Thanh Ha (Eclipse Foundation) - initial implementation

+-->

+

+<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"

+    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">

+  <modelVersion>4.0.0</modelVersion>

+  <parent>

+    <groupId>org.eclipse.webtools.servertools</groupId>

+    <artifactId>org.eclipse.webtools.servertools</artifactId>

+    <version>3.5.0-SNAPSHOT</version>

+    <relativePath>../../</relativePath>

+  </parent>

+

+  <groupId>org.eclipse.webtools.servertools</groupId>

+  <artifactId>org.eclipse.jst.server.tomcat.core</artifactId>

+  <version>1.1.404-SNAPSHOT</version>

+  <packaging>eclipse-plugin</packaging>

+</project>

diff --git a/plugins/org.eclipse.jst.server.tomcat.ui/pom.xml b/plugins/org.eclipse.jst.server.tomcat.ui/pom.xml
new file mode 100644
index 0000000..4ed0005
--- /dev/null
+++ b/plugins/org.eclipse.jst.server.tomcat.ui/pom.xml
@@ -0,0 +1,27 @@
+<?xml version="1.0" encoding="UTF-8"?>

+<!--

+  Copyright (c) 2012, 2013 Eclipse Foundation and others.

+  All rights reserved. This program and the accompanying materials

+  are made available under the terms of the Eclipse Distribution License v1.0

+  which accompanies this distribution, and is available at

+  http://www.eclipse.org/org/documents/edl-v10.php

+ 

+  Contributors:

+    Thanh Ha (Eclipse Foundation) - initial implementation

+-->

+

+<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"

+    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">

+  <modelVersion>4.0.0</modelVersion>

+  <parent>

+    <groupId>org.eclipse.webtools.servertools</groupId>

+    <artifactId>org.eclipse.webtools.servertools</artifactId>

+    <version>3.5.0-SNAPSHOT</version>

+    <relativePath>../../</relativePath>

+  </parent>

+

+  <groupId>org.eclipse.webtools.servertools</groupId>

+  <artifactId>org.eclipse.jst.server.tomcat.ui</artifactId>

+  <version>1.1.300-SNAPSHOT</version>

+  <packaging>eclipse-plugin</packaging>

+</project>

diff --git a/plugins/org.eclipse.jst.server.ui/pom.xml b/plugins/org.eclipse.jst.server.ui/pom.xml
new file mode 100644
index 0000000..bb2e4a8
--- /dev/null
+++ b/plugins/org.eclipse.jst.server.ui/pom.xml
@@ -0,0 +1,27 @@
+<?xml version="1.0" encoding="UTF-8"?>

+<!--

+  Copyright (c) 2012, 2013 Eclipse Foundation and others.

+  All rights reserved. This program and the accompanying materials

+  are made available under the terms of the Eclipse Distribution License v1.0

+  which accompanies this distribution, and is available at

+  http://www.eclipse.org/org/documents/edl-v10.php

+ 

+  Contributors:

+    Thanh Ha (Eclipse Foundation) - initial implementation

+-->

+

+<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"

+    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">

+  <modelVersion>4.0.0</modelVersion>

+  <parent>

+    <groupId>org.eclipse.webtools.servertools</groupId>

+    <artifactId>org.eclipse.webtools.servertools</artifactId>

+    <version>3.5.0-SNAPSHOT</version>

+    <relativePath>../../</relativePath>

+  </parent>

+

+  <groupId>org.eclipse.webtools.servertools</groupId>

+  <artifactId>org.eclipse.jst.server.ui</artifactId>

+  <version>1.1.202-SNAPSHOT</version>

+  <packaging>eclipse-plugin</packaging>

+</project>

diff --git a/plugins/org.eclipse.jst.server.websphere.core/pom.xml b/plugins/org.eclipse.jst.server.websphere.core/pom.xml
new file mode 100644
index 0000000..0e3fd15
--- /dev/null
+++ b/plugins/org.eclipse.jst.server.websphere.core/pom.xml
@@ -0,0 +1,27 @@
+<?xml version="1.0" encoding="UTF-8"?>

+<!--

+  Copyright (c) 2012, 2013 Eclipse Foundation and others.

+  All rights reserved. This program and the accompanying materials

+  are made available under the terms of the Eclipse Distribution License v1.0

+  which accompanies this distribution, and is available at

+  http://www.eclipse.org/org/documents/edl-v10.php

+ 

+  Contributors:

+    Thanh Ha (Eclipse Foundation) - initial implementation

+-->

+

+<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"

+    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">

+  <modelVersion>4.0.0</modelVersion>

+  <parent>

+    <groupId>org.eclipse.webtools.servertools</groupId>

+    <artifactId>org.eclipse.webtools.servertools</artifactId>

+    <version>3.5.0-SNAPSHOT</version>

+    <relativePath>../../</relativePath>

+  </parent>

+

+  <groupId>org.eclipse.webtools.servertools</groupId>

+  <artifactId>org.eclipse.jst.server.websphere.core</artifactId>

+  <version>1.0.302-SNAPSHOT</version>

+  <packaging>eclipse-plugin</packaging>

+</project>

diff --git a/plugins/org.eclipse.wst.internet.monitor.core/pom.xml b/plugins/org.eclipse.wst.internet.monitor.core/pom.xml
new file mode 100644
index 0000000..8b778c4
--- /dev/null
+++ b/plugins/org.eclipse.wst.internet.monitor.core/pom.xml
@@ -0,0 +1,27 @@
+<?xml version="1.0" encoding="UTF-8"?>

+<!--

+  Copyright (c) 2012, 2013 Eclipse Foundation and others.

+  All rights reserved. This program and the accompanying materials

+  are made available under the terms of the Eclipse Distribution License v1.0

+  which accompanies this distribution, and is available at

+  http://www.eclipse.org/org/documents/edl-v10.php

+ 

+  Contributors:

+    Thanh Ha (Eclipse Foundation) - initial implementation

+-->

+

+<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"

+    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">

+  <modelVersion>4.0.0</modelVersion>

+  <parent>

+    <groupId>org.eclipse.webtools.servertools</groupId>

+    <artifactId>org.eclipse.webtools.servertools</artifactId>

+    <version>3.5.0-SNAPSHOT</version>

+    <relativePath>../../</relativePath>

+  </parent>

+

+  <groupId>org.eclipse.webtools.servertools</groupId>

+  <artifactId>org.eclipse.wst.internet.monitor.core</artifactId>

+  <version>1.0.505-SNAPSHOT</version>

+  <packaging>eclipse-plugin</packaging>

+</project>

diff --git a/plugins/org.eclipse.wst.internet.monitor.ui/pom.xml b/plugins/org.eclipse.wst.internet.monitor.ui/pom.xml
new file mode 100644
index 0000000..8d0407e
--- /dev/null
+++ b/plugins/org.eclipse.wst.internet.monitor.ui/pom.xml
@@ -0,0 +1,27 @@
+<?xml version="1.0" encoding="UTF-8"?>

+<!--

+  Copyright (c) 2012, 2013 Eclipse Foundation and others.

+  All rights reserved. This program and the accompanying materials

+  are made available under the terms of the Eclipse Distribution License v1.0

+  which accompanies this distribution, and is available at

+  http://www.eclipse.org/org/documents/edl-v10.php

+ 

+  Contributors:

+    Thanh Ha (Eclipse Foundation) - initial implementation

+-->

+

+<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"

+    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">

+  <modelVersion>4.0.0</modelVersion>

+  <parent>

+    <groupId>org.eclipse.webtools.servertools</groupId>

+    <artifactId>org.eclipse.webtools.servertools</artifactId>

+    <version>3.5.0-SNAPSHOT</version>

+    <relativePath>../../</relativePath>

+  </parent>

+

+  <groupId>org.eclipse.webtools.servertools</groupId>

+  <artifactId>org.eclipse.wst.internet.monitor.ui</artifactId>

+  <version>1.0.608-SNAPSHOT</version>

+  <packaging>eclipse-plugin</packaging>

+</project>

diff --git a/plugins/org.eclipse.wst.server.core/pom.xml b/plugins/org.eclipse.wst.server.core/pom.xml
new file mode 100644
index 0000000..ad1ecda
--- /dev/null
+++ b/plugins/org.eclipse.wst.server.core/pom.xml
@@ -0,0 +1,27 @@
+<?xml version="1.0" encoding="UTF-8"?>

+<!--

+  Copyright (c) 2012, 2013 Eclipse Foundation and others.

+  All rights reserved. This program and the accompanying materials

+  are made available under the terms of the Eclipse Distribution License v1.0

+  which accompanies this distribution, and is available at

+  http://www.eclipse.org/org/documents/edl-v10.php

+ 

+  Contributors:

+    Thanh Ha (Eclipse Foundation) - initial implementation

+-->

+

+<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"

+    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">

+  <modelVersion>4.0.0</modelVersion>

+  <parent>

+    <groupId>org.eclipse.webtools.servertools</groupId>

+    <artifactId>org.eclipse.webtools.servertools</artifactId>

+    <version>3.5.0-SNAPSHOT</version>

+    <relativePath>../../</relativePath>

+  </parent>

+

+  <groupId>org.eclipse.webtools.servertools</groupId>

+  <artifactId>org.eclipse.wst.server.core</artifactId>

+  <version>1.5.0-SNAPSHOT</version>

+  <packaging>eclipse-plugin</packaging>

+</project>

diff --git a/plugins/org.eclipse.wst.server.discovery/pom.xml b/plugins/org.eclipse.wst.server.discovery/pom.xml
new file mode 100644
index 0000000..42ebba4
--- /dev/null
+++ b/plugins/org.eclipse.wst.server.discovery/pom.xml
@@ -0,0 +1,27 @@
+<?xml version="1.0" encoding="UTF-8"?>

+<!--

+  Copyright (c) 2012, 2013 Eclipse Foundation and others.

+  All rights reserved. This program and the accompanying materials

+  are made available under the terms of the Eclipse Distribution License v1.0

+  which accompanies this distribution, and is available at

+  http://www.eclipse.org/org/documents/edl-v10.php

+ 

+  Contributors:

+    Thanh Ha (Eclipse Foundation) - initial implementation

+-->

+

+<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"

+    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">

+  <modelVersion>4.0.0</modelVersion>

+  <parent>

+    <groupId>org.eclipse.webtools.servertools</groupId>

+    <artifactId>org.eclipse.webtools.servertools</artifactId>

+    <version>3.5.0-SNAPSHOT</version>

+    <relativePath>../../</relativePath>

+  </parent>

+

+  <groupId>org.eclipse.webtools.servertools</groupId>

+  <artifactId>org.eclipse.wst.server.discovery</artifactId>

+  <version>1.0.400-SNAPSHOT</version>

+  <packaging>eclipse-plugin</packaging>

+</project>

diff --git a/plugins/org.eclipse.wst.server.http.core/pom.xml b/plugins/org.eclipse.wst.server.http.core/pom.xml
new file mode 100644
index 0000000..0039bb5
--- /dev/null
+++ b/plugins/org.eclipse.wst.server.http.core/pom.xml
@@ -0,0 +1,27 @@
+<?xml version="1.0" encoding="UTF-8"?>

+<!--

+  Copyright (c) 2012, 2013 Eclipse Foundation and others.

+  All rights reserved. This program and the accompanying materials

+  are made available under the terms of the Eclipse Distribution License v1.0

+  which accompanies this distribution, and is available at

+  http://www.eclipse.org/org/documents/edl-v10.php

+ 

+  Contributors:

+    Thanh Ha (Eclipse Foundation) - initial implementation

+-->

+

+<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"

+    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">

+  <modelVersion>4.0.0</modelVersion>

+  <parent>

+    <groupId>org.eclipse.webtools.servertools</groupId>

+    <artifactId>org.eclipse.webtools.servertools</artifactId>

+    <version>3.5.0-SNAPSHOT</version>

+    <relativePath>../../</relativePath>

+  </parent>

+

+  <groupId>org.eclipse.webtools.servertools</groupId>

+  <artifactId>org.eclipse.wst.server.http.core</artifactId>

+  <version>1.0.200-SNAPSHOT</version>

+  <packaging>eclipse-plugin</packaging>

+</project>

diff --git a/plugins/org.eclipse.wst.server.http.ui/pom.xml b/plugins/org.eclipse.wst.server.http.ui/pom.xml
new file mode 100644
index 0000000..8ded951
--- /dev/null
+++ b/plugins/org.eclipse.wst.server.http.ui/pom.xml
@@ -0,0 +1,27 @@
+<?xml version="1.0" encoding="UTF-8"?>

+<!--

+  Copyright (c) 2012, 2013 Eclipse Foundation and others.

+  All rights reserved. This program and the accompanying materials

+  are made available under the terms of the Eclipse Distribution License v1.0

+  which accompanies this distribution, and is available at

+  http://www.eclipse.org/org/documents/edl-v10.php

+ 

+  Contributors:

+    Thanh Ha (Eclipse Foundation) - initial implementation

+-->

+

+<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"

+    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">

+  <modelVersion>4.0.0</modelVersion>

+  <parent>

+    <groupId>org.eclipse.webtools.servertools</groupId>

+    <artifactId>org.eclipse.webtools.servertools</artifactId>

+    <version>3.5.0-SNAPSHOT</version>

+    <relativePath>../../</relativePath>

+  </parent>

+

+  <groupId>org.eclipse.webtools.servertools</groupId>

+  <artifactId>org.eclipse.wst.server.http.ui</artifactId>

+  <version>1.0.300-SNAPSHOT</version>

+  <packaging>eclipse-plugin</packaging>

+</project>

diff --git a/plugins/org.eclipse.wst.server.preview.adapter/pom.xml b/plugins/org.eclipse.wst.server.preview.adapter/pom.xml
new file mode 100644
index 0000000..817dfcb
--- /dev/null
+++ b/plugins/org.eclipse.wst.server.preview.adapter/pom.xml
@@ -0,0 +1,27 @@
+<?xml version="1.0" encoding="UTF-8"?>

+<!--

+  Copyright (c) 2012, 2013 Eclipse Foundation and others.

+  All rights reserved. This program and the accompanying materials

+  are made available under the terms of the Eclipse Distribution License v1.0

+  which accompanies this distribution, and is available at

+  http://www.eclipse.org/org/documents/edl-v10.php

+ 

+  Contributors:

+    Thanh Ha (Eclipse Foundation) - initial implementation

+-->

+

+<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"

+    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">

+  <modelVersion>4.0.0</modelVersion>

+  <parent>

+    <groupId>org.eclipse.webtools.servertools</groupId>

+    <artifactId>org.eclipse.webtools.servertools</artifactId>

+    <version>3.5.0-SNAPSHOT</version>

+    <relativePath>../../</relativePath>

+  </parent>

+

+  <groupId>org.eclipse.webtools.servertools</groupId>

+  <artifactId>org.eclipse.wst.server.preview.adapter</artifactId>

+  <version>1.1.200-SNAPSHOT</version>

+  <packaging>eclipse-plugin</packaging>

+</project>

diff --git a/plugins/org.eclipse.wst.server.preview/pom.xml b/plugins/org.eclipse.wst.server.preview/pom.xml
new file mode 100644
index 0000000..84d9c78
--- /dev/null
+++ b/plugins/org.eclipse.wst.server.preview/pom.xml
@@ -0,0 +1,27 @@
+<?xml version="1.0" encoding="UTF-8"?>

+<!--

+  Copyright (c) 2012, 2013 Eclipse Foundation and others.

+  All rights reserved. This program and the accompanying materials

+  are made available under the terms of the Eclipse Distribution License v1.0

+  which accompanies this distribution, and is available at

+  http://www.eclipse.org/org/documents/edl-v10.php

+ 

+  Contributors:

+    Thanh Ha (Eclipse Foundation) - initial implementation

+-->

+

+<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"

+    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">

+  <modelVersion>4.0.0</modelVersion>

+  <parent>

+    <groupId>org.eclipse.webtools.servertools</groupId>

+    <artifactId>org.eclipse.webtools.servertools</artifactId>

+    <version>3.5.0-SNAPSHOT</version>

+    <relativePath>../../</relativePath>

+  </parent>

+

+  <groupId>org.eclipse.webtools.servertools</groupId>

+  <artifactId>org.eclipse.wst.server.preview</artifactId>

+  <version>1.1.200-SNAPSHOT</version>

+  <packaging>eclipse-plugin</packaging>

+</project>

diff --git a/plugins/org.eclipse.wst.server.ui/pom.xml b/plugins/org.eclipse.wst.server.ui/pom.xml
new file mode 100644
index 0000000..e2076ed
--- /dev/null
+++ b/plugins/org.eclipse.wst.server.ui/pom.xml
@@ -0,0 +1,27 @@
+<?xml version="1.0" encoding="UTF-8"?>

+<!--

+  Copyright (c) 2012, 2013 Eclipse Foundation and others.

+  All rights reserved. This program and the accompanying materials

+  are made available under the terms of the Eclipse Distribution License v1.0

+  which accompanies this distribution, and is available at

+  http://www.eclipse.org/org/documents/edl-v10.php

+ 

+  Contributors:

+    Thanh Ha (Eclipse Foundation) - initial implementation

+-->

+

+<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"

+    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">

+  <modelVersion>4.0.0</modelVersion>

+  <parent>

+    <groupId>org.eclipse.webtools.servertools</groupId>

+    <artifactId>org.eclipse.webtools.servertools</artifactId>

+    <version>3.5.0-SNAPSHOT</version>

+    <relativePath>../../</relativePath>

+  </parent>

+

+  <groupId>org.eclipse.webtools.servertools</groupId>

+  <artifactId>org.eclipse.wst.server.ui</artifactId>

+  <version>1.4.201-SNAPSHOT</version>

+  <packaging>eclipse-plugin</packaging>

+</project>

diff --git a/pom.xml b/pom.xml
new file mode 100644
index 0000000..2880b49
--- /dev/null
+++ b/pom.xml
@@ -0,0 +1,75 @@
+<?xml version="1.0" encoding="UTF-8"?>

+<!--

+  Copyright (c) 2012, 2013 Eclipse Foundation and others.

+  All rights reserved. This program and the accompanying materials

+  are made available under the terms of the Eclipse Distribution License v1.0

+  which accompanies this distribution, and is available at

+  http://www.eclipse.org/org/documents/edl-v10.php

+ 

+  Contributors:

+    Thanh Ha (Eclipse Foundation) - initial implementation

+-->

+

+<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"

+    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">

+  <modelVersion>4.0.0</modelVersion>

+

+  <parent>

+    <groupId>org.eclipse</groupId>

+    <artifactId>wtp-parent</artifactId>

+    <version>3.5.0-SNAPSHOT</version>

+    <relativePath>../wtp-parent</relativePath>

+  </parent>

+

+  <groupId>org.eclipse.webtools.servertools</groupId>

+  <artifactId>org.eclipse.webtools.servertools</artifactId>

+  <version>3.5.0-SNAPSHOT</version>

+  <packaging>pom</packaging>

+

+  <modules>

+    <module>features/org.eclipse.jst.server_adapters.ext.feature</module>

+    <module>features/org.eclipse.jst.server_adapters.ext.sdk.feature</module>

+    <module>features/org.eclipse.jst.server_adapters.ext_tests.feature</module>

+    <module>features/org.eclipse.jst.server_adapters.feature</module>

+    <module>features/org.eclipse.jst.server_adapters.sdk.feature</module>

+    <module>features/org.eclipse.jst.server_core.feature</module>

+    <module>features/org.eclipse.jst.server_sdk.feature</module>

+    <module>features/org.eclipse.jst.server_tests.feature</module>

+    <module>features/org.eclipse.jst.server_ui.feature</module>

+    <module>features/org.eclipse.jst.server_userdoc.feature</module>

+    <module>features/org.eclipse.wst.server_adapters.feature</module>

+    <module>features/org.eclipse.wst.server_adapters.sdk.feature</module>

+    <module>features/org.eclipse.wst.server_core.feature</module>

+    <module>features/org.eclipse.wst.server_sdk.feature</module>

+    <module>features/org.eclipse.wst.server_tests.feature</module>

+    <module>features/org.eclipse.wst.server_ui.feature</module>

+    <module>features/org.eclipse.wst.server_userdoc.feature</module>

+

+    <module>plugins/org.eclipse.jst.server.core</module>

+    <module>plugins/org.eclipse.jst.server.generic.core</module>

+    <module>plugins/org.eclipse.jst.server.generic.jboss</module>

+    <module>plugins/org.eclipse.jst.server.generic.jonas</module>

+    <module>plugins/org.eclipse.jst.server.generic.oc4j</module>

+    <module>plugins/org.eclipse.jst.server.generic.ui</module>

+

+    <!-- per bug 412464 this module is not required for the build

+         https://bugs.eclipse.org/412464

+    <module>plugins/org.eclipse.jst.server.pde</module>

+    -->

+

+    <module>plugins/org.eclipse.jst.server.preview.adapter</module>

+    <module>plugins/org.eclipse.jst.server.tomcat.core</module>

+    <module>plugins/org.eclipse.jst.server.tomcat.ui</module>

+    <module>plugins/org.eclipse.jst.server.ui</module>

+    <module>plugins/org.eclipse.jst.server.websphere.core</module>

+    <module>plugins/org.eclipse.wst.internet.monitor.core</module>

+    <module>plugins/org.eclipse.wst.internet.monitor.ui</module>

+    <module>plugins/org.eclipse.wst.server.core</module>

+    <module>plugins/org.eclipse.wst.server.discovery</module>

+    <module>plugins/org.eclipse.wst.server.http.core</module>

+    <module>plugins/org.eclipse.wst.server.http.ui</module>

+    <module>plugins/org.eclipse.wst.server.preview</module>

+    <module>plugins/org.eclipse.wst.server.preview.adapter</module>

+    <module>plugins/org.eclipse.wst.server.ui</module>

+  </modules>

+</project>
\ No newline at end of file