diff options
| author | Igor Fedorenko | 2012-05-18 17:38:57 +0000 |
|---|---|---|
| committer | Paul Webster | 2012-05-28 16:35:15 +0000 |
| commit | 2472fd6619490b003292637a3f2bb7e301f274fb (patch) | |
| tree | 472176fa1c05bed84cb63a679b64b31d2514db09 | |
| parent | 10d6e9b571b3d7f6c78bfbccc7b016e7c30bd4dd (diff) | |
| download | eclipse.platform.common-2472fd6619490b003292637a3f2bb7e301f274fb.tar.gz eclipse.platform.common-2472fd6619490b003292637a3f2bb7e301f274fb.tar.xz eclipse.platform.common-2472fd6619490b003292637a3f2bb7e301f274fb.zip | |
Bug 379747 - Pull request for Platform from CBIv20120528-1635I20120529-1900I20120528-1900
Add poms for Tycho build
| -rw-r--r-- | bundles/org.eclipse.jdt.doc.isv/pom.xml | 26 | ||||
| -rw-r--r-- | bundles/org.eclipse.jdt.doc.user/pom.xml | 26 | ||||
| -rw-r--r-- | bundles/org.eclipse.pde.doc.user/pom.xml | 26 | ||||
| -rw-r--r-- | bundles/org.eclipse.platform.doc.isv/pom.xml | 26 | ||||
| -rw-r--r-- | bundles/org.eclipse.platform.doc.user/pom.xml | 26 | ||||
| -rw-r--r-- | pom.xml | 37 |
6 files changed, 167 insertions, 0 deletions
diff --git a/bundles/org.eclipse.jdt.doc.isv/pom.xml b/bundles/org.eclipse.jdt.doc.isv/pom.xml new file mode 100644 index 000000000..a326be5e2 --- /dev/null +++ b/bundles/org.eclipse.jdt.doc.isv/pom.xml @@ -0,0 +1,26 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!-- + Copyright (c) 2012 Eclipse Foundation. + 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: + Igor Fedorenko - 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>eclipse.platform.common</artifactId> + <groupId>eclipse.platform.common</groupId> + <version>3.8.0-SNAPSHOT</version> + <relativePath>../../</relativePath> + </parent> + <groupId>eclipse.platform.common</groupId> + <artifactId>org.eclipse.jdt.doc.isv</artifactId> + <version>3.8.0-SNAPSHOT</version> + <packaging>eclipse-plugin</packaging> +</project> diff --git a/bundles/org.eclipse.jdt.doc.user/pom.xml b/bundles/org.eclipse.jdt.doc.user/pom.xml new file mode 100644 index 000000000..62a2618b7 --- /dev/null +++ b/bundles/org.eclipse.jdt.doc.user/pom.xml @@ -0,0 +1,26 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!-- + Copyright (c) 2012 Eclipse Foundation. + 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: + Igor Fedorenko - 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>eclipse.platform.common</artifactId> + <groupId>eclipse.platform.common</groupId> + <version>3.8.0-SNAPSHOT</version> + <relativePath>../../</relativePath> + </parent> + <groupId>eclipse.platform.common</groupId> + <artifactId>org.eclipse.jdt.doc.user</artifactId> + <version>3.8.0-SNAPSHOT</version> + <packaging>eclipse-plugin</packaging> +</project> diff --git a/bundles/org.eclipse.pde.doc.user/pom.xml b/bundles/org.eclipse.pde.doc.user/pom.xml new file mode 100644 index 000000000..afa9e0b41 --- /dev/null +++ b/bundles/org.eclipse.pde.doc.user/pom.xml @@ -0,0 +1,26 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!-- + Copyright (c) 2012 Eclipse Foundation. + 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: + Igor Fedorenko - 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>eclipse.platform.common</artifactId> + <groupId>eclipse.platform.common</groupId> + <version>3.8.0-SNAPSHOT</version> + <relativePath>../../</relativePath> + </parent> + <groupId>eclipse.platform.common</groupId> + <artifactId>org.eclipse.pde.doc.user</artifactId> + <version>3.8.0-SNAPSHOT</version> + <packaging>eclipse-plugin</packaging> +</project> diff --git a/bundles/org.eclipse.platform.doc.isv/pom.xml b/bundles/org.eclipse.platform.doc.isv/pom.xml new file mode 100644 index 000000000..f556ad4cf --- /dev/null +++ b/bundles/org.eclipse.platform.doc.isv/pom.xml @@ -0,0 +1,26 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!-- + Copyright (c) 2012 Eclipse Foundation. + 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: + Igor Fedorenko - 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>eclipse.platform.common</artifactId> + <groupId>eclipse.platform.common</groupId> + <version>3.8.0-SNAPSHOT</version> + <relativePath>../../</relativePath> + </parent> + <groupId>eclipse.platform.common</groupId> + <artifactId>org.eclipse.platform.doc.isv</artifactId> + <version>4.2.0-SNAPSHOT</version> + <packaging>eclipse-plugin</packaging> +</project> diff --git a/bundles/org.eclipse.platform.doc.user/pom.xml b/bundles/org.eclipse.platform.doc.user/pom.xml new file mode 100644 index 000000000..ede30e5c2 --- /dev/null +++ b/bundles/org.eclipse.platform.doc.user/pom.xml @@ -0,0 +1,26 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!-- + Copyright (c) 2012 Eclipse Foundation. + 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: + Igor Fedorenko - 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>eclipse.platform.common</artifactId> + <groupId>eclipse.platform.common</groupId> + <version>3.8.0-SNAPSHOT</version> + <relativePath>../../</relativePath> + </parent> + <groupId>eclipse.platform.common</groupId> + <artifactId>org.eclipse.platform.doc.user</artifactId> + <version>4.2.0-SNAPSHOT</version> + <packaging>eclipse-plugin</packaging> +</project> diff --git a/pom.xml b/pom.xml new file mode 100644 index 000000000..29c8b9a0a --- /dev/null +++ b/pom.xml @@ -0,0 +1,37 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!-- + Copyright (c) 2012 Eclipse Foundation. + 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: + Igor Fedorenko - 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>eclipse-parent</artifactId> + <version>1.0.0-SNAPSHOT</version> + </parent> + + <groupId>eclipse.platform.common</groupId> + <artifactId>eclipse.platform.common</artifactId> + <version>3.8.0-SNAPSHOT</version> + <packaging>pom</packaging> + + <modules> + <module>bundles/org.eclipse.jdt.doc.isv</module> + <module>bundles/org.eclipse.jdt.doc.user</module> + <module>bundles/org.eclipse.pde.doc.user</module> + <module>bundles/org.eclipse.platform.doc.isv</module> + <module>bundles/org.eclipse.platform.doc.user</module> + </modules> + +</project> |
