[414719] [CBI] webtools.releng patches for building with Maven/Tycho
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..7e27cd8
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,35 @@
+# copied from eclipse.platform.debug/.gitignore
+bin/
+*~
+*.rej
+*.bak
+javacore.*
+heapdump.*
+core.*
+Snap.*
+
+# suggested by github
+*.log
+*.sql
+*.sqlite
+.DS_Store
+.DS_Store?
+._*
+.Spotlight-V100
+.Trashes
+Icon?
+ehthumbs.db
+Thumbs.db
+desktop.ini
+*.stackdump
+
+#from many .cvsignore files
+build.xml
+temp.folder
+@dot
+src.zip
+.fbwarnings
+javaCompiler...args
+
+# maven
+target/
\ No newline at end of file
diff --git a/assembly/features/org.apache.axis.feature/pom.xml b/assembly/features/org.apache.axis.feature/pom.xml
new file mode 100644
index 0000000..2fcb454
--- /dev/null
+++ b/assembly/features/org.apache.axis.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>
+ <artifactId>org.eclipse.webtools.releng</artifactId>
+ <groupId>org.eclipse.webtools.releng</groupId>
+ <version>3.5.0-SNAPSHOT</version>
+ <relativePath>../../../</relativePath>
+ </parent>
+
+ <groupId>org.eclipse.webtools.releng</groupId>
+ <artifactId>org.apache.axis.feature</artifactId>
+ <version>1.3.0-SNAPSHOT</version>
+ <packaging>eclipse-feature</packaging>
+</project>
\ No newline at end of file
diff --git a/assembly/features/org.apache.commons_logging.feature/pom.xml b/assembly/features/org.apache.commons_logging.feature/pom.xml
new file mode 100644
index 0000000..1395709
--- /dev/null
+++ b/assembly/features/org.apache.commons_logging.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.releng</groupId>
+ <artifactId>org.eclipse.webtools.releng</artifactId>
+ <version>3.5.0-SNAPSHOT</version>
+ <relativePath>../../../</relativePath>
+ </parent>
+
+ <groupId>org.eclipse.webtools.releng</groupId>
+ <artifactId>org.apache.commons_logging.feature</artifactId>
+ <version>1.0.4-SNAPSHOT</version>
+ <packaging>eclipse-feature</packaging>
+</project>
\ No newline at end of file
diff --git a/assembly/features/org.apache.jakarta_log4j.feature/pom.xml b/assembly/features/org.apache.jakarta_log4j.feature/pom.xml
new file mode 100644
index 0000000..a9a420a
--- /dev/null
+++ b/assembly/features/org.apache.jakarta_log4j.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.releng</groupId>
+ <artifactId>org.eclipse.webtools.releng</artifactId>
+ <version>3.5.0-SNAPSHOT</version>
+ <relativePath>../../../</relativePath>
+ </parent>
+
+ <groupId>org.eclipse.webtools.releng</groupId>
+ <artifactId>org.apache.jakarta_log4j.feature</artifactId>
+ <version>1.2.8-SNAPSHOT</version>
+ <packaging>eclipse-feature</packaging>
+</project>
\ No newline at end of file
diff --git a/assembly/features/org.apache.wsil4j.feature/pom.xml b/assembly/features/org.apache.wsil4j.feature/pom.xml
new file mode 100644
index 0000000..38b9db8
--- /dev/null
+++ b/assembly/features/org.apache.wsil4j.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.releng</groupId>
+ <artifactId>org.eclipse.webtools.releng</artifactId>
+ <version>3.5.0-SNAPSHOT</version>
+ <relativePath>../../../</relativePath>
+ </parent>
+
+ <groupId>org.eclipse.webtools.releng</groupId>
+ <artifactId>org.apache.wsil4j.feature</artifactId>
+ <version>1.0.0-SNAPSHOT</version>
+ <packaging>eclipse-feature</packaging>
+</project>
\ No newline at end of file
diff --git a/assembly/features/org.eclipse.jst.sdk/pom.xml b/assembly/features/org.eclipse.jst.sdk/pom.xml
new file mode 100644
index 0000000..c5042c2
--- /dev/null
+++ b/assembly/features/org.eclipse.jst.sdk/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.releng</groupId>
+ <artifactId>org.eclipse.webtools.releng</artifactId>
+ <version>3.5.0-SNAPSHOT</version>
+ <relativePath>../../../</relativePath>
+ </parent>
+
+ <groupId>org.eclipse.webtools.releng</groupId>
+ <artifactId>org.eclipse.jst.sdk</artifactId>
+ <version>3.2.0-SNAPSHOT</version>
+ <packaging>eclipse-feature</packaging>
+</project>
\ No newline at end of file
diff --git a/assembly/features/org.eclipse.jst.tests/pom.xml b/assembly/features/org.eclipse.jst.tests/pom.xml
new file mode 100644
index 0000000..f140809
--- /dev/null
+++ b/assembly/features/org.eclipse.jst.tests/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.releng</groupId>
+ <artifactId>org.eclipse.webtools.releng</artifactId>
+ <version>3.5.0-SNAPSHOT</version>
+ <relativePath>../../../</relativePath>
+ </parent>
+
+ <groupId>org.eclipse.webtools.releng</groupId>
+ <artifactId>org.eclipse.jst.tests</artifactId>
+ <version>3.2.0-SNAPSHOT</version>
+ <packaging>eclipse-feature</packaging>
+</project>
\ No newline at end of file
diff --git a/assembly/features/org.eclipse.thirdparty.assembly/pom.xml b/assembly/features/org.eclipse.thirdparty.assembly/pom.xml
new file mode 100644
index 0000000..04e5457
--- /dev/null
+++ b/assembly/features/org.eclipse.thirdparty.assembly/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.releng</groupId>
+ <artifactId>org.eclipse.webtools.releng</artifactId>
+ <version>3.5.0-SNAPSHOT</version>
+ <relativePath>../../../</relativePath>
+ </parent>
+
+ <groupId>org.eclipse.webtools.releng</groupId>
+ <artifactId>org.eclipse.thirdparty.assembly</artifactId>
+ <version>2.0.0-SNAPSHOT</version>
+ <packaging>eclipse-feature</packaging>
+</project>
\ No newline at end of file
diff --git a/assembly/features/org.eclipse.wst.sdk/pom.xml b/assembly/features/org.eclipse.wst.sdk/pom.xml
new file mode 100644
index 0000000..19e8ae3
--- /dev/null
+++ b/assembly/features/org.eclipse.wst.sdk/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.releng</groupId>
+ <artifactId>org.eclipse.webtools.releng</artifactId>
+ <version>3.5.0-SNAPSHOT</version>
+ <relativePath>../../../</relativePath>
+ </parent>
+
+ <groupId>org.eclipse.webtools.releng</groupId>
+ <artifactId>org.eclipse.wst.sdk</artifactId>
+ <version>3.2.0-SNAPSHOT</version>
+ <packaging>eclipse-feature</packaging>
+</project>
\ No newline at end of file
diff --git a/assembly/features/org.eclipse.wst.tests.feature/pom.xml b/assembly/features/org.eclipse.wst.tests.feature/pom.xml
new file mode 100644
index 0000000..0dd97c8
--- /dev/null
+++ b/assembly/features/org.eclipse.wst.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.releng</groupId>
+ <artifactId>org.eclipse.webtools.releng</artifactId>
+ <version>3.5.0-SNAPSHOT</version>
+ <relativePath>../../../</relativePath>
+ </parent>
+
+ <groupId>org.eclipse.webtools.releng</groupId>
+ <artifactId>org.eclipse.wst.tests.feature</artifactId>
+ <version>3.2.0-SNAPSHOT</version>
+ <packaging>eclipse-feature</packaging>
+</project>
\ No newline at end of file
diff --git a/assembly/features/org.eclipse.wtp.noship.assembly.feature/pom.xml b/assembly/features/org.eclipse.wtp.noship.assembly.feature/pom.xml
new file mode 100644
index 0000000..c3580b7
--- /dev/null
+++ b/assembly/features/org.eclipse.wtp.noship.assembly.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.releng</groupId>
+ <artifactId>org.eclipse.webtools.releng</artifactId>
+ <version>3.5.0-SNAPSHOT</version>
+ <relativePath>../../../</relativePath>
+ </parent>
+
+ <groupId>org.eclipse.webtools.releng</groupId>
+ <artifactId>org.eclipse.wtp.noship.assembly.feature</artifactId>
+ <version>1.0.0-SNAPSHOT</version>
+ <packaging>eclipse-feature</packaging>
+</project>
\ No newline at end of file
diff --git a/assembly/features/org.eclipse.wtp.patch.assembly.feature/pom.xml b/assembly/features/org.eclipse.wtp.patch.assembly.feature/pom.xml
new file mode 100644
index 0000000..d9c30fc
--- /dev/null
+++ b/assembly/features/org.eclipse.wtp.patch.assembly.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.releng</groupId>
+ <artifactId>org.eclipse.webtools.releng</artifactId>
+ <version>3.5.0-SNAPSHOT</version>
+ <relativePath>../../../</relativePath>
+ </parent>
+
+ <groupId>org.eclipse.webtools.releng</groupId>
+ <artifactId>org.eclipse.wtp.patch.assembly.feature</artifactId>
+ <version>1.0.0-SNAPSHOT</version>
+ <packaging>eclipse-feature</packaging>
+</project>
\ No newline at end of file
diff --git a/assembly/features/org.eclipse.wtp.patch.tests.assembly.feature/pom.xml b/assembly/features/org.eclipse.wtp.patch.tests.assembly.feature/pom.xml
new file mode 100644
index 0000000..6ae62fb
--- /dev/null
+++ b/assembly/features/org.eclipse.wtp.patch.tests.assembly.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.releng</groupId>
+ <artifactId>org.eclipse.webtools.releng</artifactId>
+ <version>3.5.0-SNAPSHOT</version>
+ <relativePath>../../../</relativePath>
+ </parent>
+
+ <groupId>org.eclipse.webtools.releng</groupId>
+ <artifactId>org.eclipse.wtp.patch.tests.assembly.feature</artifactId>
+ <version>1.0.0-SNAPSHOT</version>
+ <packaging>eclipse-feature</packaging>
+</project>
\ No newline at end of file
diff --git a/assembly/features/org.eclipse.wtp.requiredpreques/pom.xml b/assembly/features/org.eclipse.wtp.requiredpreques/pom.xml
new file mode 100644
index 0000000..995f549
--- /dev/null
+++ b/assembly/features/org.eclipse.wtp.requiredpreques/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.releng</groupId>
+ <artifactId>org.eclipse.webtools.releng</artifactId>
+ <version>3.5.0-SNAPSHOT</version>
+ <relativePath>../../../</relativePath>
+ </parent>
+
+ <groupId>org.eclipse.webtools.releng</groupId>
+ <artifactId>org.eclipse.wtp.requiredpreques</artifactId>
+ <version>3.2.2-SNAPSHOT</version>
+ <packaging>eclipse-feature</packaging>
+</project>
\ No newline at end of file
diff --git a/assembly/features/org.eclipse.wtp.xml.dev.feature/feature.xml b/assembly/features/org.eclipse.wtp.xml.dev.feature/feature.xml
index cfbe94c..b2fff5d 100644
--- a/assembly/features/org.eclipse.wtp.xml.dev.feature/feature.xml
+++ b/assembly/features/org.eclipse.wtp.xml.dev.feature/feature.xml
@@ -2,7 +2,7 @@
<feature
id="org.eclipse.wtp.xml.dev.assembly.feature"
label="Dev Feature"
- version="1.0.0">
+ version="1.0.0.qualifier">
<description>
A simply assembly feature to drive build. Not intended for distribution.
diff --git a/assembly/features/org.eclipse.wtp.xml.dev.feature/pom.xml b/assembly/features/org.eclipse.wtp.xml.dev.feature/pom.xml
new file mode 100644
index 0000000..80c7403
--- /dev/null
+++ b/assembly/features/org.eclipse.wtp.xml.dev.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.releng</groupId>
+ <artifactId>org.eclipse.webtools.releng</artifactId>
+ <version>3.5.0-SNAPSHOT</version>
+ <relativePath>../../../</relativePath>
+ </parent>
+
+ <groupId>org.eclipse.webtools.releng</groupId>
+ <artifactId>org.eclipse.wtp.xml.dev.assembly.feature</artifactId>
+ <version>1.0.0-SNAPSHOT</version>
+ <packaging>eclipse-feature</packaging>
+</project>
\ No newline at end of file
diff --git a/assembly/features/org.uddi4j.feature/pom.xml b/assembly/features/org.uddi4j.feature/pom.xml
new file mode 100644
index 0000000..2997c1d
--- /dev/null
+++ b/assembly/features/org.uddi4j.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.releng</groupId>
+ <artifactId>org.eclipse.webtools.releng</artifactId>
+ <version>3.5.0-SNAPSHOT</version>
+ <relativePath>../../../</relativePath>
+ </parent>
+
+ <groupId>org.eclipse.webtools.releng</groupId>
+ <artifactId>org.uddi4j.feature</artifactId>
+ <version>2.0.5-SNAPSHOT</version>
+ <packaging>eclipse-feature</packaging>
+</project>
\ No newline at end of file
diff --git a/assembly/features/org.wsdl4j.feature/pom.xml b/assembly/features/org.wsdl4j.feature/pom.xml
new file mode 100644
index 0000000..901248e
--- /dev/null
+++ b/assembly/features/org.wsdl4j.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.releng</groupId>
+ <artifactId>org.eclipse.webtools.releng</artifactId>
+ <version>3.5.0-SNAPSHOT</version>
+ <relativePath>../../../</relativePath>
+ </parent>
+
+ <groupId>org.eclipse.webtools.releng</groupId>
+ <artifactId>org.wsdl4j.feature</artifactId>
+ <version>1.4.0-SNAPSHOT</version>
+ <packaging>eclipse-feature</packaging>
+</project>
\ No newline at end of file
diff --git a/assembly/plugins/org.eclipse.jst/pom.xml b/assembly/plugins/org.eclipse.jst/pom.xml
new file mode 100644
index 0000000..a43a530
--- /dev/null
+++ b/assembly/plugins/org.eclipse.jst/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>
+ <artifactId>org.eclipse.webtools.releng</artifactId>
+ <groupId>org.eclipse.webtools.releng</groupId>
+ <version>3.5.0-SNAPSHOT</version>
+ <relativePath>../../../</relativePath>
+ </parent>
+
+ <groupId>org.eclipse.webtools.releng</groupId>
+ <artifactId>org.eclipse.jst</artifactId>
+ <version>3.1.0-SNAPSHOT</version>
+ <packaging>eclipse-plugin</packaging>
+</project>
\ No newline at end of file
diff --git a/assembly/plugins/org.eclipse.wst/pom.xml b/assembly/plugins/org.eclipse.wst/pom.xml
new file mode 100644
index 0000000..ca9bc02
--- /dev/null
+++ b/assembly/plugins/org.eclipse.wst/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>
+ <artifactId>org.eclipse.webtools.releng</artifactId>
+ <groupId>org.eclipse.webtools.releng</groupId>
+ <version>3.5.0-SNAPSHOT</version>
+ <relativePath>../../../</relativePath>
+ </parent>
+
+ <groupId>org.eclipse.webtools.releng</groupId>
+ <artifactId>org.eclipse.wst</artifactId>
+ <version>3.1.0-SNAPSHOT</version>
+ <packaging>eclipse-plugin</packaging>
+</project>
\ No newline at end of file
diff --git a/assembly/plugins/org.eclipse.wtp.xml.dev/pom.xml b/assembly/plugins/org.eclipse.wtp.xml.dev/pom.xml
new file mode 100644
index 0000000..1252f6a
--- /dev/null
+++ b/assembly/plugins/org.eclipse.wtp.xml.dev/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>
+ <artifactId>org.eclipse.webtools.releng</artifactId>
+ <groupId>org.eclipse.webtools.releng</groupId>
+ <version>3.5.0-SNAPSHOT</version>
+ <relativePath>../../../</relativePath>
+ </parent>
+
+ <groupId>org.eclipse.webtools.releng</groupId>
+ <artifactId>org.eclipse.wtp.xml.dev</artifactId>
+ <version>1.0.0-SNAPSHOT</version>
+ <packaging>eclipse-plugin</packaging>
+</project>
\ No newline at end of file
diff --git a/docs/org.eclipse.jst.doc.isv/pom.xml b/docs/org.eclipse.jst.doc.isv/pom.xml
new file mode 100644
index 0000000..5ffc3ed
--- /dev/null
+++ b/docs/org.eclipse.jst.doc.isv/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>
+ <artifactId>org.eclipse.webtools.releng</artifactId>
+ <groupId>org.eclipse.webtools.releng</groupId>
+ <version>3.5.0-SNAPSHOT</version>
+ <relativePath>../../</relativePath>
+ </parent>
+
+ <groupId>org.eclipse.webtools.releng</groupId>
+ <artifactId>org.eclipse.jst.doc.isv</artifactId>
+ <version>1.1.0-SNAPSHOT</version>
+ <packaging>eclipse-plugin</packaging>
+</project>
\ No newline at end of file
diff --git a/docs/org.eclipse.wst.doc.isv/pom.xml b/docs/org.eclipse.wst.doc.isv/pom.xml
new file mode 100644
index 0000000..41c9c1b
--- /dev/null
+++ b/docs/org.eclipse.wst.doc.isv/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>
+ <artifactId>org.eclipse.webtools.releng</artifactId>
+ <groupId>org.eclipse.webtools.releng</groupId>
+ <version>3.5.0-SNAPSHOT</version>
+ <relativePath>../../</relativePath>
+ </parent>
+
+ <groupId>org.eclipse.webtools.releng</groupId>
+ <artifactId>org.eclipse.wst.doc.isv</artifactId>
+ <version>1.1.0-SNAPSHOT</version>
+ <packaging>eclipse-plugin</packaging>
+</project>
\ No newline at end of file
diff --git a/features/org.eclipse.jpt.feature.patch/pom.xml b/features/org.eclipse.jpt.feature.patch/pom.xml
new file mode 100644
index 0000000..3800232
--- /dev/null
+++ b/features/org.eclipse.jpt.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.releng</groupId>
+ <artifactId>org.eclipse.webtools.releng</artifactId>
+ <version>3.5.0-SNAPSHOT</version>
+ <relativePath>../../</relativePath>
+ </parent>
+
+ <groupId>webtools.releng</groupId>
+ <artifactId>org.eclipse.jpt.feature.patch</artifactId>
+ <version>2.0.100-SNAPSHOT</version>
+ <packaging>eclipse-feature</packaging>
+</project>
\ No newline at end of file
diff --git a/features/org.eclipse.jpt.jpa.feature.patch/pom.xml b/features/org.eclipse.jpt.jpa.feature.patch/pom.xml
new file mode 100644
index 0000000..8710147
--- /dev/null
+++ b/features/org.eclipse.jpt.jpa.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.releng</groupId>
+ <artifactId>org.eclipse.webtools.releng</artifactId>
+ <version>3.5.0-SNAPSHOT</version>
+ <relativePath>../../</relativePath>
+ </parent>
+
+ <groupId>webtools.releng</groupId>
+ <artifactId>org.eclipse.jpt.jpa.feature.patch</artifactId>
+ <version>3.0.2-SNAPSHOT</version>
+ <packaging>eclipse-feature</packaging>
+</project>
\ No newline at end of file
diff --git a/features/org.eclipse.jsf.feature.patch/pom.xml b/features/org.eclipse.jsf.feature.patch/pom.xml
new file mode 100644
index 0000000..4424364
--- /dev/null
+++ b/features/org.eclipse.jsf.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.releng</groupId>
+ <artifactId>org.eclipse.webtools.releng</artifactId>
+ <version>3.5.0-SNAPSHOT</version>
+ <relativePath>../../</relativePath>
+ </parent>
+
+ <groupId>webtools.releng</groupId>
+ <artifactId>org.eclipse.jsf.feature.patch</artifactId>
+ <version>3.2.5-SNAPSHOT</version>
+ <packaging>eclipse-feature</packaging>
+</project>
\ No newline at end of file
diff --git a/features/org.eclipse.jst.jsf.tests.feature.patch/pom.xml b/features/org.eclipse.jst.jsf.tests.feature.patch/pom.xml
new file mode 100644
index 0000000..bba0b9a
--- /dev/null
+++ b/features/org.eclipse.jst.jsf.tests.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.releng</groupId>
+ <artifactId>org.eclipse.webtools.releng</artifactId>
+ <version>3.5.0-SNAPSHOT</version>
+ <relativePath>../../</relativePath>
+ </parent>
+
+ <groupId>org.eclipse.webtools.releng</groupId>
+ <artifactId>org.eclipse.jst.jsf.tests.feature.patch</artifactId>
+ <version>3.1.2-SNAPSHOT</version>
+ <packaging>eclipse-feature</packaging>
+</project>
\ No newline at end of file
diff --git a/features/org.eclipse.wst.doc.isv.feature/pom.xml b/features/org.eclipse.wst.doc.isv.feature/pom.xml
new file mode 100644
index 0000000..43d2c2c
--- /dev/null
+++ b/features/org.eclipse.wst.doc.isv.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.releng</groupId>
+ <artifactId>org.eclipse.webtools.releng</artifactId>
+ <version>3.5.0-SNAPSHOT</version>
+ <relativePath>../../</relativePath>
+ </parent>
+
+ <groupId>org.eclipse.webtools.releng</groupId>
+ <artifactId>org.eclipse.wst.doc.isv.feature</artifactId>
+ <version>3.0.0-SNAPSHOT</version>
+ <packaging>eclipse-feature</packaging>
+</project>
\ No newline at end of file
diff --git a/features/org.eclipse.wst.doc.user.feature/pom.xml b/features/org.eclipse.wst.doc.user.feature/pom.xml
new file mode 100644
index 0000000..e1e7dd4
--- /dev/null
+++ b/features/org.eclipse.wst.doc.user.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.releng</groupId>
+ <artifactId>org.eclipse.webtools.releng</artifactId>
+ <version>3.5.0-SNAPSHOT</version>
+ <relativePath>../../</relativePath>
+ </parent>
+
+ <groupId>org.eclipse.webtools.releng</groupId>
+ <artifactId>org.eclipse.wst.doc.user.feature</artifactId>
+ <version>3.0.0-SNAPSHOT</version>
+ <packaging>eclipse-feature</packaging>
+</project>
\ No newline at end of file
diff --git a/features/org.eclipse.wtp.capabilities/pom.xml b/features/org.eclipse.wtp.capabilities/pom.xml
new file mode 100644
index 0000000..bd0d31e
--- /dev/null
+++ b/features/org.eclipse.wtp.capabilities/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.releng</groupId>
+ <artifactId>org.eclipse.webtools.releng</artifactId>
+ <version>3.5.0-SNAPSHOT</version>
+ <relativePath>../../</relativePath>
+ </parent>
+
+ <groupId>org.eclipse.webtools.releng</groupId>
+ <artifactId>org.eclipse.wtp.capabilities.feature</artifactId>
+ <version>1.0.100-SNAPSHOT</version>
+ <packaging>eclipse-feature</packaging>
+</project>
\ No newline at end of file
diff --git a/features/org.eclipse.wtp.jee.feature/pom.xml b/features/org.eclipse.wtp.jee.feature/pom.xml
new file mode 100644
index 0000000..2c4f145
--- /dev/null
+++ b/features/org.eclipse.wtp.jee.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.releng</groupId>
+ <artifactId>org.eclipse.webtools.releng</artifactId>
+ <version>3.5.0-SNAPSHOT</version>
+ <relativePath>../../</relativePath>
+ </parent>
+
+ <groupId>org.eclipse.webtools.releng</groupId>
+ <artifactId>org.eclipse.wtp.jee.feature</artifactId>
+ <version>3.1.0-SNAPSHOT</version>
+ <packaging>eclipse-feature</packaging>
+</project>
\ No newline at end of file
diff --git a/features/org.eclipse.wtp.releng.fixups.feature/pom.xml b/features/org.eclipse.wtp.releng.fixups.feature/pom.xml
new file mode 100644
index 0000000..6df2b38
--- /dev/null
+++ b/features/org.eclipse.wtp.releng.fixups.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.releng</groupId>
+ <artifactId>org.eclipse.webtools.releng</artifactId>
+ <version>3.5.0-SNAPSHOT</version>
+ <relativePath>../../</relativePath>
+ </parent>
+
+ <groupId>org.eclipse.webtools.releng</groupId>
+ <artifactId>org.eclipse.wtp.releng.fixups.feature</artifactId>
+ <version>1.1.0-SNAPSHOT</version>
+ <packaging>eclipse-feature</packaging>
+</project>
\ No newline at end of file
diff --git a/features/org.eclipse.wtp.releng.tests.feature.patch/pom.xml b/features/org.eclipse.wtp.releng.tests.feature.patch/pom.xml
new file mode 100644
index 0000000..df43b38
--- /dev/null
+++ b/features/org.eclipse.wtp.releng.tests.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.releng</groupId>
+ <artifactId>org.eclipse.webtools.releng</artifactId>
+ <version>3.5.0-SNAPSHOT</version>
+ <relativePath>../../</relativePath>
+ </parent>
+
+ <groupId>org.eclipse.webtools.releng</groupId>
+ <artifactId>org.eclipse.wtp.releng.tests.feature.patch</artifactId>
+ <version>3.0.0-SNAPSHOT</version>
+ <packaging>eclipse-feature</packaging>
+</project>
\ No newline at end of file
diff --git a/features/org.eclipse.wtp.releng.tests.feature/pom.xml b/features/org.eclipse.wtp.releng.tests.feature/pom.xml
new file mode 100644
index 0000000..3c5ce1f
--- /dev/null
+++ b/features/org.eclipse.wtp.releng.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.releng</groupId>
+ <artifactId>org.eclipse.webtools.releng</artifactId>
+ <version>3.5.0-SNAPSHOT</version>
+ <relativePath>../../</relativePath>
+ </parent>
+
+ <groupId>org.eclipse.webtools.releng</groupId>
+ <artifactId>org.eclipse.wtp.releng.tests.feature</artifactId>
+ <version>1.2.0-SNAPSHOT</version>
+ <packaging>eclipse-feature</packaging>
+</project>
\ No newline at end of file
diff --git a/features/org.eclipse.wtp.releng.tools.feature/pom.xml b/features/org.eclipse.wtp.releng.tools.feature/pom.xml
new file mode 100644
index 0000000..b00ce3c
--- /dev/null
+++ b/features/org.eclipse.wtp.releng.tools.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.releng</groupId>
+ <artifactId>org.eclipse.webtools.releng</artifactId>
+ <version>3.5.0-SNAPSHOT</version>
+ <relativePath>../../</relativePath>
+ </parent>
+
+ <groupId>org.eclipse.webtools.releng</groupId>
+ <artifactId>org.eclipse.wtp.releng.tools.feature</artifactId>
+ <version>1.2.0-SNAPSHOT</version>
+ <packaging>eclipse-feature</packaging>
+</project>
\ No newline at end of file
diff --git a/org.eclipse.wtp.releng.versionchecker/pom.xml b/org.eclipse.wtp.releng.versionchecker/pom.xml
new file mode 100644
index 0000000..ff35fe0
--- /dev/null
+++ b/org.eclipse.wtp.releng.versionchecker/pom.xml
@@ -0,0 +1,26 @@
+<?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>
+ <artifactId>org.eclipse.webtools.releng</artifactId>
+ <groupId>org.eclipse.webtools.releng</groupId>
+ <version>3.5.0-SNAPSHOT</version>
+ </parent>
+
+ <groupId>org.eclipse.webtools.releng</groupId>
+ <artifactId>org.eclipse.wtp.releng.versionchecker</artifactId>
+ <version>1.0.1-SNAPSHOT</version>
+ <packaging>eclipse-plugin</packaging>
+</project>
\ No newline at end of file
diff --git a/org.eclipse.wtp.releng.webupdatesite/pom.xml b/org.eclipse.wtp.releng.webupdatesite/pom.xml
new file mode 100644
index 0000000..4e3fffc
--- /dev/null
+++ b/org.eclipse.wtp.releng.webupdatesite/pom.xml
@@ -0,0 +1,26 @@
+<?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>
+ <artifactId>org.eclipse.webtools.releng</artifactId>
+ <groupId>org.eclipse.webtools.releng</groupId>
+ <version>3.5.0-SNAPSHOT</version>
+ </parent>
+
+ <groupId>org.eclipse.webtools.releng</groupId>
+ <artifactId>org.eclipse.wtp.releng.webupdatesite</artifactId>
+ <version>1.0.0-SNAPSHOT</version>
+ <packaging>eclipse-plugin</packaging>
+</project>
\ No newline at end of file
diff --git a/plugins/org.eclipse.wtp.capabilities/pom.xml b/plugins/org.eclipse.wtp.capabilities/pom.xml
new file mode 100644
index 0000000..2019727
--- /dev/null
+++ b/plugins/org.eclipse.wtp.capabilities/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.releng</groupId>
+ <artifactId>org.eclipse.webtools.releng</artifactId>
+ <version>3.5.0-SNAPSHOT</version>
+ <relativePath>../../</relativePath>
+ </parent>
+
+ <groupId>org.eclipse.webtools.releng</groupId>
+ <artifactId>org.eclipse.wtp.capabilities</artifactId>
+ <version>1.0.0-SNAPSHOT</version>
+ <packaging>eclipse-feature</packaging>
+</project>
\ No newline at end of file
diff --git a/plugins/org.eclipse.wtp.epp.package.capabilities/pom.xml b/plugins/org.eclipse.wtp.epp.package.capabilities/pom.xml
new file mode 100644
index 0000000..ad78390
--- /dev/null
+++ b/plugins/org.eclipse.wtp.epp.package.capabilities/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.releng</groupId>
+ <artifactId>org.eclipse.webtools.releng</artifactId>
+ <version>3.5.0-SNAPSHOT</version>
+ <relativePath>../../</relativePath>
+ </parent>
+
+ <groupId>org.eclipse.webtools.releng</groupId>
+ <artifactId>org.eclipse.wtp.epp.package.capabilities</artifactId>
+ <version>1.3.0-SNAPSHOT</version>
+ <packaging>eclipse-plugin</packaging>
+</project>
\ No newline at end of file
diff --git a/plugins/org.eclipse.wtp.epp.package.jee.intro/pom.xml b/plugins/org.eclipse.wtp.epp.package.jee.intro/pom.xml
new file mode 100644
index 0000000..eedbe6e
--- /dev/null
+++ b/plugins/org.eclipse.wtp.epp.package.jee.intro/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.releng</groupId>
+ <artifactId>org.eclipse.webtools.releng</artifactId>
+ <version>3.5.0-SNAPSHOT</version>
+ <relativePath>../../</relativePath>
+ </parent>
+
+ <groupId>org.eclipse.webtools.releng</groupId>
+ <artifactId>org.eclipse.wtp.epp.package.jee.intro</artifactId>
+ <version>1.3.0-SNAPSHOT</version>
+ <packaging>eclipse-plugin</packaging>
+</project>
\ No newline at end of file
diff --git a/plugins/org.eclipse.wtp.feature.branding.template/pom.xml b/plugins/org.eclipse.wtp.feature.branding.template/pom.xml
new file mode 100644
index 0000000..3f4361f
--- /dev/null
+++ b/plugins/org.eclipse.wtp.feature.branding.template/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.releng</groupId>
+ <artifactId>org.eclipse.webtools.releng</artifactId>
+ <version>3.5.0-SNAPSHOT</version>
+ <relativePath>../../</relativePath>
+ </parent>
+
+ <groupId>org.eclipse.webtools.releng</groupId>
+ <artifactId>org.eclipse.wtp.feature.branding.template</artifactId>
+ <version>1.0.0-SNAPSHOT</version>
+ <packaging>eclipse-plugin</packaging>
+</project>
\ No newline at end of file
diff --git a/plugins/org.eclipse.wtp.intro/pom.xml b/plugins/org.eclipse.wtp.intro/pom.xml
new file mode 100644
index 0000000..e789236
--- /dev/null
+++ b/plugins/org.eclipse.wtp.intro/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.releng</groupId>
+ <artifactId>org.eclipse.webtools.releng</artifactId>
+ <version>3.5.0-SNAPSHOT</version>
+ <relativePath>../../</relativePath>
+ </parent>
+
+ <groupId>org.eclipse.webtools.releng</groupId>
+ <artifactId>org.eclipse.wtp.jee.intro</artifactId>
+ <version>3.1.0-SNAPSHOT</version>
+ <packaging>eclipse-plugin</packaging>
+</project>
\ No newline at end of file
diff --git a/plugins/org.eclipse.wtp.jee/pom.xml b/plugins/org.eclipse.wtp.jee/pom.xml
new file mode 100644
index 0000000..0648472
--- /dev/null
+++ b/plugins/org.eclipse.wtp.jee/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.releng</groupId>
+ <artifactId>org.eclipse.webtools.releng</artifactId>
+ <version>3.5.0-SNAPSHOT</version>
+ <relativePath>../../</relativePath>
+ </parent>
+
+ <groupId>org.eclipse.webtools.releng</groupId>
+ <artifactId>org.eclipse.wtp.jee</artifactId>
+ <version>3.1.0-SNAPSHOT</version>
+ <packaging>eclipse-plugin</packaging>
+</project>
\ No newline at end of file
diff --git a/plugins/org.eclipse.wtp.releng.fixups/pom.xml b/plugins/org.eclipse.wtp.releng.fixups/pom.xml
new file mode 100644
index 0000000..ded0e87
--- /dev/null
+++ b/plugins/org.eclipse.wtp.releng.fixups/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.releng</groupId>
+ <artifactId>org.eclipse.webtools.releng</artifactId>
+ <version>3.5.0-SNAPSHOT</version>
+ <relativePath>../../</relativePath>
+ </parent>
+
+ <groupId>org.eclipse.webtools.releng</groupId>
+ <artifactId>org.eclipse.wtp.releng.fixups</artifactId>
+ <version>1.1.0-SNAPSHOT</version>
+ <packaging>eclipse-plugin</packaging>
+</project>
\ No newline at end of file
diff --git a/plugins/org.eclipse.wtp.releng.tools/pom.xml b/plugins/org.eclipse.wtp.releng.tools/pom.xml
new file mode 100644
index 0000000..8b2e010
--- /dev/null
+++ b/plugins/org.eclipse.wtp.releng.tools/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.releng</groupId>
+ <artifactId>org.eclipse.webtools.releng</artifactId>
+ <version>3.5.0-SNAPSHOT</version>
+ <relativePath>../../</relativePath>
+ </parent>
+
+ <groupId>org.eclipse.webtools.releng</groupId>
+ <artifactId>org.eclipse.wtp.releng.tools</artifactId>
+ <version>1.2.1-SNAPSHOT</version>
+ <packaging>eclipse-plugin</packaging>
+</project>
\ No newline at end of file
diff --git a/pom.xml b/pom.xml
new file mode 100644
index 0000000..2cf457d
--- /dev/null
+++ b/pom.xml
@@ -0,0 +1,115 @@
+<?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.releng</groupId>
+ <artifactId>org.eclipse.webtools.releng</artifactId>
+ <version>3.5.0-SNAPSHOT</version>
+ <packaging>pom</packaging>
+
+ <modules>
+ <module>org.eclipse.wtp.releng.versionchecker</module>
+ <module>org.eclipse.wtp.releng.webupdatesite</module>
+
+ <!-- docs -->
+ <module>docs/org.eclipse.jst.doc.isv</module>
+ <module>docs/org.eclipse.wst.doc.isv</module>
+
+ <!-- assembly -->
+ <module>assembly/features/org.apache.axis.feature</module>
+ <!-- can't find org.apache.commons_logging plugin
+ <module>assembly/features/org.apache.commons_logging.feature</module>
+ -->
+ <!-- can't find org.apache.jakarta_log4j plugin
+ <module>assembly/features/org.apache.jakarta_log4j.feature</module>
+ -->
+ <module>assembly/features/org.apache.wsil4j.feature</module>
+ <module>assembly/features/org.eclipse.jst.sdk</module>
+ <module>assembly/features/org.eclipse.jst.tests</module>
+ <module>assembly/features/org.eclipse.thirdparty.assembly</module>
+ <module>assembly/features/org.eclipse.wst.sdk</module>
+ <module>assembly/features/org.eclipse.wst.tests.feature</module>
+ <!-- cannot find org.eclipse.wst.common_core.feature.patch.feature.group
+ <module>assembly/features/org.eclipse.wtp.noship.assembly.feature</module>
+ -->
+ <!-- cannot find org.eclipse.wst.server_core.feature.patch.feature.group
+ <module>assembly/features/org.eclipse.wtp.patch.assembly.feature</module>
+ <module>assembly/features/org.eclipse.wtp.patch.tests.assembly.feature</module>
+ -->
+ <module>assembly/features/org.eclipse.wtp.requiredpreques</module>
+ <module>assembly/features/org.eclipse.wtp.xml.dev.feature</module>
+ <module>assembly/features/org.uddi4j.feature</module>
+ <!-- cannot find org.wsdl4j
+ <module>assembly/features/org.wsdl4j.feature</module>
+ -->
+
+ <module>assembly/plugins/org.eclipse.jst</module>
+ <module>assembly/plugins/org.eclipse.wst</module>
+ <module>assembly/plugins/org.eclipse.wtp.xml.dev</module>
+
+ <!-- features -->
+ <!-- cannot find org.eclipse.jpt.db
+ <module>features/org.eclipse.jpt.feature.patch</module>
+ -->
+ <!-- webtools.dali currently unbuildable
+ <module>features/org.eclipse.jpt.jpa.feature.patch</module>
+ -->
+ <module>features/org.eclipse.jsf.feature.patch</module>
+ <module>features/org.eclipse.jst.doc.isv.feature</module>
+ <module>features/org.eclipse.jst.jsf.tests.feature.patch</module>
+ <module>features/org.eclipse.wst.doc.isv.feature</module>
+ <module>features/org.eclipse.wst.doc.user.feature</module>
+ <module>features/org.eclipse.wtp.capabilities</module>
+ <!-- cannot find org.eclipse.jpt.eclipselink.feature.feature.group
+ <module>features/org.eclipse.wtp.jee.feature</module>
+ -->
+ <!--
+ <module>features/org.eclipse.wtp.package.jee.feature</module>
+ -->
+ <module>features/org.eclipse.wtp.releng.fixups.feature</module>
+ <module>features/org.eclipse.wtp.releng.tests.feature</module>
+ <!-- cannot find org.eclipse.callisto.tools.versionchecker
+ <module>features/org.eclipse.wtp.releng.tests.feature.patch</module>
+ -->
+ <module>features/org.eclipse.wtp.releng.tools.feature</module>
+
+ <!-- plugins -->
+ <module>plugins/org.eclipse.javaee.intro</module>
+ <module>plugins/org.eclipse.wtp.capabilities</module>
+ <module>plugins/org.eclipse.wtp.epp.package.capabilities</module>
+ <module>plugins/org.eclipse.wtp.epp.package.jee.intro</module>
+ <module>plugins/org.eclipse.wtp.feature.branding.template</module>
+ <!-- duplicate ID with org.eclipse.wtp.jee.intro
+ <module>plugins/org.eclipse.wtp.intro</module>
+ -->
+ <module>plugins/org.eclipse.wtp.jee</module>
+ <module>plugins/org.eclipse.wtp.jee.intro</module>
+ <!-- duplicate ID with org.eclipse.wtp.jee
+ <module>plugins/org.eclipse.wtp.package.jee</module>
+ -->
+ <module>plugins/org.eclipse.wtp.releng.fixups</module>
+ <module>plugins/org.eclipse.wtp.releng.tools</module>
+
+ <!-- tests -->
+ <module>tests/org.eclipse.wtp.releng.tests</module>
+ </modules>
+</project>
\ No newline at end of file
diff --git a/tests/org.eclipse.test.performance/pom.xml b/tests/org.eclipse.test.performance/pom.xml
new file mode 100644
index 0000000..0cebef2
--- /dev/null
+++ b/tests/org.eclipse.test.performance/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.releng</groupId>
+ <artifactId>org.eclipse.webtools.releng</artifactId>
+ <version>3.5.0-SNAPSHOT</version>
+ <relativePath>../../</relativePath>
+ </parent>
+
+ <groupId>org.eclipse.webtools.releng</groupId>
+ <artifactId>org.eclipse.test.performance</artifactId>
+ <version>3.4.0-SNAPSHOT</version>
+ <packaging>eclipse-plugin</packaging>
+</project>
\ No newline at end of file
diff --git a/tests/org.eclipse.wtp.releng.httphandler/pom.xml b/tests/org.eclipse.wtp.releng.httphandler/pom.xml
new file mode 100644
index 0000000..0c0abda
--- /dev/null
+++ b/tests/org.eclipse.wtp.releng.httphandler/pom.xml
@@ -0,0 +1,27 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ Copyright (c) 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.releng</groupId>
+ <artifactId>org.eclipse.webtools.releng</artifactId>
+ <version>3.5.0-SNAPSHOT</version>
+ <relativePath>../../</relativePath>
+ </parent>
+
+ <groupId>org.eclipse.webtools.releng</groupId>
+ <artifactId>org.eclipse.wtp.releng.httphandler</artifactId>
+ <version>1.1.0-SNAPSHOT</version>
+ <packaging>eclipse-plugin</packaging>
+</project>
\ No newline at end of file
diff --git a/tests/org.eclipse.wtp.releng.tests/pom.xml b/tests/org.eclipse.wtp.releng.tests/pom.xml
new file mode 100644
index 0000000..b8501a2
--- /dev/null
+++ b/tests/org.eclipse.wtp.releng.tests/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.releng</groupId>
+ <artifactId>org.eclipse.webtools.releng</artifactId>
+ <version>3.5.0-SNAPSHOT</version>
+ <relativePath>../../</relativePath>
+ </parent>
+
+ <groupId>org.eclipse.webtools.releng</groupId>
+ <artifactId>org.eclipse.wtp.releng.tests</artifactId>
+ <version>1.2.0-SNAPSHOT</version>
+ <packaging>eclipse-plugin</packaging>
+</project>
\ No newline at end of file
diff --git a/tests/org.eclipse.wtp.tests.xerces/pom.xml b/tests/org.eclipse.wtp.tests.xerces/pom.xml
new file mode 100644
index 0000000..f3d6ad6
--- /dev/null
+++ b/tests/org.eclipse.wtp.tests.xerces/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.releng</groupId>
+ <artifactId>org.eclipse.webtools.releng</artifactId>
+ <version>3.5.0-SNAPSHOT</version>
+ <relativePath>../../</relativePath>
+ </parent>
+
+ <groupId>org.eclipse.webtools.releng</groupId>
+ <artifactId>org.eclipse.wtp.tests.xerces</artifactId>
+ <version>1.0.0-SNAPSHOT</version>
+ <packaging>eclipse-plugin</packaging>
+</project>
\ No newline at end of file