[414712] [CBI] webtools.servertools patches for building with
Maven/Tycho
diff --git a/docs/org.eclipse.jst.server.ui.doc.user/pom.xml b/docs/org.eclipse.jst.server.ui.doc.user/pom.xml
new file mode 100644
index 0000000..06f7bd1
--- /dev/null
+++ b/docs/org.eclipse.jst.server.ui.doc.user/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.docs</artifactId>

+    <version>3.5.0-SNAPSHOT</version>

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

+  </parent>

+

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

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

+  <version>1.0.500-SNAPSHOT</version>

+  <packaging>eclipse-plugin</packaging>

+</project>

diff --git a/docs/org.eclipse.jst.server.ui.infopop/build.properties b/docs/org.eclipse.jst.server.ui.infopop/build.properties
index cdeca11..25c3c39 100644
--- a/docs/org.eclipse.jst.server.ui.infopop/build.properties
+++ b/docs/org.eclipse.jst.server.ui.infopop/build.properties
@@ -4,4 +4,9 @@
                plugin.xml,\
                about.html,\
                META-INF/
+src.includes = plugin.xml,\
+               plugin.properties,\
+               about.html,\
+               STjavaContexts.xml,\
+               STtomcatContexts.xml
 generateSourceBundle=false
diff --git a/docs/org.eclipse.jst.server.ui.infopop/pom.xml b/docs/org.eclipse.jst.server.ui.infopop/pom.xml
new file mode 100644
index 0000000..89955ef
--- /dev/null
+++ b/docs/org.eclipse.jst.server.ui.infopop/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.docs</artifactId>

+    <version>3.5.0-SNAPSHOT</version>

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

+  </parent>

+

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

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

+  <version>1.0.400-SNAPSHOT</version>

+  <packaging>eclipse-plugin</packaging>

+</project>

diff --git a/docs/org.eclipse.server.doc.isv/pom.xml b/docs/org.eclipse.server.doc.isv/pom.xml
new file mode 100644
index 0000000..11b1d21
--- /dev/null
+++ b/docs/org.eclipse.server.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>

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

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

+    <version>3.5.0-SNAPSHOT</version>

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

+  </parent>

+

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

+  <artifactId>org.eclipse.server.doc.isv</artifactId>

+  <version>1.0.0-SNAPSHOT</version>

+  <packaging>eclipse-plugin</packaging>

+</project>

diff --git a/docs/org.eclipse.servertools.doc.isv/pom.xml b/docs/org.eclipse.servertools.doc.isv/pom.xml
new file mode 100644
index 0000000..fcc2b7d
--- /dev/null
+++ b/docs/org.eclipse.servertools.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>

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

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

+    <version>3.5.0-SNAPSHOT</version>

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

+  </parent>

+

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

+  <artifactId>org.eclipse.servertools.doc.isv</artifactId>

+  <version>1.0.100-SNAPSHOT</version>

+  <packaging>eclipse-plugin</packaging>

+</project>

diff --git a/docs/org.eclipse.wst.server.ui.doc.user/pom.xml b/docs/org.eclipse.wst.server.ui.doc.user/pom.xml
new file mode 100644
index 0000000..0e3509d
--- /dev/null
+++ b/docs/org.eclipse.wst.server.ui.doc.user/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.docs</artifactId>

+    <version>3.5.0-SNAPSHOT</version>

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

+  </parent>

+

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

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

+  <version>1.1.500-SNAPSHOT</version>

+  <packaging>eclipse-plugin</packaging>

+</project>

diff --git a/docs/org.eclipse.wst.server.ui.infopop/build.properties b/docs/org.eclipse.wst.server.ui.infopop/build.properties
index df9a6c4..d0e0f7b 100644
--- a/docs/org.eclipse.wst.server.ui.infopop/build.properties
+++ b/docs/org.eclipse.wst.server.ui.infopop/build.properties
@@ -5,4 +5,10 @@
                plugin.properties,\
                plugin.xml,\
                META-INF/
+src.includes = about.html,\
+               plugin.xml,\
+               plugin.properties,\
+               STtcpipContexts.xml,\
+               STuiContexts.xml,\
+               STutilitiesContexts.xml
 generateSourceBundle=false
diff --git a/docs/org.eclipse.wst.server.ui.infopop/pom.xml b/docs/org.eclipse.wst.server.ui.infopop/pom.xml
new file mode 100644
index 0000000..a4439e0
--- /dev/null
+++ b/docs/org.eclipse.wst.server.ui.infopop/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.docs</artifactId>

+    <version>3.5.0-SNAPSHOT</version>

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

+  </parent>

+

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

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

+  <version>1.1.100-SNAPSHOT</version>

+  <packaging>eclipse-plugin</packaging>

+</project>

diff --git a/pom.xml b/pom.xml
new file mode 100644
index 0000000..1c7c8b5
--- /dev/null
+++ b/pom.xml
@@ -0,0 +1,36 @@
+<?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.docs</artifactId>

+  <version>3.5.0-SNAPSHOT</version>

+  <packaging>pom</packaging>

+

+  <modules>

+    <module>docs/org.eclipse.jst.server.ui.doc.user</module>

+    <module>docs/org.eclipse.jst.server.ui.infopop</module>

+    <module>docs/org.eclipse.servertools.doc.isv</module>

+    <module>docs/org.eclipse.wst.server.ui.doc.user</module>

+    <module>docs/org.eclipse.wst.server.ui.infopop</module>

+  </modules>

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