| author | Igor Fedorenko | 2012-05-18 14:14:33 (EDT) |
|---|---|---|
| committer | Bogdan Gheorghe | 2012-05-23 17:32:47 (EDT) |
| commit | 260e2dc895cb17eafb4d5bcade928950d82b8be4 (patch) (side-by-side diff) | |
| tree | 903ff93c19d214381face50135b6051cf9deed33 | |
| parent | d7fab8bf9eb7250e6125d7b69fdbdc31ee05e52e (diff) | |
| download | eclipse.platform.swt-260e2dc895cb17eafb4d5bcade928950d82b8be4.zip eclipse.platform.swt-260e2dc895cb17eafb4d5bcade928950d82b8be4.tar.gz eclipse.platform.swt-260e2dc895cb17eafb4d5bcade928950d82b8be4.tar.bz2 | |
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 0000000..0f57c95 --- a/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 0000000..6db18e5 --- a/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 0000000..1562cd8 --- a/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 0000000..6d8d694 --- a/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 0000000..ff8f8db --- a/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 0000000..ef3f661 --- a/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 0000000..bcffac3 --- a/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 0000000..857abcb --- a/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 0000000..dc8cedc --- a/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 0000000..2c7cdba --- a/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 0000000..9c9591a --- a/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> @@ -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 0000000..f2a0acb --- a/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> |

