| author | Igor Fedorenko | 2012-05-18 14:30:57 (EDT) |
|---|---|---|
| committer | Dani Megert | 2012-05-23 09:10:00 (EDT) |
| commit | e43612c3daa766cf2afc2462a998157951a72c43 (patch) (side-by-side diff) | |
| tree | 03e07a701a6f96c15c8a5d8f695be0d5e891e793 | |
| parent | 9723fdc97b176768811e524e3e6017d3278c4d15 (diff) | |
| download | eclipse.platform.text-e43612c3daa766cf2afc2462a998157951a72c43.zip eclipse.platform.text-e43612c3daa766cf2afc2462a998157951a72c43.tar.gz eclipse.platform.text-e43612c3daa766cf2afc2462a998157951a72c43.tar.bz2 | |
Add poms for Tycho buildv20120523-1310
| -rw-r--r-- | org.eclipse.core.filebuffers.tests/pom.xml | 25 | ||||
| -rw-r--r-- | org.eclipse.core.filebuffers/pom.xml | 25 | ||||
| -rw-r--r-- | org.eclipse.jface.text.tests/pom.xml | 25 | ||||
| -rw-r--r-- | org.eclipse.jface.text/pom.xml | 25 | ||||
| -rw-r--r-- | org.eclipse.search.tests/pom.xml | 25 | ||||
| -rw-r--r-- | org.eclipse.search/pom.xml | 25 | ||||
| -rw-r--r-- | org.eclipse.text.tests/pom.xml | 25 | ||||
| -rw-r--r-- | org.eclipse.text/pom.xml | 25 | ||||
| -rw-r--r-- | org.eclipse.ui.editors.tests/pom.xml | 25 | ||||
| -rw-r--r-- | org.eclipse.ui.editors/pom.xml | 25 | ||||
| -rw-r--r-- | org.eclipse.ui.examples.javaeditor/pom.xml | 25 | ||||
| -rw-r--r-- | org.eclipse.ui.workbench.texteditor.tests/pom.xml | 25 | ||||
| -rw-r--r-- | org.eclipse.ui.workbench.texteditor/pom.xml | 25 | ||||
| -rw-r--r-- | pom.xml | 45 |
14 files changed, 370 insertions, 0 deletions
diff --git a/org.eclipse.core.filebuffers.tests/pom.xml b/org.eclipse.core.filebuffers.tests/pom.xml new file mode 100644 index 0000000..7dc5d81 --- a/dev/null +++ b/org.eclipse.core.filebuffers.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.text</artifactId> + <groupId>eclipse.platform.text</groupId> + <version>3.8.0-SNAPSHOT</version> + </parent> + <groupId>eclipse.platform.text</groupId> + <artifactId>org.eclipse.core.filebuffers.tests</artifactId> + <version>3.5.100-SNAPSHOT</version> + <packaging>eclipse-test-plugin</packaging> +</project> diff --git a/org.eclipse.core.filebuffers/pom.xml b/org.eclipse.core.filebuffers/pom.xml new file mode 100644 index 0000000..738cdb3 --- a/dev/null +++ b/org.eclipse.core.filebuffers/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.text</artifactId> + <groupId>eclipse.platform.text</groupId> + <version>3.8.0-SNAPSHOT</version> + </parent> + <groupId>eclipse.platform.text</groupId> + <artifactId>org.eclipse.core.filebuffers</artifactId> + <version>3.5.200-SNAPSHOT</version> + <packaging>eclipse-plugin</packaging> +</project> diff --git a/org.eclipse.jface.text.tests/pom.xml b/org.eclipse.jface.text.tests/pom.xml new file mode 100644 index 0000000..e54bd08 --- a/dev/null +++ b/org.eclipse.jface.text.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.text</artifactId> + <groupId>eclipse.platform.text</groupId> + <version>3.8.0-SNAPSHOT</version> + </parent> + <groupId>eclipse.platform.text</groupId> + <artifactId>org.eclipse.jface.text.tests</artifactId> + <version>3.8.0-SNAPSHOT</version> + <packaging>eclipse-test-plugin</packaging> +</project> diff --git a/org.eclipse.jface.text/pom.xml b/org.eclipse.jface.text/pom.xml new file mode 100644 index 0000000..687f58e --- a/dev/null +++ b/org.eclipse.jface.text/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.text</artifactId> + <groupId>eclipse.platform.text</groupId> + <version>3.8.0-SNAPSHOT</version> + </parent> + <groupId>eclipse.platform.text</groupId> + <artifactId>org.eclipse.jface.text</artifactId> + <version>3.8.0-SNAPSHOT</version> + <packaging>eclipse-plugin</packaging> +</project> diff --git a/org.eclipse.search.tests/pom.xml b/org.eclipse.search.tests/pom.xml new file mode 100644 index 0000000..2adf709 --- a/dev/null +++ b/org.eclipse.search.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.text</artifactId> + <groupId>eclipse.platform.text</groupId> + <version>3.8.0-SNAPSHOT</version> + </parent> + <groupId>eclipse.platform.text</groupId> + <artifactId>org.eclipse.search.tests</artifactId> + <version>3.6.0-SNAPSHOT</version> + <packaging>eclipse-test-plugin</packaging> +</project> diff --git a/org.eclipse.search/pom.xml b/org.eclipse.search/pom.xml new file mode 100644 index 0000000..6fb4a8c --- a/dev/null +++ b/org.eclipse.search/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.text</artifactId> + <groupId>eclipse.platform.text</groupId> + <version>3.8.0-SNAPSHOT</version> + </parent> + <groupId>eclipse.platform.text</groupId> + <artifactId>org.eclipse.search</artifactId> + <version>3.8.0-SNAPSHOT</version> + <packaging>eclipse-plugin</packaging> +</project> diff --git a/org.eclipse.text.tests/pom.xml b/org.eclipse.text.tests/pom.xml new file mode 100644 index 0000000..c1a25a9 --- a/dev/null +++ b/org.eclipse.text.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.text</artifactId> + <groupId>eclipse.platform.text</groupId> + <version>3.8.0-SNAPSHOT</version> + </parent> + <groupId>eclipse.platform.text</groupId> + <artifactId>org.eclipse.text.tests</artifactId> + <version>3.6.0-SNAPSHOT</version> + <packaging>eclipse-test-plugin</packaging> +</project> diff --git a/org.eclipse.text/pom.xml b/org.eclipse.text/pom.xml new file mode 100644 index 0000000..f2c1a0a --- a/dev/null +++ b/org.eclipse.text/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.text</artifactId> + <groupId>eclipse.platform.text</groupId> + <version>3.8.0-SNAPSHOT</version> + </parent> + <groupId>eclipse.platform.text</groupId> + <artifactId>org.eclipse.text</artifactId> + <version>3.5.200-SNAPSHOT</version> + <packaging>eclipse-plugin</packaging> +</project> diff --git a/org.eclipse.ui.editors.tests/pom.xml b/org.eclipse.ui.editors.tests/pom.xml new file mode 100644 index 0000000..948bf89 --- a/dev/null +++ b/org.eclipse.ui.editors.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.text</artifactId> + <groupId>eclipse.platform.text</groupId> + <version>3.8.0-SNAPSHOT</version> + </parent> + <groupId>eclipse.platform.text</groupId> + <artifactId>org.eclipse.ui.editors.tests</artifactId> + <version>3.4.100-SNAPSHOT</version> + <packaging>eclipse-test-plugin</packaging> +</project> diff --git a/org.eclipse.ui.editors/pom.xml b/org.eclipse.ui.editors/pom.xml new file mode 100644 index 0000000..0899529 --- a/dev/null +++ b/org.eclipse.ui.editors/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.text</artifactId> + <groupId>eclipse.platform.text</groupId> + <version>3.8.0-SNAPSHOT</version> + </parent> + <groupId>eclipse.platform.text</groupId> + <artifactId>org.eclipse.ui.editors</artifactId> + <version>3.8.0-SNAPSHOT</version> + <packaging>eclipse-plugin</packaging> +</project> diff --git a/org.eclipse.ui.examples.javaeditor/pom.xml b/org.eclipse.ui.examples.javaeditor/pom.xml new file mode 100644 index 0000000..585a069 --- a/dev/null +++ b/org.eclipse.ui.examples.javaeditor/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.text</artifactId> + <groupId>eclipse.platform.text</groupId> + <version>3.8.0-SNAPSHOT</version> + </parent> + <groupId>eclipse.platform.text</groupId> + <artifactId>org.eclipse.ui.examples.javaeditor</artifactId> + <version>3.1.300-SNAPSHOT</version> + <packaging>eclipse-plugin</packaging> +</project> diff --git a/org.eclipse.ui.workbench.texteditor.tests/pom.xml b/org.eclipse.ui.workbench.texteditor.tests/pom.xml new file mode 100644 index 0000000..c18064c --- a/dev/null +++ b/org.eclipse.ui.workbench.texteditor.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.text</artifactId> + <groupId>eclipse.platform.text</groupId> + <version>3.8.0-SNAPSHOT</version> + </parent> + <groupId>eclipse.platform.text</groupId> + <artifactId>org.eclipse.ui.workbench.texteditor.tests</artifactId> + <version>3.7.0-SNAPSHOT</version> + <packaging>eclipse-test-plugin</packaging> +</project> diff --git a/org.eclipse.ui.workbench.texteditor/pom.xml b/org.eclipse.ui.workbench.texteditor/pom.xml new file mode 100644 index 0000000..c86f40f --- a/dev/null +++ b/org.eclipse.ui.workbench.texteditor/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.text</artifactId> + <groupId>eclipse.platform.text</groupId> + <version>3.8.0-SNAPSHOT</version> + </parent> + <groupId>eclipse.platform.text</groupId> + <artifactId>org.eclipse.ui.workbench.texteditor</artifactId> + <version>3.8.0-SNAPSHOT</version> + <packaging>eclipse-plugin</packaging> +</project> @@ -0,0 +1,45 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!-- + Copyright (c) 2012 Eclipse Foundation. + All rights reserved. This program and the accompanying materials + are made available under the terms of the Eclipse Distribution License v1.0 + which accompanies this distribution, and is available at + http://www.eclipse.org/org/documents/edl-v10.php + + Contributors: + Igor Fedorenko - initial implementation +--> + +<project + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" + xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> + <modelVersion>4.0.0</modelVersion> + + <parent> + <groupId>org.eclipse</groupId> + <artifactId>eclipse-parent</artifactId> + <version>1.0.0-SNAPSHOT</version> + </parent> + + <groupId>eclipse.platform.text</groupId> + <artifactId>eclipse.platform.text</artifactId> + <version>3.8.0-SNAPSHOT</version> + <packaging>pom</packaging> + + <modules> + <module>org.eclipse.core.filebuffers.tests</module> + <module>org.eclipse.jface.text.tests</module> + <module>org.eclipse.search.tests</module> + <module>org.eclipse.text.tests</module> + <module>org.eclipse.ui.editors.tests</module> + <module>org.eclipse.ui.workbench.texteditor.tests</module> + <module>org.eclipse.core.filebuffers</module> + <module>org.eclipse.jface.text</module> + <module>org.eclipse.text</module> + <module>org.eclipse.ui.workbench.texteditor</module> + <module>org.eclipse.ui.editors</module> + <module>org.eclipse.search</module> + <module>org.eclipse.ui.examples.javaeditor</module> + </modules> + +</project> |

