diff options
author | Igor Fedorenko | 2012-05-18 17:46:13 +0000 |
---|---|---|
committer | Pawel Piech | 2012-05-21 20:12:04 +0000 |
commit | f5b4116e686bafadb7ae53f85a7149073e85123e (patch) | |
tree | 273fe04e3b7cd163eb00c98fef1cf172ed93e518 | |
parent | 6e5719f57839b1d47dfd84ef260d1a957d70c5a6 (diff) | |
download | eclipse.platform.debug-I20120523-2100.tar.gz eclipse.platform.debug-I20120523-2100.tar.xz eclipse.platform.debug-I20120523-2100.zip |
Add poms for Tycho buildv20120521-2012I20120529-2100I20120529-1900I20120528-2100I20120528-1900I20120527-2100I20120527-1900I20120526-1900I20120525-1900I20120525-1400I20120524-2300I20120524-2100I20120523-2100I20120523-1900I20120522-2100I20120522-1900I20120521-2100I20120521-1900
-rw-r--r-- | org.eclipse.core.externaltools/pom.xml | 25 | ||||
-rw-r--r-- | org.eclipse.core.variables/pom.xml | 25 | ||||
-rw-r--r-- | org.eclipse.debug.core/pom.xml | 25 | ||||
-rw-r--r-- | org.eclipse.debug.examples.core/pom.xml | 25 | ||||
-rw-r--r-- | org.eclipse.debug.examples.ui/pom.xml | 25 | ||||
-rw-r--r-- | org.eclipse.debug.tests/pom.xml | 25 | ||||
-rw-r--r-- | org.eclipse.debug.ui/pom.xml | 25 | ||||
-rw-r--r-- | org.eclipse.ui.console/pom.xml | 25 | ||||
-rw-r--r-- | org.eclipse.ui.externaltools/pom.xml | 25 | ||||
-rw-r--r-- | pom.xml | 40 |
10 files changed, 265 insertions, 0 deletions
diff --git a/org.eclipse.core.externaltools/pom.xml b/org.eclipse.core.externaltools/pom.xml new file mode 100644 index 000000000..c4f0d388a --- /dev/null +++ b/org.eclipse.core.externaltools/pom.xml @@ -0,0 +1,25 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!-- + Copyright (c) 2012 Eclipse Foundation. + All rights reserved. This program and the accompanying materials + are made available under the terms of the Eclipse Distribution License v1.0 + which accompanies this distribution, and is available at + http://www.eclipse.org/org/documents/edl-v10.php + + Contributors: + Igor Fedorenko - initial implementation +--> + +<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> + <modelVersion>4.0.0</modelVersion> + <parent> + <artifactId>eclipse.platform.debug</artifactId> + <groupId>eclipse.platform.debug</groupId> + <version>3.8.0-SNAPSHOT</version> + </parent> + <groupId>eclipse.platform.debug</groupId> + <artifactId>org.eclipse.core.externaltools</artifactId> + <version>1.0.100-SNAPSHOT</version> + <packaging>eclipse-plugin</packaging> +</project> diff --git a/org.eclipse.core.variables/pom.xml b/org.eclipse.core.variables/pom.xml new file mode 100644 index 000000000..d77001742 --- /dev/null +++ b/org.eclipse.core.variables/pom.xml @@ -0,0 +1,25 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!-- + Copyright (c) 2012 Eclipse Foundation. + All rights reserved. This program and the accompanying materials + are made available under the terms of the Eclipse Distribution License v1.0 + which accompanies this distribution, and is available at + http://www.eclipse.org/org/documents/edl-v10.php + + Contributors: + Igor Fedorenko - initial implementation +--> + +<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> + <modelVersion>4.0.0</modelVersion> + <parent> + <artifactId>eclipse.platform.debug</artifactId> + <groupId>eclipse.platform.debug</groupId> + <version>3.8.0-SNAPSHOT</version> + </parent> + <groupId>eclipse.platform.debug</groupId> + <artifactId>org.eclipse.core.variables</artifactId> + <version>3.2.600-SNAPSHOT</version> + <packaging>eclipse-plugin</packaging> +</project> diff --git a/org.eclipse.debug.core/pom.xml b/org.eclipse.debug.core/pom.xml new file mode 100644 index 000000000..8cfcf021c --- /dev/null +++ b/org.eclipse.debug.core/pom.xml @@ -0,0 +1,25 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!-- + Copyright (c) 2012 Eclipse Foundation. + All rights reserved. This program and the accompanying materials + are made available under the terms of the Eclipse Distribution License v1.0 + which accompanies this distribution, and is available at + http://www.eclipse.org/org/documents/edl-v10.php + + Contributors: + Igor Fedorenko - initial implementation +--> + +<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> + <modelVersion>4.0.0</modelVersion> + <parent> + <artifactId>eclipse.platform.debug</artifactId> + <groupId>eclipse.platform.debug</groupId> + <version>3.8.0-SNAPSHOT</version> + </parent> + <groupId>eclipse.platform.debug</groupId> + <artifactId>org.eclipse.debug.core</artifactId> + <version>3.7.100-SNAPSHOT</version> + <packaging>eclipse-plugin</packaging> +</project> diff --git a/org.eclipse.debug.examples.core/pom.xml b/org.eclipse.debug.examples.core/pom.xml new file mode 100644 index 000000000..be3b49923 --- /dev/null +++ b/org.eclipse.debug.examples.core/pom.xml @@ -0,0 +1,25 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!-- + Copyright (c) 2012 Eclipse Foundation. + All rights reserved. This program and the accompanying materials + are made available under the terms of the Eclipse Distribution License v1.0 + which accompanies this distribution, and is available at + http://www.eclipse.org/org/documents/edl-v10.php + + Contributors: + Igor Fedorenko - initial implementation +--> + +<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> + <modelVersion>4.0.0</modelVersion> + <parent> + <artifactId>eclipse.platform.debug</artifactId> + <groupId>eclipse.platform.debug</groupId> + <version>3.8.0-SNAPSHOT</version> + </parent> + <groupId>eclipse.platform.debug</groupId> + <artifactId>org.eclipse.debug.examples.core</artifactId> + <version>1.3.100-SNAPSHOT</version> + <packaging>eclipse-plugin</packaging> +</project> diff --git a/org.eclipse.debug.examples.ui/pom.xml b/org.eclipse.debug.examples.ui/pom.xml new file mode 100644 index 000000000..94778ede2 --- /dev/null +++ b/org.eclipse.debug.examples.ui/pom.xml @@ -0,0 +1,25 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!-- + Copyright (c) 2012 Eclipse Foundation. + All rights reserved. This program and the accompanying materials + are made available under the terms of the Eclipse Distribution License v1.0 + which accompanies this distribution, and is available at + http://www.eclipse.org/org/documents/edl-v10.php + + Contributors: + Igor Fedorenko - initial implementation +--> + +<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> + <modelVersion>4.0.0</modelVersion> + <parent> + <artifactId>eclipse.platform.debug</artifactId> + <groupId>eclipse.platform.debug</groupId> + <version>3.8.0-SNAPSHOT</version> + </parent> + <groupId>eclipse.platform.debug</groupId> + <artifactId>org.eclipse.debug.examples.ui</artifactId> + <version>1.4.0-SNAPSHOT</version> + <packaging>eclipse-plugin</packaging> +</project> diff --git a/org.eclipse.debug.tests/pom.xml b/org.eclipse.debug.tests/pom.xml new file mode 100644 index 000000000..93b8e9828 --- /dev/null +++ b/org.eclipse.debug.tests/pom.xml @@ -0,0 +1,25 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!-- + Copyright (c) 2012 Eclipse Foundation. + All rights reserved. This program and the accompanying materials + are made available under the terms of the Eclipse Distribution License v1.0 + which accompanies this distribution, and is available at + http://www.eclipse.org/org/documents/edl-v10.php + + Contributors: + Igor Fedorenko - initial implementation +--> + +<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> + <modelVersion>4.0.0</modelVersion> + <parent> + <artifactId>eclipse.platform.debug</artifactId> + <groupId>eclipse.platform.debug</groupId> + <version>3.8.0-SNAPSHOT</version> + </parent> + <groupId>eclipse.platform.debug</groupId> + <artifactId>org.eclipse.debug.tests</artifactId> + <version>3.7.100-SNAPSHOT</version> + <packaging>eclipse-test-plugin</packaging> +</project> diff --git a/org.eclipse.debug.ui/pom.xml b/org.eclipse.debug.ui/pom.xml new file mode 100644 index 000000000..b6a0373f7 --- /dev/null +++ b/org.eclipse.debug.ui/pom.xml @@ -0,0 +1,25 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!-- + Copyright (c) 2012 Eclipse Foundation. + All rights reserved. This program and the accompanying materials + are made available under the terms of the Eclipse Distribution License v1.0 + which accompanies this distribution, and is available at + http://www.eclipse.org/org/documents/edl-v10.php + + Contributors: + Igor Fedorenko - initial implementation +--> + +<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> + <modelVersion>4.0.0</modelVersion> + <parent> + <artifactId>eclipse.platform.debug</artifactId> + <groupId>eclipse.platform.debug</groupId> + <version>3.8.0-SNAPSHOT</version> + </parent> + <groupId>eclipse.platform.debug</groupId> + <artifactId>org.eclipse.debug.ui</artifactId> + <version>3.8.0-SNAPSHOT</version> + <packaging>eclipse-plugin</packaging> +</project> diff --git a/org.eclipse.ui.console/pom.xml b/org.eclipse.ui.console/pom.xml new file mode 100644 index 000000000..249fb32a3 --- /dev/null +++ b/org.eclipse.ui.console/pom.xml @@ -0,0 +1,25 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!-- + Copyright (c) 2012 Eclipse Foundation. + All rights reserved. This program and the accompanying materials + are made available under the terms of the Eclipse Distribution License v1.0 + which accompanies this distribution, and is available at + http://www.eclipse.org/org/documents/edl-v10.php + + Contributors: + Igor Fedorenko - initial implementation +--> + +<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> + <modelVersion>4.0.0</modelVersion> + <parent> + <artifactId>eclipse.platform.debug</artifactId> + <groupId>eclipse.platform.debug</groupId> + <version>3.8.0-SNAPSHOT</version> + </parent> + <groupId>eclipse.platform.debug</groupId> + <artifactId>org.eclipse.ui.console</artifactId> + <version>3.5.100-SNAPSHOT</version> + <packaging>eclipse-plugin</packaging> +</project> diff --git a/org.eclipse.ui.externaltools/pom.xml b/org.eclipse.ui.externaltools/pom.xml new file mode 100644 index 000000000..b65868f6e --- /dev/null +++ b/org.eclipse.ui.externaltools/pom.xml @@ -0,0 +1,25 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!-- + Copyright (c) 2012 Eclipse Foundation. + All rights reserved. This program and the accompanying materials + are made available under the terms of the Eclipse Distribution License v1.0 + which accompanies this distribution, and is available at + http://www.eclipse.org/org/documents/edl-v10.php + + Contributors: + Igor Fedorenko - initial implementation +--> + +<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> + <modelVersion>4.0.0</modelVersion> + <parent> + <artifactId>eclipse.platform.debug</artifactId> + <groupId>eclipse.platform.debug</groupId> + <version>3.8.0-SNAPSHOT</version> + </parent> + <groupId>eclipse.platform.debug</groupId> + <artifactId>org.eclipse.ui.externaltools</artifactId> + <version>3.2.100-SNAPSHOT</version> + <packaging>eclipse-plugin</packaging> +</project> diff --git a/pom.xml b/pom.xml new file mode 100644 index 000000000..f50c5bbb3 --- /dev/null +++ b/pom.xml @@ -0,0 +1,40 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!-- + Copyright (c) 2012 Eclipse Foundation. + All rights reserved. This program and the accompanying materials + are made available under the terms of the Eclipse Distribution License v1.0 + which accompanies this distribution, and is available at + http://www.eclipse.org/org/documents/edl-v10.php + + Contributors: + Igor Fedorenko - initial implementation +--> + +<project + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" + xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> + <modelVersion>4.0.0</modelVersion> + + <parent> + <groupId>org.eclipse</groupId> + <artifactId>eclipse-parent</artifactId> + <version>1.0.0-SNAPSHOT</version> + </parent> + + <groupId>eclipse.platform.debug</groupId> + <artifactId>eclipse.platform.debug</artifactId> + <version>3.8.0-SNAPSHOT</version> + <packaging>pom</packaging> + + <modules> + <module>org.eclipse.core.externaltools</module> + <module>org.eclipse.core.variables</module> + <module>org.eclipse.debug.core</module> + <module>org.eclipse.debug.examples.core</module> + <module>org.eclipse.debug.examples.ui</module> + <module>org.eclipse.debug.tests</module> + <module>org.eclipse.debug.ui</module> + <module>org.eclipse.ui.console</module> + <module>org.eclipse.ui.externaltools</module> + </modules> +</project> |