diff options
| author | Igor Fedorenko | 2012-05-17 18:43:20 +0000 |
|---|---|---|
| committer | Curtis Windatt | 2012-05-23 14:53:13 +0000 |
| commit | 8215808a99098e2b2be1ddf8cc1ad70aa0cad4a6 (patch) | |
| tree | 55a3b267a26f4177318ee72969a8421fa056c8be | |
| parent | e53f0c9c2c0a76a4b7a9af86fdcd85392b65060f (diff) | |
| download | eclipse.pde.ui-8215808a99098e2b2be1ddf8cc1ad70aa0cad4a6.tar.gz eclipse.pde.ui-8215808a99098e2b2be1ddf8cc1ad70aa0cad4a6.tar.xz eclipse.pde.ui-8215808a99098e2b2be1ddf8cc1ad70aa0cad4a6.zip | |
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 0000000000..5d647d7a08 --- /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 0000000000..6ce9b118f3 --- /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 0000000000..d379e43daa --- /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 0000000000..dabe9cb78e --- /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 0000000000..e6da516dad --- /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 0000000000..1060d2c4e2 --- /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 0000000000..62363965ea --- /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 0000000000..55011beec1 --- /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 0000000000..a435a6aa60 --- /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 0000000000..4c61ea04b1 --- /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 0000000000..f16c422976 --- /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 0000000000..ac47ed2239 --- /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 0000000000..7f0cfde246 --- /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 0000000000..f3399e3af5 --- /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 0000000000..54329ea1ed --- /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 0000000000..71cb1ad249 --- /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 0000000000..ffd76c51da --- /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 0000000000..8d3978cb09 --- /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 0000000000..84c4d8ebcf --- /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 0000000000..5776776f88 --- /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 0000000000..c61d3d26cf --- /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 0000000000..530dc1966d --- /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 0000000000..da81e8895b --- /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 0000000000..1b5a0c3ea0 --- /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 0000000000..34789bcd6c --- /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 0000000000..4c8155eb72 --- /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 0000000000..969b3720be --- /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 0000000000..d66fe57759 --- /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 0000000000..25d1bd7977 --- /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 0000000000..c91e7c0bb3 --- /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> diff --git a/pom.xml b/pom.xml new file mode 100644 index 0000000000..7981f70de5 --- /dev/null +++ b/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> + <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 0000000000..539ca5716e --- /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 0000000000..b843ed762d --- /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 0000000000..134a2d878f --- /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 0000000000..9927c69a27 --- /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 0000000000..6f6dc4842b --- /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 0000000000..a696c4ea39 --- /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 0000000000..e54627cabe --- /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 0000000000..c28cd395a4 --- /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 0000000000..4a35365457 --- /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 0000000000..5c7de984c1 --- /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 0000000000..8c312e209e --- /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 0000000000..364018bc36 --- /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 0000000000..659097f2fb --- /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> |
