| author | Igor Fedorenko | 2012-05-17 14:20:09 (EDT) |
|---|---|---|
| committer | Dani Megert | 2012-05-23 08:57:18 (EDT) |
| commit | 0c5556878d7be0198cba7c01eb4d76e83a08b5dc (patch) (side-by-side diff) | |
| tree | 594f282dec78b8554f1f2b5fdcedf90d9d6d799a | |
| parent | 748879c0cc5d1246cf0063faec88624e79f60a42 (diff) | |
| download | eclipse.jdt.ui-0c5556878d7be0198cba7c01eb4d76e83a08b5dc.zip eclipse.jdt.ui-0c5556878d7be0198cba7c01eb4d76e83a08b5dc.tar.gz eclipse.jdt.ui-0c5556878d7be0198cba7c01eb4d76e83a08b5dc.tar.bz2 | |
Add poms for Tycho buildv20120523-1257
| -rw-r--r-- | org.eclipse.jdt.astview.feature/pom.xml | 25 | ||||
| -rw-r--r-- | org.eclipse.jdt.astview/pom.xml | 25 | ||||
| -rw-r--r-- | org.eclipse.jdt.core.manipulation/pom.xml | 25 | ||||
| -rw-r--r-- | org.eclipse.jdt.jeview.feature/pom.xml | 25 | ||||
| -rw-r--r-- | org.eclipse.jdt.jeview/pom.xml | 25 | ||||
| -rw-r--r-- | org.eclipse.jdt.junit.core/pom.xml | 25 | ||||
| -rw-r--r-- | org.eclipse.jdt.junit.runtime/pom.xml | 25 | ||||
| -rw-r--r-- | org.eclipse.jdt.junit/pom.xml | 25 | ||||
| -rw-r--r-- | org.eclipse.jdt.junit4.runtime/pom.xml | 25 | ||||
| -rw-r--r-- | org.eclipse.jdt.text.tests/pom.xml | 25 | ||||
| -rw-r--r-- | org.eclipse.jdt.ui.examples.projects/pom.xml | 25 | ||||
| -rw-r--r-- | org.eclipse.jdt.ui.tests.refactoring/pom.xml | 25 | ||||
| -rw-r--r-- | org.eclipse.jdt.ui.tests/pom.xml | 25 | ||||
| -rw-r--r-- | org.eclipse.jdt.ui/pom.xml | 25 | ||||
| -rw-r--r-- | org.eclipse.ltk.core.refactoring.tests/pom.xml | 25 | ||||
| -rw-r--r-- | org.eclipse.ltk.core.refactoring/pom.xml | 25 | ||||
| -rw-r--r-- | org.eclipse.ltk.ui.refactoring.tests/pom.xml | 25 | ||||
| -rw-r--r-- | org.eclipse.ltk.ui.refactoring/pom.xml | 25 | ||||
| -rw-r--r-- | org.junit4/pom.xml | 25 | ||||
| -rw-r--r-- | pom.xml | 50 |
20 files changed, 525 insertions, 0 deletions
diff --git a/org.eclipse.jdt.astview.feature/pom.xml b/org.eclipse.jdt.astview.feature/pom.xml new file mode 100644 index 0000000..d447414 --- a/dev/null +++ b/org.eclipse.jdt.astview.feature/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.jdt.ui</artifactId> + <groupId>eclipse.jdt.ui</groupId> + <version>3.8.0-SNAPSHOT</version> + </parent> + <groupId>eclipse.jdt.ui</groupId> + <artifactId>org.eclipse.jdt.astview.feature</artifactId> + <version>1.1.8</version> + <packaging>eclipse-feature</packaging> +</project> diff --git a/org.eclipse.jdt.astview/pom.xml b/org.eclipse.jdt.astview/pom.xml new file mode 100644 index 0000000..d951d54 --- a/dev/null +++ b/org.eclipse.jdt.astview/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.jdt.ui</artifactId> + <groupId>eclipse.jdt.ui</groupId> + <version>3.8.0-SNAPSHOT</version> + </parent> + <groupId>eclipse.jdt.ui</groupId> + <artifactId>org.eclipse.jdt.astview</artifactId> + <version>1.1.8-SNAPSHOT</version> + <packaging>eclipse-plugin</packaging> +</project> diff --git a/org.eclipse.jdt.core.manipulation/pom.xml b/org.eclipse.jdt.core.manipulation/pom.xml new file mode 100644 index 0000000..0b3ec54 --- a/dev/null +++ b/org.eclipse.jdt.core.manipulation/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.jdt.ui</artifactId> + <groupId>eclipse.jdt.ui</groupId> + <version>3.8.0-SNAPSHOT</version> + </parent> + <groupId>eclipse.jdt.ui</groupId> + <artifactId>org.eclipse.jdt.core.manipulation</artifactId> + <version>1.5.0-SNAPSHOT</version> + <packaging>eclipse-plugin</packaging> +</project> diff --git a/org.eclipse.jdt.jeview.feature/pom.xml b/org.eclipse.jdt.jeview.feature/pom.xml new file mode 100644 index 0000000..2862102 --- a/dev/null +++ b/org.eclipse.jdt.jeview.feature/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.jdt.ui</artifactId> + <groupId>eclipse.jdt.ui</groupId> + <version>3.8.0-SNAPSHOT</version> + </parent> + <groupId>eclipse.jdt.ui</groupId> + <artifactId>org.eclipse.jdt.jeview.feature</artifactId> + <version>1.0.8</version> + <packaging>eclipse-feature</packaging> +</project> diff --git a/org.eclipse.jdt.jeview/pom.xml b/org.eclipse.jdt.jeview/pom.xml new file mode 100644 index 0000000..9839b54 --- a/dev/null +++ b/org.eclipse.jdt.jeview/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.jdt.ui</artifactId> + <groupId>eclipse.jdt.ui</groupId> + <version>3.8.0-SNAPSHOT</version> + </parent> + <groupId>eclipse.jdt.ui</groupId> + <artifactId>org.eclipse.jdt.jeview</artifactId> + <version>1.0.8-SNAPSHOT</version> + <packaging>eclipse-plugin</packaging> +</project> diff --git a/org.eclipse.jdt.junit.core/pom.xml b/org.eclipse.jdt.junit.core/pom.xml new file mode 100644 index 0000000..9454a1e --- a/dev/null +++ b/org.eclipse.jdt.junit.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.jdt.ui</artifactId> + <groupId>eclipse.jdt.ui</groupId> + <version>3.8.0-SNAPSHOT</version> + </parent> + <groupId>eclipse.jdt.ui</groupId> + <artifactId>org.eclipse.jdt.junit.core</artifactId> + <version>3.7.100-SNAPSHOT</version> + <packaging>eclipse-plugin</packaging> +</project> diff --git a/org.eclipse.jdt.junit.runtime/pom.xml b/org.eclipse.jdt.junit.runtime/pom.xml new file mode 100644 index 0000000..9414e3d --- a/dev/null +++ b/org.eclipse.jdt.junit.runtime/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.jdt.ui</artifactId> + <groupId>eclipse.jdt.ui</groupId> + <version>3.8.0-SNAPSHOT</version> + </parent> + <groupId>eclipse.jdt.ui</groupId> + <artifactId>org.eclipse.jdt.junit.runtime</artifactId> + <version>3.4.300-SNAPSHOT</version> + <packaging>eclipse-plugin</packaging> +</project> diff --git a/org.eclipse.jdt.junit/pom.xml b/org.eclipse.jdt.junit/pom.xml new file mode 100644 index 0000000..325c3b6 --- a/dev/null +++ b/org.eclipse.jdt.junit/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.jdt.ui</artifactId> + <groupId>eclipse.jdt.ui</groupId> + <version>3.8.0-SNAPSHOT</version> + </parent> + <groupId>eclipse.jdt.ui</groupId> + <artifactId>org.eclipse.jdt.junit</artifactId> + <version>3.7.100-SNAPSHOT</version> + <packaging>eclipse-plugin</packaging> +</project> diff --git a/org.eclipse.jdt.junit4.runtime/pom.xml b/org.eclipse.jdt.junit4.runtime/pom.xml new file mode 100644 index 0000000..1d3e02a --- a/dev/null +++ b/org.eclipse.jdt.junit4.runtime/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.jdt.ui</artifactId> + <groupId>eclipse.jdt.ui</groupId> + <version>3.8.0-SNAPSHOT</version> + </parent> + <groupId>eclipse.jdt.ui</groupId> + <artifactId>org.eclipse.jdt.junit4.runtime</artifactId> + <version>1.1.200-SNAPSHOT</version> + <packaging>eclipse-plugin</packaging> +</project> diff --git a/org.eclipse.jdt.text.tests/pom.xml b/org.eclipse.jdt.text.tests/pom.xml new file mode 100644 index 0000000..d14b3c3 --- a/dev/null +++ b/org.eclipse.jdt.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.jdt.ui</artifactId> + <groupId>eclipse.jdt.ui</groupId> + <version>3.8.0-SNAPSHOT</version> + </parent> + <groupId>eclipse.jdt.ui</groupId> + <artifactId>org.eclipse.jdt.text.tests</artifactId> + <version>3.8.0-SNAPSHOT</version> + <packaging>eclipse-test-plugin</packaging> +</project> diff --git a/org.eclipse.jdt.ui.examples.projects/pom.xml b/org.eclipse.jdt.ui.examples.projects/pom.xml new file mode 100644 index 0000000..24e8520 --- a/dev/null +++ b/org.eclipse.jdt.ui.examples.projects/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.jdt.ui</artifactId> + <groupId>eclipse.jdt.ui</groupId> + <version>3.8.0-SNAPSHOT</version> + </parent> + <groupId>eclipse.jdt.ui</groupId> + <artifactId>org.eclipse.jdt.ui.examples.projects</artifactId> + <version>3.1.102-SNAPSHOT</version> + <packaging>eclipse-plugin</packaging> +</project> diff --git a/org.eclipse.jdt.ui.tests.refactoring/pom.xml b/org.eclipse.jdt.ui.tests.refactoring/pom.xml new file mode 100644 index 0000000..6a0e9cb --- a/dev/null +++ b/org.eclipse.jdt.ui.tests.refactoring/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.jdt.ui</artifactId> + <groupId>eclipse.jdt.ui</groupId> + <version>3.8.0-SNAPSHOT</version> + </parent> + <groupId>eclipse.jdt.ui</groupId> + <artifactId>org.eclipse.jdt.ui.tests.refactoring</artifactId> + <version>3.8.0-SNAPSHOT</version> + <packaging>eclipse-plugin</packaging> +</project> diff --git a/org.eclipse.jdt.ui.tests/pom.xml b/org.eclipse.jdt.ui.tests/pom.xml new file mode 100644 index 0000000..9bb0d70 --- a/dev/null +++ b/org.eclipse.jdt.ui.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.jdt.ui</artifactId> + <groupId>eclipse.jdt.ui</groupId> + <version>3.8.0-SNAPSHOT</version> + </parent> + <groupId>eclipse.jdt.ui</groupId> + <artifactId>org.eclipse.jdt.ui.tests</artifactId> + <version>3.8.0-SNAPSHOT</version> + <packaging>eclipse-test-plugin</packaging> +</project> diff --git a/org.eclipse.jdt.ui/pom.xml b/org.eclipse.jdt.ui/pom.xml new file mode 100644 index 0000000..f4dc876 --- a/dev/null +++ b/org.eclipse.jdt.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.jdt.ui</artifactId> + <groupId>eclipse.jdt.ui</groupId> + <version>3.8.0-SNAPSHOT</version> + </parent> + <groupId>eclipse.jdt.ui</groupId> + <artifactId>org.eclipse.jdt.ui</artifactId> + <version>3.8.0-SNAPSHOT</version> + <packaging>eclipse-plugin</packaging> +</project> diff --git a/org.eclipse.ltk.core.refactoring.tests/pom.xml b/org.eclipse.ltk.core.refactoring.tests/pom.xml new file mode 100644 index 0000000..9bf3fc1 --- a/dev/null +++ b/org.eclipse.ltk.core.refactoring.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.jdt.ui</artifactId> + <groupId>eclipse.jdt.ui</groupId> + <version>3.8.0-SNAPSHOT</version> + </parent> + <groupId>eclipse.jdt.ui</groupId> + <artifactId>org.eclipse.ltk.core.refactoring.tests</artifactId> + <version>3.6.0-SNAPSHOT</version> + <packaging>eclipse-test-plugin</packaging> +</project> diff --git a/org.eclipse.ltk.core.refactoring/pom.xml b/org.eclipse.ltk.core.refactoring/pom.xml new file mode 100644 index 0000000..a2eb6f1 --- a/dev/null +++ b/org.eclipse.ltk.core.refactoring/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.jdt.ui</artifactId> + <groupId>eclipse.jdt.ui</groupId> + <version>3.8.0-SNAPSHOT</version> + </parent> + <groupId>eclipse.jdt.ui</groupId> + <artifactId>org.eclipse.ltk.core.refactoring</artifactId> + <version>3.6.0-SNAPSHOT</version> + <packaging>eclipse-plugin</packaging> +</project> diff --git a/org.eclipse.ltk.ui.refactoring.tests/pom.xml b/org.eclipse.ltk.ui.refactoring.tests/pom.xml new file mode 100644 index 0000000..3d760b7 --- a/dev/null +++ b/org.eclipse.ltk.ui.refactoring.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.jdt.ui</artifactId> + <groupId>eclipse.jdt.ui</groupId> + <version>3.8.0-SNAPSHOT</version> + </parent> + <groupId>eclipse.jdt.ui</groupId> + <artifactId>org.eclipse.ltk.ui.refactoring.tests</artifactId> + <version>3.7.0-SNAPSHOT</version> + <packaging>eclipse-test-plugin</packaging> +</project> diff --git a/org.eclipse.ltk.ui.refactoring/pom.xml b/org.eclipse.ltk.ui.refactoring/pom.xml new file mode 100644 index 0000000..eebb8be --- a/dev/null +++ b/org.eclipse.ltk.ui.refactoring/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.jdt.ui</artifactId> + <groupId>eclipse.jdt.ui</groupId> + <version>3.8.0-SNAPSHOT</version> + </parent> + <groupId>eclipse.jdt.ui</groupId> + <artifactId>org.eclipse.ltk.ui.refactoring</artifactId> + <version>3.7.0-SNAPSHOT</version> + <packaging>eclipse-plugin</packaging> +</project> diff --git a/org.junit4/pom.xml b/org.junit4/pom.xml new file mode 100644 index 0000000..bb6199e --- a/dev/null +++ b/org.junit4/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.jdt.ui</artifactId> + <groupId>eclipse.jdt.ui</groupId> + <version>3.8.0-SNAPSHOT</version> + </parent> + <groupId>eclipse.jdt.ui</groupId> + <artifactId>org.junit4</artifactId> + <version>4.8.1-SNAPSHOT</version> + <packaging>eclipse-plugin</packaging> +</project> @@ -0,0 +1,50 @@ +<?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.jdt.ui</groupId> + <artifactId>eclipse.jdt.ui</artifactId> + <version>3.8.0-SNAPSHOT</version> + <packaging>pom</packaging> + + <modules> + <module>org.eclipse.ltk.core.refactoring</module> + <module>org.eclipse.ltk.ui.refactoring</module> + <module>org.eclipse.jdt.text.tests</module> + <module>org.eclipse.jdt.ui.tests</module> + <module>org.eclipse.ltk.core.refactoring.tests</module> + <module>org.eclipse.ltk.ui.refactoring.tests</module> + <module>org.eclipse.jdt.ui.tests.refactoring</module> + <module>org.eclipse.jdt.astview</module> + <module>org.eclipse.jdt.astview.feature</module> + <module>org.eclipse.jdt.core.manipulation</module> + <module>org.eclipse.jdt.jeview</module> + <module>org.eclipse.jdt.jeview.feature</module> + <module>org.eclipse.jdt.ui</module> + <module>org.eclipse.jdt.ui.examples.projects</module> + <module>org.eclipse.jdt.junit</module> + <module>org.eclipse.jdt.junit.core</module> + <module>org.eclipse.jdt.junit.runtime</module> + <module>org.eclipse.jdt.junit4.runtime</module> + <module>org.junit4</module> + </modules> +</project> |

