| author | Igor Fedorenko | 2012-05-18 10:05:26 (EDT) |
|---|---|---|
| committer | Mike Rennie | 2012-05-23 13:42:45 (EDT) |
| commit | 1436dfc148e8765cb89842ef23e1970ed9cb82ca (patch) (side-by-side diff) | |
| tree | a12f14cf6dd4891299d7aaa7aec29f634da04753 | |
| parent | 39e6e76a937ddb9831420e1e31d2615479323fad (diff) | |
| download | eclipse.platform-1436dfc148e8765cb89842ef23e1970ed9cb82ca.zip eclipse.platform-1436dfc148e8765cb89842ef23e1970ed9cb82ca.tar.gz eclipse.platform-1436dfc148e8765cb89842ef23e1970ed9cb82ca.tar.bz2 | |
Add poms for Tycho buildv20120523-1742
| -rw-r--r-- | ant/org.eclipse.ant.core/pom.xml | 26 | ||||
| -rw-r--r-- | ant/org.eclipse.ant.launching/pom.xml | 26 | ||||
| -rw-r--r-- | ant/org.eclipse.ant.tests.core/pom.xml | 26 | ||||
| -rw-r--r-- | ant/org.eclipse.ant.tests.ui/pom.xml | 26 | ||||
| -rw-r--r-- | ant/org.eclipse.ant.ui/pom.xml | 26 | ||||
| -rw-r--r-- | platform/org.eclipse.platform/pom.xml | 26 | ||||
| -rw-r--r-- | platform/org.eclipse.sdk/pom.xml | 26 | ||||
| -rw-r--r-- | pom.xml | 46 | ||||
| -rw-r--r-- | update/org.eclipse.update.configurator/pom.xml | 27 | ||||
| -rw-r--r-- | update/org.eclipse.update.core.linux/pom.xml | 47 | ||||
| -rw-r--r-- | update/org.eclipse.update.core.win32/pom.xml | 47 | ||||
| -rw-r--r-- | update/org.eclipse.update.core/pom.xml | 27 | ||||
| -rw-r--r-- | update/org.eclipse.update.examples/pom.xml | 26 | ||||
| -rw-r--r-- | update/org.eclipse.update.scheduler/pom.xml | 38 | ||||
| -rw-r--r-- | update/org.eclipse.update.tests.core/pom.xml | 26 | ||||
| -rw-r--r-- | update/org.eclipse.update.ui/pom.xml | 38 |
16 files changed, 504 insertions, 0 deletions
diff --git a/ant/org.eclipse.ant.core/pom.xml b/ant/org.eclipse.ant.core/pom.xml new file mode 100644 index 0000000..ecc49ea --- a/dev/null +++ b/ant/org.eclipse.ant.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</artifactId> + <groupId>org.eclipse.platform</groupId> + <version>3.8.0-SNAPSHOT</version> + <relativePath>../../</relativePath> + </parent> + <groupId>org.eclipse.platform</groupId> + <artifactId>org.eclipse.ant.core</artifactId> + <version>3.2.400-SNAPSHOT</version> + <packaging>eclipse-plugin</packaging> +</project> diff --git a/ant/org.eclipse.ant.launching/pom.xml b/ant/org.eclipse.ant.launching/pom.xml new file mode 100644 index 0000000..4f83750 --- a/dev/null +++ b/ant/org.eclipse.ant.launching/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</artifactId> + <groupId>org.eclipse.platform</groupId> + <version>3.8.0-SNAPSHOT</version> + <relativePath>../../</relativePath> + </parent> + <groupId>org.eclipse.platform</groupId> + <artifactId>org.eclipse.ant.launching</artifactId> + <version>1.0.100-SNAPSHOT</version> + <packaging>eclipse-plugin</packaging> +</project> diff --git a/ant/org.eclipse.ant.tests.core/pom.xml b/ant/org.eclipse.ant.tests.core/pom.xml new file mode 100644 index 0000000..d191930 --- a/dev/null +++ b/ant/org.eclipse.ant.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</artifactId> + <groupId>org.eclipse.platform</groupId> + <version>3.8.0-SNAPSHOT</version> + <relativePath>../../</relativePath> + </parent> + <groupId>org.eclipse.platform</groupId> + <artifactId>org.eclipse.ant.tests.core</artifactId> + <version>3.2.200-SNAPSHOT</version> + <packaging>eclipse-plugin</packaging> +</project> diff --git a/ant/org.eclipse.ant.tests.ui/pom.xml b/ant/org.eclipse.ant.tests.ui/pom.xml new file mode 100644 index 0000000..85961f9 --- a/dev/null +++ b/ant/org.eclipse.ant.tests.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</artifactId> + <groupId>org.eclipse.platform</groupId> + <version>3.8.0-SNAPSHOT</version> + <relativePath>../../</relativePath> + </parent> + <groupId>org.eclipse.platform</groupId> + <artifactId>org.eclipse.ant.tests.ui</artifactId> + <version>3.8.0-SNAPSHOT</version> + <packaging>eclipse-plugin</packaging> +</project> diff --git a/ant/org.eclipse.ant.ui/pom.xml b/ant/org.eclipse.ant.ui/pom.xml new file mode 100644 index 0000000..5906a97 --- a/dev/null +++ b/ant/org.eclipse.ant.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</artifactId> + <groupId>org.eclipse.platform</groupId> + <version>3.8.0-SNAPSHOT</version> + <relativePath>../../</relativePath> + </parent> + <groupId>org.eclipse.platform</groupId> + <artifactId>org.eclipse.ant.ui</artifactId> + <version>3.5.300-SNAPSHOT</version> + <packaging>eclipse-plugin</packaging> +</project> diff --git a/platform/org.eclipse.platform/pom.xml b/platform/org.eclipse.platform/pom.xml new file mode 100644 index 0000000..e723c96 --- a/dev/null +++ b/platform/org.eclipse.platform/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</artifactId> + <groupId>org.eclipse.platform</groupId> + <version>3.8.0-SNAPSHOT</version> + <relativePath>../../</relativePath> + </parent> + <groupId>org.eclipse.platform</groupId> + <artifactId>org.eclipse.platform</artifactId> + <version>3.8.0-SNAPSHOT</version> + <packaging>eclipse-plugin</packaging> +</project> diff --git a/platform/org.eclipse.sdk/pom.xml b/platform/org.eclipse.sdk/pom.xml new file mode 100644 index 0000000..314d0e3 --- a/dev/null +++ b/platform/org.eclipse.sdk/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</artifactId> + <groupId>org.eclipse.platform</groupId> + <version>3.8.0-SNAPSHOT</version> + <relativePath>../../</relativePath> + </parent> + <groupId>org.eclipse.platform</groupId> + <artifactId>org.eclipse.sdk</artifactId> + <version>3.8.0-SNAPSHOT</version> + <packaging>eclipse-plugin</packaging> +</project> @@ -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> + <groupId>org.eclipse</groupId> + <artifactId>eclipse-parent</artifactId> + <version>1.0.0-SNAPSHOT</version> + </parent> + + <groupId>org.eclipse.platform</groupId> + <artifactId>eclipse.platform</artifactId> + <version>3.8.0-SNAPSHOT</version> + <packaging>pom</packaging> + + <modules> + <module>update/org.eclipse.update.configurator</module> + <module>update/org.eclipse.update.core</module> + <module>update/org.eclipse.update.core.linux</module> + <module>update/org.eclipse.update.core.win32</module> + <module>update/org.eclipse.update.examples</module> + <module>update/org.eclipse.update.tests.core</module> + <module>update/org.eclipse.update.scheduler</module> + <module>update/org.eclipse.update.ui</module> + <module>ant/org.eclipse.ant.core</module> + <module>ant/org.eclipse.ant.launching</module> + <module>ant/org.eclipse.ant.ui</module> + <module>ant/org.eclipse.ant.tests.core</module> + <module>ant/org.eclipse.ant.tests.ui</module> + <module>platform/org.eclipse.platform</module> + <module>platform/org.eclipse.sdk</module> + </modules> +</project> diff --git a/update/org.eclipse.update.configurator/pom.xml b/update/org.eclipse.update.configurator/pom.xml new file mode 100644 index 0000000..4892edc --- a/dev/null +++ b/update/org.eclipse.update.configurator/pom.xml @@ -0,0 +1,27 @@ +<?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</artifactId> + <groupId>org.eclipse.platform</groupId> + <version>3.8.0-SNAPSHOT</version> + <relativePath>../../</relativePath> + </parent> + <groupId>org.eclipse.platform</groupId> + <artifactId>org.eclipse.update.configurator</artifactId> + <version>3.3.200-SNAPSHOT</version> + <packaging>eclipse-plugin</packaging> +</project> diff --git a/update/org.eclipse.update.core.linux/pom.xml b/update/org.eclipse.update.core.linux/pom.xml new file mode 100644 index 0000000..a862297 --- a/dev/null +++ b/update/org.eclipse.update.core.linux/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</artifactId> + <groupId>org.eclipse.platform</groupId> + <version>3.8.0-SNAPSHOT</version> + <relativePath>../../</relativePath> + </parent> + <groupId>org.eclipse.platform</groupId> + <artifactId>org.eclipse.update.core.linux</artifactId> + <version>3.2.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>linux</os> + <ws>gtk</ws> + <arch>x86</arch> + </environment> + </environments> + </configuration> + </plugin> + </plugins> + </build> +</project> diff --git a/update/org.eclipse.update.core.win32/pom.xml b/update/org.eclipse.update.core.win32/pom.xml new file mode 100644 index 0000000..6e614aa --- a/dev/null +++ b/update/org.eclipse.update.core.win32/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</artifactId> + <groupId>org.eclipse.platform</groupId> + <version>3.8.0-SNAPSHOT</version> + <relativePath>../../</relativePath> + </parent> + <groupId>org.eclipse.platform</groupId> + <artifactId>org.eclipse.update.core.win32</artifactId> + <version>3.2.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/update/org.eclipse.update.core/pom.xml b/update/org.eclipse.update.core/pom.xml new file mode 100644 index 0000000..10ee07e --- a/dev/null +++ b/update/org.eclipse.update.core/pom.xml @@ -0,0 +1,27 @@ +<?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</artifactId> + <groupId>org.eclipse.platform</groupId> + <version>3.8.0-SNAPSHOT</version> + <relativePath>../../</relativePath> + </parent> + <groupId>org.eclipse.platform</groupId> + <artifactId>org.eclipse.update.core</artifactId> + <version>3.2.500-SNAPSHOT</version> + <packaging>eclipse-plugin</packaging> +</project> diff --git a/update/org.eclipse.update.examples/pom.xml b/update/org.eclipse.update.examples/pom.xml new file mode 100644 index 0000000..7db85f2 --- a/dev/null +++ b/update/org.eclipse.update.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</artifactId> + <groupId>org.eclipse.platform</groupId> + <version>3.8.0-SNAPSHOT</version> + <relativePath>../../</relativePath> + </parent> + <groupId>org.eclipse.platform</groupId> + <artifactId>org.eclipse.update.examples</artifactId> + <version>2.0.0</version> + <packaging>eclipse-plugin</packaging> +</project> diff --git a/update/org.eclipse.update.scheduler/pom.xml b/update/org.eclipse.update.scheduler/pom.xml new file mode 100644 index 0000000..e6a48c1 --- a/dev/null +++ b/update/org.eclipse.update.scheduler/pom.xml @@ -0,0 +1,38 @@ +<?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</artifactId> + <groupId>org.eclipse.platform</groupId> + <version>3.8.0-SNAPSHOT</version> + <relativePath>../../</relativePath> + </parent> + <groupId>org.eclipse.platform</groupId> + <artifactId>org.eclipse.update.scheduler</artifactId> + <version>3.2.300-SNAPSHOT</version> + <packaging>eclipse-plugin</packaging> + + <build> + <plugins> + <plugin> + <groupId>org.eclipse.tycho</groupId> + <artifactId>target-platform-configuration</artifactId> + <configuration> + <executionEnvironment>J2SE-1.5</executionEnvironment> + </configuration> + </plugin> + </plugins> + </build> +</project> diff --git a/update/org.eclipse.update.tests.core/pom.xml b/update/org.eclipse.update.tests.core/pom.xml new file mode 100644 index 0000000..ba33b6c --- a/dev/null +++ b/update/org.eclipse.update.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</artifactId> + <groupId>org.eclipse.platform</groupId> + <version>3.8.0-SNAPSHOT</version> + <relativePath>../../</relativePath> + </parent> + <groupId>org.eclipse.platform</groupId> + <artifactId>org.eclipse.update.tests.core</artifactId> + <version>3.3.0-SNAPSHOT</version> + <packaging>eclipse-plugin</packaging> +</project> diff --git a/update/org.eclipse.update.ui/pom.xml b/update/org.eclipse.update.ui/pom.xml new file mode 100644 index 0000000..d2d7396 --- a/dev/null +++ b/update/org.eclipse.update.ui/pom.xml @@ -0,0 +1,38 @@ +<?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</artifactId> + <groupId>org.eclipse.platform</groupId> + <version>3.8.0-SNAPSHOT</version> + <relativePath>../../</relativePath> + </parent> + <groupId>org.eclipse.platform</groupId> + <artifactId>org.eclipse.update.ui</artifactId> + <version>3.3.0-SNAPSHOT</version> + <packaging>eclipse-plugin</packaging> + + <build> + <plugins> + <plugin> + <groupId>org.eclipse.tycho</groupId> + <artifactId>target-platform-configuration</artifactId> + <configuration> + <executionEnvironment>J2SE-1.5</executionEnvironment> + </configuration> + </plugin> + </plugins> + </build> +</project> |

