diff options
| author | Igor Fedorenko | 2012-05-18 18:14:33 +0000 |
|---|---|---|
| committer | Bogdan Gheorghe | 2012-05-23 21:38:01 +0000 |
| commit | 80918b8848e1ddee75714d552e4951d9b5a5bebf (patch) | |
| tree | d63fc1e67c382941d97a771ed88f79519ecb1032 | |
| parent | afc5f9bfaba706343e595bf206fc20be7c8fb8c0 (diff) | |
| download | eclipse.platform.ui-80918b8848e1ddee75714d552e4951d9b5a5bebf.tar.gz eclipse.platform.ui-80918b8848e1ddee75714d552e4951d9b5a5bebf.tar.xz eclipse.platform.ui-80918b8848e1ddee75714d552e4951d9b5a5bebf.zip | |
Add poms for Tycho build
| -rw-r--r-- | bundles/org.eclipse.swt.opengl/pom.xml | 26 | ||||
| -rw-r--r-- | bundles/org.eclipse.swt.tools/pom.xml | 26 | ||||
| -rw-r--r-- | bundles/org.eclipse.swt/pom.xml | 26 | ||||
| -rw-r--r-- | examples/org.eclipse.swt.examples.browser.demos/pom.xml | 26 | ||||
| -rw-r--r-- | examples/org.eclipse.swt.examples.browser/pom.xml | 26 | ||||
| -rw-r--r-- | examples/org.eclipse.swt.examples.controls/pom.xml | 26 | ||||
| -rw-r--r-- | examples/org.eclipse.swt.examples.launcher/pom.xml | 26 | ||||
| -rw-r--r-- | examples/org.eclipse.swt.examples.layouts/pom.xml | 26 | ||||
| -rw-r--r-- | examples/org.eclipse.swt.examples.ole.win32/pom.xml | 26 | ||||
| -rw-r--r-- | examples/org.eclipse.swt.examples.paint/pom.xml | 26 | ||||
| -rw-r--r-- | examples/org.eclipse.swt.examples/pom.xml | 26 | ||||
| -rw-r--r-- | pom.xml | 45 | ||||
| -rw-r--r-- | tests/org.eclipse.swt.tests/pom.xml | 26 |
13 files changed, 357 insertions, 0 deletions
diff --git a/bundles/org.eclipse.swt.opengl/pom.xml b/bundles/org.eclipse.swt.opengl/pom.xml new file mode 100644 index 00000000000..0f57c95edf8 --- /dev/null +++ b/bundles/org.eclipse.swt.opengl/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.swt</artifactId> + <groupId>eclipse.platform.swt</groupId> + <version>3.8.0-SNAPSHOT</version> + <relativePath>../../</relativePath> + </parent> + <groupId>eclipse.platform.swt</groupId> + <artifactId>org.eclipse.swt.opengl</artifactId> + <version>3.1.0</version> + <packaging>eclipse-plugin</packaging> +</project> diff --git a/bundles/org.eclipse.swt.tools/pom.xml b/bundles/org.eclipse.swt.tools/pom.xml new file mode 100644 index 00000000000..6db18e51754 --- /dev/null +++ b/bundles/org.eclipse.swt.tools/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.swt</artifactId> + <groupId>eclipse.platform.swt</groupId> + <version>3.8.0-SNAPSHOT</version> + <relativePath>../../</relativePath> + </parent> + <groupId>eclipse.platform.swt</groupId> + <artifactId>org.eclipse.swt.tools</artifactId> + <version>3.8.0-SNAPSHOT</version> + <packaging>eclipse-plugin</packaging> +</project> diff --git a/bundles/org.eclipse.swt/pom.xml b/bundles/org.eclipse.swt/pom.xml new file mode 100644 index 00000000000..1562cd82f83 --- /dev/null +++ b/bundles/org.eclipse.swt/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.swt</artifactId> + <groupId>eclipse.platform.swt</groupId> + <version>3.8.0-SNAPSHOT</version> + <relativePath>../../</relativePath> + </parent> + <groupId>eclipse.platform.swt</groupId> + <artifactId>org.eclipse.swt</artifactId> + <version>3.8.0-SNAPSHOT</version> + <packaging>eclipse-plugin</packaging> +</project> diff --git a/examples/org.eclipse.swt.examples.browser.demos/pom.xml b/examples/org.eclipse.swt.examples.browser.demos/pom.xml new file mode 100644 index 00000000000..6d8d694e407 --- /dev/null +++ b/examples/org.eclipse.swt.examples.browser.demos/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.swt</artifactId> + <groupId>eclipse.platform.swt</groupId> + <version>3.8.0-SNAPSHOT</version> + <relativePath>../../</relativePath> + </parent> + <groupId>eclipse.platform.swt</groupId> + <artifactId>org.eclipse.swt.examples.browser.demos</artifactId> + <version>3.1.200-SNAPSHOT</version> + <packaging>eclipse-plugin</packaging> +</project> diff --git a/examples/org.eclipse.swt.examples.browser/pom.xml b/examples/org.eclipse.swt.examples.browser/pom.xml new file mode 100644 index 00000000000..ff8f8db9001 --- /dev/null +++ b/examples/org.eclipse.swt.examples.browser/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.swt</artifactId> + <groupId>eclipse.platform.swt</groupId> + <version>3.8.0-SNAPSHOT</version> + <relativePath>../../</relativePath> + </parent> + <groupId>eclipse.platform.swt</groupId> + <artifactId>org.eclipse.swt.examples.browser</artifactId> + <version>3.1.100-SNAPSHOT</version> + <packaging>eclipse-plugin</packaging> +</project> diff --git a/examples/org.eclipse.swt.examples.controls/pom.xml b/examples/org.eclipse.swt.examples.controls/pom.xml new file mode 100644 index 00000000000..ef3f66198ba --- /dev/null +++ b/examples/org.eclipse.swt.examples.controls/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.swt</artifactId> + <groupId>eclipse.platform.swt</groupId> + <version>3.8.0-SNAPSHOT</version> + <relativePath>../../</relativePath> + </parent> + <groupId>eclipse.platform.swt</groupId> + <artifactId>org.eclipse.swt.examples.controls</artifactId> + <version>3.1.100-SNAPSHOT</version> + <packaging>eclipse-plugin</packaging> +</project> diff --git a/examples/org.eclipse.swt.examples.launcher/pom.xml b/examples/org.eclipse.swt.examples.launcher/pom.xml new file mode 100644 index 00000000000..bcffac3e608 --- /dev/null +++ b/examples/org.eclipse.swt.examples.launcher/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.swt</artifactId> + <groupId>eclipse.platform.swt</groupId> + <version>3.8.0-SNAPSHOT</version> + <relativePath>../../</relativePath> + </parent> + <groupId>eclipse.platform.swt</groupId> + <artifactId>org.eclipse.swt.examples.launcher</artifactId> + <version>3.1.100-SNAPSHOT</version> + <packaging>eclipse-plugin</packaging> +</project> diff --git a/examples/org.eclipse.swt.examples.layouts/pom.xml b/examples/org.eclipse.swt.examples.layouts/pom.xml new file mode 100644 index 00000000000..857abcbc085 --- /dev/null +++ b/examples/org.eclipse.swt.examples.layouts/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.swt</artifactId> + <groupId>eclipse.platform.swt</groupId> + <version>3.8.0-SNAPSHOT</version> + <relativePath>../../</relativePath> + </parent> + <groupId>eclipse.platform.swt</groupId> + <artifactId>org.eclipse.swt.examples.layouts</artifactId> + <version>3.1.100-SNAPSHOT</version> + <packaging>eclipse-plugin</packaging> +</project> diff --git a/examples/org.eclipse.swt.examples.ole.win32/pom.xml b/examples/org.eclipse.swt.examples.ole.win32/pom.xml new file mode 100644 index 00000000000..dc8cedc750a --- /dev/null +++ b/examples/org.eclipse.swt.examples.ole.win32/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.swt</artifactId> + <groupId>eclipse.platform.swt</groupId> + <version>3.8.0-SNAPSHOT</version> + <relativePath>../../</relativePath> + </parent> + <groupId>eclipse.platform.swt</groupId> + <artifactId>org.eclipse.swt.examples.ole.win32</artifactId> + <version>3.1.100-SNAPSHOT</version> + <packaging>eclipse-plugin</packaging> +</project> diff --git a/examples/org.eclipse.swt.examples.paint/pom.xml b/examples/org.eclipse.swt.examples.paint/pom.xml new file mode 100644 index 00000000000..2c7cdbacc85 --- /dev/null +++ b/examples/org.eclipse.swt.examples.paint/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.swt</artifactId> + <groupId>eclipse.platform.swt</groupId> + <version>3.8.0-SNAPSHOT</version> + <relativePath>../../</relativePath> + </parent> + <groupId>eclipse.platform.swt</groupId> + <artifactId>org.eclipse.swt.examples.paint</artifactId> + <version>3.1.100-SNAPSHOT</version> + <packaging>eclipse-plugin</packaging> +</project> diff --git a/examples/org.eclipse.swt.examples/pom.xml b/examples/org.eclipse.swt.examples/pom.xml new file mode 100644 index 00000000000..9c9591a6066 --- /dev/null +++ b/examples/org.eclipse.swt.examples/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.swt</artifactId> + <groupId>eclipse.platform.swt</groupId> + <version>3.8.0-SNAPSHOT</version> + <relativePath>../../</relativePath> + </parent> + <groupId>eclipse.platform.swt</groupId> + <artifactId>org.eclipse.swt.examples</artifactId> + <version>3.8.0-SNAPSHOT</version> + <packaging>eclipse-plugin</packaging> +</project> diff --git a/pom.xml b/pom.xml new file mode 100644 index 00000000000..e1ef1919819 --- /dev/null +++ b/pom.xml @@ -0,0 +1,45 @@ +<?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.swt</groupId> + <artifactId>eclipse.platform.swt</artifactId> + <version>3.8.0-SNAPSHOT</version> + <packaging>pom</packaging> + + <modules> +<!-- + <module>bundles/org.eclipse.swt</module> + <module>bundles/org.eclipse.swt.opengl</module> + <module>bundles/org.eclipse.swt.tools</module> + <module>examples/org.eclipse.swt.examples</module> + <module>examples/org.eclipse.swt.examples.browser</module> + <module>examples/org.eclipse.swt.examples.browser.demos</module> + <module>examples/org.eclipse.swt.examples.controls</module> + <module>examples/org.eclipse.swt.examples.launcher</module> + <module>examples/org.eclipse.swt.examples.layouts</module> + <module>examples/org.eclipse.swt.examples.ole.win32</module> + <module>examples/org.eclipse.swt.examples.paint</module> + --> + <module>tests/org.eclipse.swt.tests</module> + </modules> +</project> diff --git a/tests/org.eclipse.swt.tests/pom.xml b/tests/org.eclipse.swt.tests/pom.xml new file mode 100644 index 00000000000..f2a0acbbf81 --- /dev/null +++ b/tests/org.eclipse.swt.tests/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.swt</artifactId> + <groupId>eclipse.platform.swt</groupId> + <version>3.8.0-SNAPSHOT</version> + <relativePath>../../</relativePath> + </parent> + <groupId>eclipse.platform.swt</groupId> + <artifactId>org.eclipse.swt.tests</artifactId> + <version>3.8.0-SNAPSHOT</version> + <packaging>eclipse-test-plugin</packaging> +</project> |
