diff options
| author | Igor Fedorenko | 2012-05-18 19:08:29 +0000 |
|---|---|---|
| committer | Paul Webster | 2012-05-21 23:32:10 +0000 |
| commit | 09626641ec2945ea9551b1165e9bd50c7df2a565 (patch) | |
| tree | 60bad4d294513005eb80c94fbb450a461d9ed818 | |
| parent | f6802850f5942972e7f8d29b25cc5ec1c0e85079 (diff) | |
| download | eclipse.platform.ui-09626641ec2945ea9551b1165e9bd50c7df2a565.tar.gz eclipse.platform.ui-09626641ec2945ea9551b1165e9bd50c7df2a565.tar.xz eclipse.platform.ui-09626641ec2945ea9551b1165e9bd50c7df2a565.zip | |
Add poms for Tycho buildv20120521-2332I20120522-2100I20120521-2100
51 files changed, 1457 insertions, 0 deletions
diff --git a/bundles/org.eclipse.core.commands/pom.xml b/bundles/org.eclipse.core.commands/pom.xml new file mode 100644 index 00000000000..25c0cdc62c9 --- /dev/null +++ b/bundles/org.eclipse.core.commands/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.ui</artifactId> + <groupId>eclipse.platform.ui</groupId> + <version>3.8.0-SNAPSHOT</version> + <relativePath>../../</relativePath> + </parent> + <groupId>eclipse.platform.ui</groupId> + <artifactId>org.eclipse.core.commands</artifactId> + <version>3.6.1-SNAPSHOT</version> + <packaging>eclipse-plugin</packaging> +</project> diff --git a/bundles/org.eclipse.core.databinding.beans/pom.xml b/bundles/org.eclipse.core.databinding.beans/pom.xml new file mode 100644 index 00000000000..eb15702b071 --- /dev/null +++ b/bundles/org.eclipse.core.databinding.beans/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.ui</artifactId> + <groupId>eclipse.platform.ui</groupId> + <version>3.8.0-SNAPSHOT</version> + <relativePath>../../</relativePath> + </parent> + <groupId>eclipse.platform.ui</groupId> + <artifactId>org.eclipse.core.databinding.beans</artifactId> + <version>1.2.100-SNAPSHOT</version> + <packaging>eclipse-plugin</packaging> +</project> diff --git a/bundles/org.eclipse.core.databinding.observable/pom.xml b/bundles/org.eclipse.core.databinding.observable/pom.xml new file mode 100644 index 00000000000..edebbb0fc56 --- /dev/null +++ b/bundles/org.eclipse.core.databinding.observable/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.ui</artifactId> + <groupId>eclipse.platform.ui</groupId> + <version>3.8.0-SNAPSHOT</version> + <relativePath>../../</relativePath> + </parent> + <groupId>eclipse.platform.ui</groupId> + <artifactId>org.eclipse.core.databinding.observable</artifactId> + <version>1.4.1-SNAPSHOT</version> + <packaging>eclipse-plugin</packaging> +</project> diff --git a/bundles/org.eclipse.core.databinding.property/pom.xml b/bundles/org.eclipse.core.databinding.property/pom.xml new file mode 100644 index 00000000000..a8638591fec --- /dev/null +++ b/bundles/org.eclipse.core.databinding.property/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.ui</artifactId> + <groupId>eclipse.platform.ui</groupId> + <version>3.8.0-SNAPSHOT</version> + <relativePath>../../</relativePath> + </parent> + <groupId>eclipse.platform.ui</groupId> + <artifactId>org.eclipse.core.databinding.property</artifactId> + <version>1.4.0-SNAPSHOT</version> + <packaging>eclipse-plugin</packaging> +</project> diff --git a/bundles/org.eclipse.core.databinding/pom.xml b/bundles/org.eclipse.core.databinding/pom.xml new file mode 100644 index 00000000000..b184fdc5083 --- /dev/null +++ b/bundles/org.eclipse.core.databinding/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.ui</artifactId> + <groupId>eclipse.platform.ui</groupId> + <version>3.8.0-SNAPSHOT</version> + <relativePath>../../</relativePath> + </parent> + <groupId>eclipse.platform.ui</groupId> + <artifactId>org.eclipse.core.databinding</artifactId> + <version>1.4.1-SNAPSHOT</version> + <packaging>eclipse-plugin</packaging> +</project> diff --git a/bundles/org.eclipse.jface.databinding/pom.xml b/bundles/org.eclipse.jface.databinding/pom.xml new file mode 100644 index 00000000000..004288086e7 --- /dev/null +++ b/bundles/org.eclipse.jface.databinding/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.ui</artifactId> + <groupId>eclipse.platform.ui</groupId> + <version>3.8.0-SNAPSHOT</version> + <relativePath>../../</relativePath> + </parent> + <groupId>eclipse.platform.ui</groupId> + <artifactId>org.eclipse.jface.databinding</artifactId> + <version>1.6.0-SNAPSHOT</version> + <packaging>eclipse-plugin</packaging> +</project> diff --git a/bundles/org.eclipse.jface/pom.xml b/bundles/org.eclipse.jface/pom.xml new file mode 100644 index 00000000000..8cb39a111b4 --- /dev/null +++ b/bundles/org.eclipse.jface/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.ui</artifactId> + <groupId>eclipse.platform.ui</groupId> + <version>3.8.0-SNAPSHOT</version> + <relativePath>../../</relativePath> + </parent> + <groupId>eclipse.platform.ui</groupId> + <artifactId>org.eclipse.jface</artifactId> + <version>3.8.0-SNAPSHOT</version> + <packaging>eclipse-plugin</packaging> +</project> diff --git a/bundles/org.eclipse.ui.browser/pom.xml b/bundles/org.eclipse.ui.browser/pom.xml new file mode 100644 index 00000000000..80bc678d130 --- /dev/null +++ b/bundles/org.eclipse.ui.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.ui</artifactId> + <groupId>eclipse.platform.ui</groupId> + <version>3.8.0-SNAPSHOT</version> + <relativePath>../../</relativePath> + </parent> + <groupId>eclipse.platform.ui</groupId> + <artifactId>org.eclipse.ui.browser</artifactId> + <version>3.4.0-SNAPSHOT</version> + <packaging>eclipse-plugin</packaging> +</project> diff --git a/bundles/org.eclipse.ui.carbon/pom.xml b/bundles/org.eclipse.ui.carbon/pom.xml new file mode 100644 index 00000000000..fb997262bae --- /dev/null +++ b/bundles/org.eclipse.ui.carbon/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.ui</artifactId> + <groupId>eclipse.platform.ui</groupId> + <version>3.8.0-SNAPSHOT</version> + <relativePath>../../</relativePath> + </parent> + <groupId>eclipse.platform.ui</groupId> + <artifactId>org.eclipse.ui.carbon</artifactId> + <version>4.0.100-SNAPSHOT</version> + <packaging>eclipse-plugin</packaging> +</project> diff --git a/bundles/org.eclipse.ui.cocoa/pom.xml b/bundles/org.eclipse.ui.cocoa/pom.xml new file mode 100644 index 00000000000..d64b9587781 --- /dev/null +++ b/bundles/org.eclipse.ui.cocoa/pom.xml @@ -0,0 +1,47 @@ +<?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.ui</artifactId> + <groupId>eclipse.platform.ui</groupId> + <version>3.8.0-SNAPSHOT</version> + <relativePath>../../</relativePath> + </parent> + <groupId>eclipse.platform.ui</groupId> + <artifactId>org.eclipse.ui.cocoa</artifactId> + <version>1.1.0-SNAPSHOT</version> + <packaging>eclipse-plugin</packaging> + + + <build> + <plugins> + <plugin> + <groupId>org.eclipse.tycho</groupId> + <artifactId>target-platform-configuration</artifactId> + <version>${tycho.version}</version> + <configuration> + <resolver>p2</resolver> + <environments> + <environment> + <os>macosx</os> + <ws>cocoa</ws> + <arch>x86</arch> + </environment> + </environments> + </configuration> + </plugin> + </plugins> + </build> +</project> diff --git a/bundles/org.eclipse.ui.forms/pom.xml b/bundles/org.eclipse.ui.forms/pom.xml new file mode 100644 index 00000000000..b20bb964fe2 --- /dev/null +++ b/bundles/org.eclipse.ui.forms/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.ui</artifactId> + <groupId>eclipse.platform.ui</groupId> + <version>3.8.0-SNAPSHOT</version> + <relativePath>../../</relativePath> + </parent> + <groupId>eclipse.platform.ui</groupId> + <artifactId>org.eclipse.ui.forms</artifactId> + <version>3.5.200-SNAPSHOT</version> + <packaging>eclipse-plugin</packaging> +</project> diff --git a/bundles/org.eclipse.ui.ide.application/pom.xml b/bundles/org.eclipse.ui.ide.application/pom.xml new file mode 100644 index 00000000000..fe09bfb9dbe --- /dev/null +++ b/bundles/org.eclipse.ui.ide.application/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.ui</artifactId> + <groupId>eclipse.platform.ui</groupId> + <version>3.8.0-SNAPSHOT</version> + <relativePath>../../</relativePath> + </parent> + <groupId>eclipse.platform.ui</groupId> + <artifactId>org.eclipse.ui.ide.application</artifactId> + <version>1.0.300-SNAPSHOT</version> + <packaging>eclipse-plugin</packaging> +</project> diff --git a/bundles/org.eclipse.ui.ide/pom.xml b/bundles/org.eclipse.ui.ide/pom.xml new file mode 100644 index 00000000000..fd45501985d --- /dev/null +++ b/bundles/org.eclipse.ui.ide/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.ui</artifactId> + <groupId>eclipse.platform.ui</groupId> + <version>3.8.0-SNAPSHOT</version> + <relativePath>../../</relativePath> + </parent> + <groupId>eclipse.platform.ui</groupId> + <artifactId>org.eclipse.ui.ide</artifactId> + <version>3.8.0-SNAPSHOT</version> + <packaging>eclipse-plugin</packaging> +</project> diff --git a/bundles/org.eclipse.ui.navigator.resources/pom.xml b/bundles/org.eclipse.ui.navigator.resources/pom.xml new file mode 100644 index 00000000000..497b1790789 --- /dev/null +++ b/bundles/org.eclipse.ui.navigator.resources/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.ui</artifactId> + <groupId>eclipse.platform.ui</groupId> + <version>3.8.0-SNAPSHOT</version> + <relativePath>../../</relativePath> + </parent> + <groupId>eclipse.platform.ui</groupId> + <artifactId>org.eclipse.ui.navigator.resources</artifactId> + <version>3.4.300-SNAPSHOT</version> + <packaging>eclipse-plugin</packaging> +</project> diff --git a/bundles/org.eclipse.ui.navigator/pom.xml b/bundles/org.eclipse.ui.navigator/pom.xml new file mode 100644 index 00000000000..7a5345c8966 --- /dev/null +++ b/bundles/org.eclipse.ui.navigator/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.ui</artifactId> + <groupId>eclipse.platform.ui</groupId> + <version>3.8.0-SNAPSHOT</version> + <relativePath>../../</relativePath> + </parent> + <groupId>eclipse.platform.ui</groupId> + <artifactId>org.eclipse.ui.navigator</artifactId> + <version>3.5.101-SNAPSHOT</version> + <packaging>eclipse-plugin</packaging> +</project> diff --git a/bundles/org.eclipse.ui.presentations.r21/pom.xml b/bundles/org.eclipse.ui.presentations.r21/pom.xml new file mode 100644 index 00000000000..581cdd9db38 --- /dev/null +++ b/bundles/org.eclipse.ui.presentations.r21/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.ui</artifactId> + <groupId>eclipse.platform.ui</groupId> + <version>3.8.0-SNAPSHOT</version> + <relativePath>../../</relativePath> + </parent> + <groupId>eclipse.platform.ui</groupId> + <artifactId>org.eclipse.ui.presentations.r21</artifactId> + <version>3.2.200-SNAPSHOT</version> + <packaging>eclipse-plugin</packaging> +</project> diff --git a/bundles/org.eclipse.ui.tutorials.rcp.part1/pom.xml b/bundles/org.eclipse.ui.tutorials.rcp.part1/pom.xml new file mode 100644 index 00000000000..c0ee64c1297 --- /dev/null +++ b/bundles/org.eclipse.ui.tutorials.rcp.part1/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.ui</artifactId> + <groupId>eclipse.platform.ui</groupId> + <version>3.8.0-SNAPSHOT</version> + <relativePath>../../</relativePath> + </parent> + <groupId>eclipse.platform.ui</groupId> + <artifactId>org.eclipse.ui.tutorials.rcp.part1</artifactId> + <version>1.0.0</version> + <packaging>eclipse-plugin</packaging> +</project> diff --git a/bundles/org.eclipse.ui.tutorials.rcp.part2/pom.xml b/bundles/org.eclipse.ui.tutorials.rcp.part2/pom.xml new file mode 100644 index 00000000000..1490832183c --- /dev/null +++ b/bundles/org.eclipse.ui.tutorials.rcp.part2/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.ui</artifactId> + <groupId>eclipse.platform.ui</groupId> + <version>3.8.0-SNAPSHOT</version> + <relativePath>../../</relativePath> + </parent> + <groupId>eclipse.platform.ui</groupId> + <artifactId>org.eclipse.ui.tutorials.rcp.part2</artifactId> + <version>1.0.0</version> + <packaging>eclipse-plugin</packaging> +</project> diff --git a/bundles/org.eclipse.ui.tutorials.rcp.part3/pom.xml b/bundles/org.eclipse.ui.tutorials.rcp.part3/pom.xml new file mode 100644 index 00000000000..b9b50aa9091 --- /dev/null +++ b/bundles/org.eclipse.ui.tutorials.rcp.part3/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.ui</artifactId> + <groupId>eclipse.platform.ui</groupId> + <version>3.8.0-SNAPSHOT</version> + <relativePath>../../</relativePath> + </parent> + <groupId>eclipse.platform.ui</groupId> + <artifactId>org.eclipse.ui.tutorials.rcp.part3</artifactId> + <version>1.0.0</version> + <packaging>eclipse-plugin</packaging> +</project> diff --git a/bundles/org.eclipse.ui.views.properties.tabbed/pom.xml b/bundles/org.eclipse.ui.views.properties.tabbed/pom.xml new file mode 100644 index 00000000000..024c224b5b3 --- /dev/null +++ b/bundles/org.eclipse.ui.views.properties.tabbed/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.ui</artifactId> + <groupId>eclipse.platform.ui</groupId> + <version>3.8.0-SNAPSHOT</version> + <relativePath>../../</relativePath> + </parent> + <groupId>eclipse.platform.ui</groupId> + <artifactId>org.eclipse.ui.views.properties.tabbed</artifactId> + <version>3.5.200-SNAPSHOT</version> + <packaging>eclipse-plugin</packaging> +</project> diff --git a/bundles/org.eclipse.ui.views/pom.xml b/bundles/org.eclipse.ui.views/pom.xml new file mode 100644 index 00000000000..fee88d20979 --- /dev/null +++ b/bundles/org.eclipse.ui.views/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.ui</artifactId> + <groupId>eclipse.platform.ui</groupId> + <version>3.8.0-SNAPSHOT</version> + <relativePath>../../</relativePath> + </parent> + <groupId>eclipse.platform.ui</groupId> + <artifactId>org.eclipse.ui.views</artifactId> + <version>3.6.100-SNAPSHOT</version> + <packaging>eclipse-plugin</packaging> +</project> diff --git a/bundles/org.eclipse.ui.win32/pom.xml b/bundles/org.eclipse.ui.win32/pom.xml new file mode 100644 index 00000000000..a9a8365b5e4 --- /dev/null +++ b/bundles/org.eclipse.ui.win32/pom.xml @@ -0,0 +1,58 @@ +<?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.ui</artifactId> + <groupId>eclipse.platform.ui</groupId> + <version>3.8.0-SNAPSHOT</version> + <relativePath>../../</relativePath> + </parent> + <groupId>eclipse.platform.ui</groupId> + <artifactId>org.eclipse.ui.win32</artifactId> + <version>3.2.200-SNAPSHOT</version> + <packaging>eclipse-plugin</packaging> + + + <build> + <plugins> + <plugin> + <groupId>org.eclipse.tycho</groupId> + <artifactId>target-platform-configuration</artifactId> + <version>${tycho.version}</version> + <configuration> + <environments> + <environment> + <os>win32</os> + <ws>win32</ws> + <arch>x86</arch> + </environment> + </environments> + <dependency-resolution> + <extraRequirements> + <!-- + org.eclipse.core.resources is an optional dependency of the host bundle + --> + <requirement> + <type>eclipse-plugin</type> + <id>org.eclipse.core.resources</id> + <versionRange>0.0.0</versionRange> + </requirement> + </extraRequirements> + </dependency-resolution> + </configuration> + </plugin> + </plugins> + </build> +</project> diff --git a/bundles/org.eclipse.ui.workbench.compatibility/pom.xml b/bundles/org.eclipse.ui.workbench.compatibility/pom.xml new file mode 100644 index 00000000000..1061e68b85d --- /dev/null +++ b/bundles/org.eclipse.ui.workbench.compatibility/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.ui</artifactId> + <groupId>eclipse.platform.ui</groupId> + <version>3.8.0-SNAPSHOT</version> + <relativePath>../../</relativePath> + </parent> + <groupId>eclipse.platform.ui</groupId> + <artifactId>org.eclipse.ui.workbench.compatibility</artifactId> + <version>3.2.100-SNAPSHOT</version> + <packaging>eclipse-plugin</packaging> +</project> diff --git a/bundles/org.eclipse.ui.workbench/pom.xml b/bundles/org.eclipse.ui.workbench/pom.xml new file mode 100644 index 00000000000..28056462cc7 --- /dev/null +++ b/bundles/org.eclipse.ui.workbench/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.ui</artifactId> + <groupId>eclipse.platform.ui</groupId> + <version>3.8.0-SNAPSHOT</version> + <relativePath>../../</relativePath> + </parent> + <groupId>eclipse.platform.ui</groupId> + <artifactId>org.eclipse.ui.workbench</artifactId> + <version>3.8.0-SNAPSHOT</version> + <packaging>eclipse-plugin</packaging> +</project> diff --git a/bundles/org.eclipse.ui/pom.xml b/bundles/org.eclipse.ui/pom.xml new file mode 100644 index 00000000000..d6ca1ec5086 --- /dev/null +++ b/bundles/org.eclipse.ui/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.ui</artifactId> + <groupId>eclipse.platform.ui</groupId> + <version>3.8.0-SNAPSHOT</version> + <relativePath>../../</relativePath> + </parent> + <groupId>eclipse.platform.ui</groupId> + <artifactId>org.eclipse.ui</artifactId> + <version>3.8.0-SNAPSHOT</version> + <packaging>eclipse-plugin</packaging> +</project> diff --git a/examples/org.eclipse.jface.examples.databinding/pom.xml b/examples/org.eclipse.jface.examples.databinding/pom.xml new file mode 100644 index 00000000000..9d7ffd6cd7b --- /dev/null +++ b/examples/org.eclipse.jface.examples.databinding/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.ui</artifactId> + <groupId>eclipse.platform.ui</groupId> + <version>3.8.0-SNAPSHOT</version> + <relativePath>../../</relativePath> + </parent> + <groupId>eclipse.platform.ui</groupId> + <artifactId>org.eclipse.jface.examples.databinding</artifactId> + <version>1.0.200-SNAPSHOT</version> + <packaging>eclipse-plugin</packaging> +</project> diff --git a/examples/org.eclipse.jface.snippets/pom.xml b/examples/org.eclipse.jface.snippets/pom.xml new file mode 100644 index 00000000000..92d2dad800d --- /dev/null +++ b/examples/org.eclipse.jface.snippets/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.ui</artifactId> + <groupId>eclipse.platform.ui</groupId> + <version>3.8.0-SNAPSHOT</version> + <relativePath>../../</relativePath> + </parent> + <groupId>eclipse.platform.ui</groupId> + <artifactId>org.eclipse.jface.snippets</artifactId> + <version>3.3.0-SNAPSHOT</version> + <packaging>eclipse-plugin</packaging> +</project> diff --git a/examples/org.eclipse.ui.examples.contributions/pom.xml b/examples/org.eclipse.ui.examples.contributions/pom.xml new file mode 100644 index 00000000000..16219223f8f --- /dev/null +++ b/examples/org.eclipse.ui.examples.contributions/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.ui</artifactId> + <groupId>eclipse.platform.ui</groupId> + <version>3.8.0-SNAPSHOT</version> + <relativePath>../../</relativePath> + </parent> + <groupId>eclipse.platform.ui</groupId> + <artifactId>org.eclipse.ui.examples.contributions</artifactId> + <version>3.3.100-SNAPSHOT</version> + <packaging>eclipse-plugin</packaging> +</project> diff --git a/examples/org.eclipse.ui.examples.fieldassist/pom.xml b/examples/org.eclipse.ui.examples.fieldassist/pom.xml new file mode 100644 index 00000000000..69449e1fab1 --- /dev/null +++ b/examples/org.eclipse.ui.examples.fieldassist/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.ui</artifactId> + <groupId>eclipse.platform.ui</groupId> + <version>3.8.0-SNAPSHOT</version> + <relativePath>../../</relativePath> + </parent> + <groupId>eclipse.platform.ui</groupId> + <artifactId>org.eclipse.ui.examples.fieldassist</artifactId> + <version>1.1.2-SNAPSHOT</version> + <packaging>eclipse-plugin</packaging> +</project> diff --git a/examples/org.eclipse.ui.examples.job/pom.xml b/examples/org.eclipse.ui.examples.job/pom.xml new file mode 100644 index 00000000000..70ef504ab6e --- /dev/null +++ b/examples/org.eclipse.ui.examples.job/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.ui</artifactId> + <groupId>eclipse.platform.ui</groupId> + <version>3.8.0-SNAPSHOT</version> + <relativePath>../../</relativePath> + </parent> + <groupId>eclipse.platform.ui</groupId> + <artifactId>org.eclipse.ui.examples.job</artifactId> + <version>3.0.0</version> + <packaging>eclipse-plugin</packaging> +</project> diff --git a/examples/org.eclipse.ui.examples.multipageeditor/pom.xml b/examples/org.eclipse.ui.examples.multipageeditor/pom.xml new file mode 100644 index 00000000000..37b409b075a --- /dev/null +++ b/examples/org.eclipse.ui.examples.multipageeditor/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.ui</artifactId> + <groupId>eclipse.platform.ui</groupId> + <version>3.8.0-SNAPSHOT</version> + <relativePath>../../</relativePath> + </parent> + <groupId>eclipse.platform.ui</groupId> + <artifactId>org.eclipse.ui.examples.multipageeditor</artifactId> + <version>3.2.200-SNAPSHOT</version> + <packaging>eclipse-plugin</packaging> +</project> diff --git a/examples/org.eclipse.ui.examples.navigator/pom.xml b/examples/org.eclipse.ui.examples.navigator/pom.xml new file mode 100644 index 00000000000..3f0b39ba78a --- /dev/null +++ b/examples/org.eclipse.ui.examples.navigator/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.ui</artifactId> + <groupId>eclipse.platform.ui</groupId> + <version>3.8.0-SNAPSHOT</version> + <relativePath>../../</relativePath> + </parent> + <groupId>eclipse.platform.ui</groupId> + <artifactId>org.eclipse.ui.examples.navigator</artifactId> + <version>3.3.0-SNAPSHOT</version> + <packaging>eclipse-plugin</packaging> +</project> diff --git a/examples/org.eclipse.ui.examples.propertysheet/pom.xml b/examples/org.eclipse.ui.examples.propertysheet/pom.xml new file mode 100644 index 00000000000..1fad5edf085 --- /dev/null +++ b/examples/org.eclipse.ui.examples.propertysheet/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.ui</artifactId> + <groupId>eclipse.platform.ui</groupId> + <version>3.8.0-SNAPSHOT</version> + <relativePath>../../</relativePath> + </parent> + <groupId>eclipse.platform.ui</groupId> + <artifactId>org.eclipse.ui.examples.propertysheet</artifactId> + <version>3.2.200-SNAPSHOT</version> + <packaging>eclipse-plugin</packaging> +</project> diff --git a/examples/org.eclipse.ui.examples.rcp.browser/pom.xml b/examples/org.eclipse.ui.examples.rcp.browser/pom.xml new file mode 100644 index 00000000000..495968d3ea8 --- /dev/null +++ b/examples/org.eclipse.ui.examples.rcp.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.ui</artifactId> + <groupId>eclipse.platform.ui</groupId> + <version>3.8.0-SNAPSHOT</version> + <relativePath>../../</relativePath> + </parent> + <groupId>eclipse.platform.ui</groupId> + <artifactId>org.eclipse.ui.examples.rcp.browser</artifactId> + <version>3.3.0-SNAPSHOT</version> + <packaging>eclipse-plugin</packaging> +</project> diff --git a/examples/org.eclipse.ui.examples.readmetool/pom.xml b/examples/org.eclipse.ui.examples.readmetool/pom.xml new file mode 100644 index 00000000000..05a93544510 --- /dev/null +++ b/examples/org.eclipse.ui.examples.readmetool/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.ui</artifactId> + <groupId>eclipse.platform.ui</groupId> + <version>3.8.0-SNAPSHOT</version> + <relativePath>../../</relativePath> + </parent> + <groupId>eclipse.platform.ui</groupId> + <artifactId>org.eclipse.ui.examples.readmetool</artifactId> + <version>3.3.100-SNAPSHOT</version> + <packaging>eclipse-plugin</packaging> +</project> diff --git a/examples/org.eclipse.ui.examples.undo/pom.xml b/examples/org.eclipse.ui.examples.undo/pom.xml new file mode 100644 index 00000000000..e316b2c8124 --- /dev/null +++ b/examples/org.eclipse.ui.examples.undo/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.ui</artifactId> + <groupId>eclipse.platform.ui</groupId> + <version>3.8.0-SNAPSHOT</version> + <relativePath>../../</relativePath> + </parent> + <groupId>eclipse.platform.ui</groupId> + <artifactId>org.eclipse.ui.examples.undo</artifactId> + <version>3.2.200-SNAPSHOT</version> + <packaging>eclipse-plugin</packaging> +</project> diff --git a/examples/org.eclipse.ui.examples.views.properties.tabbed.article/pom.xml b/examples/org.eclipse.ui.examples.views.properties.tabbed.article/pom.xml new file mode 100644 index 00000000000..6637923c0d4 --- /dev/null +++ b/examples/org.eclipse.ui.examples.views.properties.tabbed.article/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.ui</artifactId> + <groupId>eclipse.platform.ui</groupId> + <version>3.8.0-SNAPSHOT</version> + <relativePath>../../</relativePath> + </parent> + <groupId>eclipse.platform.ui</groupId> + <artifactId>org.eclipse.ui.examples.views.properties.tabbed.article</artifactId> + <version>3.2.1-SNAPSHOT</version> + <packaging>eclipse-plugin</packaging> +</project> diff --git a/examples/org.eclipse.ui.examples.views.properties.tabbed.hockeyleague/pom.xml b/examples/org.eclipse.ui.examples.views.properties.tabbed.hockeyleague/pom.xml new file mode 100644 index 00000000000..39638f29079 --- /dev/null +++ b/examples/org.eclipse.ui.examples.views.properties.tabbed.hockeyleague/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.ui</artifactId> + <groupId>eclipse.platform.ui</groupId> + <version>3.8.0-SNAPSHOT</version> + <relativePath>../../</relativePath> + </parent> + <groupId>eclipse.platform.ui</groupId> + <artifactId>org.eclipse.ui.examples.views.properties.tabbed.hockeyleague</artifactId> + <version>3.2.0-SNAPSHOT</version> + <packaging>eclipse-plugin</packaging> +</project> diff --git a/examples/org.eclipse.ui.examples.views.properties.tabbed.logic/pom.xml b/examples/org.eclipse.ui.examples.views.properties.tabbed.logic/pom.xml new file mode 100644 index 00000000000..a456d809312 --- /dev/null +++ b/examples/org.eclipse.ui.examples.views.properties.tabbed.logic/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.ui</artifactId> + <groupId>eclipse.platform.ui</groupId> + <version>3.8.0-SNAPSHOT</version> + <relativePath>../../</relativePath> + </parent> + <groupId>eclipse.platform.ui</groupId> + <artifactId>org.eclipse.ui.examples.views.properties.tabbed.logic</artifactId> + <version>3.2.0-SNAPSHOT</version> + <packaging>eclipse-plugin</packaging> +</project> diff --git a/examples/org.eclipse.ui.forms.examples/pom.xml b/examples/org.eclipse.ui.forms.examples/pom.xml new file mode 100644 index 00000000000..546de0cebd6 --- /dev/null +++ b/examples/org.eclipse.ui.forms.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.ui</artifactId> + <groupId>eclipse.platform.ui</groupId> + <version>3.8.0-SNAPSHOT</version> + <relativePath>../../</relativePath> + </parent> + <groupId>eclipse.platform.ui</groupId> + <artifactId>org.eclipse.ui.forms.examples</artifactId> + <version>3.1.200</version> + <packaging>eclipse-plugin</packaging> +</project> diff --git a/pom.xml b/pom.xml new file mode 100644 index 00000000000..21ed8d6bac5 --- /dev/null +++ b/pom.xml @@ -0,0 +1,85 @@ +<?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.ui</groupId> + <artifactId>eclipse.platform.ui</artifactId> + <version>3.8.0-SNAPSHOT</version> + <packaging>pom</packaging> + + <modules> + <module>bundles/org.eclipse.core.commands</module> + <module>bundles/org.eclipse.core.databinding</module> + <module>bundles/org.eclipse.core.databinding.beans</module> + <module>bundles/org.eclipse.core.databinding.observable</module> + <module>bundles/org.eclipse.core.databinding.property</module> + <module>bundles/org.eclipse.jface</module> + <module>bundles/org.eclipse.jface.databinding</module> + <module>bundles/org.eclipse.ui</module> + <module>bundles/org.eclipse.ui.browser</module> + <module>bundles/org.eclipse.ui.cocoa</module> + <module>bundles/org.eclipse.ui.forms</module> + <module>bundles/org.eclipse.ui.ide</module> + <module>bundles/org.eclipse.ui.ide.application</module> + <module>bundles/org.eclipse.ui.navigator</module> + <module>bundles/org.eclipse.ui.navigator.resources</module> + <module>bundles/org.eclipse.ui.presentations.r21</module> + <module>bundles/org.eclipse.ui.tutorials.rcp.part1</module> + <module>bundles/org.eclipse.ui.tutorials.rcp.part2</module> + <module>bundles/org.eclipse.ui.tutorials.rcp.part3</module> + <module>bundles/org.eclipse.ui.views</module> + <module>bundles/org.eclipse.ui.views.properties.tabbed</module> + <module>bundles/org.eclipse.ui.win32</module> + <module>bundles/org.eclipse.ui.workbench</module> + <module>bundles/org.eclipse.ui.workbench.compatibility</module> + + <module>examples/org.eclipse.jface.examples.databinding</module> + + <!-- + <module>examples/org.eclipse.jface.snippets</module> + <module>examples/org.eclipse.ui.examples.contributions</module> + <module>examples/org.eclipse.ui.examples.fieldassist</module> + <module>examples/org.eclipse.ui.examples.job</module> + <module>examples/org.eclipse.ui.examples.multipageeditor</module> + <module>examples/org.eclipse.ui.examples.navigator</module> + <module>examples/org.eclipse.ui.examples.propertysheet</module> + <module>examples/org.eclipse.ui.examples.rcp.browser</module> + <module>examples/org.eclipse.ui.examples.readmetool</module> + <module>examples/org.eclipse.ui.examples.undo</module> + <module>examples/org.eclipse.ui.examples.views.properties.tabbed.article</module> + <module>examples/org.eclipse.ui.examples.views.properties.tabbed.hockeyleague</module> + <module>examples/org.eclipse.ui.examples.views.properties.tabbed.logic</module> + <module>examples/org.eclipse.ui.forms.examples</module> + --> + + <module>tests/org.eclipse.jface.tests.databinding</module> + <module>tests/org.eclipse.jface.tests.databinding.conformance</module> + <module>tests/org.eclipse.ui.tests</module> + <module>tests/org.eclipse.ui.tests.browser</module> + <module>tests/org.eclipse.ui.tests.forms</module> + <module>tests/org.eclipse.ui.tests.harness</module> + <module>tests/org.eclipse.ui.tests.navigator</module> + <module>tests/org.eclipse.ui.tests.performance</module> + <module>tests/org.eclipse.ui.tests.rcp</module> + <module>tests/org.eclipse.ui.tests.views.properties.tabbed</module> + </modules> +</project> diff --git a/tests/org.eclipse.jface.tests.databinding.conformance/pom.xml b/tests/org.eclipse.jface.tests.databinding.conformance/pom.xml new file mode 100644 index 00000000000..6c951d8a51c --- /dev/null +++ b/tests/org.eclipse.jface.tests.databinding.conformance/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.ui</artifactId> + <groupId>eclipse.platform.ui</groupId> + <version>3.8.0-SNAPSHOT</version> + <relativePath>../../</relativePath> + </parent> + <groupId>eclipse.platform.ui</groupId> + <artifactId>org.eclipse.jface.tests.databinding.conformance</artifactId> + <version>1.1.0-SNAPSHOT</version> + <packaging>eclipse-plugin</packaging> +</project> diff --git a/tests/org.eclipse.jface.tests.databinding/pom.xml b/tests/org.eclipse.jface.tests.databinding/pom.xml new file mode 100644 index 00000000000..982eff63ff7 --- /dev/null +++ b/tests/org.eclipse.jface.tests.databinding/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.ui</artifactId> + <groupId>eclipse.platform.ui</groupId> + <version>3.8.0-SNAPSHOT</version> + <relativePath>../../</relativePath> + </parent> + <groupId>eclipse.platform.ui</groupId> + <artifactId>org.eclipse.jface.tests.databinding</artifactId> + <version>1.0.100-SNAPSHOT</version> + <packaging>eclipse-plugin</packaging> +</project> diff --git a/tests/org.eclipse.ui.tests.browser/pom.xml b/tests/org.eclipse.ui.tests.browser/pom.xml new file mode 100644 index 00000000000..8ad3585cce3 --- /dev/null +++ b/tests/org.eclipse.ui.tests.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.ui</artifactId> + <groupId>eclipse.platform.ui</groupId> + <version>3.8.0-SNAPSHOT</version> + <relativePath>../../</relativePath> + </parent> + <groupId>eclipse.platform.ui</groupId> + <artifactId>org.eclipse.ui.tests.browser</artifactId> + <version>3.1.0</version> + <packaging>eclipse-plugin</packaging> +</project> diff --git a/tests/org.eclipse.ui.tests.forms/pom.xml b/tests/org.eclipse.ui.tests.forms/pom.xml new file mode 100644 index 00000000000..806e1532d2f --- /dev/null +++ b/tests/org.eclipse.ui.tests.forms/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.ui</artifactId> + <groupId>eclipse.platform.ui</groupId> + <version>3.8.0-SNAPSHOT</version> + <relativePath>../../</relativePath> + </parent> + <groupId>eclipse.platform.ui</groupId> + <artifactId>org.eclipse.ui.tests.forms</artifactId> + <version>3.3.300-SNAPSHOT</version> + <packaging>eclipse-plugin</packaging> +</project> diff --git a/tests/org.eclipse.ui.tests.harness/pom.xml b/tests/org.eclipse.ui.tests.harness/pom.xml new file mode 100644 index 00000000000..83fadcb7b8c --- /dev/null +++ b/tests/org.eclipse.ui.tests.harness/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.ui</artifactId> + <groupId>eclipse.platform.ui</groupId> + <version>3.8.0-SNAPSHOT</version> + <relativePath>../../</relativePath> + </parent> + <groupId>eclipse.platform.ui</groupId> + <artifactId>org.eclipse.ui.tests.harness</artifactId> + <version>1.2.0-SNAPSHOT</version> + <packaging>eclipse-plugin</packaging> +</project> diff --git a/tests/org.eclipse.ui.tests.navigator/pom.xml b/tests/org.eclipse.ui.tests.navigator/pom.xml new file mode 100644 index 00000000000..1e944ac94f0 --- /dev/null +++ b/tests/org.eclipse.ui.tests.navigator/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.ui</artifactId> + <groupId>eclipse.platform.ui</groupId> + <version>3.8.0-SNAPSHOT</version> + <relativePath>../../</relativePath> + </parent> + <groupId>eclipse.platform.ui</groupId> + <artifactId>org.eclipse.ui.tests.navigator</artifactId> + <version>3.4.100-SNAPSHOT</version> + <packaging>eclipse-plugin</packaging> +</project> diff --git a/tests/org.eclipse.ui.tests.performance/pom.xml b/tests/org.eclipse.ui.tests.performance/pom.xml new file mode 100644 index 00000000000..9b4c478306c --- /dev/null +++ b/tests/org.eclipse.ui.tests.performance/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.ui</artifactId> + <groupId>eclipse.platform.ui</groupId> + <version>3.8.0-SNAPSHOT</version> + <relativePath>../../</relativePath> + </parent> + <groupId>eclipse.platform.ui</groupId> + <artifactId>org.eclipse.ui.tests.performance</artifactId> + <version>1.1.200-SNAPSHOT</version> + <packaging>eclipse-plugin</packaging> +</project> diff --git a/tests/org.eclipse.ui.tests.rcp/pom.xml b/tests/org.eclipse.ui.tests.rcp/pom.xml new file mode 100644 index 00000000000..6378b39eeeb --- /dev/null +++ b/tests/org.eclipse.ui.tests.rcp/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.ui</artifactId> + <groupId>eclipse.platform.ui</groupId> + <version>3.8.0-SNAPSHOT</version> + <relativePath>../../</relativePath> + </parent> + <groupId>eclipse.platform.ui</groupId> + <artifactId>org.eclipse.ui.tests.rcp</artifactId> + <version>3.3.100-SNAPSHOT</version> + <packaging>eclipse-plugin</packaging> +</project> diff --git a/tests/org.eclipse.ui.tests.views.properties.tabbed/pom.xml b/tests/org.eclipse.ui.tests.views.properties.tabbed/pom.xml new file mode 100644 index 00000000000..d63cb515711 --- /dev/null +++ b/tests/org.eclipse.ui.tests.views.properties.tabbed/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.ui</artifactId> + <groupId>eclipse.platform.ui</groupId> + <version>3.8.0-SNAPSHOT</version> + <relativePath>../../</relativePath> + </parent> + <groupId>eclipse.platform.ui</groupId> + <artifactId>org.eclipse.ui.tests.views.properties.tabbed</artifactId> + <version>3.5.100-SNAPSHOT</version> + <packaging>eclipse-plugin</packaging> +</project> diff --git a/tests/org.eclipse.ui.tests/pom.xml b/tests/org.eclipse.ui.tests/pom.xml new file mode 100644 index 00000000000..33093d6aa98 --- /dev/null +++ b/tests/org.eclipse.ui.tests/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> + <artifactId>eclipse.platform.ui</artifactId> + <groupId>eclipse.platform.ui</groupId> + <version>3.8.0-SNAPSHOT</version> + <relativePath>../../</relativePath> + </parent> + <groupId>eclipse.platform.ui</groupId> + <artifactId>org.eclipse.ui.tests</artifactId> + <version>3.7.0-SNAPSHOT</version> + <packaging>eclipse-test-plugin</packaging> + + <build> + <plugins> + <!-- + How come this depends on e4 packages? + --> + <plugin> + <groupId>org.eclipse.tycho</groupId> + <artifactId>target-platform-configuration</artifactId> + <configuration> + <dependency-resolution> + <optionalDependencies>ignore</optionalDependencies> + </dependency-resolution> + </configuration> + </plugin> + </plugins> + </build> + +</project> |
