| author | Igor Fedorenko | 2012-05-17 14:43:20 (EDT) |
|---|---|---|
| committer | Curtis Windatt | 2012-05-23 10:53:13 (EDT) |
| commit | 8215808a99098e2b2be1ddf8cc1ad70aa0cad4a6 (patch) (side-by-side diff) | |
| tree | 55a3b267a26f4177318ee72969a8421fa056c8be | |
| parent | e53f0c9c2c0a76a4b7a9af86fdcd85392b65060f (diff) | |
| download | eclipse.pde.ui-8215808a99098e2b2be1ddf8cc1ad70aa0cad4a6.zip eclipse.pde.ui-8215808a99098e2b2be1ddf8cc1ad70aa0cad4a6.tar.gz eclipse.pde.ui-8215808a99098e2b2be1ddf8cc1ad70aa0cad4a6.tar.bz2 | |
Add poms for Tycho buildv20120523-1453
44 files changed, 1181 insertions, 0 deletions
diff --git a/apitools/org.eclipse.pde.api.tools.ee.cdcfoundation10-feature/pom.xml b/apitools/org.eclipse.pde.api.tools.ee.cdcfoundation10-feature/pom.xml new file mode 100644 index 0000000..5d647d7 --- a/dev/null +++ b/apitools/org.eclipse.pde.api.tools.ee.cdcfoundation10-feature/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.pde.ui</artifactId> + <groupId>eclipse.pde.ui</groupId> + <version>3.8.0-SNAPSHOT</version> + <relativePath>../../</relativePath> + </parent> + <groupId>eclipse.pde.ui</groupId> + <artifactId>org.eclipse.pde.api.tools.ee.cdcfoundation10_feature</artifactId> + <version>1.0.1-SNAPSHOT</version> + <packaging>eclipse-feature</packaging> +</project> diff --git a/apitools/org.eclipse.pde.api.tools.ee.cdcfoundation10/pom.xml b/apitools/org.eclipse.pde.api.tools.ee.cdcfoundation10/pom.xml new file mode 100644 index 0000000..6ce9b11 --- a/dev/null +++ b/apitools/org.eclipse.pde.api.tools.ee.cdcfoundation10/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.pde.ui</artifactId> + <groupId>eclipse.pde.ui</groupId> + <version>3.8.0-SNAPSHOT</version> + <relativePath>../../</relativePath> + </parent> + <groupId>eclipse.pde.ui</groupId> + <artifactId>org.eclipse.pde.api.tools.ee.cdcfoundation10</artifactId> + <version>1.0.200-SNAPSHOT</version> + <packaging>eclipse-plugin</packaging> +</project> diff --git a/apitools/org.eclipse.pde.api.tools.ee.cdcfoundation11-feature/pom.xml b/apitools/org.eclipse.pde.api.tools.ee.cdcfoundation11-feature/pom.xml new file mode 100644 index 0000000..d379e43 --- a/dev/null +++ b/apitools/org.eclipse.pde.api.tools.ee.cdcfoundation11-feature/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.pde.ui</artifactId> + <groupId>eclipse.pde.ui</groupId> + <version>3.8.0-SNAPSHOT</version> + <relativePath>../../</relativePath> + </parent> + <groupId>eclipse.pde.ui</groupId> + <artifactId>org.eclipse.pde.api.tools.ee.cdcfoundation11_feature</artifactId> + <version>1.0.1-SNAPSHOT</version> + <packaging>eclipse-feature</packaging> +</project> diff --git a/apitools/org.eclipse.pde.api.tools.ee.cdcfoundation11/pom.xml b/apitools/org.eclipse.pde.api.tools.ee.cdcfoundation11/pom.xml new file mode 100644 index 0000000..dabe9cb --- a/dev/null +++ b/apitools/org.eclipse.pde.api.tools.ee.cdcfoundation11/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.pde.ui</artifactId> + <groupId>eclipse.pde.ui</groupId> + <version>3.8.0-SNAPSHOT</version> + <relativePath>../../</relativePath> + </parent> + <groupId>eclipse.pde.ui</groupId> + <artifactId>org.eclipse.pde.api.tools.ee.cdcfoundation11</artifactId> + <version>1.0.200-SNAPSHOT</version> + <packaging>eclipse-plugin</packaging> +</project> diff --git a/apitools/org.eclipse.pde.api.tools.ee.feature/pom.xml b/apitools/org.eclipse.pde.api.tools.ee.feature/pom.xml new file mode 100644 index 0000000..e6da516 --- a/dev/null +++ b/apitools/org.eclipse.pde.api.tools.ee.feature/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.pde.ui</artifactId> + <groupId>eclipse.pde.ui</groupId> + <version>3.8.0-SNAPSHOT</version> + <relativePath>../../</relativePath> + </parent> + <groupId>eclipse.pde.ui</groupId> + <artifactId>org.eclipse.pde.api.tools.ee.feature</artifactId> + <version>1.0.0-SNAPSHOT</version> + <packaging>eclipse-feature</packaging> +</project> diff --git a/apitools/org.eclipse.pde.api.tools.ee.j2se12-feature/pom.xml b/apitools/org.eclipse.pde.api.tools.ee.j2se12-feature/pom.xml new file mode 100644 index 0000000..1060d2c --- a/dev/null +++ b/apitools/org.eclipse.pde.api.tools.ee.j2se12-feature/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.pde.ui</artifactId> + <groupId>eclipse.pde.ui</groupId> + <version>3.8.0-SNAPSHOT</version> + <relativePath>../../</relativePath> + </parent> + <groupId>eclipse.pde.ui</groupId> + <artifactId>org.eclipse.pde.api.tools.ee.j2se12_feature</artifactId> + <version>1.0.1-SNAPSHOT</version> + <packaging>eclipse-feature</packaging> +</project> diff --git a/apitools/org.eclipse.pde.api.tools.ee.j2se12/pom.xml b/apitools/org.eclipse.pde.api.tools.ee.j2se12/pom.xml new file mode 100644 index 0000000..6236396 --- a/dev/null +++ b/apitools/org.eclipse.pde.api.tools.ee.j2se12/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.pde.ui</artifactId> + <groupId>eclipse.pde.ui</groupId> + <version>3.8.0-SNAPSHOT</version> + <relativePath>../../</relativePath> + </parent> + <groupId>eclipse.pde.ui</groupId> + <artifactId>org.eclipse.pde.api.tools.ee.j2se12</artifactId> + <version>1.0.200-SNAPSHOT</version> + <packaging>eclipse-plugin</packaging> +</project> diff --git a/apitools/org.eclipse.pde.api.tools.ee.j2se13-feature/pom.xml b/apitools/org.eclipse.pde.api.tools.ee.j2se13-feature/pom.xml new file mode 100644 index 0000000..55011be --- a/dev/null +++ b/apitools/org.eclipse.pde.api.tools.ee.j2se13-feature/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.pde.ui</artifactId> + <groupId>eclipse.pde.ui</groupId> + <version>3.8.0-SNAPSHOT</version> + <relativePath>../../</relativePath> + </parent> + <groupId>eclipse.pde.ui</groupId> + <artifactId>org.eclipse.pde.api.tools.ee.j2se13_feature</artifactId> + <version>1.0.1-SNAPSHOT</version> + <packaging>eclipse-feature</packaging> +</project> diff --git a/apitools/org.eclipse.pde.api.tools.ee.j2se13/pom.xml b/apitools/org.eclipse.pde.api.tools.ee.j2se13/pom.xml new file mode 100644 index 0000000..a435a6a --- a/dev/null +++ b/apitools/org.eclipse.pde.api.tools.ee.j2se13/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.pde.ui</artifactId> + <groupId>eclipse.pde.ui</groupId> + <version>3.8.0-SNAPSHOT</version> + <relativePath>../../</relativePath> + </parent> + <groupId>eclipse.pde.ui</groupId> + <artifactId>org.eclipse.pde.api.tools.ee.j2se13</artifactId> + <version>1.0.200-SNAPSHOT</version> + <packaging>eclipse-plugin</packaging> +</project> diff --git a/apitools/org.eclipse.pde.api.tools.ee.j2se14-feature/pom.xml b/apitools/org.eclipse.pde.api.tools.ee.j2se14-feature/pom.xml new file mode 100644 index 0000000..4c61ea0 --- a/dev/null +++ b/apitools/org.eclipse.pde.api.tools.ee.j2se14-feature/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.pde.ui</artifactId> + <groupId>eclipse.pde.ui</groupId> + <version>3.8.0-SNAPSHOT</version> + <relativePath>../../</relativePath> + </parent> + <groupId>eclipse.pde.ui</groupId> + <artifactId>org.eclipse.pde.api.tools.ee.j2se14_feature</artifactId> + <version>1.0.1-SNAPSHOT</version> + <packaging>eclipse-feature</packaging> +</project> diff --git a/apitools/org.eclipse.pde.api.tools.ee.j2se14/pom.xml b/apitools/org.eclipse.pde.api.tools.ee.j2se14/pom.xml new file mode 100644 index 0000000..f16c422 --- a/dev/null +++ b/apitools/org.eclipse.pde.api.tools.ee.j2se14/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.pde.ui</artifactId> + <groupId>eclipse.pde.ui</groupId> + <version>3.8.0-SNAPSHOT</version> + <relativePath>../../</relativePath> + </parent> + <groupId>eclipse.pde.ui</groupId> + <artifactId>org.eclipse.pde.api.tools.ee.j2se14</artifactId> + <version>1.0.200-SNAPSHOT</version> + <packaging>eclipse-plugin</packaging> +</project> diff --git a/apitools/org.eclipse.pde.api.tools.ee.j2se15-feature/pom.xml b/apitools/org.eclipse.pde.api.tools.ee.j2se15-feature/pom.xml new file mode 100644 index 0000000..ac47ed2 --- a/dev/null +++ b/apitools/org.eclipse.pde.api.tools.ee.j2se15-feature/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.pde.ui</artifactId> + <groupId>eclipse.pde.ui</groupId> + <version>3.8.0-SNAPSHOT</version> + <relativePath>../../</relativePath> + </parent> + <groupId>eclipse.pde.ui</groupId> + <artifactId>org.eclipse.pde.api.tools.ee.j2se15_feature</artifactId> + <version>1.0.1-SNAPSHOT</version> + <packaging>eclipse-feature</packaging> +</project> diff --git a/apitools/org.eclipse.pde.api.tools.ee.j2se15/pom.xml b/apitools/org.eclipse.pde.api.tools.ee.j2se15/pom.xml new file mode 100644 index 0000000..7f0cfde --- a/dev/null +++ b/apitools/org.eclipse.pde.api.tools.ee.j2se15/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.pde.ui</artifactId> + <groupId>eclipse.pde.ui</groupId> + <version>3.8.0-SNAPSHOT</version> + <relativePath>../../</relativePath> + </parent> + <groupId>eclipse.pde.ui</groupId> + <artifactId>org.eclipse.pde.api.tools.ee.j2se15</artifactId> + <version>1.0.200-SNAPSHOT</version> + <packaging>eclipse-plugin</packaging> +</project> diff --git a/apitools/org.eclipse.pde.api.tools.ee.javase16-feature/pom.xml b/apitools/org.eclipse.pde.api.tools.ee.javase16-feature/pom.xml new file mode 100644 index 0000000..f3399e3 --- a/dev/null +++ b/apitools/org.eclipse.pde.api.tools.ee.javase16-feature/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.pde.ui</artifactId> + <groupId>eclipse.pde.ui</groupId> + <version>3.8.0-SNAPSHOT</version> + <relativePath>../../</relativePath> + </parent> + <groupId>eclipse.pde.ui</groupId> + <artifactId>org.eclipse.pde.api.tools.ee.javase16_feature</artifactId> + <version>1.0.1-SNAPSHOT</version> + <packaging>eclipse-feature</packaging> +</project> diff --git a/apitools/org.eclipse.pde.api.tools.ee.javase16/pom.xml b/apitools/org.eclipse.pde.api.tools.ee.javase16/pom.xml new file mode 100644 index 0000000..54329ea --- a/dev/null +++ b/apitools/org.eclipse.pde.api.tools.ee.javase16/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.pde.ui</artifactId> + <groupId>eclipse.pde.ui</groupId> + <version>3.8.0-SNAPSHOT</version> + <relativePath>../../</relativePath> + </parent> + <groupId>eclipse.pde.ui</groupId> + <artifactId>org.eclipse.pde.api.tools.ee.javase16</artifactId> + <version>1.0.200-SNAPSHOT</version> + <packaging>eclipse-plugin</packaging> +</project> diff --git a/apitools/org.eclipse.pde.api.tools.ee.javase17/pom.xml b/apitools/org.eclipse.pde.api.tools.ee.javase17/pom.xml new file mode 100644 index 0000000..71cb1ad --- a/dev/null +++ b/apitools/org.eclipse.pde.api.tools.ee.javase17/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.pde.ui</artifactId> + <groupId>eclipse.pde.ui</groupId> + <version>3.8.0-SNAPSHOT</version> + <relativePath>../../</relativePath> + </parent> + <groupId>eclipse.pde.ui</groupId> + <artifactId>org.eclipse.pde.api.tools.ee.javase17</artifactId> + <version>1.0.100-SNAPSHOT</version> + <packaging>eclipse-plugin</packaging> +</project> diff --git a/apitools/org.eclipse.pde.api.tools.ee.jre11-feature/pom.xml b/apitools/org.eclipse.pde.api.tools.ee.jre11-feature/pom.xml new file mode 100644 index 0000000..ffd76c5 --- a/dev/null +++ b/apitools/org.eclipse.pde.api.tools.ee.jre11-feature/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.pde.ui</artifactId> + <groupId>eclipse.pde.ui</groupId> + <version>3.8.0-SNAPSHOT</version> + <relativePath>../../</relativePath> + </parent> + <groupId>eclipse.pde.ui</groupId> + <artifactId>org.eclipse.pde.api.tools.ee.jre11_feature</artifactId> + <version>1.0.1-SNAPSHOT</version> + <packaging>eclipse-feature</packaging> +</project> diff --git a/apitools/org.eclipse.pde.api.tools.ee.jre11/pom.xml b/apitools/org.eclipse.pde.api.tools.ee.jre11/pom.xml new file mode 100644 index 0000000..8d3978c --- a/dev/null +++ b/apitools/org.eclipse.pde.api.tools.ee.jre11/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.pde.ui</artifactId> + <groupId>eclipse.pde.ui</groupId> + <version>3.8.0-SNAPSHOT</version> + <relativePath>../../</relativePath> + </parent> + <groupId>eclipse.pde.ui</groupId> + <artifactId>org.eclipse.pde.api.tools.ee.jre11</artifactId> + <version>1.0.200-SNAPSHOT</version> + <packaging>eclipse-plugin</packaging> +</project> diff --git a/apitools/org.eclipse.pde.api.tools.ee.osgiminimum10-feature/pom.xml b/apitools/org.eclipse.pde.api.tools.ee.osgiminimum10-feature/pom.xml new file mode 100644 index 0000000..84c4d8e --- a/dev/null +++ b/apitools/org.eclipse.pde.api.tools.ee.osgiminimum10-feature/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.pde.ui</artifactId> + <groupId>eclipse.pde.ui</groupId> + <version>3.8.0-SNAPSHOT</version> + <relativePath>../../</relativePath> + </parent> + <groupId>eclipse.pde.ui</groupId> + <artifactId>org.eclipse.pde.api.tools.ee.osgiminimum10_feature</artifactId> + <version>1.0.1-SNAPSHOT</version> + <packaging>eclipse-feature</packaging> +</project> diff --git a/apitools/org.eclipse.pde.api.tools.ee.osgiminimum10/pom.xml b/apitools/org.eclipse.pde.api.tools.ee.osgiminimum10/pom.xml new file mode 100644 index 0000000..5776776 --- a/dev/null +++ b/apitools/org.eclipse.pde.api.tools.ee.osgiminimum10/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.pde.ui</artifactId> + <groupId>eclipse.pde.ui</groupId> + <version>3.8.0-SNAPSHOT</version> + <relativePath>../../</relativePath> + </parent> + <groupId>eclipse.pde.ui</groupId> + <artifactId>org.eclipse.pde.api.tools.ee.osgiminimum10</artifactId> + <version>1.0.200-SNAPSHOT</version> + <packaging>eclipse-plugin</packaging> +</project> diff --git a/apitools/org.eclipse.pde.api.tools.ee.osgiminimum11-feature/pom.xml b/apitools/org.eclipse.pde.api.tools.ee.osgiminimum11-feature/pom.xml new file mode 100644 index 0000000..c61d3d2 --- a/dev/null +++ b/apitools/org.eclipse.pde.api.tools.ee.osgiminimum11-feature/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.pde.ui</artifactId> + <groupId>eclipse.pde.ui</groupId> + <version>3.8.0-SNAPSHOT</version> + <relativePath>../../</relativePath> + </parent> + <groupId>eclipse.pde.ui</groupId> + <artifactId>org.eclipse.pde.api.tools.ee.osgiminimum11_feature</artifactId> + <version>1.0.1-SNAPSHOT</version> + <packaging>eclipse-feature</packaging> +</project> diff --git a/apitools/org.eclipse.pde.api.tools.ee.osgiminimum11/pom.xml b/apitools/org.eclipse.pde.api.tools.ee.osgiminimum11/pom.xml new file mode 100644 index 0000000..530dc19 --- a/dev/null +++ b/apitools/org.eclipse.pde.api.tools.ee.osgiminimum11/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.pde.ui</artifactId> + <groupId>eclipse.pde.ui</groupId> + <version>3.8.0-SNAPSHOT</version> + <relativePath>../../</relativePath> + </parent> + <groupId>eclipse.pde.ui</groupId> + <artifactId>org.eclipse.pde.api.tools.ee.osgiminimum11</artifactId> + <version>1.0.200-SNAPSHOT</version> + <packaging>eclipse-plugin</packaging> +</project> diff --git a/apitools/org.eclipse.pde.api.tools.ee.osgiminimum12-feature/pom.xml b/apitools/org.eclipse.pde.api.tools.ee.osgiminimum12-feature/pom.xml new file mode 100644 index 0000000..da81e88 --- a/dev/null +++ b/apitools/org.eclipse.pde.api.tools.ee.osgiminimum12-feature/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.pde.ui</artifactId> + <groupId>eclipse.pde.ui</groupId> + <version>3.8.0-SNAPSHOT</version> + <relativePath>../../</relativePath> + </parent> + <groupId>eclipse.pde.ui</groupId> + <artifactId>org.eclipse.pde.api.tools.ee.osgiminimum12_feature</artifactId> + <version>1.0.3-SNAPSHOT</version> + <packaging>eclipse-feature</packaging> +</project> diff --git a/apitools/org.eclipse.pde.api.tools.ee.osgiminimum12/pom.xml b/apitools/org.eclipse.pde.api.tools.ee.osgiminimum12/pom.xml new file mode 100644 index 0000000..1b5a0c3 --- a/dev/null +++ b/apitools/org.eclipse.pde.api.tools.ee.osgiminimum12/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.pde.ui</artifactId> + <groupId>eclipse.pde.ui</groupId> + <version>3.8.0-SNAPSHOT</version> + <relativePath>../../</relativePath> + </parent> + <groupId>eclipse.pde.ui</groupId> + <artifactId>org.eclipse.pde.api.tools.ee.osgiminimum12</artifactId> + <version>1.0.200-SNAPSHOT</version> + <packaging>eclipse-plugin</packaging> +</project> diff --git a/apitools/org.eclipse.pde.api.tools.tests/pom.xml b/apitools/org.eclipse.pde.api.tools.tests/pom.xml new file mode 100644 index 0000000..34789bc --- a/dev/null +++ b/apitools/org.eclipse.pde.api.tools.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.pde.ui</artifactId> + <groupId>eclipse.pde.ui</groupId> + <version>3.8.0-SNAPSHOT</version> + <relativePath>../../</relativePath> + </parent> + <groupId>eclipse.pde.ui</groupId> + <artifactId>org.eclipse.pde.api.tools.tests</artifactId> + <version>1.0.200-SNAPSHOT</version> + <packaging>eclipse-test-plugin</packaging> +</project> diff --git a/apitools/org.eclipse.pde.api.tools.ui/pom.xml b/apitools/org.eclipse.pde.api.tools.ui/pom.xml new file mode 100644 index 0000000..4c8155e --- a/dev/null +++ b/apitools/org.eclipse.pde.api.tools.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.pde.ui</artifactId> + <groupId>eclipse.pde.ui</groupId> + <version>3.8.0-SNAPSHOT</version> + <relativePath>../../</relativePath> + </parent> + <groupId>eclipse.pde.ui</groupId> + <artifactId>org.eclipse.pde.api.tools.ui</artifactId> + <version>1.0.400-SNAPSHOT</version> + <packaging>eclipse-plugin</packaging> +</project> diff --git a/apitools/org.eclipse.pde.api.tools/pom.xml b/apitools/org.eclipse.pde.api.tools/pom.xml new file mode 100644 index 0000000..969b372 --- a/dev/null +++ b/apitools/org.eclipse.pde.api.tools/pom.xml @@ -0,0 +1,26 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!-- + Copyright (c) 2012 Eclipse Foundation. + All rights reserved. This program and the accompanying materials + are made available under the terms of the Eclipse Distribution License v1.0 + which accompanies this distribution, and is available at + http://www.eclipse.org/org/documents/edl-v10.php + + Contributors: + Igor Fedorenko - initial implementation +--> + +<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> + <modelVersion>4.0.0</modelVersion> + <parent> + <artifactId>eclipse.pde.ui</artifactId> + <groupId>eclipse.pde.ui</groupId> + <version>3.8.0-SNAPSHOT</version> + <relativePath>../../</relativePath> + </parent> + <groupId>eclipse.pde.ui</groupId> + <artifactId>org.eclipse.pde.api.tools</artifactId> + <version>1.0.400-SNAPSHOT</version> + <packaging>eclipse-plugin</packaging> +</project> diff --git a/ds/org.eclipse.pde.ds.core/pom.xml b/ds/org.eclipse.pde.ds.core/pom.xml new file mode 100644 index 0000000..d66fe57 --- a/dev/null +++ b/ds/org.eclipse.pde.ds.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.pde.ui</artifactId> + <groupId>eclipse.pde.ui</groupId> + <version>3.8.0-SNAPSHOT</version> + <relativePath>../../</relativePath> + </parent> + <groupId>eclipse.pde.ui</groupId> + <artifactId>org.eclipse.pde.ds.core</artifactId> + <version>1.0.100-SNAPSHOT</version> + <packaging>eclipse-plugin</packaging> +</project> diff --git a/ds/org.eclipse.pde.ds.tests/pom.xml b/ds/org.eclipse.pde.ds.tests/pom.xml new file mode 100644 index 0000000..25d1bd7 --- a/dev/null +++ b/ds/org.eclipse.pde.ds.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.pde.ui</artifactId> + <groupId>eclipse.pde.ui</groupId> + <version>3.8.0-SNAPSHOT</version> + <relativePath>../../</relativePath> + </parent> + <groupId>eclipse.pde.ui</groupId> + <artifactId>org.eclipse.pde.ds.tests</artifactId> + <version>1.0.0-SNAPSHOT</version> + <packaging>eclipse-test-plugin</packaging> +</project> diff --git a/ds/org.eclipse.pde.ds.ui/pom.xml b/ds/org.eclipse.pde.ds.ui/pom.xml new file mode 100644 index 0000000..c91e7c0 --- a/dev/null +++ b/ds/org.eclipse.pde.ds.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.pde.ui</artifactId> + <groupId>eclipse.pde.ui</groupId> + <version>3.8.0-SNAPSHOT</version> + <relativePath>../../</relativePath> + </parent> + <groupId>eclipse.pde.ui</groupId> + <artifactId>org.eclipse.pde.ds.ui</artifactId> + <version>1.0.100-SNAPSHOT</version> + <packaging>eclipse-plugin</packaging> +</project> @@ -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> + <groupId>org.eclipse</groupId> + <artifactId>eclipse-parent</artifactId> + <version>1.0.0-SNAPSHOT</version> + </parent> + + <groupId>eclipse.pde.ui</groupId> + <artifactId>eclipse.pde.ui</artifactId> + <version>3.8.0-SNAPSHOT</version> + <packaging>pom</packaging> + + <modules> + <module>apitools/org.eclipse.pde.api.tools</module> + <module>apitools/org.eclipse.pde.api.tools.ee.cdcfoundation10</module> + <module>apitools/org.eclipse.pde.api.tools.ee.cdcfoundation11</module> + <module>apitools/org.eclipse.pde.api.tools.ee.feature</module> + <module>apitools/org.eclipse.pde.api.tools.ee.j2se12</module> + <module>apitools/org.eclipse.pde.api.tools.ee.j2se13</module> + <module>apitools/org.eclipse.pde.api.tools.ee.j2se14</module> + <module>apitools/org.eclipse.pde.api.tools.ee.j2se15</module> + <module>apitools/org.eclipse.pde.api.tools.ee.javase16</module> + <module>apitools/org.eclipse.pde.api.tools.ee.javase17</module> + <module>apitools/org.eclipse.pde.api.tools.ee.jre11</module> + <module>apitools/org.eclipse.pde.api.tools.ee.osgiminimum10</module> + <module>apitools/org.eclipse.pde.api.tools.ee.osgiminimum11</module> + <module>apitools/org.eclipse.pde.api.tools.ee.osgiminimum12</module> + <module>apitools/org.eclipse.pde.api.tools.tests</module> + <module>apitools/org.eclipse.pde.api.tools.ui</module> + <module>ds/org.eclipse.pde.ds.core</module> + <module>ds/org.eclipse.pde.ds.tests</module> + <module>ds/org.eclipse.pde.ds.ui</module> + <module>ua/org.eclipse.pde.ua.core</module> + <module>ua/org.eclipse.pde.ua.tests</module> + <module>ua/org.eclipse.pde.ua.ui</module> + <module>ui/org.eclipse.pde</module> + <module>ui/org.eclipse.pde.core</module> + <module>ui/org.eclipse.pde.junit.runtime</module> + <module>ui/org.eclipse.pde.launching</module> + <module>ui/org.eclipse.pde.runtime</module> + <module>ui/org.eclipse.pde.ui</module> + <module>ui/org.eclipse.pde.ui.templates</module> + <module>ui/org.eclipse.pde.ui.tests</module> + <module>ui/org.eclipse.ui.trace</module> + <module>ui/org.eclipse.ui.views.log</module> + </modules> +</project> diff --git a/ua/org.eclipse.pde.ua.core/pom.xml b/ua/org.eclipse.pde.ua.core/pom.xml new file mode 100644 index 0000000..539ca57 --- a/dev/null +++ b/ua/org.eclipse.pde.ua.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.pde.ui</artifactId> + <groupId>eclipse.pde.ui</groupId> + <version>3.8.0-SNAPSHOT</version> + <relativePath>../../</relativePath> + </parent> + <groupId>eclipse.pde.ui</groupId> + <artifactId>org.eclipse.pde.ua.core</artifactId> + <version>1.0.100-SNAPSHOT</version> + <packaging>eclipse-plugin</packaging> +</project> diff --git a/ua/org.eclipse.pde.ua.tests/pom.xml b/ua/org.eclipse.pde.ua.tests/pom.xml new file mode 100644 index 0000000..b843ed7 --- a/dev/null +++ b/ua/org.eclipse.pde.ua.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.pde.ui</artifactId> + <groupId>eclipse.pde.ui</groupId> + <version>3.8.0-SNAPSHOT</version> + <relativePath>../../</relativePath> + </parent> + <groupId>eclipse.pde.ui</groupId> + <artifactId>org.eclipse.pde.ua.tests</artifactId> + <version>1.0.0-SNAPSHOT</version> + <packaging>eclipse-test-plugin</packaging> +</project> diff --git a/ua/org.eclipse.pde.ua.ui/pom.xml b/ua/org.eclipse.pde.ua.ui/pom.xml new file mode 100644 index 0000000..134a2d8 --- a/dev/null +++ b/ua/org.eclipse.pde.ua.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.pde.ui</artifactId> + <groupId>eclipse.pde.ui</groupId> + <version>3.8.0-SNAPSHOT</version> + <relativePath>../../</relativePath> + </parent> + <groupId>eclipse.pde.ui</groupId> + <artifactId>org.eclipse.pde.ua.ui</artifactId> + <version>1.0.200-SNAPSHOT</version> + <packaging>eclipse-plugin</packaging> +</project> diff --git a/ui/org.eclipse.pde.core/pom.xml b/ui/org.eclipse.pde.core/pom.xml new file mode 100644 index 0000000..9927c69 --- a/dev/null +++ b/ui/org.eclipse.pde.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.pde.ui</artifactId> + <groupId>eclipse.pde.ui</groupId> + <version>3.8.0-SNAPSHOT</version> + <relativePath>../../</relativePath> + </parent> + <groupId>eclipse.pde.ui</groupId> + <artifactId>org.eclipse.pde.core</artifactId> + <version>3.8.0-SNAPSHOT</version> + <packaging>eclipse-plugin</packaging> +</project> diff --git a/ui/org.eclipse.pde.junit.runtime/pom.xml b/ui/org.eclipse.pde.junit.runtime/pom.xml new file mode 100644 index 0000000..6f6dc48 --- a/dev/null +++ b/ui/org.eclipse.pde.junit.runtime/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.pde.ui</artifactId> + <groupId>eclipse.pde.ui</groupId> + <version>3.8.0-SNAPSHOT</version> + <relativePath>../../</relativePath> + </parent> + <groupId>eclipse.pde.ui</groupId> + <artifactId>org.eclipse.pde.junit.runtime</artifactId> + <version>3.4.100-SNAPSHOT</version> + <packaging>eclipse-plugin</packaging> +</project> diff --git a/ui/org.eclipse.pde.launching/pom.xml b/ui/org.eclipse.pde.launching/pom.xml new file mode 100644 index 0000000..a696c4e --- a/dev/null +++ b/ui/org.eclipse.pde.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.pde.ui</artifactId> + <groupId>eclipse.pde.ui</groupId> + <version>3.8.0-SNAPSHOT</version> + <relativePath>../../</relativePath> + </parent> + <groupId>eclipse.pde.ui</groupId> + <artifactId>org.eclipse.pde.launching</artifactId> + <version>3.6.100-SNAPSHOT</version> + <packaging>eclipse-plugin</packaging> +</project> diff --git a/ui/org.eclipse.pde.runtime/pom.xml b/ui/org.eclipse.pde.runtime/pom.xml new file mode 100644 index 0000000..e54627c --- a/dev/null +++ b/ui/org.eclipse.pde.runtime/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.pde.ui</artifactId> + <groupId>eclipse.pde.ui</groupId> + <version>3.8.0-SNAPSHOT</version> + <relativePath>../../</relativePath> + </parent> + <groupId>eclipse.pde.ui</groupId> + <artifactId>org.eclipse.pde.runtime</artifactId> + <version>3.4.300-SNAPSHOT</version> + <packaging>eclipse-plugin</packaging> +</project> diff --git a/ui/org.eclipse.pde.ui.templates/pom.xml b/ui/org.eclipse.pde.ui.templates/pom.xml new file mode 100644 index 0000000..c28cd39 --- a/dev/null +++ b/ui/org.eclipse.pde.ui.templates/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.pde.ui</artifactId> + <groupId>eclipse.pde.ui</groupId> + <version>3.8.0-SNAPSHOT</version> + <relativePath>../../</relativePath> + </parent> + <groupId>eclipse.pde.ui</groupId> + <artifactId>org.eclipse.pde.ui.templates</artifactId> + <version>3.4.500-SNAPSHOT</version> + <packaging>eclipse-plugin</packaging> +</project> diff --git a/ui/org.eclipse.pde.ui.tests/pom.xml b/ui/org.eclipse.pde.ui.tests/pom.xml new file mode 100644 index 0000000..4a35365 --- a/dev/null +++ b/ui/org.eclipse.pde.ui.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.pde.ui</artifactId> + <groupId>eclipse.pde.ui</groupId> + <version>3.8.0-SNAPSHOT</version> + <relativePath>../../</relativePath> + </parent> + <groupId>eclipse.pde.ui</groupId> + <artifactId>org.eclipse.pde.ui.tests</artifactId> + <version>3.1.200-SNAPSHOT</version> + <packaging>eclipse-test-plugin</packaging> +</project> diff --git a/ui/org.eclipse.pde.ui/pom.xml b/ui/org.eclipse.pde.ui/pom.xml new file mode 100644 index 0000000..5c7de98 --- a/dev/null +++ b/ui/org.eclipse.pde.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.pde.ui</artifactId> + <groupId>eclipse.pde.ui</groupId> + <version>3.8.0-SNAPSHOT</version> + <relativePath>../../</relativePath> + </parent> + <groupId>eclipse.pde.ui</groupId> + <artifactId>org.eclipse.pde.ui</artifactId> + <version>3.7.0-SNAPSHOT</version> + <packaging>eclipse-plugin</packaging> +</project> diff --git a/ui/org.eclipse.pde/pom.xml b/ui/org.eclipse.pde/pom.xml new file mode 100644 index 0000000..8c312e2 --- a/dev/null +++ b/ui/org.eclipse.pde/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.pde.ui</artifactId> + <groupId>eclipse.pde.ui</groupId> + <version>3.8.0-SNAPSHOT</version> + <relativePath>../../</relativePath> + </parent> + <groupId>eclipse.pde.ui</groupId> + <artifactId>org.eclipse.pde</artifactId> + <version>3.6.100-SNAPSHOT</version> + <packaging>eclipse-plugin</packaging> +</project> diff --git a/ui/org.eclipse.ui.trace/pom.xml b/ui/org.eclipse.ui.trace/pom.xml new file mode 100644 index 0000000..364018b --- a/dev/null +++ b/ui/org.eclipse.ui.trace/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.pde.ui</artifactId> + <groupId>eclipse.pde.ui</groupId> + <version>3.8.0-SNAPSHOT</version> + <relativePath>../../</relativePath> + </parent> + <groupId>eclipse.pde.ui</groupId> + <artifactId>org.eclipse.ui.trace</artifactId> + <version>1.0.0-SNAPSHOT</version> + <packaging>eclipse-plugin</packaging> +</project> diff --git a/ui/org.eclipse.ui.views.log/pom.xml b/ui/org.eclipse.ui.views.log/pom.xml new file mode 100644 index 0000000..659097f --- a/dev/null +++ b/ui/org.eclipse.ui.views.log/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.pde.ui</artifactId> + <groupId>eclipse.pde.ui</groupId> + <version>3.8.0-SNAPSHOT</version> + <relativePath>../../</relativePath> + </parent> + <groupId>eclipse.pde.ui</groupId> + <artifactId>org.eclipse.ui.views.log</artifactId> + <version>1.0.200-SNAPSHOT</version> + <packaging>eclipse-plugin</packaging> +</project> |

