| author | Igor Fedorenko | 2012-05-18 14:21:20 (EDT) |
|---|---|---|
| committer | Szymon Brandys | 2012-05-22 07:48:22 (EDT) |
| commit | a4b14e222b8efca995aabcaa5c67dde941d8968e (patch) (side-by-side diff) | |
| tree | db232b7af55778f3bd80301463f94e5cb14c59fe | |
| parent | 1f8ef0df0f4919bdbeaa5073c138317fa22119a6 (diff) | |
| download | eclipse.platform.team-a4b14e222b8efca995aabcaa5c67dde941d8968e.zip eclipse.platform.team-a4b14e222b8efca995aabcaa5c67dde941d8968e.tar.gz eclipse.platform.team-a4b14e222b8efca995aabcaa5c67dde941d8968e.tar.bz2 | |
Add poms for Tycho buildv20120522-1148
27 files changed, 873 insertions, 0 deletions
diff --git a/bundles/org.eclipse.compare.core/pom.xml b/bundles/org.eclipse.compare.core/pom.xml new file mode 100644 index 0000000..05889ef --- a/dev/null +++ b/bundles/org.eclipse.compare.core/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.team</artifactId> + <groupId>eclipse.platform.team</groupId> + <version>3.8.0-SNAPSHOT</version> + <relativePath>../../</relativePath> + </parent> + <groupId>eclipse.platform.team</groupId> + <artifactId>org.eclipse.compare.core</artifactId> + <version>3.5.200-SNAPSHOT</version> + <packaging>eclipse-plugin</packaging> +</project> diff --git a/bundles/org.eclipse.compare.win32/pom.xml b/bundles/org.eclipse.compare.win32/pom.xml new file mode 100644 index 0000000..2688212 --- a/dev/null +++ b/bundles/org.eclipse.compare.win32/pom.xml @@ -0,0 +1,48 @@ +<?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.team</artifactId> + <groupId>eclipse.platform.team</groupId> + <version>3.8.0-SNAPSHOT</version> + <relativePath>../../</relativePath> + </parent> + <groupId>eclipse.platform.team</groupId> + <artifactId>org.eclipse.compare.win32</artifactId> + <version>1.0.200-SNAPSHOT</version> + <packaging>eclipse-plugin</packaging> + + <build> + <plugins> + <!-- tycho is not able to automatically determine os/ws/arch of this bundle --> + <plugin> + <groupId>org.eclipse.tycho</groupId> + <artifactId>target-platform-configuration</artifactId> + <version>${tycho.version}</version> + <configuration> + <resolver>p2</resolver> + <environments> + <environment> + <os>win32</os> + <ws>win32</ws> + <arch>x86</arch> + </environment> + </environments> + </configuration> + </plugin> + </plugins> + </build> +</project> diff --git a/bundles/org.eclipse.compare/pom.xml b/bundles/org.eclipse.compare/pom.xml new file mode 100644 index 0000000..a85ecdf --- a/dev/null +++ b/bundles/org.eclipse.compare/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.team</artifactId> + <groupId>eclipse.platform.team</groupId> + <version>3.8.0-SNAPSHOT</version> + <relativePath>../../</relativePath> + </parent> + <groupId>eclipse.platform.team</groupId> + <artifactId>org.eclipse.compare</artifactId> + <version>3.5.300-SNAPSHOT</version> + <packaging>eclipse-plugin</packaging> +</project> diff --git a/bundles/org.eclipse.core.net/fragments/org.eclipse.core.net.linux.x86/pom.xml b/bundles/org.eclipse.core.net/fragments/org.eclipse.core.net.linux.x86/pom.xml new file mode 100644 index 0000000..ffae0c1 --- a/dev/null +++ b/bundles/org.eclipse.core.net/fragments/org.eclipse.core.net.linux.x86/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.team</artifactId> + <groupId>eclipse.platform.team</groupId> + <version>3.8.0-SNAPSHOT</version> + <relativePath>../../../../</relativePath> + </parent> + <groupId>eclipse.platform.team</groupId> + <artifactId>org.eclipse.core.net.linux.x86</artifactId> + <version>1.1.200-SNAPSHOT</version> + <packaging>eclipse-plugin</packaging> + + <build> + <plugins> + <plugin> + <groupId>org.eclipse.tycho</groupId> + <artifactId>target-platform-configuration</artifactId> + <configuration> + <environments> + <environment> + <os>linux</os> + <ws>gtk</ws> + <arch>x86</arch> + </environment> + </environments> + </configuration> + </plugin> + </plugins> + </build> + +</project> diff --git a/bundles/org.eclipse.core.net/fragments/org.eclipse.core.net.linux.x86_64/pom.xml b/bundles/org.eclipse.core.net/fragments/org.eclipse.core.net.linux.x86_64/pom.xml new file mode 100644 index 0000000..0e5ea1d --- a/dev/null +++ b/bundles/org.eclipse.core.net/fragments/org.eclipse.core.net.linux.x86_64/pom.xml @@ -0,0 +1,46 @@ +<?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.team</artifactId> + <groupId>eclipse.platform.team</groupId> + <version>3.8.0-SNAPSHOT</version> + <relativePath>../../../../</relativePath> + </parent> + <groupId>eclipse.platform.team</groupId> + <artifactId>org.eclipse.core.net.linux.x86_64</artifactId> + <version>1.1.0-SNAPSHOT</version> + <packaging>eclipse-plugin</packaging> + + + <build> + <plugins> + <plugin> + <groupId>org.eclipse.tycho</groupId> + <artifactId>target-platform-configuration</artifactId> + <configuration> + <environments> + <environment> + <os>linux</os> + <ws>gtk</ws> + <arch>x86_64</arch> + </environment> + </environments> + </configuration> + </plugin> + </plugins> + </build> +</project> diff --git a/bundles/org.eclipse.core.net/fragments/org.eclipse.core.net.win32.x86/pom.xml b/bundles/org.eclipse.core.net/fragments/org.eclipse.core.net.win32.x86/pom.xml new file mode 100644 index 0000000..d75fec4 --- a/dev/null +++ b/bundles/org.eclipse.core.net/fragments/org.eclipse.core.net.win32.x86/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.team</artifactId> + <groupId>eclipse.platform.team</groupId> + <version>3.8.0-SNAPSHOT</version> + <relativePath>../../../../</relativePath> + </parent> + <groupId>eclipse.platform.team</groupId> + <artifactId>org.eclipse.core.net.win32.x86</artifactId> + <version>1.0.100-SNAPSHOT</version> + <packaging>eclipse-plugin</packaging> + + <build> + <plugins> + <plugin> + <groupId>org.eclipse.tycho</groupId> + <artifactId>target-platform-configuration</artifactId> + <configuration> + <environments> + <environment> + <os>win32</os> + <ws>win32</ws> + <arch>x86</arch> + </environment> + </environments> + </configuration> + </plugin> + </plugins> + </build> +</project> diff --git a/bundles/org.eclipse.core.net/fragments/org.eclipse.core.net.win32.x86_64/pom.xml b/bundles/org.eclipse.core.net/fragments/org.eclipse.core.net.win32.x86_64/pom.xml new file mode 100644 index 0000000..15e537e --- a/dev/null +++ b/bundles/org.eclipse.core.net/fragments/org.eclipse.core.net.win32.x86_64/pom.xml @@ -0,0 +1,44 @@ +<?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.team</artifactId> + <groupId>eclipse.platform.team</groupId> + <version>3.8.0-SNAPSHOT</version> + <relativePath>../../../../</relativePath> + </parent> + <groupId>eclipse.platform.team</groupId> + <artifactId>org.eclipse.core.net.win32.x86_64</artifactId> + <version>1.0.100-SNAPSHOT</version> + <packaging>eclipse-plugin</packaging> + + <build> + <plugins> + <plugin> + <groupId>org.eclipse.tycho</groupId> + <artifactId>target-platform-configuration</artifactId> + <configuration> + <environments> + <environment> + <os>win32</os> + <ws>win32</ws> + <arch>x86_64</arch> + </environment> + </environments> + </configuration> + </plugin> + </plugins> + </build> +</project> diff --git a/bundles/org.eclipse.core.net/pom.xml b/bundles/org.eclipse.core.net/pom.xml new file mode 100644 index 0000000..7e06b63 --- a/dev/null +++ b/bundles/org.eclipse.core.net/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.team</artifactId> + <groupId>eclipse.platform.team</groupId> + <version>3.8.0-SNAPSHOT</version> + <relativePath>../../</relativePath> + </parent> + <groupId>eclipse.platform.team</groupId> + <artifactId>org.eclipse.core.net</artifactId> + <version>1.2.200-SNAPSHOT</version> + <packaging>eclipse-plugin</packaging> +</project> diff --git a/bundles/org.eclipse.jsch.core/pom.xml b/bundles/org.eclipse.jsch.core/pom.xml new file mode 100644 index 0000000..8edbd36 --- a/dev/null +++ b/bundles/org.eclipse.jsch.core/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.team</artifactId> + <groupId>eclipse.platform.team</groupId> + <version>3.8.0-SNAPSHOT</version> + <relativePath>../../</relativePath> + </parent> + <groupId>eclipse.platform.team</groupId> + <artifactId>org.eclipse.jsch.core</artifactId> + <version>1.1.400-SNAPSHOT</version> + <packaging>eclipse-plugin</packaging> +</project> diff --git a/bundles/org.eclipse.jsch.ui/pom.xml b/bundles/org.eclipse.jsch.ui/pom.xml new file mode 100644 index 0000000..d100cd3 --- a/dev/null +++ b/bundles/org.eclipse.jsch.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.team</artifactId> + <groupId>eclipse.platform.team</groupId> + <version>3.8.0-SNAPSHOT</version> + <relativePath>../../</relativePath> + </parent> + <groupId>eclipse.platform.team</groupId> + <artifactId>org.eclipse.jsch.ui</artifactId> + <version>1.1.400-SNAPSHOT</version> + <packaging>eclipse-plugin</packaging> +</project> diff --git a/bundles/org.eclipse.team.core/pom.xml b/bundles/org.eclipse.team.core/pom.xml new file mode 100644 index 0000000..3c4f698 --- a/dev/null +++ b/bundles/org.eclipse.team.core/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.team</artifactId> + <groupId>eclipse.platform.team</groupId> + <version>3.8.0-SNAPSHOT</version> + <relativePath>../../</relativePath> + </parent> + <groupId>eclipse.platform.team</groupId> + <artifactId>org.eclipse.team.core</artifactId> + <version>3.6.100-SNAPSHOT</version> + <packaging>eclipse-plugin</packaging> +</project> diff --git a/bundles/org.eclipse.team.cvs.core/pom.xml b/bundles/org.eclipse.team.cvs.core/pom.xml new file mode 100644 index 0000000..2c35bef --- a/dev/null +++ b/bundles/org.eclipse.team.cvs.core/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.team</artifactId> + <groupId>eclipse.platform.team</groupId> + <version>3.8.0-SNAPSHOT</version> + <relativePath>../../</relativePath> + </parent> + <groupId>eclipse.platform.team</groupId> + <artifactId>org.eclipse.team.cvs.core</artifactId> + <version>3.3.500-SNAPSHOT</version> + <packaging>eclipse-plugin</packaging> +</project> diff --git a/bundles/org.eclipse.team.cvs.ssh/pom.xml b/bundles/org.eclipse.team.cvs.ssh/pom.xml new file mode 100644 index 0000000..2b7e0ba --- a/dev/null +++ b/bundles/org.eclipse.team.cvs.ssh/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.team</artifactId> + <groupId>eclipse.platform.team</groupId> + <version>3.8.0-SNAPSHOT</version> + <relativePath>../../</relativePath> + </parent> + <groupId>eclipse.platform.team</groupId> + <artifactId>org.eclipse.team.cvs.ssh</artifactId> + <version>3.2.100-SNAPSHOT</version> + <packaging>eclipse-plugin</packaging> +</project> diff --git a/bundles/org.eclipse.team.cvs.ssh2/pom.xml b/bundles/org.eclipse.team.cvs.ssh2/pom.xml new file mode 100644 index 0000000..b2a16ab --- a/dev/null +++ b/bundles/org.eclipse.team.cvs.ssh2/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.team</artifactId> + <groupId>eclipse.platform.team</groupId> + <version>3.8.0-SNAPSHOT</version> + <relativePath>../../</relativePath> + </parent> + <groupId>eclipse.platform.team</groupId> + <artifactId>org.eclipse.team.cvs.ssh2</artifactId> + <version>3.2.300-SNAPSHOT</version> + <packaging>eclipse-plugin</packaging> +</project> diff --git a/bundles/org.eclipse.team.cvs.ui/pom.xml b/bundles/org.eclipse.team.cvs.ui/pom.xml new file mode 100644 index 0000000..5545ed9 --- a/dev/null +++ b/bundles/org.eclipse.team.cvs.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.team</artifactId> + <groupId>eclipse.platform.team</groupId> + <version>3.8.0-SNAPSHOT</version> + <relativePath>../../</relativePath> + </parent> + <groupId>eclipse.platform.team</groupId> + <artifactId>org.eclipse.team.cvs.ui</artifactId> + <version>3.3.500-SNAPSHOT</version> + <packaging>eclipse-plugin</packaging> +</project> diff --git a/bundles/org.eclipse.team.ui/pom.xml b/bundles/org.eclipse.team.ui/pom.xml new file mode 100644 index 0000000..aaa5360 --- a/dev/null +++ b/bundles/org.eclipse.team.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.team</artifactId> + <groupId>eclipse.platform.team</groupId> + <version>3.8.0-SNAPSHOT</version> + <relativePath>../../</relativePath> + </parent> + <groupId>eclipse.platform.team</groupId> + <artifactId>org.eclipse.team.ui</artifactId> + <version>3.6.200-SNAPSHOT</version> + <packaging>eclipse-plugin</packaging> +</project> diff --git a/bundles/org.eclipse.ui.net/pom.xml b/bundles/org.eclipse.ui.net/pom.xml new file mode 100644 index 0000000..99d46f6 --- a/dev/null +++ b/bundles/org.eclipse.ui.net/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.team</artifactId> + <groupId>eclipse.platform.team</groupId> + <version>3.8.0-SNAPSHOT</version> + <relativePath>../../</relativePath> + </parent> + <groupId>eclipse.platform.team</groupId> + <artifactId>org.eclipse.ui.net</artifactId> + <version>1.2.100-SNAPSHOT</version> + <packaging>eclipse-plugin</packaging> +</project> diff --git a/examples/org.eclipse.compare.examples.xml/pom.xml b/examples/org.eclipse.compare.examples.xml/pom.xml new file mode 100644 index 0000000..319e769 --- a/dev/null +++ b/examples/org.eclipse.compare.examples.xml/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.team</artifactId> + <groupId>eclipse.platform.team</groupId> + <version>3.8.0-SNAPSHOT</version> + <relativePath>../../</relativePath> + </parent> + <groupId>eclipse.platform.team</groupId> + <artifactId>org.eclipse.compare.examples.xml</artifactId> + <version>3.3.200-SNAPSHOT</version> + <packaging>eclipse-plugin</packaging> +</project> diff --git a/examples/org.eclipse.compare.examples/pom.xml b/examples/org.eclipse.compare.examples/pom.xml new file mode 100644 index 0000000..cec110f --- a/dev/null +++ b/examples/org.eclipse.compare.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.team</artifactId> + <groupId>eclipse.platform.team</groupId> + <version>3.8.0-SNAPSHOT</version> + <relativePath>../../</relativePath> + </parent> + <groupId>eclipse.platform.team</groupId> + <artifactId>org.eclipse.compare.examples</artifactId> + <version>3.1.200-SNAPSHOT</version> + <packaging>eclipse-plugin</packaging> +</project> diff --git a/examples/org.eclipse.team.examples.filesystem/pom.xml b/examples/org.eclipse.team.examples.filesystem/pom.xml new file mode 100644 index 0000000..04df213 --- a/dev/null +++ b/examples/org.eclipse.team.examples.filesystem/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.team</artifactId> + <groupId>eclipse.platform.team</groupId> + <version>3.8.0-SNAPSHOT</version> + <relativePath>../../</relativePath> + </parent> + <groupId>eclipse.platform.team</groupId> + <artifactId>org.eclipse.team.examples.filesystem</artifactId> + <version>3.4.100-SNAPSHOT</version> + <packaging>eclipse-plugin</packaging> +</project> diff --git a/features/org.eclipse.cvs-feature/pom.xml b/features/org.eclipse.cvs-feature/pom.xml new file mode 100644 index 0000000..5aa8430 --- a/dev/null +++ b/features/org.eclipse.cvs-feature/pom.xml @@ -0,0 +1,63 @@ +<?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.team</artifactId> + <groupId>eclipse.platform.team</groupId> + <version>3.8.0-SNAPSHOT</version> + <relativePath>../../</relativePath> + </parent> + <groupId>eclipse.platform.team</groupId> + <artifactId>org.eclipse.cvs</artifactId> + <version>1.3.100-SNAPSHOT</version> + <packaging>eclipse-feature</packaging> + + <build> + <plugins> + <plugin> + <groupId>org.eclipse.tycho.extras</groupId> + <artifactId>tycho-source-feature-plugin</artifactId> + <executions> + <execution> + <phase>package</phase> + <id>source-feature</id> + <goals> + <goal>source-feature</goal> + </goals> + <configuration> + <excludes> + <plugin id="org.eclipse.cvs" /> + </excludes> + </configuration> + </execution> + </executions> + </plugin> + <plugin> + <groupId>org.eclipse.tycho</groupId> + <artifactId>tycho-p2-plugin</artifactId> + <version>${tycho.version}</version> + <executions> + <execution> + <id>attached-p2-metadata</id> + <phase>package</phase> + <goals> + <goal>p2-metadata</goal> + </goals> + </execution> + </executions> + </plugin> + </plugins> + </build> +</project> @@ -0,0 +1,62 @@ +<?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.team</groupId> + <artifactId>eclipse.platform.team</artifactId> + <version>3.8.0-SNAPSHOT</version> + <packaging>pom</packaging> + + <modules> + <module>bundles/org.eclipse.compare</module> + <module>bundles/org.eclipse.compare.win32</module> + + <module>bundles/org.eclipse.compare.core</module> + <module>bundles/org.eclipse.core.net</module> + <module>bundles/org.eclipse.jsch.core</module> + <module>bundles/org.eclipse.jsch.ui</module> + <module>bundles/org.eclipse.team.core</module> + <module>bundles/org.eclipse.team.cvs.core</module> + <module>bundles/org.eclipse.team.cvs.ssh</module> + <module>bundles/org.eclipse.team.cvs.ssh2</module> + <module>bundles/org.eclipse.team.cvs.ui</module> + <module>bundles/org.eclipse.team.ui</module> + <module>bundles/org.eclipse.ui.net</module> + <module>examples/org.eclipse.compare.examples</module> + <module>examples/org.eclipse.compare.examples.xml</module> + <module>examples/org.eclipse.team.examples.filesystem</module> + + <module>features/org.eclipse.cvs-feature</module> + + <!-- creatively located fragments --> + <module>bundles/org.eclipse.core.net/fragments/org.eclipse.core.net.linux.x86</module> + <module>bundles/org.eclipse.core.net/fragments/org.eclipse.core.net.linux.x86_64</module> + <module>bundles/org.eclipse.core.net/fragments/org.eclipse.core.net.win32.x86</module> + <module>bundles/org.eclipse.core.net/fragments/org.eclipse.core.net.win32.x86_64</module> + + <module>tests/org.eclipse.compare.tests</module> + <module>tests/org.eclipse.core.tests.net</module> + <module>tests/org.eclipse.jsch.tests</module> + <module>tests/org.eclipse.team.tests.cvs.core</module> + <module>tests/org.eclipse.team.tests.core</module> + </modules> +</project> diff --git a/tests/org.eclipse.compare.tests/pom.xml b/tests/org.eclipse.compare.tests/pom.xml new file mode 100644 index 0000000..6ae9ac5 --- a/dev/null +++ b/tests/org.eclipse.compare.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.team</artifactId> + <groupId>eclipse.platform.team</groupId> + <version>3.8.0-SNAPSHOT</version> + <relativePath>../../</relativePath> + </parent> + <groupId>eclipse.platform.team</groupId> + <artifactId>org.eclipse.compare.tests</artifactId> + <version>3.5.300-SNAPSHOT</version> + <packaging>eclipse-test-plugin</packaging> +</project> diff --git a/tests/org.eclipse.core.tests.net/pom.xml b/tests/org.eclipse.core.tests.net/pom.xml new file mode 100644 index 0000000..5e36d28 --- a/dev/null +++ b/tests/org.eclipse.core.tests.net/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.team</artifactId> + <groupId>eclipse.platform.team</groupId> + <version>3.8.0-SNAPSHOT</version> + <relativePath>../../</relativePath> + </parent> + <groupId>eclipse.platform.team</groupId> + <artifactId>org.eclipse.core.tests.net</artifactId> + <version>1.2.100-SNAPSHOT</version> + <packaging>eclipse-plugin</packaging> +</project> diff --git a/tests/org.eclipse.jsch.tests/pom.xml b/tests/org.eclipse.jsch.tests/pom.xml new file mode 100644 index 0000000..4bcd537 --- a/dev/null +++ b/tests/org.eclipse.jsch.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.team</artifactId> + <groupId>eclipse.platform.team</groupId> + <version>3.8.0-SNAPSHOT</version> + <relativePath>../../</relativePath> + </parent> + <groupId>eclipse.platform.team</groupId> + <artifactId>org.eclipse.jsch.tests</artifactId> + <version>1.0.0-SNAPSHOT</version> + <packaging>eclipse-test-plugin</packaging> +</project> diff --git a/tests/org.eclipse.team.tests.core/pom.xml b/tests/org.eclipse.team.tests.core/pom.xml new file mode 100644 index 0000000..212c141 --- a/dev/null +++ b/tests/org.eclipse.team.tests.core/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.team</artifactId> + <groupId>eclipse.platform.team</groupId> + <version>3.8.0-SNAPSHOT</version> + <relativePath>../../</relativePath> + </parent> + <groupId>eclipse.platform.team</groupId> + <artifactId>org.eclipse.team.tests.core</artifactId> + <version>3.7.0-SNAPSHOT</version> + <packaging>eclipse-test-plugin</packaging> +</project> diff --git a/tests/org.eclipse.team.tests.cvs.core/pom.xml b/tests/org.eclipse.team.tests.cvs.core/pom.xml new file mode 100644 index 0000000..91cf168 --- a/dev/null +++ b/tests/org.eclipse.team.tests.cvs.core/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.team</artifactId> + <groupId>eclipse.platform.team</groupId> + <version>3.8.0-SNAPSHOT</version> + <relativePath>../../</relativePath> + </parent> + <groupId>eclipse.platform.team</groupId> + <artifactId>org.eclipse.team.tests.cvs.core</artifactId> + <version>3.3.300-SNAPSHOT</version> + <packaging>eclipse-plugin</packaging> +</project> |

